mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-09 23:46:52 +08:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
2
samples/java/java/properties/AppRes.properties
Executable file
2
samples/java/java/properties/AppRes.properties
Executable file
@@ -0,0 +1,2 @@
|
||||
language=en
|
||||
VisualID=34
|
||||
10
samples/java/java/properties/Buttons.properties
Executable file
10
samples/java/java/properties/Buttons.properties
Executable file
@@ -0,0 +1,10 @@
|
||||
#Fri May 28 14:10:29 GMT 1999
|
||||
|
||||
BTN_OK=icon/db-ok.gif
|
||||
BTN_CANCEL=icon/db-cancel.gif
|
||||
BTN_CLOSE=icon/db-close.gif
|
||||
BTN_LOOP=icon/db-ok-loop.gif
|
||||
BTN_YES=icon/db-yes.gif
|
||||
BTN_NO=icon/db-no.gif
|
||||
BTN_HELP=icon/db-help.gif
|
||||
|
||||
18
samples/java/java/properties/DesktopIcon.properties
Executable file
18
samples/java/java/properties/DesktopIcon.properties
Executable file
@@ -0,0 +1,18 @@
|
||||
#Wed Jul 20 15:36:21 GMT 1999
|
||||
|
||||
# Standard menu buttons
|
||||
IC_NEW=icon/new.gif
|
||||
IC_OPEN=icon/open.gif
|
||||
IC_SAVE=icon/save.gif
|
||||
IC_CLOSE=icon/close.gif
|
||||
|
||||
# About dialog
|
||||
AD_MATRA=icon/opencascade.gif
|
||||
MF_MATRALOGO=icon/lamp.gif
|
||||
|
||||
#Sketch toolbar buttons
|
||||
IC_SELECT=icon/select.gif
|
||||
IC_POINT=icon/point.gif
|
||||
IC_SEGMENT=icon/segment.gif
|
||||
IC_CIRCLE=icon/circle.gif
|
||||
IC_RECTANGLE=icon/rectangle.gif
|
||||
89
samples/java/java/properties/Desktop_en.properties
Executable file
89
samples/java/java/properties/Desktop_en.properties
Executable file
@@ -0,0 +1,89 @@
|
||||
#Wed Jul 20 15:47:59 GMT 1999
|
||||
|
||||
# Desktop properties
|
||||
DESK_APP-Title=Matra Datavision
|
||||
DESK_APP-Untitled=Untitled
|
||||
|
||||
# Desktop menu
|
||||
DESK_APP-File=File
|
||||
DESK_APP-FileNew=New
|
||||
DESK_APP-FileOpen=Open...
|
||||
DESK_APP-FileSave=Save
|
||||
DESK_APP-FileSaveAs=Save As...
|
||||
DESK_APP-FileClose=Close
|
||||
DESK_APP-FileExit=Exit
|
||||
DESK_APP-Edit=Edit
|
||||
DESK_APP-EditUndo=Undo
|
||||
DESK_APP-EditRedo=Redo
|
||||
DESK_APP-View=View
|
||||
DESK_APP-ViewStatus=Status line
|
||||
DESK_APP-ViewToolbars=Toolbars
|
||||
DESK_APP-ViewStandardToolbar=Standard
|
||||
DESK_APP-Window=Window
|
||||
DESK_APP-WindowCascade=Cascade
|
||||
DESK_APP-WindowTileVertical=Tile Vertical
|
||||
DESK_APP-WindowTileHorizontal=Tile Horizontal
|
||||
DESK_APP-Help=Help
|
||||
DESK_APP-HelpTopics=Help Topics
|
||||
DESK_APP-HelpIndex=Help Index
|
||||
DESK_APP-HelpAbout=About Java Application Template
|
||||
|
||||
# Toolbar tooltips
|
||||
DESK_APP-TooltipNew=New document
|
||||
DESK_APP-TooltipOpen=Open document
|
||||
DESK_APP-TooltipSave=Save document
|
||||
DESK_APP-TooltipClose=Close document
|
||||
DESK_APP-TooltipHelp=Help
|
||||
|
||||
# Popup menus
|
||||
MENU-Shading=Shading
|
||||
MENU-Wireframe=Wireframe
|
||||
MENU-ChangeColor=Color...
|
||||
MENU-ChangeTransparency=Transparency...
|
||||
MENU-Material=Material
|
||||
MENU-MaterialBrass=Brass
|
||||
MENU-MaterialBronze=Bronze
|
||||
MENU-MaterialCopper=Copper
|
||||
MENU-MaterialGold=Gold
|
||||
MENU-MaterialPewter=Pewter
|
||||
MENU-MaterialPlastic=Plastic
|
||||
MENU-MaterialSilver=Silver
|
||||
MENU-MaterialSteel=Steel
|
||||
MENU-MaterialStone=Stone
|
||||
MENU-MaterialChrome=Chrome
|
||||
MENU-MaterialAluminium=Aluminium
|
||||
MENU-MaterialObsidian=Obsidian
|
||||
MENU-MaterialNone=None
|
||||
|
||||
# Dialogs name
|
||||
Dlg-NewDocument=New Document
|
||||
Dlg-ColorChooser=Choose the color
|
||||
Dlg-Transparency=Transparency
|
||||
Lbl-Transparency=Choose a value between 0 and 1
|
||||
Dlg-About=About
|
||||
Lbl-Copyright=Copyright (C) 1999, Matra Datavision
|
||||
HELP_JADApplication=JAD Application
|
||||
|
||||
# Buttons name
|
||||
BTN_OK=OK
|
||||
BTN_CANCEL=Cancel
|
||||
BTN_HELP=Help
|
||||
|
||||
# StatusBar messages
|
||||
Info_Ready=Ready.
|
||||
Info_DesktopLoad=Desktop loading...
|
||||
Info_AppLoad=Application loading...
|
||||
Info_AppLoaded=Java Application is loaded.
|
||||
Ask_Quit=Do you really want to quit?
|
||||
Info_DocumentCreate=Creating new document...
|
||||
Info_DocumentOpen=Openning document:
|
||||
Info_DocumentSaved=Document is saved
|
||||
Ask_DocumentReopen=The document is opened already. Do you want to reopen?
|
||||
Alert_NoDocumentFormats=No document formats was registered
|
||||
Ask_DocumentSave=Do you want to save the document before closing?
|
||||
Alert_DocumentIsReadOnly=Document is "read only".
|
||||
Alert_CompleteOperation=Please complete the previous operation.
|
||||
Info_OperationCancelled=Operation is cancelled
|
||||
Alert_NoResources=Resources file is missing
|
||||
Alert_NoIcon=Icon not found
|
||||
|
||||
39
samples/java/java/properties/ViewerIcon.properties
Executable file
39
samples/java/java/properties/ViewerIcon.properties
Executable file
@@ -0,0 +1,39 @@
|
||||
#Wed Apr 28 08:36:21 GMT 1999
|
||||
|
||||
MF_MATRALOGO=icon/lamp.gif
|
||||
|
||||
# Zoom buttons
|
||||
IC_FIT_ALL=icon/fitall.gif
|
||||
IC_ZOOM=icon/zoom.gif
|
||||
IC_DYN_ZOOM=icon/dynzoom.gif
|
||||
|
||||
# Pann buttons
|
||||
IC_DYN_PAN=icon/dynpan.gif
|
||||
IC_GLOB_PAN=icon/globpan.gif
|
||||
|
||||
# Projections
|
||||
IC_FRONT=icon/front.gif
|
||||
IC_BACK=icon/back.gif
|
||||
IC_BOTTOM=icon/bottom.gif
|
||||
IC_LEFT=icon/left.gif
|
||||
IC_RIGHT=icon/right.gif
|
||||
IC_TOP=icon/top.gif
|
||||
IC_AXO=icon/axo.gif
|
||||
|
||||
# Viewer buttons
|
||||
IC_RESET=icon/resetview.gif
|
||||
IC_ROTATE=icon/dynrotate.gif
|
||||
|
||||
# Degenerate mode
|
||||
IC_HIDDEN_OFF=icon/hiddenoff.gif
|
||||
IC_HIDDEN_ON=icon/hiddenon.gif
|
||||
|
||||
# Grid buttons
|
||||
IC_RECT_LINE=icon/rectline.gif
|
||||
IC_RECT_POINT=icon/rectpoint.gif
|
||||
IC_CIRC_LINE=icon/circline.gif
|
||||
IC_CIRC_POINT=icon/circpoint.gif
|
||||
IC_EDIT_GRID=icon/editgrid.gif
|
||||
IC_ERASE_GRID=icon/erasegrid.gif
|
||||
|
||||
|
||||
70
samples/java/java/properties/Viewer_en.properties
Executable file
70
samples/java/java/properties/Viewer_en.properties
Executable file
@@ -0,0 +1,70 @@
|
||||
#Wed Apr 28 11:47:59 GMT 1999
|
||||
|
||||
NM_VIEW3D=View 3D #
|
||||
NM_VIEW2D=View 2D #
|
||||
|
||||
# Viewer toolbar tooltips
|
||||
TT_RESET=Resets the view
|
||||
TT_ROTATE=Activates rotation
|
||||
|
||||
TT_DYN_PAN=Activates panning
|
||||
TT_GLOB_PAN=Activates global panning
|
||||
|
||||
TT_FIT_ALL=Zooms the whole view
|
||||
TT_ZOOM=Zooms the area inside a user-defined window
|
||||
TT_DYN_ZOOM=Activates zooming
|
||||
|
||||
TT_FRONT=Displays a front view
|
||||
TT_BACK=Displays a back view
|
||||
TT_TOP=Displays a top view
|
||||
TT_LEFT=Displays a left view
|
||||
TT_RIGHT=Displays a right view
|
||||
TT_BOTTOM=Displays a bottom view
|
||||
TT_AXO=Displays an axo view
|
||||
|
||||
TT_HIDDEN_OFF=Disable the computed mode
|
||||
TT_HIDDEN_ON=Enable the computed mode
|
||||
|
||||
TT_RECT_LINE=Activates a line rctangular grid
|
||||
TT_RECT_POINT=Activates a point rctangular grid
|
||||
TT_CIRC_LINE=Activates a line circular grid
|
||||
TT_CIRC_POINT=Activates a point circular grid
|
||||
TT_EDIT_GRID=Edits the parameter of the grid
|
||||
TT_ERASE_GRID=Deactivates the grid
|
||||
|
||||
# Messages
|
||||
MS_CANTDEL=Can't delete last view
|
||||
|
||||
# Header for popup menu
|
||||
VIEW_POPUP=View
|
||||
MN_BACKGROUND=Change Background Color...
|
||||
|
||||
# Help strings
|
||||
Help_Menu=Displays/erases the view menu
|
||||
Help_PrintView=Plot
|
||||
Help_DynPan=Press and drag MB1 to pan the view
|
||||
Help_Rotate=Press and drag MB1 to rotate the view
|
||||
Help_DynZoom=Press and drag MB1 to zoom the view.
|
||||
Help_GlobPan=Click MB1 to define the new center of the view
|
||||
Help_MagnifyView=Magnify View: Press and drag MB1 in the view to define a window.
|
||||
Help_Zoom=Zoom Window: Press and drag MB1 in the view to define a window.
|
||||
Help_LastView=This is the only remaining view: you cannot delete it.
|
||||
Help_PsFileCreation=File created.
|
||||
Help_SlowView=Enable the computed mode
|
||||
Help_PlaneView=Displays a view according to a plane.
|
||||
Help_PlaneView2=Select this option again to reverse the view.
|
||||
|
||||
# Grid Edit dialog
|
||||
BT_CLOSE=Close
|
||||
BT_HELP=Help
|
||||
TXT_XORIGIN=X Origin
|
||||
TXT_YORIGIN=Y Origin
|
||||
TXT_XSTEP=X Step
|
||||
TXT_YSTEP=Y Step
|
||||
TXT_ANGLE=Angle
|
||||
TXT_RADSTEP=Radius step
|
||||
TXT_DIVISION=Division
|
||||
DLG_RECTEDIT=Rectangular Grid
|
||||
DLG_CIRCEDIT=Circular Grid
|
||||
DLG_CHANGECOLOR=Choose the color
|
||||
|
||||
Reference in New Issue
Block a user