source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/vrippack-0.31/src/vrip/strings.c @ 37

Last change on this file since 37 was 37, checked in by (none), 14 years ago

Added original make3d

File size: 6.9 KB
Line 
1/* module: strings.c */
2
3static char SccsId[] = "@(#)strings.c   1.38";
4
5/* define message strings, no particular order besides numeric */
6
7char *STRXXX="Undefined Error String #@&*!";
8char *STR001="Problem accessing digitizer";
9char *STR002="Digitizer not at home position";
10char *STR003="Digitizer data input error";
11char *STR004="Problem controlling digitizer";
12char *STR005="Problem accessing DNC link";
13char *STR006="DNC link error";
14char *STR007="Mill does not support QUILLUP command";
15char *STR008="Memory problem, try switching off power and restarting";
16char *STR009="Parameter data problem, cannot continue";
17char *STR010="Command failed";
18char *STR011="Unrecognized command";
19char *STR012="Unimplemented command";
20char *STR013="No current image";
21char *STR014="Image must be filled first";
22char *STR015="Warning: VOID longitude";
23char *STR016="Number out of range";
24char *STR017="Latitude range is too small";
25char *STR018="Longitude range is too small";
26char *STR019="Invalid latitude period";
27char *STR020="Invalid longitude period";
28char *STR021="Current image must be saved or cleared";
29char *STR022="Cannot open file";
30char *STR023="Digitizer sync error (missing)";
31char *STR024="Digitizer sync error (misplaced)";
32char *STR025="Image has VOID zone, check settings, retry";
33char *STR026="Image file error on seek";
34char *STR027="Image file error on read";
35char *STR028="Image file error on write";
36char *STR029="Tabulation of radii (mm/10) in longitude";
37char *STR030="Raster refresh error PEBLKWR";
38char *STR031="Window manager error";
39char *STR032="Error accessing printer";
40char *STR033="Warning: voids in image, command gives unexpected results";
41char *STR034="Latitude or longitude range of one makes a null surface";
42char *STR035="Image data exceeds tool Z range";
43char *STR036="Tool diameter out of range";
44char *STR037="Already clear";
45char *STR038="UNNAMED";
46char *STR039="Is Echo Startup Disc inserted?";
47char *STR040="Cannot find or create file";
48char *STR041="Is Echo Startup Disc inserted and writeable?";
49char *STR042="Undefined option";
50char *STR043="\nR Lookup Table:";
51char *STR044="\nZ Lookup Table:";
52char *STR045="Serial           ";
53char *STR046="Data Format Type ";
54char *STR047="Vertical Range   ";
55char *STR048="Horizontal Range ";
56char *STR049="Horizontal Offset";
57char *STR050="Horizontal Center";
58char *STR051="Gauge Height     ";
59char *STR052="Gauge Width      ";
60char *STR053="Basic Angle      ";
61char *STR054="Samples per Frame";
62char *STR055="Frames per Image ";
63char *STR056="Radius Steps     ";
64char *STR057="\nCorrection Lookup Table, samples across, frames down:\n";
65char *STR058="You may want to make a new Correction Table";
66char *STR059="Standby...Computing new geometry lookup tables";
67char *STR060="Error occured while reading file";
68char *STR061="Error occured while writing file";
69char *STR062="Error in format or length of file";
70char *STR063="Enter image name: ";
71char *STR064="Ready ? (y/n): ";
72char *STR065="Warning HALFSPEED MODE selected";
73char *STR066="Geometry initialization error, cannot image";
74char *STR067="Digitizing failed, no image made";
75char *STR068="Use fscale command for this scale factor";
76char *STR069="Warning: negative scale, effect is untested";
77char *STR070="Warning: Scaling in sub-range, results may be unexpected";
78char *STR071="Warning: Rshift has been altered";
79char *STR072="Option specification required";
80char *STR073="Warning: Entirely VOID longitude cannot be filled";
81char *STR074="Warning: Entirely VOID latitude cannot be filled";
82char *STR075="Error during open";
83char *STR076="File protection error";
84char *STR077="File not found";
85char *STR078="Disc is Write-Protected";
86char *STR079="Device is not accessible";
87char *STR080="Error during file close";
88char *STR081="Error with device or window";
89char *STR082="Cannot allocate enough memory";
90char *STR083="Type CONTROL_C key to stop";
91char *STR084="'PASS COMPLETED'\r";              /* for the bridgeport */
92char *STR085="Echo> ";                                  /* command line prompt */
93char *STR086="Longitude increment";
94char *STR087="Latitude increment";
95char *STR088="Repeat terminated by error condition";
96char *STR089="Horizontal Horizon Plot";
97char *STR090="Horizontal Hemi-Cyl Plot";
98char *STR091="Axial View of a Slice";
99char *STR092="Cartesian Latitudes";
100char *STR093="Cartesian Longitudes";
101char *STR094="No options allowed, use 'display -s' command";
102char *STR095="Move Mouse, left button to stop";
103char *STR096="For menu press and hold right button";
104char *STR097="Hold button, select item, release button";
105char *STR098="Type a command, 'help' or 'exit'";
106char *STR099="Move mouse, middle picks, left stops";
107char *STR100="Use fscale command to scale cartesian data sets";
108char *STR101="Error reading text string";
109char *STR102="Cartesian/Cylindrical and data/command states do not match";
110char *STR103="Machining parameters:";
111char *STR104="Demo version, command not implemented";
112char *STR105="Usage: echodemo image-pathname";
113char *STR106="Undefined file header type";
114char *STR107="Problem with file header";
115char *STR108="Header seek error";
116char *STR109="Header read error";
117char *STR110="Header value not terminated properly";
118char *STR111="Required value not in header";
119char *STR112="Header value undefined";
120char *STR113="Unexpected VOID";
121char *STR114="Improper combination of options";
122char *STR115="Step Offset      ";
123char *STR116="Resolution Bits  ";
124char *STR117="Sample Low Margin";
125char *STR118="Sample Hi Margin ";
126char *STR119="Server Name      ";
127char *STR120="Set-up Date      ";
128char *STR121="Unable to read optical configuration file";
129char *STR122="Unable to read optical table file";
130char *STR123="Optical parameter file seek error";
131char *STR124="Optical parameter file read error";
132char *STR125="Missing required optical parameter:";
133char *STR126="Missing optical data table";
134char *STR127="Please Standby - %d%% Complete\r";
135char *STR128="                                \r";
136char *STR129="Missing required mill parameter: %s\n";
137char *STR130="Mill parameter file error";
138char *STR131="Environment variable %s not defined\n";
139char *STR132="Configuration file not found";
140char *STR133="Cannot execute mill interface filter";
141char *STR134="Cannot fork mill interface filter";
142char *STR135="ECHO_MILL_TYPE incompatible with this command";
143char *STR136="Unknown user";
144char *STR137="File name must be given";
145char *STR138="Environment variable has bad value: %s\n";
146char *STR139="Command usage error, see manual";
147char *STR140="Sorry, cannot find any information on \"%s\"\n";
148char *STR141="References to \"%s\" found, try the manual page for:\n";
149char *STR142="Server problem, frame receive";
150char *STR143="Optical table format error";
151char *STR144="Problem with SunView window system (Not a Sun terminal?)";
152char *STR145="Image processing failed, no image made";
153char *STR146="Longitude outside of current range window";
154char *STR147="Latitude outside of current range window";
155char *STR148="Tabulation of radii (mm/10) in latitude";
156char *STR149="You must meter a point before clipping";
157char *STR150="User Configuration file not found";
Note: See TracBrowser for help on using the repository browser.