bug fixes and rocket optimization
[debian/openrocket] / l10n / messages.properties
1
2 #
3 # English base translation file
4 #
5 # Should you need to add new logical keys here is the proposed method
6 #
7 # className.ComponentType.componentName
8 #
9  
10
11
12 ! Set to the name of the current translation file (used for debugging purposes)
13 debug.currentFile = messages.properties
14
15 ! RocketActions
16 RocketActions.checkbox.Donotaskmeagain = Do not ask me again
17 RocketActions.lbl.Youcanchangedefop = You can change the default operation in the preferences.
18 RocketActions.showConfirmDialog.lbl1 = Delete the selected simulations?
19 RocketActions.showConfirmDialog.lbl2 = <html><i>This operation cannot be undone.</i>
20 RocketActions.showConfirmDialog.title = Delete simulations
21 RocketActions.DelCompAct.Delete = Delete
22 RocketActions.DelCompAct.ttip.Delete = Delete the selected component.
23 RocketActions.DelSimuAct.Delete = Delete
24 RocketActions.DelSimuAct.ttip.Delete = Delete the selected simulation.
25 RocketActions.DelAct.Delete = Delete 
26 RocketActions.DelAct.ttip.Delete = Delete the selected component or simulation.
27 RocketActions.CutAction.Cut = Cut
28 RocketActions.CutAction.ttip.Cut = Cut this component or simulation to the clipboard and remove from this design
29 RocketActions.CopyAct.Copy = Copy
30 RocketActions.CopyAct.ttip.Copy = Copy this component (and subcomponents) to the clipboard.
31 RocketActions.PasteAct.Paste = Paste
32 RocketActions.PasteAct.ttip.Paste = Paste the component or simulation on the clipboard to the design.
33 RocketActions.EditAct.Edit = Edit
34 RocketActions.EditAct.ttip.Edit = Edit the selected component.
35 RocketActions.NewStageAct.Newstage = New stage
36 RocketActions.NewStageAct.ttip.Newstage = Add a new stage to the rocket design.
37 RocketActions.ActBoosterstage = Booster stage
38 RocketActions.MoveUpAct.Moveup = Move up
39 RocketActions.MoveUpAct.ttip.Moveup = Move this component upwards.
40 RocketActions.MoveDownAct.Movedown = Move down
41 RocketActions.MoveDownAct.ttip.Movedown = Move this component downwards.
42
43 ! RocketPanel
44 RocketPanel.FigTypeAct.Sideview = Side view
45 RocketPanel.FigTypeAct.ttip.Sideview = Side view
46 RocketPanel.FigTypeAct.Backview = Back view
47 RocketPanel.FigTypeAct.ttip.Backview = Rear view 
48 RocketPanel.lbl.Motorcfg = Motor configuration:
49 RocketPanel.lbl.infoMessage = <html>Click to select &nbsp;&nbsp; Shift+click to select other &nbsp;&nbsp; Double-click to edit &nbsp;&nbsp; Click+drag to move
50
51
52 ! BasicFrame
53 BasicFrame.SimpleFileFilter1 = All rocket designs (*.ork; *.rkt)
54 BasicFrame.SimpleFileFilter2 = OpenRocket designs (*.ork)
55 BasicFrame.SimpleFileFilter3 = RockSim designs (*.rkt)
56 BasicFrame.tab.Rocketdesign = Rocket design
57 BasicFrame.tab.Flightsim = Flight simulations
58 BasicFrame.title.Addnewcomp = Add new component
59 BasicFrame.item.Openrocketdesign = Open a rocket design
60 BasicFrame.item.Openexamplerocketdesign = Open an example rocket design
61 BasicFrame.item.SavecurRocketdesign = Save the current rocket design
62 BasicFrame.item.SavecurRocketdesnewfile = Save the current rocket design to a new file
63 BasicFrame.item.Printpart = Print parts list and fin template
64 BasicFrame.item.Closedesign = Close the current rocket design
65 BasicFrame.item.Quitprogram = Quit the program
66 BasicFrame.menu.Rocketedt = Rocket editing
67 BasicFrame.dlg.lbl1 = Design '
68 BasicFrame.dlg.lbl2 = ' has not been saved.
69 BasicFrame.dlg.lbl3 = Do you want to save it?
70 BasicFrame.dlg.title = Design not saved
71 BasicFrame.StageName.Sustainer = Sustainer
72 BasicFrame.WarningDialog.txt1 = The following problems were encountered while opening
73 BasicFrame.WarningDialog.txt2 = Some design features may not have been loaded correctly.
74 BasicFrame.WarningDialog.title = Warnings while opening file
75
76 ! Labels used in buttons of dialog windows
77 button.ok = OK
78 button.cancel = Cancel
79 button.close = Close
80
81 ! Common labels used in buttons of dialog windows
82 dlg.but.ok = OK
83 dlg.but.cancel = Cancel
84 dlg.but.close = Close
85
86
87 ! General file type names
88 filetypes.pdf = PDF files
89
90
91 ! About Dialog
92 AboutDialog.lbl.version = Version
93 ! The texts below provide additional credits for the translation maintainer
94 ! - In AboutDialog.lbl.translation replace "English" with the current language.
95 ! - AboutDialog.lbl.translator is the translator / group name (may be empty)
96 ! - AboutDialog.lbl.translatorWebsite is a URL to the translator / group (may be empty)
97 ! - AboutDialog.lbl.translatorIcon is the file name of an icon under pix/translators/ (may be empty)
98 AboutDialog.lbl.translation = English translation by:
99 AboutDialog.lbl.translator = 
100 AboutDialog.lbl.translatorWebsite = 
101 AboutDialog.lbl.translatorIcon =  
102
103
104 ! Print dialog
105 PrintDialog.title = Print or export
106 PrintDialog.but.previewAndPrint = Preview & Print
107 PrintDialog.checkbox.showByStage = Show by stage
108 PrintDialog.lbl.selectElements = Select elements to include:
109 printdlg.but.saveaspdf = Save as PDF
110 printdlg.but.preview = Preview
111 printdlg.but.settings = Settings
112 PrintDialog.error.preview.title = Unable to open preview
113 PrintDialog.error.preview.desc1 = Unable to open PDF preview.
114 PrintDialog.error.preview.desc2 = Please use the "Save as PDF" option instead.
115
116 !PrintSettingsDialog
117 PrintSettingsDialog.title = Print settings
118 PrintSettingsDialog.lbl.Templatefillcolor = Template fill color:
119 PrintSettingsDialog.lbl.Templatebordercolor = Template border color:
120 PrintSettingsDialog.lbl.Papersize = Paper size:
121 PrintSettingsDialog.lbl.Paperorientation = Paper orientation:
122 PrintSettingsDialog.but.Reset = Reset
123 PrintSettingsDialog.but.Close = Close
124
125
126 ! Bug Report dialog
127 bugreport.dlg.title = Bug report
128 bugreport.dlg.but.Sendbugreport = Send bug report
129 bugreport.dlg.but.Sendbugreport.Ttip = Automatically send the bug report to the OpenRocket developers.
130 bugreport.dlg.successmsg1 = Bug report successfully sent.
131 bugreport.dlg.successmsg2 = Thank you for helping make OpenRocket better!
132 bugreport.dlg.successmsg3 = Bug report sent
133 bugreport.dlg.connectedInternet = <html>If connected to the Internet, you can simply click <em>Send bug report</em>.
134 bugreport.dlg.otherwise = Otherwise, send the text below to the address:
135 bugreport.lbl.Theinformation = The information above may be included in a public bug report.  Make sure it does not contain any sensitive information you do not want to be made public.
136 bugreport.dlg.failedmsg1 = OpenRocket was unable to send the bug report:
137 bugreport.dlg.failedmsg2 = Please send the report manually to
138 bugreport.dlg.failedmsg3 = Error sending report
139 bugreport.reportDialog.txt = <html><b>You can report a bug in OpenRocket by filling in and submitting the form below.</b><br>You can also report bugs and include attachments on the project web site.
140 bugreport.reportDialog.txt2 = <html><b>Please include a short description about what you were doing when the exception occurred.</b>
141
142
143 ! Debug log dialog
144 debuglogdlg.but.clear = Clear
145 debuglogdlg.OpenRocketdebuglog = OpenRocket debug log
146 debuglogdlg.Displayloglines = Display log lines:
147 debuglogdlg.Follow = Follow
148 debuglogdlg.col.Time = Time
149 debuglogdlg.col.Level = Level
150 debuglogdlg.col.Location = Location
151 debuglogdlg.col.Message = Message
152 debuglogdlg.lbl.Loglinenbr = Log line number:
153 debuglogdlg.lbl.Time = Time:
154 debuglogdlg.lbl.Level = Level:
155
156
157 ! Edit Motor configuration dialog
158 edtmotorconfdlg.but.removemotor = Remove motor
159 edtmotorconfdlg.but.Selectmotor = Select motor
160 edtmotorconfdlg.but.Removeconfiguration = Remove configuration
161 edtmotorconfdlg.but.Newconfiguration = New configuration
162 edtmotorconfdlg.lbl.Motormounts = <html><b>Motor mounts:</b>
163 edtmotorconfdlg.title.Editmotorconf = Edit motor configurations
164 edtmotorconfdlg.selectcomp = <html>Select which components function as motor mounts:
165 edtmotorconfdlg.lbl.Motorconfig = <html><b>Motor configurations:</b>
166 edtmotorconfdlg.lbl.Configname = Configuration name:
167 edtmotorconfdlg.lbl.Leavenamedefault = Leave name empty for default.
168
169 ! Example design dialog
170 exdesigndlg.but.open = Open
171 exdesigndlg.lbl.Selectexample = Select example designs to open:
172 exdesigndlg.lbl.Openexampledesign = Open example design
173 exdesigndlg.lbl.Exampledesignsnotfound = Example designs could not be found.
174 exdesigndlg.lbl.Examplesnotfound = Examples not found
175
176
177 ! Material edit panel
178 matedtpan.but.new = New
179 matedtpan.but.edit = Edit
180 matedtpan.but.delete = Delete
181 matedtpan.but.revertall = Revert all
182 matedtpan.col.Material = Material
183 matedtpan.col.Type = Type
184 matedtpan.col.Density = Density
185 matedtpan.col.but.ttip.New = Add a new material
186 matedtpan.title.Addcustmaterial = Add a custom material
187 matedtpan.but.ttip.edit = Edit an existing material
188 matedtpan.title.Editmaterial = Edit material
189 matedtpan.title2.Editmaterial = The built-in materials cannot be modified.
190 matedtpan.but.ttip.delete = Delete a user-defined material
191 matedtpan.but.ttip.revertall = Delete all user-defined materials
192 matedtpan.title.Deletealluser-defined = Delete all user-defined materials?
193 matedtpan.title.Revertall = Revert all?
194 matedtpan.lbl.edtmaterials = <html><i>Editing materials will not affect existing rocket designs.</i>
195
196 !MaterialModel
197 MaterialModel.title.Material = Material
198 MaterialModel.title.Defcustmat = Define custom material
199
200
201 ! Preference dialog
202 pref.dlg.but.add = Add
203 pref.dlg.but.reset = Reset
204 pref.dlg.but.checknow = Check now
205 pref.dlg.but.defaultmetric = Default metric
206 pref.dlg.but.defaultimperial = Default imperial
207 pref.dlg.title.Preferences = Preferences 
208 pref.dlg.tab.Units = Units
209 pref.dlg.tab.Defaultunits = Default units
210 pref.dlg.tab.Materials = Materials
211 pref.dlg.tab.Custommaterials = Custom materials
212 pref.dlg.tab.Options = Options
213 pref.dlg.tab.Miscellaneousoptions = Miscellaneous options
214 pref.dlg.lbl.Positiontoinsert = Position to insert new body components:
215 pref.dlg.lbl.Confirmdeletion = Confirm deletion of simulations:
216 pref.dlg.lbl.User-definedthrust = User-defined thrust curves:
217 pref.dlg.Allthrustcurvefiles = All thrust curve files (*.eng; *.rse; *.zip; directories)
218 pref.dlg.RASPfiles = RASP motor files (*.eng)
219 pref.dlg.RockSimfiles = RockSim engine files (*.rse)
220 pref.dlg.ZIParchives = ZIP archives (*.zip)
221 pref.dlg.checkbox.Checkupdates = Check for software updates at startup
222 pref.dlg.ttip.Checkupdatesnow = Check for software updates now
223 pref.dlg.lbl.Selectprefunits = Select your preferred units:
224 pref.dlg.lbl.Rocketdimensions = Rocket dimensions:
225 pref.dlg.lbl.Linedensity = Line density:
226 pref.dlg.lbl.Motordimensions = Motor dimensions:
227 pref.dlg.lbl.Surfacedensity = Surface density:
228 pref.dlg.lbl.Distance = Distance:
229 pref.dlg.lbl.Bulkdensity = Bulk density::
230 pref.dlg.lbl.Velocity = Velocity:
231 pref.dlg.lbl.Surfaceroughness = Surface roughness:
232 pref.dlg.lbl.Acceleration = Acceleration:
233 pref.dlg.lbl.Area = Area:
234 pref.dlg.lbl.Mass = Mass:
235 pref.dlg.lbl.Angle = Angle:
236 pref.dlg.lbl.Force = Force:
237 pref.dlg.lbl.Rollrate = Roll rate:
238 pref.dlg.lbl.Totalimpulse = Total impulse:
239 pref.dlg.lbl.Temperature = Temperature:
240 pref.dlg.lbl.Momentofinertia = Moment of inertia:
241 pref.dlg.lbl.Pressure = Pressure:
242 pref.dlg.lbl.Stability = Stability:
243 pref.dlg.lbl.effect1 = The effects will take place the next time you open a window.
244 pref.dlg.lbl.Checkingupdates = Checking for updates...
245 pref.dlg.lbl.msg1 = An error occurred while communicating with the server.
246 pref.dlg.lbl.msg2 = Unable to retrieve update information
247 pref.dlg.lbl.msg3 = You are running the latest version of OpenRocket.
248 pref.dlg.lbl.msg4 = No updates available
249 pref.dlg.PrefChoiseSelector1 = Always ask
250 pref.dlg.PrefChoiseSelector2 = Insert in middle
251 pref.dlg.PrefChoiseSelector3 = Add to end
252 pref.dlg.PrefBooleanSelector1 = Delete
253 pref.dlg.PrefBooleanSelector2 = Confirm
254 pref.dlg.Add = Add
255 pref.dlg.DescriptionArea.Adddirectories = Add directories, RASP motor files (*.eng), RockSim engine files (*.rse) or ZIP archives separated by a semicolon (;) to load external thrust curves.  Changes will take effect the next time you start OpenRocket.
256
257
258 ! Simulation edit dialog
259 simedtdlg.but.runsimulation = Run simulation
260 simedtdlg.but.resettodefault = Reset to default
261 simedtdlg.but.add = Add
262 simedtdlg.but.remove = Remove
263 simedtdlg.title.Editsim = Edit simulation
264 simedtdlg.lbl.Simname = Simulation name:
265 simedtdlg.tab.Launchcond = Launch conditions
266 simedtdlg.tab.Simopt = Simulation options
267 simedtdlg.tab.Plotdata = Plot data
268 simedtdlg.tab.Exportdata = Export data
269 simedtdlg.lbl.Motorcfg = Motor configuration:
270 simedtdlg.lbl.ttip.Motorcfg = Select the motor configuration to use.
271 simedtdlg.combo.ttip.motorconf = Select the motor configuration to use.
272 simedtdlg.lbl.Wind = Wind
273 simedtdlg.lbl.Averwindspeed = Average windspeed:
274 simedtdlg.lbl.ttip.Averwindspeed = The average windspeed relative to the ground.
275 simedtdlg.lbl.Stddeviation = Standard deviation:
276 simedtdlg.lbl.ttip.Stddeviation = <html>The standard deviation of the windspeed.<br>The windspeed is within twice the standard deviation from the average for 95% of the time.
277 simedtdlg.lbl.Turbulenceintensity = Turbulence intensity:
278 simedtdlg.lbl.ttip.Turbulenceintensity1 = <html>The turbulence intensity is the standard deviation divided by the average windspeed.<br>
279 simedtdlg.lbl.ttip.Turbulenceintensity2 = Typical values range from
280 simedtdlg.lbl.ttip.Turbulenceintensity3 = to
281 simedtdlg.border.Atmoscond = Atmospheric conditions
282 simedtdlg.checkbox.InterStdAtmosphere = Use International Standard Atmosphere
283 simedtdlg.checkbox.ttip.InterStdAtmosphere1 = <html>Select to use the International Standard Atmosphere model.<br>This model has a temperature of
284 simedtdlg.checkbox.ttip.InterStdAtmosphere2 = and a pressure of
285 simedtdlg.checkbox.ttip.InterStdAtmosphere3 = at sea level.
286 simedtdlg.lbl.Temperature = Temperature:
287 simedtdlg.lbl.ttip.Temperature = The temperature at the launch site.
288 simedtdlg.lbl.Pressure = Pressure:
289 simedtdlg.lbl.ttip.Pressure = The atmospheric pressure at the launch site.
290 simedtdlg.lbl.Launchsite = Launch site
291 simedtdlg.lbl.Latitude = Latitude:
292 simedtdlg.lbl.ttip.Latitude = <html>The launch site latitude affects the gravitational pull of Earth.<br>Positive values are on the Northern hemisphere, negative values on the Southern hemisphere.
293 simedtdlg.lbl.Altitude = Altitude:
294 simedtdlg.lbl.ttip.Altitude = <html>The launch altitude above mean sea level.<br>This affects the position of the rocket in the atmospheric model.
295 simedtdlg.border.Launchrod = Launch rod
296 simedtdlg.lbl.Length = Length:
297 simedtdlg.lbl.ttip.Length = The length of the launch rod.
298 simedtdlg.lbl.Angle = Angle:
299 simedtdlg.lbl.ttip.Angle = The angle of the launch rod from vertical.
300 simedtdlg.lbl.Direction = Direction:
301 simedtdlg.lbl.ttip.Direction1 = <html>Direction of the launch rod relative to the wind.<br>
302 simedtdlg.lbl.ttip.Direction2 =  = towards the wind,
303 simedtdlg.lbl.ttip.Direction3 = = downwind.
304 simedtdlg.border.Simopt = Simulator options
305 simedtdlg.lbl.Calcmethod = Calculation method:
306 simedtdlg.lbl.ttip.Calcmethod = <html>The Extended Barrowman method calculates aerodynamic forces according <br>to the Barrowman equations extended to accommodate more components.
307 simedtdlg.lbl.ExtBarrowman = Extended Barrowman
308 simedtdlg.lbl.Simmethod = Simulation method:
309 simedtdlg.lbl.ttip.Simmethod1 = <html>The six degree-of-freedom simulator allows the rocket total freedom during flight.<br>
310 simedtdlg.lbl.ttip.Simmethod2 = Integration is performed using a 4<sup>th</sup> order Runge-Kutta 4 numerical integration.
311 simedtdlg.lbl.Timestep = Time step:
312 simedtdlg.lbl.ttip.Timestep1 = <html>The time between simulation steps.<br>A smaller time step results in a more accurate but slower simulation.<br>
313 simedtdlg.lbl.ttip.Timestep2 = The 4<sup>th</sup> order simulation method is quite accurate with a time step of
314 simedtdlg.but.ttip.resettodefault = Reset the time step to its default value (
315 simedtdlg.border.Simlist = Simulator listeners
316 simedtdlg.txt.longA1 = <html><i>Simulation listeners</i> is an advanced feature that allows user-written code to listen to and interact with the simulation.  
317 simedtdlg.txt.longA2 = For details on writing simulation listeners, see the OpenRocket technical documentation.
318 simedtdlg.lbl.Curlist = Current listeners:
319 simedtdlg.lbl.Addsimlist = Add simulation listener
320 simedtdlg.lbl.Noflightdata = No flight data available.
321 simedtdlg.lbl.runsimfirst = Please run the simulation first.
322 simedtdlg.chart.Simflight = Simulated flight
323 simedtdlg.dlg.Simres = Simulation results
324 simedtdlg.IntensityDesc.None = None
325 simedtdlg.IntensityDesc.Verylow = Very low
326 simedtdlg.IntensityDesc.Low = Low
327 simedtdlg.IntensityDesc.Medium = Medium
328 simedtdlg.IntensityDesc.High = High
329 simedtdlg.IntensityDesc.Veryhigh = Very high
330 simedtdlg.IntensityDesc.Extreme = Extreme
331
332
333
334 ! Simulation Panel
335 simpanel.but.newsimulation = New simulation
336 simpanel.but.editsimulation = Edit simulation
337 simpanel.but.runsimulations = Run simulations
338 simpanel.but.deletesimulations = Delete simulations
339 simpanel.but.plotexport = Plot / export
340 simpanel.but.ttip.newsimulation = Add a new simulation
341 simpanel.but.ttip.editsim = Edit the selected simulation
342 simpanel.but.ttip.runsimu = Re-run the selected simulations
343 simpanel.but.ttip.deletesim = Delete the selected simulations
344 simpanel.checkbox.donotask = Do not ask me again
345 simpanel.lbl.defpref = You can change the default operation in the preferences.
346 simpanel.dlg.lbl.DeleteSim1 = Delete the selected simulations?
347 simpanel.dlg.lbl.DeleteSim2 = <html><i>This operation cannot be undone.</i>
348 simpanel.dlg.lbl.DeleteSim3 = Delete simulations
349 simpanel.col.Name = Name
350 simpanel.col.Motors = Motors
351 simpanel.col.Apogee = Apogee
352 simpanel.col.Maxvelocity = Max. velocity
353 simpanel.col.Maxacceleration = Max. acceleration
354 simpanel.col.Timetoapogee = Time to apogee
355 simpanel.col.Flighttime = Flight time
356 simpanel.col.Groundhitvelocity = Ground hit velocity
357
358 ! SimulationRunDialog
359 SimuRunDlg.title.RunSim = Running simulations...
360 SimuRunDlg.lbl.Running = Running ...
361 SimuRunDlg.lbl.Simutime = Simulation time:
362 SimuRunDlg.lbl.Altitude = Altitude:
363 SimuRunDlg.lbl.Velocity = Velocity:
364 SimuRunDlg.msg.Unabletosim = Unable to simulate:
365 SimuRunDlg.msg.errorOccurred = An error occurred during the simulation:
366 SimuRunDlg.msg.AnException1 = An exception occurred during the simulation:
367 SimuRunDlg.msg.AnException2 = Please report this as a bug along with the details below.
368 SimuRunDlg.msg.AssertionError1 = A computation error occurred during the simulation.
369 SimuRunDlg.msg.AssertionError2 = Please report this as a bug along with the details below.
370 SimuRunDlg.msg.unknownerror1 = An unknown error was encountered during the simulation.
371 SimuRunDlg.msg.unknownerror2 = The program may be unstable, you should save all your designs and restart OpenRocket now!
372
373
374
375 ! SimulationExportPanel
376 SimExpPan.desc = Comma Separated Files (*.csv)
377 SimExpPan.border.Vartoexport = Variables to export
378 SimExpPan.but.Selectall = Select all
379 SimExpPan.but.Selectnone = Select none
380 SimExpPan.border.Fieldsep = Field separator
381 SimExpPan.lbl.Fieldsepstr = Field separator string:
382 SimExpPan.lbl.longA1 = <html>The string used to separate the fields in the exported file.<br>
383 SimExpPan.lbl.longA2 = Use ',' for a Comma Separated Values (CSV) file.
384 SimExpPan.checkbox.Includesimudesc = Include simulation description
385 SimExpPan.checkbox.ttip.Includesimudesc = Include a comment at the beginning of the file describing the simulation.
386 SimExpPan.border.Comments = Comments
387 SimExpPan.checkbox.Includefielddesc = Include field descriptions
388 SimExpPan.checkbox.ttip.Includefielddesc = Include a comment line with the descriptions of the exported variables.
389 SimExpPan.checkbox.Incflightevents = Include flight events
390 SimExpPan.checkbox.ttip.Incflightevents = Include a comment line for every flight event.
391 SimExpPan.lbl.Commentchar = Comment character:
392 SimExpPan.lbl.ttip.Commentchar = The character(s) that mark a comment line.
393 SimExpPan.but.Exporttofile = Export to file...
394 SimExpPan.Fileexists.desc1 = File \"
395 SimExpPan.Fileexists.desc2 = \" exists.  Overwrite?
396 SimExpPan.Fileexists.title = File exists
397 SimExpPan.ExportingVar.desc1 = Exporting 1 variable out of
398 SimExpPan.ExportingVar.desc2 = Exporting 
399 SimExpPan.ExportingVar.desc3 = variables out of
400 SimExpPan.Col.Variable = Variable
401 SimExpPan.Col.Unit = Unit
402
403 ! MotorPlot
404 MotorPlot.title.Motorplot = Motor plot
405 MotorPlot.but.Select = Select
406 MotorPlot.Chart.Motorthrustcurve = Motor thrust curve
407 MotorPlot.Chart.Time = Time / s
408 MotorPlot.Chart.Thrust = Thrust / N
409 MotorPlot.txt.Designation = Designation:
410 MotorPlot.txt.Manufacturer = Manufacturer:
411 MotorPlot.txt.Type = Type:
412 MotorPlot.txt.Delays = Delays:
413 MotorPlot.txt.Comment = Comment:\n
414
415
416
417 ! Simulation plot panel
418 simplotpanel.lbl.Presetplotconf = Preset plot configurations:
419 simplotpanel.lbl.Xaxistype = X axis type:
420 simplotpanel.lbl.Unit = Unit:
421 simplotpanel.lbl.Yaxistypes = Y axis types:
422 simplotpanel.lbl.Flightevents = Flight events:
423 simplotpanel.but.All = All
424 simplotpanel.but.None = None
425 simplotpanel.but.NewYaxisplottype = New Y axis plot type
426 simplotpanel.but.Plotflight = Plot flight
427 simplotpanel.lbl.Axis = Axis:
428 simplotpanel.but.ttip.Removethisplot = Remove this plot
429 simplotpanel.Desc = The data will be plotted in time order even if the X axis type is not time.
430 simplotpanel.OptionPane.lbl1 = A maximum of 15 plots is allowed. 
431 simplotpanel.OptionPane.lbl2 = Cannot add plot
432 simplotpanel.AUTO_NAME = Auto
433 simplotpanel.LEFT_NAME = Left
434 simplotpanel.RIGHT_NAME = Right
435 simplotpanel.CUSTOM = Custom
436
437 ! Component add buttons
438 compaddbuttons.Bodycompandfinsets = Body components and fin sets
439 compaddbuttons.Nosecone = Nose cone
440 compaddbuttons.Bodytube = Body tube
441 compaddbuttons.Transition = Transition
442 compaddbuttons.Trapezoidal = Trapezoidal
443 compaddbuttons.Elliptical = Elliptical
444 compaddbuttons.Freeform = Freeform
445 compaddbuttons.Launchlug = Launch lug
446 compaddbuttons.Innercomponent = Inner component
447 compaddbuttons.Innertube = Inner tube
448 compaddbuttons.Coupler = Coupler
449 compaddbuttons.Centeringring = Centering\nring
450 compaddbuttons.Bulkhead = Bulkhead
451 compaddbuttons.Engineblock = Engine\nblock
452 compaddbuttons.Massobjects = Mass objects
453 compaddbuttons.Parachute = Parachute
454 compaddbuttons.Streamer = Streamer
455 compaddbuttons.Shockcord = Shock cord
456 compaddbuttons.Masscomponent = Mass\ncomponent
457 compaddbuttons.Donotaskmeagain = Do not ask me again
458 compaddbuttons.Selectcomppos = Select component position
459 compaddbuttons.lbl.Youcanchange = You can change the default operation in the preferences.
460 compaddbuttons.lbl.insertcomp = Insert the component after the current component or as the last component?
461 compaddbuttons.askPosition.Inserthere = Insert here
462 compaddbuttons.askPosition.Addtotheend = Add to the end
463 compaddbuttons.askPosition.Cancel = Cancel
464
465 ! Component Analysis Dialog
466 componentanalysisdlg.componentanalysis = Component analysis
467 componentanalysisdlg.lbl.winddir = Wind direction:
468 componentanalysisdlg.TitledBorder.warnings = Warnings:
469 componentanalysisdlg.ToggleBut.worst = Worst
470 componentanalysisdlg.lbl.angleofattack = Angle of attack:
471 componentanalysisdlg.lbl.machnumber = Mach number:
472 componentanalysisdlg.lbl.rollrate = Roll rate:
473 componentanalysisdlg.lbl.activestages = Active stages:
474 componentanalysisdlg.lbl.motorconf = Motor configuration:
475 componentanalysisdlg.TabStability.Col = Component
476 componentanalysisdlg.TabStability = Stability
477 componentanalysisdlg.TabStability.ttip = Stability information
478 componentanalysisdlg.dragTableModel.Col.Component = Component
479 componentanalysisdlg.dragTableModel.Col.Pressure = <html>Pressure C<sub>D</sub>
480 componentanalysisdlg.dragTableModel.Col.Base = <html>Base C<sub>D</sub>
481 componentanalysisdlg.dragTableModel.Col.friction = <html>Friction C<sub>D</sub>
482 componentanalysisdlg.dragTableModel.Col.total = <html>Total C<sub>D</sub>
483 componentanalysisdlg.dragTabchar = Drag characteristics
484 componentanalysisdlg.dragTabchar.ttip = Drag characteristics
485 componentanalysisdlg.rollTableModel.Col.component = Component
486 componentanalysisdlg.rollTableModel.Col.rollforc = Roll forcing coefficient
487 componentanalysisdlg.rollTableModel.Col.rolldamp = Roll damping coefficient
488 componentanalysisdlg.rollTableModel.Col.total = <html>Total C<sub>l</sub>
489 componentanalysisdlg.rollTableModel = Roll dynamics
490 componentanalysisdlg.rollTableModel.ttip = Roll dynamics
491 componentanalysisdlg.println.closingmethod = Closing method called:
492 componentanalysisdlg.println.settingnam = SETTING NAN VALUES
493 componentanalysisdlg.lbl.reflenght = Reference length: 
494 componentanalysisdlg.lbl.refarea = Reference area: 
495 !componentanalysisdlg.But.close =Close
496
497 ! Custom Material dialog
498 custmatdlg.title.Custommaterial = Custom material
499 custmatdlg.lbl.Materialname = Material name: 
500 custmatdlg.lbl.Materialtype = Material type:
501 custmatdlg.lbl.Materialdensity = Material density:
502 custmatdlg.checkbox.Addmaterial = Add material to database
503
504
505 ! Ring Component Config
506 ringcompcfg.OuterRadius = OuterRadius
507 ringcompcfg.Automatic = Automatic
508 ringcompcfg.InnerRadius = InnerRadius
509 ringcompcfg.Thickness = Thickness
510 ringcompcfg.Length = Length
511 ringcompcfg.Positionrelativeto = Position relative to:
512 ringcompcfg.plus = plus
513 ringcompcfg.PositionValue = PositionValue
514 ringcompcfg.Radialdistance = Radial distance:
515 ringcompcfg.Distancefrom = Distance from the rocket centerline
516 ringcompcfg.Radialdirection = Radial direction:
517 ringcompcfg.radialdirectionfrom = The radial direction from the rocket centerline
518 ringcompcfg.but.Reset = Reset
519 ringcompcfg.but.Resetcomponant = Reset the component to the rocket centerline
520 ringcompcfg.EngineBlock.desc = <html>An <b>engine block</b> stops the motor from moving forwards in the motor mount tube.<br><br>In order to add a motor, create a <b>body tube</b> or <b>inner tube</b> and mark it as a motor mount in the <em>Motor</em> tab.
521 ringcompcfg.note.desc = Note: An inner tube will not affect the aerodynamics of the rocket even if it is located outside of the body tube.
522
523
524 ! Body Tube Config
525 BodyTubecfg.lbl.Bodytubelength = Body tube length:
526 BodyTubecfg.lbl.Outerdiameter = Outer diameter:
527 BodyTubecfg.lbl.Innerdiameter = Inner diameter:
528 BodyTubecfg.lbl.Wallthickness = Wall thickness:
529 BodyTubecfg.tab.General = General
530 BodyTubecfg.tab.Generalproperties = General properties
531 BodyTubecfg.tab.Motor = Motor
532 BodyTubecfg.tab.Motormountconf = Motor mount configuration
533 BodyTubecfg.checkbox.Automatic = Automatic
534 BodyTubecfg.checkbox.Filled = Filled
535
536 ! FinSetConfig
537 FinSetConfig.tab.Fintabs = Fin tabs
538 FinSetConfig.tab.Through-the-wall = Through-the-wall fin tabs
539 FinSetConfig.but.Converttofreeform = Convert to freeform
540 FinSetConfig.but.Converttofreeform.ttip = Convert this fin set into a freeform fin set
541 FinSetConfig.Convertfinset = Convert fin set
542 FinSetConfig.but.Splitfins = Split fins
543 FinSetConfig.but.Splitfins.ttip = Split the fin set into separate fins
544 FinSetConfig.lbl.Through-the-wall  = Through-the-wall fin tabs:
545 FinSetConfig.lbl.Tablength = Tab length:
546 FinSetConfig.ttip.Tablength = The length of the fin tab.
547 FinSetConfig.lbl.Tabheight = Tab height:
548 FinSetConfig.ttip.Tabheight = The spanwise height of the fin tab.
549 FinSetConfig.lbl.Tabposition = Tab position:
550 FinSetConfig.ttip.Tabposition = The position of the fin tab.
551 FinSetConfig.lbl.relativeto = relative to
552
553 ! MotorDatabaseLoadingDialog
554 MotorDbLoadDlg.title = Loading motors
555 MotorDbLoadDlg.Loadingmotors = Loading motors...
556
557 ! RocketConfig
558 RocketCfg.lbl.Designname = Design name:
559 RocketCfg.lbl.Designer = Designer:
560 RocketCfg.lbl.Comments = Comments:
561 RocketCfg.lbl.Revisionhistory = Revision history:
562 RocketCfg.lbl.Material = Material:
563
564 ! ShockCordConfig
565 ShockCordCfg.lbl.Shockcordlength = Shock cord length:
566
567 ! RocketComponentConfig
568 RocketCompCfg.lbl.Componentname = Component name:
569 RocketCompCfg.ttip.Thecomponentname = The component name.
570 RocketCompCfg.tab.Override = Override
571 RocketCompCfg.tab.MassandCGoverride = Mass and CG override options
572 RocketCompCfg.tab.Figure = Figure
573 RocketCompCfg.tab.Figstyleopt = Figure style options
574 RocketCompCfg.tab.Comment = Comment
575 RocketCompCfg.tab.Specifyacomment = Specify a comment for the component
576 RocketCompCfg.lbl.Mass = Mass:
577 RocketCompCfg.lbl.Componentmass = Component mass:
578 RocketCompCfg.lbl.overriddento = (overridden to
579 RocketCompCfg.lbl.overriddenby = (overridden by
580 RocketCompCfg.lbl.Componentmaterial = Component material:
581 RocketCompCfg.lbl.Componentfinish = Component finish:
582 RocketCompCfg.lbl.ttip.componentmaterialaffects = The component material affects the weight of the component.
583 RocketCompCfg.combo.ttip.componentmaterialaffects = The component material affects the weight of the component.
584 RocketCompCfg.lbl.longA1 = <html>The component finish affects the aerodynamic drag of the component.<br>
585 RocketCompCfg.lbl.longA2 = The value indicated is the average roughness height of the surface.
586 RocketCompCfg.but.Setforall = Set for all
587 RocketCompCfg.but.ttip.Setforall = Set this finish for all components of the rocket.
588 RocketCompCfg.lbl.Overridemassorcenter = Override the mass or center of gravity of the
589 RocketCompCfg.checkbox.Overridemass = Override mass:
590 RocketCompCfg.checkbox.Overridecenterofgrav = Override center of gravity:
591 RocketCompCfg.checkbox.OverridemassandCG = Override mass and CG of all subcomponents
592 RocketCompCfg.lbl.longB1 = <html>The overridden mass does not include motors.<br>
593 RocketCompCfg.lbl.longB2 = The center of gravity is measured from the front end of the
594 RocketCompCfg.lbl.Commentsonthe = Comments on the
595 RocketCompCfg.lbl.Figurestyle = Figure style:
596 RocketCompCfg.lbl.Componentcolor = Component color:
597 RocketCompCfg.lbl.Choosecolor = Choose color
598 RocketCompCfg.checkbox.Usedefaultcolor = Use default color
599 RocketCompCfg.lbl.Complinestyle = Component line style:
600 RocketCompCfg.but.Saveasdefstyle = Save as default style
601 RocketCompCfg.lbl.Diameter = Diameter:
602 RocketCompCfg.lbl.Length = Length:
603 RocketCompCfg.lbl.Thickness = Thickness:
604 RocketCompCfg.checkbox.Endcapped = End capped
605 RocketCompCfg.ttip.Endcapped = Whether the end of the shoulder is capped.
606 RocketCompCfg.title.Noseconeshoulder = Nose cone shoulder
607 RocketCompCfg.title.Aftshoulder = Aft shoulder
608 RocketCompCfg.border.Foreshoulder = Fore shoulder 
609 !RocketCompCfg.lbl.Length = Length:
610
611 ! BulkheadConfig
612 BulkheadCfg.tab.Radius = Radius:
613 BulkheadCfg.tab.Thickness = Thickness:
614 BulkheadCfg.tab.General = General
615 BulkheadCfg.tab.Generalproperties = General properties
616
617 !CenteringRingConfig
618 CenteringRingCfg.tab.Outerdiam = Outer diameter:
619 CenteringRingCfg.tab.Innerdiam = Inner diameter:
620 CenteringRingCfg.tab.Thickness = Thickness:
621 CenteringRingCfg.tab.General = General
622 CenteringRingCfg.tab.Generalproperties = General properties
623
624 !ComponentConfigDialog
625 ComponentCfgDlg.configuration = configuration
626 ComponentCfgDlg.Modify = Modify
627
628 !EllipticalFinSetConfig
629 EllipticalFinSetCfg.Nbroffins = Number of fins:
630 EllipticalFinSetCfg.Rotation = Rotation:
631 EllipticalFinSetCfg.Fincant = Fin cant:
632 EllipticalFinSetCfg.Rootchord = Root chord:
633 EllipticalFinSetCfg.Height = Height:
634 EllipticalFinSetCfg.Positionrelativeto = Position relative to:
635 EllipticalFinSetCfg.plus = plus
636 EllipticalFinSetCfg.FincrossSection = Fin cross section:
637 EllipticalFinSetCfg.Thickness = Thickness:
638 EllipticalFinSetCfg.General = General
639 EllipticalFinSetCfg.Generalproperties = General properties
640 EllipticalFinSetCfg.ttip.Fincant = The angle that the fins are canted with respect to the rocket body.
641
642 !FreeformFinSetConfig
643 FreeformFinSetCfg.tab.General = General
644 FreeformFinSetCfg.tab.ttip.General = General properties
645 FreeformFinSetCfg.tab.Shape = Shape
646 FreeformFinSetCfg.tab.ttip.Finshape = Fin shape
647 FreeformFinSetCfg.lbl.Numberoffins = Number of fins:
648 FreeformFinSetCfg.lbl.Finrotation = Fin rotation:
649 FreeformFinSetCfg.lbl.Fincant = Fin cant:
650 FreeformFinSetCfg.lbl.ttip.Fincant = The angle that the fins are canted with respect to the rocket body.
651 FreeformFinSetCfg.lbl.Posrelativeto = Position relative to:
652 FreeformFinSetCfg.lbl.plus = plus
653 FreeformFinSetCfg.lbl.FincrossSection = Fin cross section:
654 FreeformFinSetCfg.lbl.Thickness = Thickness:
655
656 !InnerTubeConfig
657 InnerTubeCfg.tab.Motor = Motor
658 InnerTubeCfg.tab.ttip.Motor = Motor mount configuration
659 InnerTubeCfg.tab.Cluster = Cluster
660 InnerTubeCfg.tab.ttip.Cluster = Cluster configuration
661 InnerTubeCfg.tab.Radialpos = Radial position
662 InnerTubeCfg.tab.ttip.Radialpos = Radial position
663 InnerTubeCfg.lbl.Selectclustercfg = Select cluster configuration:
664 InnerTubeCfg.lbl.TubeSep = Tube separation:
665 InnerTubeCfg.lbl.ttip.TubeSep = The separation of the tubes, 1.0 = touching each other
666 InnerTubeCfg.lbl.Rotation = Rotation:
667 InnerTubeCfg.lbl.ttip.Rotation = Rotation angle of the cluster configuration
668 InnerTubeCfg.lbl.Rotangle = Rotation angle of the cluster configuration
669 InnerTubeCfg.but.Splitcluster = Split cluster
670 InnerTubeCfg.lbl.longA1 = <html>Split the cluster into separate components.<br>
671 InnerTubeCfg.lbl.longA2 = This also duplicates all components attached to this inner tube.
672 InnerTubeCfg.but.Resetsettings = Reset settings
673 InnerTubeCfg.but.ttip.Resetsettings = Reset the separation and rotation to the default values
674
675 ! LaunchLugConfig
676 LaunchLugCfg.lbl.Length = Length:
677 LaunchLugCfg.lbl.Outerdiam = Outer diameter:
678 LaunchLugCfg.lbl.Innerdiam = Inner diameter:
679 LaunchLugCfg.lbl.Thickness = Thickness:
680 LaunchLugCfg.lbl.Radialpos = Radial position:
681 LaunchLugCfg.lbl.Posrelativeto = Position relative to:
682 LaunchLugCfg.lbl.plus = plus
683 LaunchLugCfg.tab.General = General
684 LaunchLugCfg.tab.Generalprop = General properties
685
686 ! MassComponentConfig
687 MassComponentCfg.lbl.Mass = Mass:
688 MassComponentCfg.lbl.Length = Length:
689 MassComponentCfg.lbl.Diameter = Diameter:
690 MassComponentCfg.lbl.PosRelativeto = Position relative to:
691 MassComponentCfg.lbl.plus = plus
692 MassComponentCfg.tab.General = General
693 MassComponentCfg.tab.ttip.General = General properties
694 MassComponentCfg.tab.Radialpos = Radial position
695 MassComponentCfg.tab.ttip.Radialpos = Radial position configuration
696 MassComponentCfg.lbl.Radialdistance = Radial distance:
697 MassComponentCfg.lbl.Radialdirection = Radial direction:
698 MassComponentCfg.but.Reset = Reset
699
700 ! MotorConfig
701 MotorCfg.checkbox.compmotormount = This component is a motor mount
702 MotorCfg.lbl.Motorcfg = Motor configuration:
703 MotorCfg.but.New = New
704 MotorCfg.lbl.Currentmotor = Current motor:
705 MotorCfg.lbl.Motoroverhang = Motor overhang:
706 MotorCfg.lbl.Ignitionat = Ignition at:
707 MotorCfg.lbl.plus = plus
708 MotorCfg.lbl.seconds = seconds
709 MotorCfg.lbl.longA1 = The current design has only one stage.
710 MotorCfg.lbl.longA2 = Stages can be added by clicking \"New stage\".
711 MotorCfg.lbl.longB1 = The current design has
712 MotorCfg.lbl.longB2 = stages.
713 MotorCfg.but.Selectmotor = Select motor
714 MotorCfg.but.Removemotor = Remove motor
715 MotorCfg.lbl.motorLabel = None
716
717 ! NoseConeConfig
718 NoseConeCfg.lbl.Noseconeshape = Nose cone shape:
719 NoseConeCfg.lbl.Shapeparam = Shape parameter:
720 NoseConeCfg.lbl.Noseconelength = Nose cone length:
721 NoseConeCfg.lbl.Basediam = Base diameter:
722 NoseConeCfg.checkbox.Automatic = Automatic
723 NoseConeCfg.lbl.Wallthickness = Wall thickness:
724 NoseConeCfg.checkbox.Filled = Filled
725 NoseConeCfg.tab.General = General
726 NoseConeCfg.tab.ttip.General = General properties
727 NoseConeCfg.tab.Shoulder = Shoulder
728 NoseConeCfg.tab.ttip.Shoulder = Shoulder properties
729
730 ! ParachuteConfig
731 ParachuteCfg.lbl.Canopy = Canopy:
732 ParachuteCfg.lbl.Diameter = Diameter:
733 ParachuteCfg.lbl.Material = Material:
734 ParachuteCfg.combo.MaterialModel = The component material affects the weight of the component.
735 ParachuteCfg.lbl.longA1 = <html>Drag coefficient C<sub>D</sub>:
736 ParachuteCfg.lbl.longB1 = <html>The drag coefficient relative to the total area of the parachute.<br>
737 ParachuteCfg.lbl.longB2 = A larger drag coefficient yields a slowed descent rate.  
738 ParachuteCfg.lbl.longB3 = A typical value for parachutes is 0.8.
739 ParachuteCfg.but.Reset = Reset
740 ParachuteCfg.lbl.Shroudlines = Shroud lines:
741 ParachuteCfg.lbl.Numberoflines = Number of lines:
742 ParachuteCfg.lbl.Linelength = Line length:
743 ParachuteCfg.lbl.Material = Material:
744 ParachuteCfg.lbl.Posrelativeto = Position relative to:
745 ParachuteCfg.lbl.plus = plus
746 ParachuteCfg.lbl.Packedlength = Packed length:
747 ParachuteCfg.lbl.Packeddiam = Packed diameter:
748 ParachuteCfg.lbl.Deploysat = Deploys at:
749 ParachuteCfg.lbl.seconds = seconds
750 ParachuteCfg.lbl.Altitude = Altitude:
751 ParachuteCfg.tab.General = General
752 ParachuteCfg.tab.ttip.General = General properties
753 ParachuteCfg.tab.Radialpos = Radial position
754 ParachuteCfg.tab.ttip.Radialpos = Radial position configuration
755 ParachuteCfg.lbl.Radialdistance = Radial distance:
756 ParachuteCfg.lbl.Radialdirection = Radial direction:
757 ParachuteCfg.but.Reset = Reset
758
759 ! ShockCordConfig 
760 ShockCordCfg.lbl.Shockcordlength = Shock cord length
761 ShockCordCfg.lbl.Shockcordmaterial = Shock cord material:
762 ShockCordCfg.lbl.Posrelativeto = Position relative to:
763 ShockCordCfg.lbl.plus = plus
764 ShockCordCfg.lbl.Packedlength = Packed length:
765 ShockCordCfg.lbl.Packeddiam = Packed diameter:
766 ShockCordCfg.tab.General = General
767 ShockCordCfg.tab.ttip.General = General properties
768
769 !SleeveConfig
770 SleeveCfg.tab.Outerdiam = Outer diameter:
771 SleeveCfg.tab.Innerdiam = Inner diameter:
772 SleeveCfg.tab.Wallthickness = Wall thickness:
773 SleeveCfg.tab.Length = Length:
774 SleeveCfg.tab.General = General
775 SleeveCfg.tab.Generalproperties = General properties
776
777 ! StreamerConfig
778 StreamerCfg.lbl.Striplength = Strip length:
779 StreamerCfg.lbl.Stripwidth = Strip width:
780 StreamerCfg.lbl.Striparea = Strip area:
781 StreamerCfg.lbl.Aspectratio = Aspect ratio:
782 StreamerCfg.lbl.Material = Material:
783 StreamerCfg.combo.ttip.MaterialModel = The component material affects the weight of the component.
784 StreamerCfg.lbl.longA1 = <html>Drag coefficient C<sub>D</sub>:
785 StreamerCfg.lbl.longB1 = <html>The drag coefficient relative to the total area of the streamer.<br>
786 StreamerCfg.lbl.longB2 = A larger drag coefficient yields a slowed descent rate.
787 StreamerCfg.lbl.Automatic = Automatic
788 StreamerCfg.lbl.longC1 = The drag coefficient is relative to the area of the streamer.
789 StreamerCfg.lbl.Posrelativeto = Position relative to:
790 StreamerCfg.lbl.plus = plus
791 StreamerCfg.lbl.Packedlength = Packed length:
792 StreamerCfg.lbl.Packeddiam = Packed diameter:
793 StreamerCfg.lbl.Deploysat = Deploys at:
794 StreamerCfg.lbl.seconds = seconds
795 StreamerCfg.lbl.Altitude = Altitude:
796 StreamerCfg.tab.General = General
797 StreamerCfg.tab.ttip.General = General properties
798 StreamerCfg.tab.Radialpos = Radial position
799 StreamerCfg.tab.ttip.Radialpos = Radial position configuration
800 StreamerCfg.lbl.Radialdistance = Radial distance:
801 StreamerCfg.lbl.Radialdirection = Radial direction:
802 StreamerCfg.but.Reset = Reset
803
804 ! ThicknessRingComponentConfig
805 ThicknessRingCompCfg.tab.Outerdiam = Outer diameter:
806 ThicknessRingCompCfg.tab.Innerdiam = Inner diameter:
807 ThicknessRingCompCfg.tab.Wallthickness = Wall thickness:
808 ThicknessRingCompCfg.tab.Length = Length:
809 ThicknessRingCompCfg.tab.General = General
810 ThicknessRingCompCfg.tab.Generalprop = General properties
811
812 ! TransitionConfig
813 TransitionCfg.lbl.Transitionshape = Transition shape:
814 TransitionCfg.checkbox.Clipped = Clipped
815 TransitionCfg.lbl.Shapeparam = Shape parameter:
816 TransitionCfg.lbl.Transitionlength = Transition length:
817 TransitionCfg.lbl.Forediam = Fore diameter:
818 TransitionCfg.checkbox.Automatic = Automatic
819 TransitionCfg.lbl.Aftdiam = Aft diameter:
820 TransitionCfg.lbl.Wallthickness = Wall thickness:
821 TransitionCfg.checkbox.Filled = Filled
822 TransitionCfg.tab.General = General
823 TransitionCfg.tab.Generalproperties = General properties
824 TransitionCfg.tab.Shoulder = Shoulder
825 TransitionCfg.tab.Shoulderproperties = Shoulder properties
826
827 ! TrapezoidFinSetConfig
828 TrapezoidFinSetCfg.lbl.Nbroffins = Number of fins:
829 TrapezoidFinSetCfg.lbl.ttip.Nbroffins = The number of fins in the fin set.
830 TrapezoidFinSetCfg.lbl.Finrotation = Fin rotation:
831 TrapezoidFinSetCfg.lbl.ttip.Finrotation = The angle of the first fin in the fin set.
832 TrapezoidFinSetCfg.lbl.Fincant = Fin cant:
833 TrapezoidFinSetCfg.lbl.ttip.Fincant =The angle that the fins are canted with respect to the rocket body.
834 TrapezoidFinSetCfg.lbl.Rootchord = Root chord:
835 TrapezoidFinSetCfg.lbl.Tipchord = Tip chord:
836 TrapezoidFinSetCfg.lbl.Height = Height:
837 TrapezoidFinSetCfg.lbl.Sweeplength = Sweep length:
838 TrapezoidFinSetCfg.lbl.Sweepangle = Sweep angle:
839 TrapezoidFinSetCfg.lbl.FincrossSection = Fin cross section:
840 TrapezoidFinSetCfg.lbl.Thickness = Thickness:
841 TrapezoidFinSetCfg.lbl.Posrelativeto = Position relative to:
842 TrapezoidFinSetCfg.lbl.plus = plus
843 TrapezoidFinSetCfg.tab.General = General
844 TrapezoidFinSetCfg.tab.Generalproperties = General properties
845
846 !MotorConfigurationModel
847 MotorCfgModel.Editcfg = Edit configurations
848
849 ! StorageOptionChooser
850 StorageOptChooser.lbl.Simdatatostore = Simulated data to store:
851 StorageOptChooser.rdbut.Allsimdata = All simulated data
852 StorageOptChooser.lbl.longA1 = <html>Store all simulated data.<br>
853 StorageOptChooser.lbl.longA2 = This can result in very large files!
854 StorageOptChooser.rdbut.Every = Every
855 StorageOptChooser.lbl.longB1 = <html>Store plottable values approximately this far apart.<br>
856 StorageOptChooser.lbl.longB2 = Larger values result in smaller files.
857 StorageOptChooser.lbl.seconds = seconds
858 StorageOptChooser.rdbut.Onlyprimfig = Only primary figures
859 StorageOptChooser.lbl.longC1 = <html>Store only the values shown in the summary table.<br>
860 StorageOptChooser.lbl.longC2 = This results in the smallest files.
861 StorageOptChooser.checkbox.Compfile = Compress file
862 StorageOptChooser.lbl.UsingComp = Using compression reduces the file size significantly.
863 StorageOptChooser.lbl.longD1 = An estimate on how large the resulting file would be with the present options.
864 StorageOptChooser.ttip.Saveopt = Save options
865 StorageOptChooser.lbl.Estfilesize = Estimated file size:
866 StorageOptChooser.lbl.Saveopt = Save options
867
868 ! ThrustCurveMotorSelectionPanel
869 TCMotorSelPan.lbl.Selrocketmotor = Select rocket motor:
870 TCMotorSelPan.checkbox.hideSimilar = Hide very similar thrust curves
871 TCMotorSelPan.SHOW_DESCRIPTIONS.desc1 = Show all motors
872 TCMotorSelPan.SHOW_DESCRIPTIONS.desc2 = Show motors with diameter less than that of the motor mount
873 TCMotorSelPan.SHOW_DESCRIPTIONS.desc3 = Show motors with diameter equal to that of the motor mount
874 TCMotorSelPan.lbl.Motormountdia = Motor mount diameter:
875 TCMotorSelPan.lbl.Search = Search:
876 TCMotorSelPan.lbl.Selectthrustcurve = Select thrust curve:
877 TCMotorSelPan.lbl.Ejectionchargedelay = Ejection charge delay:
878 TCMotorSelPan.equalsIgnoreCase.None = None
879 TCMotorSelPan.lbl.NumberofsecondsorNone = (Number of seconds or \"None\")
880 TCMotorSelPan.lbl.Totalimpulse = Total impulse:
881 TCMotorSelPan.lbl.Avgthrust = Avg. thrust:
882 TCMotorSelPan.lbl.Maxthrust = Max. thrust:
883 TCMotorSelPan.lbl.Burntime = Burn time:
884 TCMotorSelPan.lbl.Launchmass = Launch mass:
885 TCMotorSelPan.lbl.Emptymass = Empty mass:
886 TCMotorSelPan.lbl.Datapoints = Data points:
887 TCMotorSelPan.lbl.Digest = Digest:
888 TCMotorSelPan.title.Thrustcurve = Thrust curve:
889 TCMotorSelPan.title.Thrust = Thrust
890 TCMotorSelPan.delayBox.None = None
891
892
893 ! PlotDialog
894 PlotDialog.title.Flightdataplot = Flight data plot
895 PlotDialog.Chart.Simulatedflight = Simulated flight
896 PlotDialog.CheckBox.Showdatapoints = Show data points
897 PlotDialog.lbl.Chart = Click+drag down+right to zoom in, up+left to zoom out
898
899
900 ! "main" prefix is used for the main application dialog
901
902 main.menu.file = File
903 main.menu.file.new = New
904 main.menu.file.open = Open...
905 main.menu.file.openExample = Open example...
906 main.menu.file.save = Save
907 main.menu.file.saveAs = Save as...
908 main.menu.file.print = Print / Export PDF...
909 main.menu.file.close = Close
910 main.menu.file.quit = Quit
911
912 main.menu.edit = Edit
913 main.menu.edit.undo = Undo
914 main.menu.edit.redo = Redo
915 main.menu.edit.cut = Cut
916 main.menu.edit.copy = Copy
917 main.menu.edit.paste = Paste
918 main.menu.edit.delete = Delete
919 main.menu.edit.preferences = Preferences
920
921 main.menu.analyze = Analyze
922 main.menu.analyze.componentAnalysis = Component analysis
923
924 main.menu.help = Help
925 main.menu.help.license = License
926 main.menu.help.bugReport = Bug report
927 main.menu.help.debugLog = Debug log
928 main.menu.help.about = About
929
930 main.menu.debug = Debug
931 main.menu.debug.whatisthismenu = What is this menu?
932 main.menu.debug.createtestrocket = Create test rocket
933
934 ! database
935 ! Translate here all material database
936 !
937
938 ! Material database
939 ! BULK_MATERIAL
940 Databases.materials.Acrylic = Acrylic
941 Databases.materials.Balsa = Balsa
942 Databases.materials.Birch = Birch
943 Databases.materials.Cardboard = Cardboard
944 Databases.materials.Carbonfiber = Carbon fiber
945 Databases.materials.Cork = Cork
946 Databases.materials.DepronXPS = Depron (XPS)
947 Databases.materials.Fiberglass = Fiberglass
948 Databases.materials.Kraftphenolic = Kraft phenolic
949 Databases.materials.Maple = Maple
950 Databases.materials.Paperoffice = Paper (office)
951 Databases.materials.Pine = Pine
952 Databases.materials.Plywoodbirch = Plywood (birch)
953 Databases.materials.PolycarbonateLexan = Polycarbonate (Lexan)
954 Databases.materials.Polystyrene = Polystyrene
955 Databases.materials.PVC = PVC
956 Databases.materials.Spruce = Spruce
957 Databases.materials.StyrofoamgenericEPS = Styrofoam (generic EPS)
958 Databases.materials.StyrofoamBluefoamXPS = Styrofoam \"Blue foam\" (XPS)
959 Databases.materials.Quantumtubing = Quantum tubing
960 !SURFACE_MATERIAL
961 Databases.materials.Ripstopnylon = Ripstop nylon
962 Databases.materials.Mylar = Mylar
963 Databases.materials.Polyethylenethin = Polyethylene (thin)
964 Databases.materials.Polyethyleneheavy = Polyethylene (heavy)
965 Databases.materials.Silk = Silk
966 Databases.materials.Paperoffice = Paper (office)
967 Databases.materials.Cellophane = Cellophane
968 Databases.materials.Crepepaper = Cr\u00eape paper
969 ! LINE_MATERIAL
970 Databases.materials.Threadheavy-duty = Thread (heavy-duty)
971 Databases.materials.Elasticcordround2mm = Elastic cord (round 2mm, 1/16 in)
972 Databases.materials.Elasticcordflat6mm = Elastic cord (flat  6mm, 1/4 in)
973 Databases.materials.Elasticcordflat12mm = Elastic cord (flat 12mm, 1/2 in)
974 Databases.materials.Elasticcordflat19mm = Elastic cord (flat 19mm, 3/4 in)
975 Databases.materials.Elasticcordflat25mm = Elastic cord (flat 25mm, 1 in)
976 Databases.materials.Braidednylon2mm = Braided nylon (2 mm, 1/16 in)
977 Databases.materials.Braidednylon3mm = Braided nylon (3 mm, 1/8 in)
978 Databases.materials.Tubularnylon11mm = Tubular nylon (11 mm, 7/16 in)
979 Databases.materials.Tubularnylon14mm = Tubular nylon (14 mm, 9/16 in)
980 Databases.materials.Tubularnylon25mm = Tubular nylon (25 mm, 1 in)
981
982 ! ExternalComponent
983 ExternalComponent.Rough = Rough
984 ExternalComponent.Unfinished = Unfinished
985 ExternalComponent.Regularpaint = Regular paint
986 ExternalComponent.Smoothpaint = Smooth paint
987 ExternalComponent.Polished = Polished
988
989 ! LineStyle
990 LineStyle.Solid = Solid
991 LineStyle.Dashed = Dashed
992 LineStyle.Dotted = Dotted
993 LineStyle.Dash-dotted = Dash-dotted
994 LineStyle.Defaultstyle = Default style
995
996 ! Shape
997 Shape.Conical = Conical
998 Shape.Conical.desc1 = A conical nose cone has a profile of a triangle.
999 Shape.Conical.desc2 = A conical transition has straight sides.
1000 Shape.Ogive = Ogive
1001 Shape.Ogive.desc1 = An ogive nose cone has a profile that is a segment of a circle.  The shape parameter value 1 produces a <b>tangent ogive</b>, which has a smooth transition to the body tube, values less than 1 produce <b>secant ogives</b>.
1002 Shape.Ogive.desc2 = An ogive transition has a profile that is a segment of a circle.    The shape parameter value 1 produces a <b>tangent ogive</b>, which has a smooth transition to the body tube at the aft end, values less than 1 produce <b>secant ogives</b>.
1003 Shape.Ellipsoid = Ellipsoid
1004 Shape.Ellipsoid.desc1 = An ellipsoidal nose cone has a profile of a half-ellipse with major axes of lengths 2&times;<i>Length</i> and <i>Diameter</i>.
1005 Shape.Ellipsoid.desc2 = An ellipsoidal transition has a profile of a half-ellipse with major axes of lengths 2&times;<i>Length</i> and <i>Diameter</i>.  If the transition is not clipped, then the profile is extended at the center by the corresponding radius.              
1006 Shape.Powerseries = Power series
1007 Shape.Powerseries.desc1 = A power series nose cone has a profile of <i>Radius</i>&nbsp;&times;&nbsp;(<i>x</i>&nbsp;/&nbsp;<i>Length</i>)<sup><i>k</i></sup> where <i>k</i> is the shape parameter.  For <i>k</i>=0.5 this is a <b>\u00BD-power</b> or <b>parabolic</b> nose cone, for <i>k</i>=0.75 a <b>\u00BE-power</b>, and for <i>k</i>=1 a <b>conical</b> nose cone.
1008 Shape.Powerseries.desc2 = A power series transition has a profile of <i>Radius</i>&nbsp;&times;&nbsp;(<i>x</i>&nbsp;/&nbsp;<i>Length</i>)<sup><i>k</i></sup> where <i>k</i> is the shape parameter.  For <i>k</i>=0.5 the transition is <b>\u00BD-power</b> or <b>parabolic</b>, for <i>k</i>=0.75 a <b>\u00BE-power</b>, and for <i>k</i>=1 <b>conical</b>.
1009 Shape.Parabolicseries = Parabolic series
1010 Shape.Parabolicseries.desc1 = A parabolic series nose cone has a profile of a parabola.  The shape parameter defines the segment of the parabola to utilize.  The shape parameter 1.0 produces a <b>full parabola</b> which is tangent to the body tube, 0.75 produces a <b>3/4 parabola</b>, 0.5 procudes a <b>1/2 parabola</b> and 0 produces a <b>conical</b> nose cone.
1011 Shape.Parabolicseries.desc2 = A parabolic series transition has a profile of a parabola.  The shape parameter defines the segment of the parabola to utilize.  The shape parameter 1.0 produces a <b>full parabola</b> which is tangent to the body tube at the aft end, 0.75 produces a <b>3/4 parabola</b>, 0.5 procudes a <b>1/2 parabola</b> and 0 produces a <b>conical</b> transition.
1012 Shape.Haackseries = Haack series
1013 Shape.Haackseries.desc1 = The Haack series nose cones are designed to minimize drag.  The shape parameter 0 produces an <b>LD-Haack</b> or <b>Von Karman</b> nose cone, which minimizes drag for fixed length and diameter, while a value of 0.333 produces an <b>LV-Haack</b> nose cone, which minimizes drag for fixed length and volume.
1014 Shape.Haackseries.desc2 = The Haack series <i>nose cones</i> are designed to minimize drag.  These transition shapes are their equivalents, but do not necessarily produce optimal drag for transitions.  The shape parameter 0 produces an <b>LD-Haack</b> or <b>Von Karman</b> shape, while a value of 0.333 produces an <b>LV-Haack</b> shape.               
1015
1016
1017 ! RocketComponent
1018 RocketComponent.Position.TOP = Top of the parent component
1019 RocketComponent.Position.MIDDLE = Middle of the parent component
1020 RocketComponent.Position.BOTTOM = Bottom of the parent component
1021 RocketComponent.Position.AFTER = After the parent component
1022 RocketComponent.Position.ABSOLUTE = Tip of the nose cone
1023
1024 ! LaunchLug
1025 LaunchLug.Launchlug = Launch lug
1026 ! NoseCone
1027 NoseCone.NoseCone = Nose cone
1028 ! Transition
1029 Transition.Transition = Transition
1030 !Stage
1031 Stage.Stage = Stage
1032 ! BodyTube
1033 BodyTube.BodyTube = Body tube
1034 ! TubeCoupler
1035 TubeCoupler.TubeCoupler = Tube coupler
1036 !InnerTube
1037 InnerTube.InnerTube = Inner Tube
1038 ! TrapezoidFinSet
1039 TrapezoidFinSet.TrapezoidFinSet = Trapezoidal fin set
1040 ! FreeformFinSet
1041 FreeformFinSet.FreeformFinSet = Freeform fin set
1042 !MassComponent
1043 MassComponent.MassComponent = Mass component
1044 ! Parachute
1045 Parachute.Parachute = Parachute
1046 ! ShockCord
1047 ShockCord.ShockCord = Shock cord
1048 ! Bulkhead
1049 Bulkhead.Bulkhead = Bulkhead
1050
1051 !Rocket
1052 Rocket.motorCount.Nomotor = [No motors]
1053 Rocket.compname.Rocket = Rocket
1054
1055 !MotorMount
1056 MotorMount.IgnitionEvent.AUTOMATIC = Automatic (launch or ejection charge)
1057 MotorMount.IgnitionEvent.LAUNCH = Launch
1058 MotorMount.IgnitionEvent.EJECTION_CHARGE = First ejection charge of previous stage
1059 MotorMount.IgnitionEvent.BURNOUT = First burnout of previous stage
1060 MotorMount.IgnitionEvent.NEVER = Never
1061
1062 !ComponentIcons 
1063 ComponentIcons.Nosecone = Nose cone
1064 ComponentIcons.Bodytube = Body tube
1065 ComponentIcons.Transition = Transition
1066 ComponentIcons.Trapezoidalfinset = Trapezoidal fin set
1067 ComponentIcons.Ellipticalfinset = Elliptical fin set
1068 ComponentIcons.Freeformfinset = Freeform fin set
1069 ComponentIcons.Launchlug = Launch lug
1070 ComponentIcons.Innertube = Inner tube
1071 ComponentIcons.Tubecoupler = Tube coupler
1072 ComponentIcons.Centeringring = Centering ring
1073 ComponentIcons.Bulkhead = Bulk head
1074 ComponentIcons.Engineblock = Engine block
1075 ComponentIcons.Parachute = Parachute
1076 ComponentIcons.Streamer = Streamer
1077 ComponentIcons.Shockcord = Shock cord
1078 ComponentIcons.Masscomponent = Mass component
1079 ComponentIcons.disabled = (disabled)
1080
1081 ! StageAction
1082 StageAction.Stage = Stage
1083
1084 ! RecoveryDevice
1085 RecoveryDevice.DeployEvent.LAUNCH = Launch (plus NN seconds)
1086 RecoveryDevice.DeployEvent.EJECTION = First ejection charge of this stage
1087 RecoveryDevice.DeployEvent.APOGEE = Apogee
1088 RecoveryDevice.DeployEvent.ALTITUDE = Specific altitude during descent
1089 RecoveryDevice.DeployEvent.NEVER = Never
1090
1091 ! FlightEvent
1092 FlightEvent.Type.LAUNCH = Launch
1093 FlightEvent.Type.IGNITION = Motor ignition
1094 FlightEvent.Type.LIFTOFF = Lift-off
1095 FlightEvent.Type.LAUNCHROD = Launch rod clearance
1096 FlightEvent.Type.BURNOUT = Motor burnout
1097 FlightEvent.Type.EJECTION_CHARGE = Ejection charge
1098 FlightEvent.Type.STAGE_SEPARATION = Stage separation
1099 FlightEvent.Type.APOGEE = Apogee
1100 FlightEvent.Type.RECOVERY_DEVICE_DEPLOYMENT = Recovery device deployment
1101 FlightEvent.Type.GROUND_HIT = Ground hit
1102 FlightEvent.Type.SIMULATION_END = Simulation end
1103 FlightEvent.Type.ALTITUDE = Altitude change
1104
1105 ! ThrustCurveMotorColumns
1106 TCurveMotorCol.MANUFACTURER = Manufacturer
1107 TCurveMotorCol.DESIGNATION = Designation
1108 TCurveMotorCol.TYPE = Type
1109 TCurveMotorCol.DIAMETER = Diameter
1110 TCurveMotorCol.LENGTH = Length
1111
1112 ! RocketInfo
1113 RocketInfo.lengthLine.Length = Length
1114 RocketInfo.lengthLine.maxdiameter = , max. diameter
1115 RocketInfo.massText1 = Mass with motors 
1116 RocketInfo.massText2 = Mass with no motors
1117 RocketInfo.at = at M=
1118 RocketInfo.cgText = CG:
1119 RocketInfo.cpText = CP:
1120 RocketInfo.stabText = Stability:
1121 RocketInfo.Warning = Warning:
1122 RocketInfo.Calculating = Calculating...
1123 RocketInfo.Apogee = Apogee:
1124 RocketInfo.Maxvelocity = Max. velocity:
1125 RocketInfo.Maxacceleration = Max. acceleration:
1126 RocketInfo.apogeeValue = N/A
1127 RocketInfo.Mach = (Mach
1128 RocketInfo.velocityValue = N/A
1129 RocketInfo.accelerationValue = N/A
1130
1131 ! FinSet
1132 FinSet.CrossSection.SQUARE = Square
1133 FinSet.CrossSection.ROUNDED = Rounded
1134 FinSet.CrossSection.AIRFOIL = Airfoil
1135 FinSet.TabRelativePosition.FRONT = Root chord leading edge
1136 FinSet.TabRelativePosition.CENTER = Root chord midpoint
1137 FinSet.TabRelativePosition.END = Root chord trailing edge
1138
1139 ! FlightDataType
1140 FlightDataType.TYPE_TIME = Time
1141 FlightDataType.TYPE_ALTITUDE = Altitude
1142 FlightDataType.TYPE_VELOCITY_Z = Vertical velocity
1143 FlightDataType.TYPE_ACCELERATION_Z = Vertical acceleration
1144 FlightDataType.TYPE_VELOCITY_TOTAL = Total velocity
1145 FlightDataType.TYPE_ACCELERATION_TOTAL = Total acceleration
1146 FlightDataType.TYPE_POSITION_X = Position upwind
1147 FlightDataType.TYPE_POSITION_Y = Position parallel to wind
1148 FlightDataType.TYPE_POSITION_XY = Lateral distance
1149 FlightDataType.TYPE_POSITION_DIRECTION = Lateral direction
1150 FlightDataType.TYPE_VELOCITY_XY = Lateral velocity
1151 FlightDataType.TYPE_ACCELERATION_XY = Lateral acceleration
1152 FlightDataType.TYPE_AOA = Angle of attack
1153 FlightDataType.TYPE_ROLL_RATE = Roll rate
1154 FlightDataType.TYPE_PITCH_RATE = Pitch rate
1155 FlightDataType.TYPE_YAW_RATE = Yaw rate
1156 FlightDataType.TYPE_MASS = Mass
1157 FlightDataType.TYPE_LONGITUDINAL_INERTIA = Longitudinal moment of inertia
1158 FlightDataType.TYPE_ROTATIONAL_INERTIA = Rotational moment of inertia
1159 FlightDataType.TYPE_CP_LOCATION = CP location
1160 FlightDataType.TYPE_CG_LOCATION = CG location
1161 FlightDataType.TYPE_STABILITY = Stability margin calibers
1162 FlightDataType.TYPE_MACH_NUMBER = Mach number
1163 FlightDataType.TYPE_REYNOLDS_NUMBER = Reynolds number
1164 FlightDataType.TYPE_THRUST_FORCE = Thrust
1165 FlightDataType.TYPE_DRAG_FORCE = Drag force
1166 FlightDataType.TYPE_DRAG_COEFF = Drag coefficient
1167 FlightDataType.TYPE_AXIAL_DRAG_COEFF = Axial drag coefficient
1168 FlightDataType.TYPE_FRICTION_DRAG_COEFF = Friction drag coefficient
1169 FlightDataType.TYPE_PRESSURE_DRAG_COEFF = Pressure drag coefficient
1170 FlightDataType.TYPE_BASE_DRAG_COEFF = Base drag coefficient
1171 FlightDataType.TYPE_NORMAL_FORCE_COEFF = Normal force coefficient
1172 FlightDataType.TYPE_PITCH_MOMENT_COEFF = Pitch moment coefficient
1173 FlightDataType.TYPE_YAW_MOMENT_COEFF = Yaw moment coefficient
1174 FlightDataType.TYPE_SIDE_FORCE_COEFF = Side force coefficient
1175 FlightDataType.TYPE_ROLL_MOMENT_COEFF = Roll moment coefficient
1176 FlightDataType.TYPE_ROLL_FORCING_COEFF = Roll forcing coefficient
1177 FlightDataType.TYPE_ROLL_DAMPING_COEFF = Roll damping coefficient
1178 FlightDataType.TYPE_PITCH_DAMPING_MOMENT_COEFF = Pitch damping coefficient
1179 FlightDataType.TYPE_YAW_DAMPING_MOMENT_COEFF = Yaw damping coefficient
1180 FlightDataType.TYPE_REFERENCE_LENGTH = Reference lenght
1181 FlightDataType.TYPE_REFERENCE_AREA = Reference area
1182 FlightDataType.TYPE_ORIENTATION_THETA = Vertical orientation (zenith)
1183 FlightDataType.TYPE_ORIENTATION_PHI = Lateral orientation (azimuth)
1184 FlightDataType.TYPE_WIND_VELOCITY = Wind velocity
1185 FlightDataType.TYPE_AIR_TEMPERATURE = Air temperature
1186 FlightDataType.TYPE_AIR_PRESSURE = Air pressure
1187 FlightDataType.TYPE_SPEED_OF_SOUND = Speed of sound
1188 FlightDataType.TYPE_TIME_STEP = Simulation time step
1189 FlightDataType.TYPE_COMPUTATION_TIME = Computation time
1190
1191 ! PlotConfiguration
1192 PlotConfiguration.Verticalmotion = Vertical motion vs. time
1193 PlotConfiguration.Totalmotion = Total motion vs. time
1194 PlotConfiguration.Flightside = Flight side profile
1195 PlotConfiguration.Stability = Stability vs. time
1196 PlotConfiguration.Dragcoef = Drag coefficients vs. Mach number
1197 PlotConfiguration.Rollcharacteristics = Roll characteristics
1198 PlotConfiguration.Angleofattack = Angle of attack and orientation vs. time
1199 PlotConfiguration.Simulationtime = Simulation time step and computation time
1200
1201 ! Warning
1202 Warning.LargeAOA.str1 = Large angle of attack encountered.
1203 Warning.LargeAOA.str2 = Large angle of attack encountered (
1204 Warning.DISCONTINUITY = Discontinuity in rocket body diameter.
1205 Warning.THICK_FIN = Thick fins may not be modeled accurately.
1206 Warning.JAGGED_EDGED_FIN = Jagged-edged fin predictions may be inaccurate.
1207 Warning.LISTENERS_AFFECTED = Listeners modified the flight simulation
1208 Warning.RECOVERY_DEPLOYMENT_WHILE_BURNING = Recovery device opened while motor still burning.
1209 Warning.FILE_INVALID_PARAMETER = Invalid parameter encountered, ignoring.
1210
1211
1212 ! Optimization
1213
1214 ! Modifiers
1215
1216 optimization.modifier.nosecone.length = Nose cone length
1217 optimization.modifier.nosecone.diameter = Nose cone diameter
1218 optimization.modifier.nosecone.thickness = Nose cone thickness
1219                 
1220 optimization.modifier.transition.length = Transition length
1221 optimization.modifier.transition.forediameter = Transition fore diameter
1222 optimization.modifier.transition.aftdiameter = Transition aft diameter
1223 optimization.modifier.transition.thickness = Transition thickness
1224
1225 optimization.modifier.bodytube.length = Body tube length
1226 optimization.modifier.bodytube.outerDiameter = Body tube outer diameter
1227 optimization.modifier.bodytube.innerDiameter = Body tube inner diameter
1228 optimization.modifier.bodytube.thickness = Body tube thickness
1229