More localization updates by Ruslan Uss.
[debian/openrocket] / core / resources / l10n / messages.properties
1 #
2 # English base translation file
3 #
4 # Should you need to add new logical keys here is the proposed method
5 #
6 # className.ComponentType.componentName
7 #
8 #
9 # Text tokens within braces should not be translated, e.g.
10 #    "The file '{filename}' exists."
11 # They are pieces that are inserted dynamically.
12 #
13
14
15 ! Set to the name of the current translation file (used for debugging purposes)
16 debug.currentFile = messages.properties
17
18 ! RocketActions
19 RocketActions.checkbox.Donotaskmeagain = Do not ask me again
20 RocketActions.lbl.Youcanchangedefop = You can change the default operation in the preferences.
21 RocketActions.showConfirmDialog.lbl1 = Delete the selected simulations?
22 RocketActions.showConfirmDialog.lbl2 = <html><i>This operation cannot be undone.</i>
23 RocketActions.showConfirmDialog.title = Delete simulations
24 RocketActions.DelCompAct.Delete = Delete
25 RocketActions.DelCompAct.ttip.Delete = Delete the selected component.
26 RocketActions.DelSimuAct.Delete = Delete
27 RocketActions.DelSimuAct.ttip.Delete = Delete the selected simulation.
28 RocketActions.DelAct.Delete = Delete
29 RocketActions.DelAct.ttip.Delete = Delete the selected component or simulation.
30 RocketActions.CutAction.Cut = Cut
31 RocketActions.CutAction.ttip.Cut = Cut this component or simulation to the clipboard and remove from this design
32 RocketActions.CopyAct.Copy = Copy
33 RocketActions.CopyAct.ttip.Copy = Copy this component (and subcomponents) to the clipboard.
34 RocketActions.PasteAct.Paste = Paste
35 RocketActions.PasteAct.ttip.Paste = Paste the component or simulation on the clipboard to the design.
36 RocketActions.EditAct.Edit = Edit
37 RocketActions.EditAct.ttip.Edit = Edit the selected component.
38 RocketActions.NewStageAct.Newstage = New stage
39 RocketActions.NewStageAct.ttip.Newstage = Add a new stage to the rocket design.
40 RocketActions.ActBoosterstage = Booster stage
41 RocketActions.MoveUpAct.Moveup = Move up
42 RocketActions.MoveUpAct.ttip.Moveup = Move this component upwards.
43 RocketActions.MoveDownAct.Movedown = Move down
44 RocketActions.MoveDownAct.ttip.Movedown = Move this component downwards.
45
46 ! RocketPanel
47 RocketPanel.FigTypeAct.Sideview = Side view
48 RocketPanel.FigTypeAct.ttip.Sideview = Side view
49 RocketPanel.FigTypeAct.Backview = Back view
50 RocketPanel.FigTypeAct.ttip.Backview = Rear view
51 RocketPanel.FigViewAct.2D = 2D View
52 RocketPanel.FigViewAct.ttip.2D = 2D View
53 RocketPanel.FigViewAct.3D = 3D View
54 RocketPanel.FigViewAct.ttip.3D = 3D View
55 RocketPanel.lbl.Motorcfg = Motor configuration:
56 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
57
58
59 ! BasicFrame
60 BasicFrame.tab.Rocketdesign = Rocket design
61 BasicFrame.tab.Flightsim = Flight simulations
62 BasicFrame.title.Addnewcomp = Add new component
63 BasicFrame.dlg.lbl1 = Design '
64 BasicFrame.dlg.lbl2 = ' has not been saved.
65 BasicFrame.dlg.lbl3 = Do you want to save it?
66 BasicFrame.dlg.title = Design not saved
67 BasicFrame.StageName.Sustainer = Sustainer
68 BasicFrame.WarningDialog.txt1 = The following problems were encountered while opening
69 BasicFrame.WarningDialog.txt2 = Some design features may not have been loaded correctly.
70 BasicFrame.WarningDialog.title = Warnings while opening file
71
72
73 ! General error messages used in multiple contexts
74 error.fileExists.title = File exists
75 error.fileExists.desc = File '{filename}' exists.  Do you want to overwrite it?
76
77 error.writing.title = Error writing file
78 error.writing.desc = An error occurred while writing to the file:
79
80
81 ! Labels used in buttons of dialog windows
82 # TODO: Rename these to "btn.xxx"
83 button.ok = OK
84 button.cancel = Cancel
85 button.close = Close
86
87 ! Common labels used in buttons of dialog windows
88 dlg.but.ok = OK
89 dlg.but.cancel = Cancel
90 dlg.but.close = Close
91
92 ! General file type names
93 filetypes.pdf = PDF files (*.pdf)
94 BasicFrame.SimpleFileFilter1 = All rocket designs (*.ork; *.rkt)
95 BasicFrame.SimpleFileFilter2 = OpenRocket designs (*.ork)
96 BasicFrame.SimpleFileFilter3 = RockSim designs (*.rkt)
97 BasicFrame.SimpleFileFilter4 = OpenRocket presets (*.orc)
98 filetypes.images = Image files
99
100
101 ! About Dialog
102 AboutDialog.lbl.version = Version
103 ! The texts below provide additional credits for the translation maintainer
104 ! - In AboutDialog.lbl.translation replace "English" with the current language.
105 ! - AboutDialog.lbl.translator is the translator / group name (may be empty)
106 ! - AboutDialog.lbl.translatorWebsite is a URL to the translator / group (may be empty)
107 ! - AboutDialog.lbl.translatorIcon is the file name of an icon under pix/translators/ (may be empty)
108 AboutDialog.lbl.translation = English translation by:
109 AboutDialog.lbl.translator =
110 AboutDialog.lbl.translatorWebsite =
111 AboutDialog.lbl.translatorIcon =
112
113
114 ! Print dialog
115 PrintDialog.title = Print or export
116 PrintDialog.but.previewAndPrint = Preview & Print
117 PrintDialog.checkbox.showByStage = Show by stage
118 PrintDialog.lbl.selectElements = Select elements to include:
119 printdlg.but.saveaspdf = Save as PDF
120 printdlg.but.preview = Preview
121 printdlg.but.settings = Settings
122 PrintDialog.error.preview.title = Unable to open preview
123 PrintDialog.error.preview.desc1 = Unable to open PDF preview.
124 PrintDialog.error.preview.desc2 = Please use the "Save as PDF" option instead.
125
126 !PrintSettingsDialog
127 PrintSettingsDialog.title = Print settings
128 PrintSettingsDialog.lbl.Templatefillcolor = Template fill color:
129 PrintSettingsDialog.lbl.Templatebordercolor = Template border color:
130 PrintSettingsDialog.lbl.Papersize = Paper size:
131 PrintSettingsDialog.lbl.Paperorientation = Paper orientation:
132 PrintSettingsDialog.but.Reset = Reset
133 PrintSettingsDialog.but.Close = Close
134
135
136 ! Bug Report dialog
137 bugreport.dlg.title = Bug report
138 bugreport.dlg.but.Sendbugreport = Send bug report
139 bugreport.dlg.but.Sendbugreport.Ttip = Automatically send the bug report to the OpenRocket developers.
140 bugreport.dlg.successmsg1 = Bug report successfully sent.
141 bugreport.dlg.successmsg2 = Thank you for helping make OpenRocket better!
142 bugreport.dlg.successmsg3 = Bug report sent
143 bugreport.dlg.connectedInternet = <html>If connected to the Internet, you can simply click <em>Send bug report</em>.
144 bugreport.dlg.otherwise = Otherwise, send the text below to the address:
145 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.
146 bugreport.dlg.failedmsg1 = OpenRocket was unable to send the bug report:
147 bugreport.dlg.failedmsg2 = Please send the report manually to
148 bugreport.dlg.failedmsg3 = Error sending report
149 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.
150 bugreport.reportDialog.txt2 = <html><b>Please include a short description about what you were doing when the exception occurred.</b>
151 bugreport.dlg.provideDescription = Please provide a description of the bug first.
152 bugreport.dlg.provideDescription.title = Bug description missing
153
154
155 ! Debug log dialog
156 debuglogdlg.but.clear = Clear
157 debuglogdlg.OpenRocketdebuglog = OpenRocket debug log
158 debuglogdlg.Displayloglines = Display log lines:
159 debuglogdlg.Follow = Follow
160 debuglogdlg.col.Time = Time
161 debuglogdlg.col.Level = Level
162 debuglogdlg.col.Location = Location
163 debuglogdlg.col.Message = Message
164 debuglogdlg.lbl.Loglinenbr = Log line number:
165 debuglogdlg.lbl.Time = Time:
166 debuglogdlg.lbl.Level = Level:
167 debuglogdlg.lbl.Location = Location:
168 debuglogdlg.lbl.Logmessage = Log message:
169 debuglogdlg.lbl.Stacktrace = Stack trace:
170
171
172 ! MotorChooserDialog
173 MotorChooserDialog.title = Select a rocket motor
174
175 ! Edit Motor configuration dialog
176 edtmotorconfdlg.but.removemotor = Remove motor
177 edtmotorconfdlg.but.Selectmotor = Select motor
178 edtmotorconfdlg.but.Removeconfiguration = Remove configuration
179 edtmotorconfdlg.but.Newconfiguration = New configuration
180 edtmotorconfdlg.lbl.Motormounts = <html><b>Motor mounts:</b>
181 edtmotorconfdlg.title.Editmotorconf = Edit motor configurations
182 edtmotorconfdlg.selectcomp = <html>Select which components function as motor mounts:
183 edtmotorconfdlg.lbl.Motorconfig = <html><b>Motor configurations:</b>
184 edtmotorconfdlg.lbl.Configname = Configuration name:
185 edtmotorconfdlg.lbl.Leavenamedefault = Leave name empty for default.
186
187 ! Example design dialog
188 exdesigndlg.but.open = Open
189 exdesigndlg.lbl.Selectexample = Select example designs to open:
190 exdesigndlg.lbl.Openexampledesign = Open example design
191 exdesigndlg.lbl.Exampledesignsnotfound = Example designs could not be found.
192 exdesigndlg.lbl.Examplesnotfound = Examples not found
193
194
195 ! Material edit panel
196 matedtpan.but.new = New
197 matedtpan.but.edit = Edit
198 matedtpan.but.delete = Delete
199 matedtpan.but.revertall = Revert all
200 matedtpan.col.Material = Material
201 matedtpan.col.Type = Type
202 matedtpan.col.Density = Density
203 matedtpan.col.but.ttip.New = Add a new material
204 matedtpan.title.Addcustmaterial = Add a custom material
205 matedtpan.but.ttip.edit = Edit an existing material
206 matedtpan.title.Editmaterial = Edit material
207 matedtpan.title2.Editmaterial = The built-in materials cannot be modified.
208 matedtpan.but.ttip.delete = Delete a user-defined material
209 matedtpan.but.ttip.revertall = Delete all user-defined materials
210 matedtpan.title.Deletealluser-defined = Delete all user-defined materials?
211 matedtpan.title.Revertall = Revert all?
212 matedtpan.lbl.edtmaterials = Editing materials will not affect existing rocket designs.
213
214 !MaterialModel
215 MaterialModel.title.Material = Material
216 MaterialModel.title.Defcustmat = Define custom material
217
218
219 ! Preference dialog
220 pref.dlg.but.add = Add
221 pref.dlg.but.reset = Reset
222 pref.dlg.but.checknow = Check now
223 pref.dlg.but.defaultmetric = Default metric
224 pref.dlg.but.defaultimperial = Default imperial
225 pref.dlg.title.Preferences = Preferences
226 pref.dlg.tab.Units = Units
227 pref.dlg.tab.Defaultunits = Default units
228 pref.dlg.tab.Materials = Materials
229 pref.dlg.tab.Custommaterials = Custom materials
230 pref.dlg.tab.Options = Options
231 pref.dlg.tab.Miscellaneousoptions = Miscellaneous options
232 pref.dlg.lbl.Positiontoinsert = Position to insert new body components:
233 pref.dlg.lbl.Confirmdeletion = Confirm deletion of simulations:
234 pref.dlg.lbl.User-definedthrust = User-defined thrust curves:
235 pref.dlg.lbl.Windspeed = Wind speed
236 pref.dlg.Allthrustcurvefiles = All thrust curve files (*.eng; *.rse; *.zip; directories)
237 pref.dlg.RASPfiles = RASP motor files (*.eng)
238 pref.dlg.RockSimfiles = RockSim engine files (*.rse)
239 pref.dlg.ZIParchives = ZIP archives (*.zip)
240 pref.dlg.checkbox.Checkupdates = Check for software updates at startup
241 pref.dlg.ttip.Checkupdatesnow = Check for software updates now
242 pref.dlg.lbl.Selectprefunits = Select your preferred units:
243 pref.dlg.lbl.Rocketdimensions = Rocket dimensions:
244 pref.dlg.lbl.Linedensity = Line density:
245 pref.dlg.lbl.Motordimensions = Motor dimensions:
246 pref.dlg.lbl.Surfacedensity = Surface density:
247 pref.dlg.lbl.Distance = Distance:
248 pref.dlg.lbl.Bulkdensity = Bulk density:
249 pref.dlg.lbl.Velocity = Velocity:
250 pref.dlg.lbl.Surfaceroughness = Surface roughness:
251 pref.dlg.lbl.Acceleration = Acceleration:
252 pref.dlg.lbl.Area = Area:
253 pref.dlg.lbl.Mass = Mass:
254 pref.dlg.lbl.Angle = Angle:
255 pref.dlg.lbl.Force = Force:
256 pref.dlg.lbl.Rollrate = Roll rate:
257 pref.dlg.lbl.Totalimpulse = Total impulse:
258 pref.dlg.lbl.Temperature = Temperature:
259 pref.dlg.lbl.Momentofinertia = Moment of inertia:
260 pref.dlg.lbl.Pressure = Pressure:
261 pref.dlg.lbl.Stability = Stability:
262 pref.dlg.lbl.FlightTime = Flight time:
263 pref.dlg.lbl.effect1 = The effects will take place the next time you open a window.
264 pref.dlg.lbl.Checkingupdates = Checking for updates...
265 pref.dlg.lbl.msg1 = An error occurred while communicating with the server.
266 pref.dlg.lbl.msg2 = Unable to retrieve update information
267 pref.dlg.lbl.msg3 = You are running the latest version of OpenRocket.
268 pref.dlg.lbl.msg4 = No updates available
269 pref.dlg.PrefChoiseSelector1 = Always ask
270 pref.dlg.PrefChoiseSelector2 = Insert in middle
271 pref.dlg.PrefChoiseSelector3 = Add to end
272 pref.dlg.PrefBooleanSelector1 = Delete
273 pref.dlg.PrefBooleanSelector2 = Confirm
274 pref.dlg.Add = Add
275 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.
276
277 PreferencesDialog.lbl.language = Interface language:
278 PreferencesDialog.languages.default = System default
279 PreferencesDialog.lbl.languageEffect = The language will change the next time you start OpenRocket.
280
281 ! Simulation edit dialog
282 simedtdlg.but.runsimulation = Run simulation
283 simedtdlg.but.resettodefault = Reset to default
284 simedtdlg.but.add = Add
285 simedtdlg.but.remove = Remove
286 simedtdlg.title.Editsim = Edit simulation
287 simedtdlg.lbl.Simname = Simulation name:
288 simedtdlg.tab.Launchcond = Launch conditions
289 simedtdlg.tab.Simopt = Simulation options
290 simedtdlg.tab.Plotdata = Plot data
291 simedtdlg.tab.CustomExpressions = Custom expressions
292 simedtdlg.tab.Exportdata = Export data
293 simedtdlg.lbl.Motorcfg = Motor configuration:
294 simedtdlg.lbl.ttip.Motorcfg = Select the motor configuration to use.
295 simedtdlg.combo.ttip.motorconf = Select the motor configuration to use.
296 simedtdlg.lbl.Wind = Wind
297 simedtdlg.lbl.Averwindspeed = Average windspeed:
298 simedtdlg.lbl.ttip.Averwindspeed = The average windspeed relative to the ground.
299 simedtdlg.lbl.Stddeviation = Standard deviation:
300 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.
301 simedtdlg.lbl.Turbulenceintensity = Turbulence intensity:
302 simedtdlg.lbl.ttip.Turbulenceintensity1 = <html>The turbulence intensity is the standard deviation divided by the average windspeed.<br>
303 simedtdlg.lbl.ttip.Turbulenceintensity2 = Typical values range from
304 simedtdlg.lbl.ttip.Turbulenceintensity3 = to
305 simedtdlg.border.Atmoscond = Atmospheric conditions
306 simedtdlg.checkbox.InterStdAtmosphere = Use International Standard Atmosphere
307 simedtdlg.checkbox.ttip.InterStdAtmosphere1 = <html>Select to use the International Standard Atmosphere model.<br>This model has a temperature of
308 simedtdlg.checkbox.ttip.InterStdAtmosphere2 = and a pressure of
309 simedtdlg.checkbox.ttip.InterStdAtmosphere3 = at sea level.
310 simedtdlg.lbl.Temperature = Temperature:
311 simedtdlg.lbl.ttip.Temperature = The temperature at the launch site.
312 simedtdlg.lbl.Pressure = Pressure:
313 simedtdlg.lbl.ttip.Pressure = The atmospheric pressure at the launch site.
314 simedtdlg.lbl.Launchsite = Launch site
315 simedtdlg.lbl.Latitude = Latitude:
316 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.
317
318 simedtdlg.lbl.Longitude = Longitude:
319 simedtdlg.lbl.ttip.Longitude = <html>Required for weather prediction and elevation models.
320
321 simedtdlg.lbl.Altitude = Altitude:
322 simedtdlg.lbl.ttip.Altitude = <html>The launch altitude above mean sea level.<br>This affects the position of the rocket in the atmospheric model.
323 simedtdlg.border.Launchrod = Launch rod
324 simedtdlg.lbl.Length = Length:
325 simedtdlg.lbl.ttip.Length = The length of the launch rod.
326 simedtdlg.lbl.Angle = Angle:
327 simedtdlg.lbl.ttip.Angle = The angle of the launch rod from vertical.
328 simedtdlg.lbl.Direction = Direction:
329 simedtdlg.lbl.ttip.Direction1 = <html>Direction of the launch rod relative to the wind.<br>
330 simedtdlg.lbl.ttip.Direction2 =  = towards the wind,
331 simedtdlg.lbl.ttip.Direction3 = = downwind.
332 simedtdlg.border.Simopt = Simulator options
333 simedtdlg.lbl.Calcmethod = Calculation method:
334 simedtdlg.lbl.ttip.Calcmethod = <html>The Extended Barrowman method calculates aerodynamic forces according <br>to the Barrowman equations extended to accommodate more components.
335 simedtdlg.lbl.ExtBarrowman = Extended Barrowman
336 simedtdlg.lbl.Simmethod = Simulation method:
337 simedtdlg.lbl.ttip.Simmethod1 = <html>The six degree-of-freedom simulator allows the rocket total freedom during flight.<br>
338 simedtdlg.lbl.ttip.Simmethod2 = Integration is performed using a 4<sup>th</sup> order Runge-Kutta 4 numerical integration.
339 simedtdlg.lbl.GeodeticMethod = Geodetic calculations:
340 simedtdlg.lbl.ttip.GeodeticMethodTip = Relate to the calculation of coordinates on the earth.  This also enables coriolis effect computations.
341 simedtdlg.lbl.Timestep = Time step:
342 simedtdlg.lbl.ttip.Timestep1 = <html>The time between simulation steps.<br>A smaller time step results in a more accurate but slower simulation.<br>
343 simedtdlg.lbl.ttip.Timestep2 = The 4<sup>th</sup> order simulation method is quite accurate with a time step of
344 simedtdlg.but.ttip.resettodefault = Reset the time step to its default value (
345 simedtdlg.border.Simlist = Simulator listeners
346 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.
347 simedtdlg.txt.longA2 = For details on writing simulation listeners, see the OpenRocket technical documentation.
348 simedtdlg.lbl.Curlist = Current listeners:
349 simedtdlg.lbl.Addsimlist = Add simulation listener
350 simedtdlg.lbl.Noflightdata = No flight data available.
351 simedtdlg.lbl.runsimfirst = Please run the simulation first.
352 simedtdlg.chart.Simflight = Simulated flight
353 simedtdlg.dlg.Simres = Simulation results
354 simedtdlg.IntensityDesc.None = None
355 simedtdlg.IntensityDesc.Verylow = Very low
356 simedtdlg.IntensityDesc.Low = Low
357 simedtdlg.IntensityDesc.Medium = Medium
358 simedtdlg.IntensityDesc.High = High
359 simedtdlg.IntensityDesc.Veryhigh = Very high
360 simedtdlg.IntensityDesc.Extreme = Extreme
361
362 GeodeticComputationStrategy.flat.name = Flat Earth
363 GeodeticComputationStrategy.flat.desc = Perform computations with a flat Earth approximation.  Sufficient for low-altitude flights.
364 GeodeticComputationStrategy.spherical.name = Spherical approximation
365 GeodeticComputationStrategy.spherical.desc = <html>Perform geodetic computations assuming a spherical Earth.<br>This is sufficiently accurate for almost all purposes.
366 GeodeticComputationStrategy.wgs84.name = WGS84 ellipsoid
367 GeodeticComputationStrategy.wgs84.desc = <html>Perform geodetic computations on the WGS84 reference ellipsoid using Vincenty's method.<br>Slower and unnecessary in most cases.
368
369
370
371
372 ! Simulation Panel
373 simpanel.but.newsimulation = New simulation
374 simpanel.but.editsimulation = Edit simulation
375 simpanel.but.runsimulations = Run simulations
376 simpanel.but.deletesimulations = Delete simulations
377 simpanel.but.plotexport = Plot / export
378 simpanel.but.ttip.newsimulation = Add a new simulation
379 simpanel.but.ttip.editsim = Edit the selected simulation
380 simpanel.but.ttip.runsimu = Re-run the selected simulations
381 simpanel.but.ttip.deletesim = Delete the selected simulations
382 simpanel.checkbox.donotask = Do not ask me again
383 simpanel.lbl.defpref = You can change the default operation in the preferences.
384 simpanel.dlg.lbl.DeleteSim1 = Delete the selected simulations?
385 simpanel.dlg.lbl.DeleteSim2 = <html><i>This operation cannot be undone.</i>
386 simpanel.dlg.lbl.DeleteSim3 = Delete simulations
387 simpanel.col.Name = Name
388 simpanel.col.Motors = Motors
389 simpanel.col.Velocityoffrod = Velocity off rod
390 simpanel.col.Velocityatdeploy = Velocity at deployment
391 simpanel.col.Apogee = Apogee
392 simpanel.col.Maxvelocity = Max. velocity
393 simpanel.col.Maxacceleration = Max. acceleration
394 simpanel.col.Timetoapogee = Time to apogee
395 simpanel.col.Flighttime = Flight time
396 simpanel.col.Groundhitvelocity = Ground hit velocity
397 simpanel.ttip.uptodate = <i>Up to date</i>
398 simpanel.ttip.loaded = <i>Data loaded from a file</i>
399 simpanel.ttip.outdated = <i><font color=\"red\">Data is out of date</font></i><br>Click <i><b>Run simulations</b></i> to simulate.
400 simpanel.ttip.external = <i>Imported data</i>
401 simpanel.ttip.notSimulated = <i>Not simulated yet</i><br>Click <i><b>Run simulations</b></i> to simulate.
402 simpanel.ttip.noData = No simulation data available.
403 simpanel.ttip.noWarnings = <font color=\"gray\">No warnings.</font>
404 simpanel.ttip.warnings = <font color=\"red\">Warnings:</font>
405
406 ! SimulationRunDialog
407 SimuRunDlg.title.RunSim = Running simulations...
408 SimuRunDlg.lbl.Running = Running ...
409 SimuRunDlg.lbl.Simutime = Simulation time:
410 SimuRunDlg.lbl.Altitude = Altitude:
411 SimuRunDlg.lbl.Velocity = Velocity:
412 SimuRunDlg.msg.Unabletosim = Unable to simulate:
413 SimuRunDlg.msg.errorOccurred = An error occurred during the simulation:
414 SimuRunDlg.msg.AnException1 = An exception occurred during the simulation:
415 SimuRunDlg.msg.AnException2 = Please report this as a bug along with the details below.
416 SimuRunDlg.msg.AssertionError1 = A computation error occurred during the simulation.
417 SimuRunDlg.msg.AssertionError2 = Please report this as a bug along with the details below.
418 SimuRunDlg.msg.unknownerror1 = An unknown error was encountered during the simulation.
419 SimuRunDlg.msg.unknownerror2 = The program may be unstable, you should save all your designs and restart OpenRocket now!
420
421
422 RK4SimulationStepper.error.valuesTooLarge = Simulation values exceeded limits.  Try selecting a shorter time step.
423
424 SimulationModifierTree.OptimizationParameters = Optimization Parameters
425
426 ! SimulationExportPanel
427 SimExpPan.desc = Comma Separated Files (*.csv)
428 SimExpPan.border.Vartoexport = Variables to export
429 SimExpPan.but.Selectall = Select all
430 SimExpPan.but.Selectnone = Select none
431 SimExpPan.border.Fieldsep = Field separator
432 SimExpPan.lbl.Fieldsepstr = Field separator string:
433 SimExpPan.lbl.longA1 = <html>The string used to separate the fields in the exported file.<br>
434 SimExpPan.lbl.longA2 = Use ',' for a Comma Separated Values (CSV) file.
435 SimExpPan.checkbox.Includesimudesc = Include simulation description
436 SimExpPan.checkbox.ttip.Includesimudesc = Include a comment at the beginning of the file describing the simulation.
437 SimExpPan.border.Comments = Comments
438 SimExpPan.checkbox.Includefielddesc = Include field descriptions
439 SimExpPan.checkbox.ttip.Includefielddesc = Include a comment line with the descriptions of the exported variables.
440 SimExpPan.checkbox.Incflightevents = Include flight events
441 SimExpPan.checkbox.ttip.Incflightevents = Include a comment line for every flight event.
442 SimExpPan.lbl.Commentchar = Comment character:
443 SimExpPan.lbl.ttip.Commentchar = The character(s) that mark a comment line.
444 SimExpPan.but.Exporttofile = Export to file...
445 SimExpPan.Fileexists.desc1 = File \"
446 SimExpPan.Fileexists.desc2 = \" exists.  Overwrite?
447 SimExpPan.Fileexists.title = File exists
448 SimExpPan.ExportingVar.desc1 = Exporting 1 variable out of
449 SimExpPan.ExportingVar.desc2 = Exporting
450 SimExpPan.ExportingVar.desc3 = variables out of
451 SimExpPan.Col.Variable = Variable
452 SimExpPan.Col.Unit = Unit
453
454
455 CsvOptionPanel.separator.space = SPACE
456 CsvOptionPanel.separator.tab = TAB
457
458
459 ! Custom expression general stuff
460 customExpression.Name = Name
461 customExpression.Symbol = Symbol
462 customExpression.Expression = Expression
463 customExpression.Units = Units
464 customExpression.Operator = Operator
465 customExpression.Description = Description
466
467 ! Custom expression panel
468 customExpressionPanel.but.NewExpression = New expression
469 customExpressionPanel.but.ttip.NewExpression = Add a new custom expression
470 customExpressionPanel.but.Import = Import
471 customExpressionPanel.but.ttip.Import = Import custom expressions from another .ork file
472 customExpressionPanel.lbl.UpdateNote = You must run the simulation before data will be available for plotting.
473 customExpressionPanel.lbl.CalcNote = Expressions will be calculated in the order shown.
474 customExpressionPanel.lbl.CustomExpressions = Custom Expressions
475 customExpression.Units.but.ttip.Remove = Remove this expression
476 customExpression.Units.but.ttip.Edit = Edit this expression
477 customExpression.Units.but.ttip.MoveUp = Move expression up in calculation order
478 customExpression.Units.but.ttip.MoveDown = Move expression down in calculation order
479
480
481 ! Custom expression builder window
482 ExpressionBuilderDialog.title = Expression Builder
483 ExpressionBuilderDialog.InsertVariable = Insert Variable
484 ExpressionBuilderDialog.InsertOperator = Insert Operator
485 ExpressionBuilderDialog.led.ttip.Name = Name must not have already been used
486 ExpressionBuilderDialog.led.ttip.Symbol = Symbol must not have already been used
487 ExpressionBuilderDialog.led.ttip.Expression = Expression must use only known symbols and operators
488 ExpressionBuilderDialog.CopyToOtherSimulations = Copy to other simulations
489 ExpressionBuilderDialog.CopyToOtherSimulations.ttip = <html>Make a copy of this expression in other simulations in this document.<br>Will not overwrite or modify any existing expressions in other simulations. 
490
491 ! Custom expression variable selector
492 CustomVariableSelector.title = Variable Selector
493
494 ! Custom operator selector
495 CustomOperatorSelector.title = Operator Selector
496
497 ! Operators
498 Operator.plus = Addition
499 Operator.minus = Subtraction
500 Operator.star = Multiplication
501 Operator.div = Division
502 Operator.mod = Modulo
503 Operator.pow = Exponentiation
504 Operator.abs = Absolute value
505 Operator.ceil = Ceiling (next integer value)
506 Operator.floor = Floor (previous integer value)
507 Operator.sqrt = Square root
508 Operator.cbrt = Cubic root
509 Operator.exp = Euler\'s number raised to the value (e^x)
510 Operator.ln = Natural logarithm
511 Operator.sin = Sine
512 Operator.cos = Cosine
513 Operator.tan = Tangent
514 Operator.asin = Arc sine
515 Operator.acos = Arc cosine
516 Operator.atan = Arc tangent
517 Operator.hsin = Hyperbolic sine
518 Operator.hcos = Hyperbolic cosine
519 Operator.htan = Hyperbolic tangent
520 Operator.log10 = Base 10 logarithm
521 Operator.round = Round to nearest integer value
522 Operator.random = Random number between zero and given value
523 Operator.expm1 = The same as exp(x)-1, but more accurate for small x 
524 Operator.mean = The arithmetic mean of a given range
525 Operator.min = The minimum value in a given range
526 Operator.max = The maximum value in a given range
527 Operator.var = The variance of a given range
528 Operator.stdev = The standard deviation of a given range
529 Operator.rms = The root-mean-squared value of a given range
530 Operator.lclip = Clips a value (1st parameter) to be no less than a given value (2nd parameter)
531 Operator.uclip = Clips a value (1st parameter) to be no greater than a given value (2nd parameter)
532 Operator.binf = Gives the fraction of values in a given range (1st parameter) inside a bin with given lower (2nd parameter) and upper (3rd parameter) bounds
533 Operator.trapz = Integrates the given range using trapezoidal integration
534 Operator.tnear = Find the time corresponding to the point in a range (1st parameter) nearest to a given value (2nd parameter)
535
536 ! MotorPlot
537 MotorPlot.title.Motorplot = Motor plot
538 MotorPlot.but.Select = Select
539 MotorPlot.Chart.Motorthrustcurve = Motor thrust curve
540 MotorPlot.Chart.Time = Time / s
541 MotorPlot.Chart.Thrust = Thrust / N
542 MotorPlot.txt.Designation = Designation:
543 MotorPlot.txt.Manufacturer = Manufacturer:
544 MotorPlot.txt.Type = Type:
545 MotorPlot.txt.Delays = Delays:
546 MotorPlot.txt.Comment = Comment:\n
547
548 ! Simulation plot panel
549 simplotpanel.lbl.Presetplotconf = Preset plot configurations:
550 simplotpanel.lbl.Xaxistype = X axis type:
551 simplotpanel.lbl.Unit = Unit:
552 simplotpanel.lbl.Yaxistypes = Y axis types:
553 simplotpanel.lbl.Flightevents = Flight events:
554 simplotpanel.but.All = All
555 simplotpanel.but.None = None
556 simplotpanel.but.NewYaxisplottype = New Y axis plot type
557 simplotpanel.but.Plotflight = Plot flight
558 simplotpanel.lbl.Axis = Axis:
559 simplotpanel.but.ttip.Removethisplot = Remove this plot
560 simplotpanel.Desc = The data will be plotted in time order even if the X axis type is not time.
561 simplotpanel.OptionPane.lbl1 = A maximum of 15 plots is allowed.
562 simplotpanel.OptionPane.lbl2 = Cannot add plot
563 simplotpanel.AUTO_NAME = Auto
564 simplotpanel.LEFT_NAME = Left
565 simplotpanel.RIGHT_NAME = Right
566 simplotpanel.CUSTOM = Custom
567 SimulationPlotPanel.error.noPlotSelected = Please add one or more variables to plot on the Y-axis.
568 SimulationPlotPanel.error.noPlotSelected.title = Nothing to plot
569
570 ! Component add buttons
571 compaddbuttons.Bodycompandfinsets = Body components and fin sets
572 compaddbuttons.Nosecone = Nose cone
573 compaddbuttons.Bodytube = Body tube
574 compaddbuttons.Transition = Transition
575 compaddbuttons.Trapezoidal = Trapezoidal
576 compaddbuttons.Elliptical = Elliptical
577 compaddbuttons.Freeform = Freeform
578 compaddbuttons.Launchlug = Launch lug
579 compaddbuttons.Innercomponent = Inner component
580 compaddbuttons.Innertube = Inner tube
581 compaddbuttons.Coupler = Coupler
582 compaddbuttons.Centeringring = Centering\nring
583 compaddbuttons.Bulkhead = Bulkhead
584 compaddbuttons.Engineblock = Engine\nblock
585 compaddbuttons.Massobjects = Mass objects
586 compaddbuttons.Parachute = Parachute
587 compaddbuttons.Streamer = Streamer
588 compaddbuttons.Shockcord = Shock cord
589 compaddbuttons.Masscomponent = Mass\ncomponent
590 compaddbuttons.Donotaskmeagain = Do not ask me again
591 compaddbuttons.Selectcomppos = Select component position
592 compaddbuttons.lbl.Youcanchange = You can change the default operation in the preferences.
593 compaddbuttons.lbl.insertcomp = Insert the component after the current component or as the last component?
594 compaddbuttons.askPosition.Inserthere = Insert here
595 compaddbuttons.askPosition.Addtotheend = Add to the end
596 compaddbuttons.askPosition.Cancel = Cancel
597
598 ! Component Analysis Dialog
599 componentanalysisdlg.componentanalysis = Component analysis
600 componentanalysisdlg.lbl.winddir = Wind direction:
601 componentanalysisdlg.TitledBorder.warnings = Warnings:
602 componentanalysisdlg.ToggleBut.worst = Worst
603 componentanalysisdlg.lbl.angleofattack = Angle of attack:
604 componentanalysisdlg.lbl.machnumber = Mach number:
605 componentanalysisdlg.lbl.rollrate = Roll rate:
606 componentanalysisdlg.lbl.activestages = Active stages:
607 componentanalysisdlg.lbl.motorconf = Motor configuration:
608 componentanalysisdlg.TabStability.Col = Component
609 componentanalysisdlg.TabStability.Col.CG = CG
610 componentanalysisdlg.TabStability.Col.Mass = Mass
611 componentanalysisdlg.TabStability.Col.CP = CP
612 componentanalysisdlg.TabStability = Stability
613 componentanalysisdlg.TabStability.ttip = Stability information
614 componentanalysisdlg.dragTableModel.Col.Component = Component
615 componentanalysisdlg.dragTableModel.Col.Pressure = <html>Pressure C<sub>D</sub>
616 componentanalysisdlg.dragTableModel.Col.Base = <html>Base C<sub>D</sub>
617 componentanalysisdlg.dragTableModel.Col.friction = <html>Friction C<sub>D</sub>
618 componentanalysisdlg.dragTableModel.Col.total = <html>Total C<sub>D</sub>
619 componentanalysisdlg.dragTabchar = Drag characteristics
620 componentanalysisdlg.dragTabchar.ttip = Drag characteristics
621 componentanalysisdlg.rollTableModel.Col.component = Component
622 componentanalysisdlg.rollTableModel.Col.rollforc = Roll forcing coefficient
623 componentanalysisdlg.rollTableModel.Col.rolldamp = Roll damping coefficient
624 componentanalysisdlg.rollTableModel.Col.total = <html>Total C<sub>l</sub>
625 componentanalysisdlg.rollTableModel = Roll dynamics
626 componentanalysisdlg.rollTableModel.ttip = Roll dynamics
627 componentanalysisdlg.println.closingmethod = Closing method called:
628 componentanalysisdlg.println.settingnam = SETTING NAN VALUES
629 componentanalysisdlg.lbl.reflenght = Reference length:
630 componentanalysisdlg.lbl.refarea = Reference area:
631 !componentanalysisdlg.But.close =Close
632 componentanalysisdlg.TabStability.Col.Component = Component
633 componentanalysisdlg.TOTAL = Total
634 componentanalysisdlg.noWarnings = <html><i><font color=\"gray\">No warnings.</font></i>
635
636 ! Custom Material dialog
637 custmatdlg.title.Custommaterial = Custom material
638 custmatdlg.lbl.Materialname = Material name:
639 custmatdlg.lbl.Materialtype = Material type:
640 custmatdlg.lbl.Materialdensity = Material density:
641 custmatdlg.checkbox.Addmaterial = Add material to database
642
643
644 ! Ring Component Config
645 ringcompcfg.OuterRadius = OuterRadius
646 ringcompcfg.Automatic = Automatic
647 ringcompcfg.InnerRadius = InnerRadius
648 ringcompcfg.Thickness = Thickness
649 ringcompcfg.Length = Length
650 ringcompcfg.Positionrelativeto = Position relative to:
651 ringcompcfg.plus = plus
652 ringcompcfg.PositionValue = PositionValue
653 ringcompcfg.Radialdistance = Radial distance:
654 ringcompcfg.Distancefrom = Distance from the rocket centerline
655 ringcompcfg.Radialdirection = Radial direction:
656 ringcompcfg.radialdirectionfrom = The radial direction from the rocket centerline
657 ringcompcfg.but.Reset = Reset
658 ringcompcfg.but.Resetcomponant = Reset the component to the rocket centerline
659 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.
660 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.
661
662
663 ! Body Tube Config
664 BodyTubecfg.lbl.Bodytubelength = Body tube length:
665 BodyTubecfg.lbl.Outerdiameter = Outer diameter:
666 BodyTubecfg.lbl.Innerdiameter = Inner diameter:
667 BodyTubecfg.lbl.Wallthickness = Wall thickness:
668 BodyTubecfg.tab.General = General
669 BodyTubecfg.tab.Generalproperties = General properties
670 BodyTubecfg.tab.Motor = Motor
671 BodyTubecfg.tab.Motormountconf = Motor mount configuration
672 BodyTubecfg.checkbox.Automatic = Automatic
673 BodyTubecfg.checkbox.Filled = Filled
674
675 ! FinSetConfig
676 FinSetConfig.tab.Fintabs = Fin tabs
677 FinSetConfig.tab.Through-the-wall = Through-the-wall fin tabs
678 FinSetConfig.but.Converttofreeform = Convert to freeform
679 FinSetConfig.but.Converttofreeform.ttip = Convert this fin set into a freeform fin set
680 FinSetConfig.Convertfinset = Convert fin set
681 FinSetConfig.but.Splitfins = Split fins
682 FinSetConfig.but.Splitfins.ttip = Split the fin set into separate fins
683 FinSetConfig.but.AutoCalc = Calculate automatically
684 FinSetConfig.lbl.Through-the-wall  = Through-the-wall fin tabs:
685 FinSetConfig.lbl.Tablength = Tab length:
686 FinSetConfig.ttip.Tablength = The length of the fin tab.
687 FinSetConfig.lbl.Tabheight = Tab height:
688 FinSetConfig.ttip.Tabheight = The spanwise height of the fin tab.
689 FinSetConfig.lbl.Tabposition = Tab position:
690 FinSetConfig.ttip.Tabposition = The position of the fin tab.
691 FinSetConfig.lbl.relativeto = relative to
692
693 !FinMarkingGuide
694 FinMarkingGuide.lbl.Front = Front
695
696 ! MotorDatabaseLoadingDialog
697 MotorDbLoadDlg.title = Loading motors
698 MotorDbLoadDlg.Loadingmotors = Loading motors...
699
700 ! RocketConfig
701 RocketCfg.lbl.Designname = Design name:
702 RocketCfg.lbl.Designer = Designer:
703 RocketCfg.lbl.Comments = Comments:
704 RocketCfg.lbl.Revisionhistory = Revision history:
705 RocketCfg.lbl.Material = Material:
706
707 ! ShockCordConfig
708 ShockCordCfg.lbl.Shockcordlength = Shock cord length:
709
710 ! RocketComponentConfig
711 RocketCompCfg.lbl.Componentname = Component name:
712 RocketCompCfg.ttip.Thecomponentname = The component name.
713 RocketCompCfg.tab.Override = Override
714 RocketCompCfg.tab.MassandCGoverride = Mass and CG override options
715 RocketCompCfg.tab.Figure = Figure
716 RocketCompCfg.tab.Figstyleopt = Figure style options
717 RocketCompCfg.tab.Comment = Comment
718 RocketCompCfg.tab.Specifyacomment = Specify a comment for the component
719 RocketCompCfg.lbl.Mass = Mass:
720 RocketCompCfg.lbl.Componentmass = Component mass:
721 RocketCompCfg.lbl.overriddento = (overridden to
722 RocketCompCfg.lbl.overriddenby = (overridden by
723 RocketCompCfg.lbl.Componentmaterial = Component material:
724 RocketCompCfg.lbl.Componentfinish = Component finish:
725 RocketCompCfg.lbl.ttip.componentmaterialaffects = The component material affects the weight of the component.
726 RocketCompCfg.combo.ttip.componentmaterialaffects = The component material affects the weight of the component.
727 RocketCompCfg.lbl.longA1 = <html>The component finish affects the aerodynamic drag of the component.<br>
728 RocketCompCfg.lbl.longA2 = The value indicated is the average roughness height of the surface.
729 RocketCompCfg.but.Setforall = Set for all
730 RocketCompCfg.but.ttip.Setforall = Set this finish for all components of the rocket.
731 RocketCompCfg.lbl.Overridemassorcenter = Override the mass or center of gravity of the
732 RocketCompCfg.checkbox.Overridemass = Override mass:
733 RocketCompCfg.checkbox.Overridecenterofgrav = Override center of gravity:
734 RocketCompCfg.checkbox.OverridemassandCG = Override mass and CG of all subcomponents
735 RocketCompCfg.lbl.longB1 = <html>The overridden mass does not include motors.<br>
736 RocketCompCfg.lbl.longB2 = The center of gravity is measured from the front end of the
737 RocketCompCfg.lbl.Commentsonthe = Comments on the
738 RocketCompCfg.lbl.Figurestyle = Figure style:
739 RocketCompCfg.lbl.Componentcolor = Component color:
740 RocketCompCfg.lbl.Choosecolor = Choose color
741 RocketCompCfg.checkbox.Usedefaultcolor = Use default color
742 RocketCompCfg.lbl.Complinestyle = Component line style:
743 RocketCompCfg.but.Saveasdefstyle = Save as default style
744 RocketCompCfg.lbl.Diameter = Diameter:
745 RocketCompCfg.lbl.Length = Length:
746 RocketCompCfg.lbl.Thickness = Thickness:
747 RocketCompCfg.checkbox.Endcapped = End capped
748 RocketCompCfg.ttip.Endcapped = Whether the end of the shoulder is capped.
749 RocketCompCfg.title.Noseconeshoulder = Nose cone shoulder
750 RocketCompCfg.title.Aftshoulder = Aft shoulder
751 RocketCompCfg.border.Foreshoulder = Fore shoulder
752 !RocketCompCfg.lbl.Length = Length:
753
754 ! BulkheadConfig
755 BulkheadCfg.tab.Diameter = Diameter:
756 BulkheadCfg.tab.Thickness = Thickness:
757 BulkheadCfg.tab.General = General
758 BulkheadCfg.tab.Generalproperties = General properties
759
760 !CenteringRingConfig
761 CenteringRingCfg.tab.Outerdiam = Outer diameter:
762 CenteringRingCfg.tab.Innerdiam = Inner diameter:
763 CenteringRingCfg.tab.Thickness = Thickness:
764 CenteringRingCfg.tab.General = General
765 CenteringRingCfg.tab.Generalproperties = General properties
766
767 !ComponentConfigDialog
768 ComponentCfgDlg.configuration = configuration
769 ComponentCfgDlg.configuration1 =
770 ComponentCfgDlg.Modify = Modify
771
772 !StageConfig
773 StageConfig.tab.Separation = Separation
774 StageConfig.tab.Separation.ttip = Stage separation options
775 StageConfig.separation.lbl.title = Select when this stage separates:
776 StageConfig.separation.lbl.plus = plus
777 StageConfig.separation.lbl.seconds = seconds
778
779 !EllipticalFinSetConfig
780 EllipticalFinSetCfg.Nbroffins = Number of fins:
781 EllipticalFinSetCfg.Rotation = Rotation:
782 EllipticalFinSetCfg.Fincant = Fin cant:
783 EllipticalFinSetCfg.Rootchord = Root chord:
784 EllipticalFinSetCfg.Height = Height:
785 EllipticalFinSetCfg.Positionrelativeto = Position relative to:
786 EllipticalFinSetCfg.plus = plus
787 EllipticalFinSetCfg.FincrossSection = Fin cross section:
788 EllipticalFinSetCfg.Thickness = Thickness:
789 EllipticalFinSetCfg.General = General
790 EllipticalFinSetCfg.Generalproperties = General properties
791 EllipticalFinSetCfg.ttip.Fincant = The angle that the fins are canted with respect to the rocket body.
792
793 !FreeformFinSetConfig
794 FreeformFinSetCfg.tab.General = General
795 FreeformFinSetCfg.tab.ttip.General = General properties
796 FreeformFinSetCfg.tab.Shape = Shape
797 FreeformFinSetCfg.tab.ttip.Finshape = Fin shape
798 FreeformFinSetCfg.lbl.Numberoffins = Number of fins:
799 FreeformFinSetCfg.lbl.Finrotation = Fin rotation:
800 FreeformFinSetCfg.lbl.Fincant = Fin cant:
801 FreeformFinSetCfg.lbl.ttip.Fincant = The angle that the fins are canted with respect to the rocket body.
802 FreeformFinSetCfg.lbl.Posrelativeto = Position relative to:
803 FreeformFinSetCfg.lbl.plus = plus
804 FreeformFinSetCfg.lbl.FincrossSection = Fin cross section:
805 FreeformFinSetCfg.lbl.Thickness = Thickness:
806 ! doubleClick1 + 2 form the message "Double-click to edit", split approximately at the middle
807 FreeformFinSetConfig.lbl.doubleClick1 = Double-click
808 FreeformFinSetConfig.lbl.doubleClick2 = to edit
809 FreeformFinSetConfig.lbl.clickDrag = Click+drag: Add and move points
810 FreeformFinSetConfig.lbl.ctrlClick = Ctrl+click: Remove point
811 FreeformFinSetConfig.lbl.scaleFin = Scale Fin
812
813
814 !InnerTubeConfig
815 InnerTubeCfg.tab.Motor = Motor
816 InnerTubeCfg.tab.ttip.Motor = Motor mount configuration
817 InnerTubeCfg.tab.Cluster = Cluster
818 InnerTubeCfg.tab.ttip.Cluster = Cluster configuration
819 InnerTubeCfg.tab.Radialpos = Radial position
820 InnerTubeCfg.tab.ttip.Radialpos = Radial position
821 InnerTubeCfg.lbl.Selectclustercfg = Select cluster configuration:
822 InnerTubeCfg.lbl.TubeSep = Tube separation:
823 InnerTubeCfg.lbl.ttip.TubeSep = The separation of the tubes, 1.0 = touching each other
824 InnerTubeCfg.lbl.Rotation = Rotation:
825 InnerTubeCfg.lbl.ttip.Rotation = Rotation angle of the cluster configuration
826 InnerTubeCfg.lbl.Rotangle = Rotation angle of the cluster configuration
827 InnerTubeCfg.but.Splitcluster = Split cluster
828 InnerTubeCfg.lbl.longA1 = <html>Split the cluster into separate components.<br>
829 InnerTubeCfg.lbl.longA2 = This also duplicates all components attached to this inner tube.
830 InnerTubeCfg.but.Resetsettings = Reset settings
831 InnerTubeCfg.but.ttip.Resetsettings = Reset the separation and rotation to the default values
832
833 ! LaunchLugConfig
834 LaunchLugCfg.lbl.Length = Length:
835 LaunchLugCfg.lbl.Outerdiam = Outer diameter:
836 LaunchLugCfg.lbl.Innerdiam = Inner diameter:
837 LaunchLugCfg.lbl.Thickness = Thickness:
838 LaunchLugCfg.lbl.Radialpos = Radial position:
839 LaunchLugCfg.lbl.Posrelativeto = Position relative to:
840 LaunchLugCfg.lbl.plus = plus
841 LaunchLugCfg.tab.General = General
842 LaunchLugCfg.tab.Generalprop = General properties
843
844 ! MassComponentConfig
845 MassComponentCfg.lbl.Mass = Mass:
846 MassComponentCfg.lbl.Density = Approximate density:
847 MassComponentCfg.lbl.Length = Length:
848 MassComponentCfg.lbl.Diameter = Diameter:
849 MassComponentCfg.lbl.PosRelativeto = Position relative to:
850 MassComponentCfg.lbl.plus = plus
851 MassComponentCfg.tab.General = General
852 MassComponentCfg.tab.ttip.General = General properties
853 MassComponentCfg.tab.Radialpos = Radial position
854 MassComponentCfg.tab.ttip.Radialpos = Radial position configuration
855 MassComponentCfg.lbl.Radialdistance = Radial distance:
856 MassComponentCfg.lbl.Radialdirection = Radial direction:
857 MassComponentCfg.but.Reset = Reset
858
859 ! MotorConfig
860 MotorCfg.checkbox.compmotormount = This component is a motor mount
861 MotorCfg.lbl.Motorcfg = Motor configuration:
862 MotorCfg.but.New = New
863 MotorCfg.lbl.Currentmotor = Current motor:
864 MotorCfg.lbl.Motoroverhang = Motor overhang:
865 MotorCfg.lbl.Ignitionat = Ignition at:
866 MotorCfg.lbl.plus = plus
867 MotorCfg.lbl.seconds = seconds
868 MotorCfg.lbl.longA1 = The current design has only one stage.
869 MotorCfg.lbl.longA2 = Stages can be added by clicking \"New stage\".
870 MotorCfg.lbl.longB1 = The current design has
871 MotorCfg.lbl.longB2 = stages.
872 MotorCfg.but.Selectmotor = Select motor
873 MotorCfg.but.Removemotor = Remove motor
874 MotorCfg.lbl.motorLabel = None
875
876 ! NoseConeConfig
877 NoseConeCfg.lbl.Noseconeshape = Nose cone shape:
878 NoseConeCfg.lbl.Shapeparam = Shape parameter:
879 NoseConeCfg.lbl.Noseconelength = Nose cone length:
880 NoseConeCfg.lbl.Basediam = Base diameter:
881 NoseConeCfg.checkbox.Automatic = Automatic
882 NoseConeCfg.lbl.Wallthickness = Wall thickness:
883 NoseConeCfg.checkbox.Filled = Filled
884 NoseConeCfg.tab.General = General
885 NoseConeCfg.tab.ttip.General = General properties
886 NoseConeCfg.tab.Shoulder = Shoulder
887 NoseConeCfg.tab.ttip.Shoulder = Shoulder properties
888
889 ! ParachuteConfig
890 ParachuteCfg.lbl.Canopy = Canopy:
891 ParachuteCfg.lbl.Diameter = Diameter:
892 ParachuteCfg.lbl.Material = Material:
893 ParachuteCfg.combo.MaterialModel = The component material affects the weight of the component.
894 ParachuteCfg.lbl.longA1 = <html>Drag coefficient C<sub>D</sub>:
895 ParachuteCfg.lbl.longB1 = <html>The drag coefficient relative to the total area of the parachute.<br>
896 ParachuteCfg.lbl.longB2 = A larger drag coefficient yields a slowed descent rate.
897 ParachuteCfg.lbl.longB3 = A typical value for parachutes is 0.8.
898 ParachuteCfg.but.Reset = Reset
899 ParachuteCfg.lbl.Shroudlines = Shroud lines:
900 ParachuteCfg.lbl.Numberoflines = Number of lines:
901 ParachuteCfg.lbl.Linelength = Line length:
902 ParachuteCfg.lbl.Material = Material:
903 ParachuteCfg.lbl.Posrelativeto = Position relative to:
904 ParachuteCfg.lbl.plus = plus
905 ParachuteCfg.lbl.Packedlength = Packed length:
906 ParachuteCfg.lbl.Packeddiam = Packed diameter:
907 ParachuteCfg.lbl.Deploysat = Deploys at:
908 ParachuteCfg.lbl.seconds = seconds
909 ParachuteCfg.lbl.Altitude = Altitude:
910 ParachuteCfg.tab.General = General
911 ParachuteCfg.tab.ttip.General = General properties
912 ParachuteCfg.tab.Radialpos = Radial position
913 ParachuteCfg.tab.ttip.Radialpos = Radial position configuration
914 ParachuteCfg.lbl.Radialdistance = Radial distance:
915 ParachuteCfg.lbl.Radialdirection = Radial direction:
916 ParachuteCfg.but.Reset = Reset
917 ParachuteCfg.lbl.plusdelay = plus
918
919 ! ShockCordConfig
920 ShockCordCfg.lbl.Shockcordlength = Shock cord length:
921 ShockCordCfg.lbl.Shockcordmaterial = Shock cord material:
922 ShockCordCfg.lbl.Posrelativeto = Position relative to:
923 ShockCordCfg.lbl.plus = plus
924 ShockCordCfg.lbl.Packedlength = Packed length:
925 ShockCordCfg.lbl.Packeddiam = Packed diameter:
926 ShockCordCfg.tab.General = General
927 ShockCordCfg.tab.ttip.General = General properties
928
929 !SleeveConfig
930 SleeveCfg.tab.Outerdiam = Outer diameter:
931 SleeveCfg.tab.Innerdiam = Inner diameter:
932 SleeveCfg.tab.Wallthickness = Wall thickness:
933 SleeveCfg.tab.Length = Length:
934 SleeveCfg.tab.General = General
935 SleeveCfg.tab.Generalproperties = General properties
936
937 ! StreamerConfig
938 StreamerCfg.lbl.Striplength = Strip length:
939 StreamerCfg.lbl.Stripwidth = Strip width:
940 StreamerCfg.lbl.Striparea = Strip area:
941 StreamerCfg.lbl.Aspectratio = Aspect ratio:
942 StreamerCfg.lbl.Material = Material:
943 StreamerCfg.combo.ttip.MaterialModel = The component material affects the weight of the component.
944 StreamerCfg.lbl.longA1 = <html>Drag coefficient C<sub>D</sub>:
945 StreamerCfg.lbl.longB1 = <html>The drag coefficient relative to the total area of the streamer.<br>
946 StreamerCfg.lbl.longB2 = A larger drag coefficient yields a slowed descent rate.
947 StreamerCfg.lbl.Automatic = Automatic
948 StreamerCfg.lbl.longC1 = The drag coefficient is relative to the area of the streamer.
949 StreamerCfg.lbl.Posrelativeto = Position relative to:
950 StreamerCfg.lbl.plus = plus
951 StreamerCfg.lbl.Packedlength = Packed length:
952 StreamerCfg.lbl.Packeddiam = Packed diameter:
953 StreamerCfg.lbl.Deploysat = Deploys at:
954 StreamerCfg.lbl.seconds = seconds
955 StreamerCfg.lbl.Altitude = Altitude:
956 StreamerCfg.tab.General = General
957 StreamerCfg.tab.ttip.General = General properties
958 StreamerCfg.tab.Radialpos = Radial position
959 StreamerCfg.tab.ttip.Radialpos = Radial position configuration
960 StreamerCfg.lbl.Radialdistance = Radial distance:
961 StreamerCfg.lbl.Radialdirection = Radial direction:
962 StreamerCfg.but.Reset = Reset
963 StreamerCfg.lbl.plusdelay = plus
964
965 ! ThicknessRingComponentConfig
966 ThicknessRingCompCfg.tab.Outerdiam = Outer diameter:
967 ThicknessRingCompCfg.tab.Innerdiam = Inner diameter:
968 ThicknessRingCompCfg.tab.Wallthickness = Wall thickness:
969 ThicknessRingCompCfg.tab.Length = Length:
970 ThicknessRingCompCfg.tab.General = General
971 ThicknessRingCompCfg.tab.Generalprop = General properties
972
973 ! TransitionConfig
974 TransitionCfg.lbl.Transitionshape = Transition shape:
975 TransitionCfg.checkbox.Clipped = Clipped
976 TransitionCfg.lbl.Shapeparam = Shape parameter:
977 TransitionCfg.lbl.Transitionlength = Transition length:
978 TransitionCfg.lbl.Forediam = Fore diameter:
979 TransitionCfg.checkbox.Automatic = Automatic
980 TransitionCfg.lbl.Aftdiam = Aft diameter:
981 TransitionCfg.lbl.Wallthickness = Wall thickness:
982 TransitionCfg.checkbox.Filled = Filled
983 TransitionCfg.tab.General = General
984 TransitionCfg.tab.Generalproperties = General properties
985 TransitionCfg.tab.Shoulder = Shoulder
986 TransitionCfg.tab.Shoulderproperties = Shoulder properties
987
988 ! TrapezoidFinSetConfig
989 TrapezoidFinSetCfg.lbl.Nbroffins = Number of fins:
990 TrapezoidFinSetCfg.lbl.ttip.Nbroffins = The number of fins in the fin set.
991 TrapezoidFinSetCfg.lbl.Finrotation = Fin rotation:
992 TrapezoidFinSetCfg.lbl.ttip.Finrotation = The angle of the first fin in the fin set.
993 TrapezoidFinSetCfg.lbl.Fincant = Fin cant:
994 TrapezoidFinSetCfg.lbl.ttip.Fincant =The angle that the fins are canted with respect to the rocket body.
995 TrapezoidFinSetCfg.lbl.Rootchord = Root chord:
996 TrapezoidFinSetCfg.lbl.Tipchord = Tip chord:
997 TrapezoidFinSetCfg.lbl.Height = Height:
998 TrapezoidFinSetCfg.lbl.Sweeplength = Sweep length:
999 TrapezoidFinSetCfg.lbl.Sweepangle = Sweep angle:
1000 TrapezoidFinSetCfg.lbl.FincrossSection = Fin cross section:
1001 TrapezoidFinSetCfg.lbl.Thickness = Thickness:
1002 TrapezoidFinSetCfg.lbl.Posrelativeto = Position relative to:
1003 TrapezoidFinSetCfg.lbl.plus = plus
1004 TrapezoidFinSetCfg.tab.General = General
1005 TrapezoidFinSetCfg.tab.Generalproperties = General properties
1006
1007 !MotorConfigurationModel
1008 MotorCfgModel.Editcfg = Edit configurations
1009
1010 ! StorageOptionChooser
1011 StorageOptChooser.lbl.Simdatatostore = Simulated data to store:
1012 StorageOptChooser.rdbut.Allsimdata = All simulated data
1013 StorageOptChooser.lbl.longA1 = <html>Store all simulated data.<br>
1014 StorageOptChooser.lbl.longA2 = This can result in very large files!
1015 StorageOptChooser.rdbut.Every = Every
1016 StorageOptChooser.lbl.longB1 = <html>Store plottable values approximately this far apart.<br>
1017 StorageOptChooser.lbl.longB2 = Larger values result in smaller files.
1018 StorageOptChooser.lbl.seconds = seconds
1019 StorageOptChooser.rdbut.Onlyprimfig = Only primary figures
1020 StorageOptChooser.lbl.longC1 = <html>Store only the values shown in the summary table.<br>
1021 StorageOptChooser.lbl.longC2 = This results in the smallest files.
1022 StorageOptChooser.checkbox.Compfile = Compress file
1023 StorageOptChooser.lbl.UsingComp = Using compression reduces the file size significantly.
1024 StorageOptChooser.lbl.longD1 = An estimate on how large the resulting file would be with the present options.
1025 StorageOptChooser.ttip.Saveopt = Save options
1026 StorageOptChooser.lbl.Estfilesize = Estimated file size:
1027 StorageOptChooser.lbl.Saveopt = Save options
1028
1029 ! ThrustCurveMotorSelectionPanel
1030 TCMotorSelPan.lbl.Selrocketmotor = Select rocket motor:
1031 TCMotorSelPan.checkbox.hideSimilar = Hide very similar thrust curves
1032 TCMotorSelPan.SHOW_DESCRIPTIONS.desc1 = Show all motors
1033 TCMotorSelPan.SHOW_DESCRIPTIONS.desc2 = Show motors with diameter less than that of the motor mount
1034 TCMotorSelPan.SHOW_DESCRIPTIONS.desc3 = Show motors with diameter equal to that of the motor mount
1035 TCMotorSelPan.lbl.Motormountdia = Motor mount diameter:
1036 TCMotorSelPan.lbl.Search = Search:
1037 TCMotorSelPan.lbl.Selectthrustcurve = Select thrust curve:
1038 TCMotorSelPan.lbl.Ejectionchargedelay = Ejection charge delay:
1039 TCMotorSelPan.equalsIgnoreCase.None = None
1040 TCMotorSelPan.lbl.NumberofsecondsorNone = (Number of seconds or \"None\")
1041 TCMotorSelPan.lbl.Totalimpulse = Total impulse:
1042 TCMotorSelPan.lbl.Avgthrust = Avg. thrust:
1043 TCMotorSelPan.lbl.Maxthrust = Max. thrust:
1044 TCMotorSelPan.lbl.Burntime = Burn time:
1045 TCMotorSelPan.lbl.Launchmass = Launch mass:
1046 TCMotorSelPan.lbl.Emptymass = Empty mass:
1047 TCMotorSelPan.lbl.Datapoints = Data points:
1048 TCMotorSelPan.lbl.Digest = Digest:
1049 TCMotorSelPan.title.Thrustcurve = Thrust curve:
1050 TCMotorSelPan.title.Thrust = Thrust
1051 TCMotorSelPan.delayBox.None = None
1052 TCMotorSelPan.noDescription = No description available.
1053
1054
1055 ! PlotDialog
1056 PlotDialog.title.Flightdataplot = Flight data plot
1057 PlotDialog.Chart.Simulatedflight = Simulated flight
1058 PlotDialog.CheckBox.Showdatapoints = Show data points
1059 PlotDialog.lbl.Chart = Click and drag down+right to zoom in, up+left to zoom out
1060
1061
1062 ! "main" prefix is used for the main application dialog
1063
1064 # FIXME: Rename the description keys
1065
1066 main.menu.file = File
1067 main.menu.file.desc = File-handling related tasks
1068 main.menu.file.new = New
1069 main.menu.file.new.desc = Create a new rocket design
1070 main.menu.file.open = Open...
1071 BasicFrame.item.Openrocketdesign = Open a rocket design
1072 main.menu.file.openRecent = Open Recent...
1073 BasicFrame.item.Openrecentrocketdesign = Open a recent rocket design
1074 main.menu.file.openExample = Open example...
1075 BasicFrame.item.Openexamplerocketdesign = Open an example rocket design
1076 main.menu.file.save = Save
1077 BasicFrame.item.SavecurRocketdesign = Save the current rocket design
1078 main.menu.file.saveAs = Save as...
1079 BasicFrame.item.SavecurRocketdesnewfile = Save the current rocket design to a new file
1080 main.menu.file.print = Print / Export PDF...
1081 main.menu.file.print.desc = Print or save as PDF the parts list and fin templates
1082 main.menu.file.close = Close
1083 BasicFrame.item.Closedesign = Close the current rocket design
1084 main.menu.file.quit = Quit
1085 BasicFrame.item.Quitprogram = Quit the program
1086
1087 main.menu.edit = Edit
1088 BasicFrame.menu.Rocketedt = Rocket editing
1089 main.menu.edit.undo = Undo
1090 main.menu.edit.undo.desc = Undo the previous operation
1091 main.menu.edit.redo = Redo
1092 main.menu.edit.redo.desc = Redo the previously undone operation
1093 main.menu.edit.cut = Cut
1094 main.menu.edit.copy = Copy
1095 main.menu.edit.paste = Paste
1096 main.menu.edit.delete = Delete
1097 main.menu.edit.resize = Scale...
1098 main.menu.edit.resize.desc = Scale parts of the rocket design
1099 main.menu.edit.preferences = Preferences
1100 main.menu.edit.preferences.desc = Setup the application preferences
1101
1102 main.menu.analyze = Analyze
1103 main.menu.analyze.desc = Rocket analysis
1104 main.menu.analyze.componentAnalysis = Component analysis
1105 main.menu.analyze.componentAnalysis.desc = Analyze the rocket components separately
1106 main.menu.analyze.optimization = Rocket optimization
1107 main.menu.analyze.optimization.desc = General rocket design optimization
1108 main.menu.analyze.customExpressions = Custom expressions
1109 main.menu.analyze.customExpressions.desc = Define new flight data types by writing custom mathematical expressions 
1110
1111 main.menu.help = Help
1112 main.menu.help.desc = Information about OpenRocket
1113 main.menu.help.tours = Guided tours
1114 main.menu.help.tours.desc = Take guided tours on OpenRocket
1115 main.menu.help.license = License
1116 main.menu.help.license.desc = OpenRocket license information
1117 main.menu.help.bugReport = Bug report
1118 main.menu.help.bugReport.desc = Information about reporting bugs in OpenRocket
1119 main.menu.help.debugLog = Debug log
1120 main.menu.help.debugLog.desc = View the OpenRocket debug log
1121 main.menu.help.about = About
1122 main.menu.help.about.desc = Copyright details about OpenRocket
1123
1124 main.menu.debug = Debug
1125 main.menu.debug.whatisthismenu = What is this menu?
1126 main.menu.debug.createtestrocket = Create test rocket
1127
1128 ! database
1129 ! Translate here all material database
1130 !
1131
1132 Material.CUSTOM = Custom
1133
1134 ! Material database
1135 Databases.materials.types.Bulk = Bulk
1136 Databases.materials.types.Line = Line
1137 Databases.materials.types.Surface = Surface
1138
1139 ! BULK_MATERIAL
1140 material.acrylic = Acrylic
1141 material.aluminum = Aluminum
1142 material.balsa = Balsa
1143 material.basswood = Basswood
1144 material.birch = Birch
1145 material.brass = Brass
1146 material.cardboard = Cardboard
1147 material.carbon_fiber = Carbon fiber
1148 material.cork = Cork
1149 material.depron_xps = Depron (XPS)
1150 material.fiberglass = Fiberglass
1151 material.kraft_phenolic = Kraft phenolic
1152 material.maple = Maple
1153 material.paper_office = Paper (office)
1154 material.pine = Pine
1155 material.plywood_birch = Plywood (birch)
1156 material.polycarbonate_lexan = Polycarbonate (Lexan)
1157 material.polystyrene = Polystyrene
1158 material.pvc = PVC
1159 material.spruce = Spruce
1160 material.steel = Steel
1161 material.styrofoam_generic_eps = Styrofoam (generic EPS)
1162 material.styrofoam_blue_foam_xps = Styrofoam \"Blue foam\" (XPS)
1163 material.titanium = Titanium
1164 material.quantum_tubing = Quantum tubing
1165 material.blue_tube = Blue tube
1166 !SURFACE_MATERIAL
1167 material.ripstop_nylon = Ripstop nylon
1168 material.mylar = Mylar
1169 material.polyethylene_thin = Polyethylene (thin)
1170 material.polyethylene_heavy = Polyethylene (heavy)
1171 material.silk = Silk
1172 material.paper_office = Paper (office)
1173 material.cellophane = Cellophane
1174 material.crepe_paper = Cr\u00eape paper
1175 ! LINE_MATERIAL
1176 material.thread_heavy_duty = Thread (heavy-duty)
1177 material.elastic_cord_round_2_mm_1_16_in = Elastic cord (round 2 mm, 1/16 in)
1178 material.elastic_cord_flat_6_mm_1_4_in = Elastic cord (flat 6 mm, 1/4 in)
1179 material.elastic_cord_flat_12_mm_1_2_in = Elastic cord (flat 12 mm, 1/2 in)
1180 material.elastic_cord_flat_19_mm_3_4_in = Elastic cord (flat 19 mm, 3/4 in)
1181 material.elastic_cord_flat_25_mm_1_in = Elastic cord (flat 25 mm, 1 in)
1182 material.braided_nylon_2_mm_1_16_in = Braided nylon (2 mm, 1/16 in)
1183 material.braided_nylon_3_mm_1_8_in = Braided nylon (3 mm, 1/8 in)
1184 material.tubular_nylon_11_mm_7_16_in = Tubular nylon (11 mm, 7/16 in)
1185 material.tubular_nylon_14_mm_9_16_in = Tubular nylon (14 mm, 9/16 in)
1186 material.tubular_nylon_25_mm_1_in = Tubular nylon (25 mm, 1 in)
1187
1188 ! ExternalComponent
1189 ExternalComponent.Rough = Rough
1190 ExternalComponent.Unfinished = Unfinished
1191 ExternalComponent.Regularpaint = Regular paint
1192 ExternalComponent.Smoothpaint = Smooth paint
1193 ExternalComponent.Polished = Polished
1194
1195 ! LineStyle
1196 LineStyle.Solid = Solid
1197 LineStyle.Dashed = Dashed
1198 LineStyle.Dotted = Dotted
1199 LineStyle.Dash-dotted = Dash-dotted
1200 LineStyle.Defaultstyle = Default style
1201
1202 ! Shape
1203 Shape.Conical = Conical
1204 Shape.Conical.desc1 = A conical nose cone has a profile of a triangle.
1205 Shape.Conical.desc2 = A conical transition has straight sides.
1206 Shape.Ogive = Ogive
1207 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>.
1208 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>.
1209 Shape.Ellipsoid = Ellipsoid
1210 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>.
1211 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.
1212 Shape.Powerseries = Power series
1213 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.
1214 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>.
1215 Shape.Parabolicseries = Parabolic series
1216 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.
1217 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.
1218 Shape.Haackseries = Haack series
1219 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.
1220 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.
1221
1222
1223 ! RocketComponent
1224 RocketComponent.Position.TOP = Top of the parent component
1225 RocketComponent.Position.MIDDLE = Middle of the parent component
1226 RocketComponent.Position.BOTTOM = Bottom of the parent component
1227 RocketComponent.Position.AFTER = After the parent component
1228 RocketComponent.Position.ABSOLUTE = Tip of the nose cone
1229
1230 ! LaunchLug
1231 LaunchLug.Launchlug = Launch lug
1232 ! NoseCone
1233 NoseCone.NoseCone = Nose cone
1234 ! Transition
1235 Transition.Transition = Transition
1236 !Stage
1237 Stage.Stage = Stage
1238
1239 Stage.SeparationEvent.UPPER_IGNITION = Upper stage motor ignition
1240 Stage.SeparationEvent.IGNITION = Current stage motor ignition
1241 Stage.SeparationEvent.BURNOUT = Current stage motor burnout
1242 Stage.SeparationEvent.EJECTION = Current stage ejection charge
1243 Stage.SeparationEvent.LAUNCH = Launch
1244 Stage.SeparationEvent.NEVER = Never
1245
1246 ! BodyTube
1247 BodyTube.BodyTube = Body tube
1248 ! TubeCoupler
1249 TubeCoupler.TubeCoupler = Tube coupler
1250 !InnerTube
1251 InnerTube.InnerTube = Inner Tube
1252 ! TrapezoidFinSet
1253 TrapezoidFinSet.TrapezoidFinSet = Trapezoidal fin set
1254 ! FreeformFinSet
1255 FreeformFinSet.FreeformFinSet = Freeform fin set
1256 !MassComponent
1257 MassComponent.MassComponent = Mass component
1258 ! Parachute
1259 Parachute.Parachute = Parachute
1260 ! ShockCord
1261 ShockCord.ShockCord = Shock cord
1262 ! Bulkhead
1263 Bulkhead.Bulkhead = Bulkhead
1264 ! CenteringRing
1265 CenteringRing.CenteringRing = Centering ring
1266 ! EngineBlock
1267 EngineBlock.EngineBlock = Engine block
1268 ! Streamer
1269 Streamer.Streamer = Streamer
1270 ! Sleeve
1271 Sleeve.Sleeve = Sleeve
1272
1273 !Rocket
1274 Rocket.motorCount.Nomotor = [No motors]
1275 Rocket.compname.Rocket = Rocket
1276
1277 !MotorMount
1278 MotorMount.IgnitionEvent.AUTOMATIC = Automatic (launch or ejection charge)
1279 MotorMount.IgnitionEvent.LAUNCH = Launch
1280 MotorMount.IgnitionEvent.EJECTION_CHARGE = First ejection charge of previous stage
1281 MotorMount.IgnitionEvent.BURNOUT = First burnout of previous stage
1282 MotorMount.IgnitionEvent.NEVER = Never
1283
1284 !ComponentIcons
1285 ComponentIcons.Nosecone = Nose cone
1286 ComponentIcons.Bodytube = Body tube
1287 ComponentIcons.Transition = Transition
1288 ComponentIcons.Trapezoidalfinset = Trapezoidal fin set
1289 ComponentIcons.Ellipticalfinset = Elliptical fin set
1290 ComponentIcons.Freeformfinset = Freeform fin set
1291 ComponentIcons.Launchlug = Launch lug
1292 ComponentIcons.Innertube = Inner tube
1293 ComponentIcons.Tubecoupler = Tube coupler
1294 ComponentIcons.Centeringring = Centering ring
1295 ComponentIcons.Bulkhead = Bulk head
1296 ComponentIcons.Engineblock = Engine block
1297 ComponentIcons.Parachute = Parachute
1298 ComponentIcons.Streamer = Streamer
1299 ComponentIcons.Shockcord = Shock cord
1300 ComponentIcons.Masscomponent = Mass component
1301 ComponentIcons.disabled = (disabled)
1302
1303 ! StageAction
1304 StageAction.Stage = Stage
1305
1306 ! RecoveryDevice
1307 RecoveryDevice.DeployEvent.LAUNCH = Launch (plus NN seconds)
1308 RecoveryDevice.DeployEvent.EJECTION = First ejection charge of this stage
1309 RecoveryDevice.DeployEvent.APOGEE = Apogee
1310 RecoveryDevice.DeployEvent.ALTITUDE = Specific altitude during descent
1311 RecoveryDevice.DeployEvent.CURRENT_STAGE_SEPARATION = Current stage separation
1312 RecoveryDevice.DeployEvent.LOWER_STAGE_SEPARATION = Lower stage separation
1313 RecoveryDevice.DeployEvent.NEVER = Never
1314
1315 ! FlightEvent
1316 FlightEvent.Type.LAUNCH = Launch
1317 FlightEvent.Type.IGNITION = Motor ignition
1318 FlightEvent.Type.LIFTOFF = Lift-off
1319 FlightEvent.Type.LAUNCHROD = Launch rod clearance
1320 FlightEvent.Type.BURNOUT = Motor burnout
1321 FlightEvent.Type.EJECTION_CHARGE = Ejection charge
1322 FlightEvent.Type.STAGE_SEPARATION = Stage separation
1323 FlightEvent.Type.APOGEE = Apogee
1324 FlightEvent.Type.RECOVERY_DEVICE_DEPLOYMENT = Recovery device deployment
1325 FlightEvent.Type.GROUND_HIT = Ground hit
1326 FlightEvent.Type.SIMULATION_END = Simulation end
1327 FlightEvent.Type.ALTITUDE = Altitude change
1328
1329 ! ThrustCurveMotorColumns
1330 TCurveMotorCol.MANUFACTURER = Manufacturer
1331 TCurveMotorCol.DESIGNATION = Designation
1332 TCurveMotorCol.TYPE = Type
1333 TCurveMotorCol.DIAMETER = Diameter
1334 TCurveMotorCol.LENGTH = Length
1335
1336 TCurveMotor.ttip.diameter = Diameter:
1337 TCurveMotor.ttip.length = Length:
1338 TCurveMotor.ttip.maxThrust = Maximum thrust:
1339 TCurveMotor.ttip.avgThrust = Average thrust:
1340 TCurveMotor.ttip.burnTime = Burn time:
1341 TCurveMotor.ttip.totalImpulse = Total impulse:
1342 TCurveMotor.ttip.launchMass = Launch mass:
1343 TCurveMotor.ttip.emptyMass = Empty mass:
1344
1345 ! RocketInfo
1346 RocketInfo.lengthLine.Length = Length
1347 RocketInfo.lengthLine.maxdiameter = , max. diameter
1348 RocketInfo.massText1 = Mass with motors
1349 RocketInfo.massText2 = Mass with no motors
1350 RocketInfo.at = at M=
1351 RocketInfo.cgText = CG:
1352 RocketInfo.cpText = CP:
1353 RocketInfo.stabText = Stability:
1354 RocketInfo.Warning = Warning:
1355 RocketInfo.Calculating = Calculating...
1356 RocketInfo.Apogee = Apogee:
1357 RocketInfo.Maxvelocity = Max. velocity:
1358 RocketInfo.Maxacceleration = Max. acceleration:
1359 RocketInfo.apogeeValue = N/A
1360 RocketInfo.Mach = (Mach
1361 RocketInfo.velocityValue = N/A
1362 RocketInfo.accelerationValue = N/A
1363
1364 ! FinSet
1365 FinSet.CrossSection.SQUARE = Square
1366 FinSet.CrossSection.ROUNDED = Rounded
1367 FinSet.CrossSection.AIRFOIL = Airfoil
1368 FinSet.TabRelativePosition.FRONT = Root chord leading edge
1369 FinSet.TabRelativePosition.CENTER = Root chord midpoint
1370 FinSet.TabRelativePosition.END = Root chord trailing edge
1371
1372 ! FlightDataType
1373 FlightDataType.TYPE_TIME = Time
1374 FlightDataType.TYPE_ALTITUDE = Altitude
1375 FlightDataType.TYPE_VELOCITY_Z = Vertical velocity
1376 FlightDataType.TYPE_ACCELERATION_Z = Vertical acceleration
1377 FlightDataType.TYPE_VELOCITY_TOTAL = Total velocity
1378 FlightDataType.TYPE_ACCELERATION_TOTAL = Total acceleration
1379 FlightDataType.TYPE_POSITION_X = Position upwind
1380 FlightDataType.TYPE_POSITION_Y = Position parallel to wind
1381 FlightDataType.TYPE_POSITION_XY = Lateral distance
1382 FlightDataType.TYPE_POSITION_DIRECTION = Lateral direction
1383 FlightDataType.TYPE_VELOCITY_XY = Lateral velocity
1384 FlightDataType.TYPE_ACCELERATION_XY = Lateral acceleration
1385 FlightDataType.TYPE_AOA = Angle of attack
1386 FlightDataType.TYPE_ROLL_RATE = Roll rate
1387 FlightDataType.TYPE_PITCH_RATE = Pitch rate
1388 FlightDataType.TYPE_YAW_RATE = Yaw rate
1389 FlightDataType.TYPE_MASS = Mass
1390 FlightDataType.TYPE_PROPELLANT_MASS = Propellant mass
1391 FlightDataType.TYPE_LONGITUDINAL_INERTIA = Longitudinal moment of inertia
1392 FlightDataType.TYPE_ROTATIONAL_INERTIA = Rotational moment of inertia
1393 FlightDataType.TYPE_CP_LOCATION = CP location
1394 FlightDataType.TYPE_CG_LOCATION = CG location
1395 FlightDataType.TYPE_STABILITY = Stability margin calibers
1396 FlightDataType.TYPE_MACH_NUMBER = Mach number
1397 FlightDataType.TYPE_REYNOLDS_NUMBER = Reynolds number
1398 FlightDataType.TYPE_THRUST_FORCE = Thrust
1399 FlightDataType.TYPE_DRAG_FORCE = Drag force
1400 FlightDataType.TYPE_DRAG_COEFF = Drag coefficient
1401 FlightDataType.TYPE_AXIAL_DRAG_COEFF = Axial drag coefficient
1402 FlightDataType.TYPE_FRICTION_DRAG_COEFF = Friction drag coefficient
1403 FlightDataType.TYPE_PRESSURE_DRAG_COEFF = Pressure drag coefficient
1404 FlightDataType.TYPE_BASE_DRAG_COEFF = Base drag coefficient
1405 FlightDataType.TYPE_NORMAL_FORCE_COEFF = Normal force coefficient
1406 FlightDataType.TYPE_PITCH_MOMENT_COEFF = Pitch moment coefficient
1407 FlightDataType.TYPE_YAW_MOMENT_COEFF = Yaw moment coefficient
1408 FlightDataType.TYPE_SIDE_FORCE_COEFF = Side force coefficient
1409 FlightDataType.TYPE_ROLL_MOMENT_COEFF = Roll moment coefficient
1410 FlightDataType.TYPE_ROLL_FORCING_COEFF = Roll forcing coefficient
1411 FlightDataType.TYPE_ROLL_DAMPING_COEFF = Roll damping coefficient
1412 FlightDataType.TYPE_PITCH_DAMPING_MOMENT_COEFF = Pitch damping coefficient
1413 FlightDataType.TYPE_YAW_DAMPING_MOMENT_COEFF = Yaw damping coefficient
1414 FlightDataType.TYPE_REFERENCE_LENGTH = Reference length
1415 FlightDataType.TYPE_REFERENCE_AREA = Reference area
1416 FlightDataType.TYPE_ORIENTATION_THETA = Vertical orientation (zenith)
1417 FlightDataType.TYPE_ORIENTATION_PHI = Lateral orientation (azimuth)
1418 FlightDataType.TYPE_WIND_VELOCITY = Wind velocity
1419 FlightDataType.TYPE_AIR_TEMPERATURE = Air temperature
1420 FlightDataType.TYPE_AIR_PRESSURE = Air pressure
1421 FlightDataType.TYPE_SPEED_OF_SOUND = Speed of sound
1422 FlightDataType.TYPE_TIME_STEP = Simulation time step
1423 FlightDataType.TYPE_COMPUTATION_TIME = Computation time
1424 FlightDataType.TYPE_LATITUDE = Latitude
1425 FlightDataType.TYPE_LONGITUDE = Longitude
1426 FlightDataType.TYPE_CORIOLIS_ACCELERATION = Coriolis acceleration
1427 FlightDataType.TYPE_GRAVITY = Gravitational acceleration
1428
1429 ! PlotConfiguration
1430 PlotConfiguration.Verticalmotion = Vertical motion vs. time
1431 PlotConfiguration.Totalmotion = Total motion vs. time
1432 PlotConfiguration.Flightside = Flight side profile
1433 PlotConfiguration.Stability = Stability vs. time
1434 PlotConfiguration.Dragcoef = Drag coefficients vs. Mach number
1435 PlotConfiguration.Rollcharacteristics = Roll characteristics
1436 PlotConfiguration.Angleofattack = Angle of attack and orientation vs. time
1437 PlotConfiguration.Simulationtime = Simulation time step and computation time
1438
1439 ! Warning
1440 Warning.LargeAOA.str1 = Large angle of attack encountered.
1441 Warning.LargeAOA.str2 = Large angle of attack encountered (
1442 Warning.DISCONTINUITY = Discontinuity in rocket body diameter.
1443 Warning.THICK_FIN = Thick fins may not be modeled accurately.
1444 Warning.JAGGED_EDGED_FIN = Jagged-edged fin predictions may be inaccurate.
1445 Warning.LISTENERS_AFFECTED = Listeners modified the flight simulation
1446 Warning.RECOVERY_DEPLOYMENT_WHILE_BURNING = Recovery device opened while motor still burning.
1447 Warning.FILE_INVALID_PARAMETER = Invalid parameter encountered, ignoring.
1448 Warning.PARALLEL_FINS = Too many parallel fins
1449 Warning.SUPERSONIC = Body calculations may not be entirely accurate at supersonic speeds.
1450 Warning.RECOVERY_LAUNCH_ROD = Recovery device device deployed while on the launch guide.
1451 Warning.RECOVERY_HIGH_SPEED = Recovery device deployment at high speed
1452
1453
1454 ! Scale dialog
1455 ScaleDialog.lbl.scaleRocket = Entire rocket
1456 ScaleDialog.lbl.scaleSubselection = Selection and all subcomponents
1457 ScaleDialog.lbl.scaleSelection = Only selected component
1458 ScaleDialog.title = Scale design
1459 ScaleDialog.lbl.scale = Scale:
1460 ScaleDialog.lbl.scale.ttip = Select whether to scale the entire design or only the selected component
1461 ScaleDialog.lbl.scaling = Scaling to apply:
1462 ScaleDialog.lbl.scaling.ttip = Resulting size, values above 100% grow and values below 100% shrink the design.
1463 ! The scaleFrom/scaleTo pair creates a phrase "Scale from [...] to [...]"
1464 ScaleDialog.lbl.scaleFrom = Scale from
1465 ScaleDialog.lbl.scaleTo = to
1466 ScaleDialog.lbl.scaleFromTo.ttip = Define the scaling based on an original and resulting length.
1467 ScaleDialog.checkbox.scaleMass = Update explicit mass values
1468 ScaleDialog.checkbox.scaleMass.ttip = Scale mass component and override mass values by the cube of the scaling factor
1469 ScaleDialog.button.scale = Scale
1470 ScaleDialog.undo.scaleRocket = Scale rocket
1471 ScaleDialog.undo.scaleComponent = Scale component
1472 ScaleDialog.undo.scaleComponents = Scale components
1473
1474 !icons
1475 Icons.Undo = Undo
1476 Icons.Redo = Redo
1477
1478 OpenRocketPrintable.Partsdetail = Parts detail
1479 OpenRocketPrintable.Fintemplates = Fin templates
1480 OpenRocketPrintable.Transitiontemplates = Transition templates
1481 OpenRocketPrintable.Noseconetemplates = Nose Cone templates
1482 OpenRocketPrintable.Finmarkingguide = Fin marking guide
1483 OpenRocketPrintable.DesignReport = Design Report
1484 OpenRocketPrintable.Centeringringtemplates = Centering Ring templates
1485
1486 OpenRocketDocument.Redo = Redo
1487 OpenRocketDocument.Undo = Undo
1488
1489 !EllipticalFinSet
1490 EllipticalFinSet.Ellipticalfinset = Elliptical fin set
1491
1492 ! Optimization
1493
1494 ! Modifiers
1495
1496 optimization.modifier.nosecone.length = Length
1497 optimization.modifier.nosecone.length.desc = Optimize the nose cone length.
1498 optimization.modifier.nosecone.diameter = Diameter
1499 optimization.modifier.nosecone.diameter.desc = Optimize the nose cone base diameter.
1500 optimization.modifier.nosecone.thickness = Thickness
1501 optimization.modifier.nosecone.thickness.desc = Optimize the nose cone wall thickness.
1502 optimization.modifier.nosecone.shapeparameter = Shape parameter
1503 optimization.modifier.nosecone.shapeparameter.desc = Optimize the nose cone shape parameter.
1504
1505 optimization.modifier.transition.length = Length
1506 optimization.modifier.transition.length.desc = Optimize the transition length.
1507 optimization.modifier.transition.forediameter = Fore diameter
1508 optimization.modifier.transition.forediameter.desc = Optimize the transition fore diameter.
1509 optimization.modifier.transition.aftdiameter = Aft diameter
1510 optimization.modifier.transition.aftdiameter.desc = Optimize the transition aft diameter.
1511 optimization.modifier.transition.thickness = Thickness
1512 optimization.modifier.transition.thickness.desc = Optimize the transition wall thickness.
1513 optimization.modifier.transition.shapeparameter = Shape parameter
1514 optimization.modifier.transition.shapeparameter.desc = Optimize the transition shape parameter.
1515
1516 optimization.modifier.bodytube.length = Length
1517 optimization.modifier.bodytube.length.desc = Optimize the body tube length.
1518 optimization.modifier.bodytube.outerDiameter = Outer diameter
1519 optimization.modifier.bodytube.outerDiameter.desc = Optimize the body tube outer diameter while maintaining the wall thickness.
1520 optimization.modifier.bodytube.thickness = Thickness
1521 optimization.modifier.bodytube.thickness.desc = Optimize the body tube wall thickness.
1522
1523 optimization.modifier.trapezoidfinset.rootChord = Root chord
1524 optimization.modifier.trapezoidfinset.rootChord.desc = Optimize the root chord length of the fin set (length of fin at the rocket body).
1525 optimization.modifier.trapezoidfinset.tipChord = Tip chord
1526 optimization.modifier.trapezoidfinset.tipChord.desc = Optimize the tip chord length of the fin set (length of fin at outer edge).
1527 optimization.modifier.trapezoidfinset.sweep  = Sweep
1528 optimization.modifier.trapezoidfinset.sweep.desc = Optimize the sweep of the fin set (distance that the leading edge sweeps backwards).
1529 optimization.modifier.trapezoidfinset.height = Height
1530 optimization.modifier.trapezoidfinset.height.desc = Optimize the height (semi-span) of the fin set.
1531
1532 optimization.modifier.ellipticalfinset.length = Root chord
1533 optimization.modifier.ellipticalfinset.length.desc = Optimize the root chord length of the fin set.
1534 optimization.modifier.ellipticalfinset.height = Height
1535 optimization.modifier.ellipticalfinset.height.desc = Optimize the height (semi-span) of the fin set.
1536
1537 optimization.modifier.finset.cant = Cant angle
1538 optimization.modifier.finset.cant.desc = Optimize the cant angle of the fin set.
1539 optimization.modifier.finset.position = Position
1540 optimization.modifier.finset.position.desc = Optimize the fin set position along the rocket body.
1541
1542 optimization.modifier.launchlug.length = Length
1543 optimization.modifier.launchlug.length.desc = Optimize the launch lug length.
1544 optimization.modifier.launchlug.outerDiameter = Outer diameter
1545 optimization.modifier.launchlug.outerDiameter.desc = Optimize the outer diameter of the launch lug.
1546 optimization.modifier.launchlug.thickness = Thickness
1547 optimization.modifier.launchlug.thickness.desc = Optimize the launch lug thickness while keeping the outer diameter constant.
1548 optimization.modifier.launchlug.position = Position
1549 optimization.modifier.launchlug.position.desc = Optimize the launch lug position along the rocket body.
1550
1551
1552 optimization.modifier.internalcomponent.position = Position
1553 optimization.modifier.internalcomponent.position.desc = Optimize the position of the component relative to the parent component.
1554
1555 optimization.modifier.masscomponent.mass = Mass
1556 optimization.modifier.masscomponent.mass.desc = Optimize the mass of the mass component.
1557
1558 optimization.modifier.parachute.diameter = Diameter
1559 optimization.modifier.parachute.diameter.desc = Optimize the parachute canopy diameter.
1560 optimization.modifier.parachute.coefficient = Drag coefficient
1561 optimization.modifier.parachute.coefficient.desc = Optimize the drag coefficient of the parachute.  Typical parachutes have a drag coefficient of about 0.8.
1562
1563 optimization.modifier.streamer.length = Length
1564 optimization.modifier.streamer.length.desc = Optimize the length of the streamer.
1565 optimization.modifier.streamer.width = Width
1566 optimization.modifier.streamer.width.desc = Optimize the width of the streamer.
1567 optimization.modifier.streamer.aspectRatio = Aspect ratio
1568 optimization.modifier.streamer.aspectRatio.desc = Optimize the aspect ratio of the streamer (length/width).  You should NOT select streamer length or width at the same time with the aspect ratio.
1569 optimization.modifier.streamer.coefficient = Drag coefficient
1570 optimization.modifier.streamer.coefficient.desc = Optimize the drag coefficient of the streamer.
1571
1572 optimization.modifier.recoverydevice.deployDelay = Deployment delay
1573 optimization.modifier.recoverydevice.deployDelay.desc = Optimize the deployment delay of the recovery device.
1574 optimization.modifier.recoverydevice.deployAltitude = Deployment altitude
1575 optimization.modifier.recoverydevice.deployAltitude.desc = Optimize the deployment altitude of the recovery device.
1576
1577 optimization.modifier.rocketcomponent.overrideMass = Override mass
1578 optimization.modifier.rocketcomponent.overrideMass.desc = Optimize the overridden mass of the component.
1579 optimization.modifier.rocketcomponent.overrideCG = Override CG
1580 optimization.modifier.rocketcomponent.overrideCG.desc = Optimize the overridden center of gravity of the component.
1581
1582 optimization.modifier.motormount.overhang = Motor overhang
1583 optimization.modifier.motormount.overhang.desc = Optimize the motor overhang.
1584 optimization.modifier.motormount.delay = Motor ignition delay
1585 optimization.modifier.motormount.delay.desc = Optimize the motor ignition delay.
1586
1587
1588
1589
1590 ! General rocket design optimization dialog
1591
1592 GeneralOptimizationDialog.title = Rocket optimization
1593 GeneralOptimizationDialog.goal.maximize = Maximize value
1594 GeneralOptimizationDialog.goal.minimize = Minimize value
1595 GeneralOptimizationDialog.goal.seek = Seek value of
1596 GeneralOptimizationDialog.btn.start = Start optimization
1597 GeneralOptimizationDialog.btn.stop = Stop optimization
1598 GeneralOptimizationDialog.lbl.paramsToOptimize = Parameters to optimize:
1599 GeneralOptimizationDialog.btn.add = Add
1600 GeneralOptimizationDialog.btn.add.ttip = Add the selected parameter to the optimization
1601 GeneralOptimizationDialog.btn.remove = Remove
1602 GeneralOptimizationDialog.btn.remove.ttip = Remove the selected parameter from the optimization
1603 GeneralOptimizationDialog.btn.removeAll = Remove all
1604 GeneralOptimizationDialog.btn.removeAll.ttip = Remove all parameters from the optimization
1605 GeneralOptimizationDialog.lbl.availableParams = Available parameters:
1606 GeneralOptimizationDialog.lbl.optimizationOpts = Optimization options
1607 GeneralOptimizationDialog.lbl.optimizeSim = Optimize simulation:
1608 GeneralOptimizationDialog.lbl.optimizeSim.ttip = Select which simulation to optimize
1609 GeneralOptimizationDialog.lbl.optimizeValue = Optimized value:
1610 GeneralOptimizationDialog.lbl.optimizeValue.ttip = Select what value is to be optimized
1611 GeneralOptimizationDialog.lbl.optimizeGoal = Optimization goal:
1612 GeneralOptimizationDialog.lbl.optimizeGoal.ttip = Select the goal of the optimization
1613 GeneralOptimizationDialog.lbl.optimizeGoalValue.ttip = Custom value to seek
1614 GeneralOptimizationDialog.lbl.requireStability = Required stability
1615 GeneralOptimizationDialog.lbl.requireMinStability = Minimum stability:
1616 GeneralOptimizationDialog.lbl.requireMinStability.ttip = Require a minimum static stability margin for the design
1617 GeneralOptimizationDialog.lbl.requireMaxStability = Maximum stability:
1618 GeneralOptimizationDialog.lbl.requireMaxStability.ttip = Require a maximum static stability margin for the design
1619 GeneralOptimizationDialog.status.bestValue = Best value:
1620 GeneralOptimizationDialog.status.bestValue.ttip = Best optimization value found so far.
1621 GeneralOptimizationDialog.status.stepCount = Step count:
1622 GeneralOptimizationDialog.status.stepCount.ttip = Number of optimization steps that have been performed.
1623 GeneralOptimizationDialog.status.evalCount = Evaluations:
1624 GeneralOptimizationDialog.status.evalCount.ttip = Total number of function evaluations (simulations) that have been performed.
1625 GeneralOptimizationDialog.status.stepSize = Step size:
1626 GeneralOptimizationDialog.status.stepSize.ttip = Current optimization step size (relative to the optimization parameter ranges)
1627 GeneralOptimizationDialog.btn.plotPath = Plot path
1628 GeneralOptimizationDialog.btn.plotPath.ttip = Plot the optimization path (one and two dimensional optimization only)
1629 GeneralOptimizationDialog.btn.save = Save path
1630 GeneralOptimizationDialog.btn.save.ttip = Save the results of the function evaluations (simulations) as a CSV file.
1631 GeneralOptimizationDialog.btn.apply = Apply optimization
1632 GeneralOptimizationDialog.btn.apply.ttip = Apply the optimization results to the rocket design
1633 GeneralOptimizationDialog.btn.reset = Reset
1634 GeneralOptimizationDialog.btn.reset.ttip = Reset the rocket design to the current rocket design
1635 GeneralOptimizationDialog.btn.close = Close
1636 GeneralOptimizationDialog.btn.close.ttip = Close the dialog without modifying the rocket design
1637 GeneralOptimizationDialog.error.selectParams.text = First select some parameters to optimize from the available parameters.
1638 GeneralOptimizationDialog.error.selectParams.title = Select optimization parameters
1639 GeneralOptimizationDialog.error.optimizationFailure.text = The optimization failed to run:
1640 GeneralOptimizationDialog.error.optimizationFailure.title = Optimization failed
1641 GeneralOptimizationDialog.undoText = Apply optimization
1642 GeneralOptimizationDialog.basicSimulationName = Basic simulation
1643 GeneralOptimizationDialog.noSimulationName = No simulation
1644 GeneralOptimizationDialog.table.col.parameter = Parameter
1645 GeneralOptimizationDialog.table.col.current = Current
1646 GeneralOptimizationDialog.table.col.min = Minimum
1647 GeneralOptimizationDialog.table.col.max = Maximum
1648 GeneralOptimizationDialog.export.header = Include header line
1649 GeneralOptimizationDialog.export.header.ttip = Include a header line as the first line containing the field descriptions.
1650 GeneralOptimizationDialog.export.stability = Stability
1651
1652
1653 ! Dialog for plotting optimization results
1654 OptimizationPlotDialog.title = Optimization results
1655 OptimizationPlotDialog.lbl.zoomInstructions = Click and drag down+right to zoom in, up+left to zoom out
1656 OptimizationPlotDialog.plot1d.title = Optimization result
1657 OptimizationPlotDialog.plot1d.series = Optimization result
1658 OptimizationPlotDialog.plot2d.title = Optimization path
1659 OptimizationPlotDialog.plot2d.path = Optimization path
1660 OptimizationPlotDialog.plot2d.evals = Evaluations
1661 OptimizationPlotDialog.plot.ttip.stability = Stability:
1662 OptimizationPlotDialog.plot.label.optimum = Optimum
1663
1664 ! Optimization parameters
1665 MaximumAltitudeParameter.name = Apogee altitude
1666 MaximumVelocityParameter.name = Maximum velocity
1667 MaximumAccelerationParameter.name = Maximum acceleration
1668 StabilityParameter.name = Stability
1669 GroundHitVelocityParameter.name = Ground hit speed
1670 LandingDistanceParameter.name = Landing distance
1671 TotalFlightTimeParameter.name = Total flight time
1672 DeploymentVelocityParameter.name = Velocity at parachute deployment
1673
1674
1675 ! Compass directions drawn on a compass rose.
1676 CompassRose.lbl.north = N
1677 CompassRose.lbl.east  = E
1678 CompassRose.lbl.south = S
1679 CompassRose.lbl.west  = W
1680
1681 ! Compass directions with subdirections.  These might not be localized even if the directions on the compass rose are.
1682 CompassSelectionButton.lbl.N = N
1683 CompassSelectionButton.lbl.NE = NE
1684 CompassSelectionButton.lbl.E = E
1685 CompassSelectionButton.lbl.SE = SE
1686 CompassSelectionButton.lbl.S = S
1687 CompassSelectionButton.lbl.SW = SW
1688 CompassSelectionButton.lbl.W = W
1689 CompassSelectionButton.lbl.NW = NW
1690
1691
1692 SlideShowDialog.btn.next = Next
1693 SlideShowDialog.btn.prev = Previous
1694
1695 SlideShowLinkListener.error.title = Guided tour not found
1696 SlideShowLinkListener.error.msg = Sorry, the selected tour has not yet been written.
1697
1698 GuidedTourSelectionDialog.title = Guided tours
1699 GuidedTourSelectionDialog.lbl.selectTour = Select guided tour:
1700 GuidedTourSelectionDialog.lbl.description = Tour description:
1701 GuidedTourSelectionDialog.lbl.length = Number of slides:
1702 GuidedTourSelectionDialog.btn.start = Start tour!
1703
1704
1705 ! Custom Fin BMP Importer
1706 CustomFinImport.button.label = Import from image
1707 CustomFinImport.badFinImage = Invalid fin image. Make sure the fin is a solid black or dark color and touching the bottom of the image.
1708 CustomFinImport.errorLoadingFile = Error loading file:
1709 CustomFinImport.errorParsingFile = Error parsing fin image:
1710 CustomFinImport.undo = Import freeform fin set
1711 CustomFinImport.error.title = Error loading fin profile
1712 CustomFinImport.error.badimage = Could not deduce fin shape from image.
1713 CustomFinImport.description = The image will be converted internally to black and white image (black for the fin), so make sure you use a solid dark color for the fin, and white or a light color for the background. The fin must be touching the bottom of the image, which is the base of the fin.
1714
1715
1716 PresetModel.lbl.select = Select preset
1717 PresetModel.lbl.database = From database...
1718
1719
1720 ! Component Preset Chooser Dialog
1721 ComponentPresetChooserDialog.title = Choose component preset
1722 ComponentPresetChooserDialog.filter.label = Filter by text:
1723 ComponentPresetChooserDialog.checkbox.filterAftDiameter = Match aft diameter
1724 ComponentPresetChooserDialog.checkbox.filterForeDiameter = Match fore diameter
1725 ComponentPresetChooserDialog.menu.sortAsc = Sort Ascending
1726 ComponentPresetChooserDialog.menu.sortDesc = Sort Descending
1727 ComponentPresetChooserDialog.menu.units = Units
1728 ComponentPresetChooserDialog.checkbox.showAllCompatible = Show all compatible
1729 table.column.Favorite = Favorite
1730 table.column.Manufacturer = Manufacturer
1731 table.column.PartNo = Part Number
1732 table.column.Description = Description
1733 table.column.Type = Type
1734 table.column.Length = Length
1735 table.column.Width = Width
1736 table.column.InnerDiameter = Inner Diameter
1737 table.column.OuterDiameter = Outer Diameter
1738 table.column.AftOuterDiameter = Aft Outer Diameter
1739 table.column.AftShoulderLength = Aft Shoulder Length
1740 table.column.AftShoulderDiameter = Aft Shoulder Diameter
1741 table.column.ForeShoulderLength = Fore Shoulder Length
1742 table.column.ForeShoulderDiameter = Fore Shoulder Diameter
1743 table.column.ForeOuterDiameter = Fore Outer Diameter
1744 table.column.Shape = Shape
1745 table.column.Material = Material
1746 table.column.Finish = Finish
1747 table.column.Thickness = Thickness
1748 table.column.Filled = Filled
1749 table.column.Mass = Mass
1750 table.column.Diameter = Diameter
1751 table.column.Sides = Sides
1752 table.column.LineCount = Line Count
1753 table.column.LineLength = Line Length
1754 table.column.LineMaterial = Line Material
1755
1756