88f2c0197c40e2adb39b0352eccf3efb45ab061b
[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
398 ! SimulationRunDialog
399 SimuRunDlg.title.RunSim = Running simulations...
400 SimuRunDlg.lbl.Running = Running ...
401 SimuRunDlg.lbl.Simutime = Simulation time:
402 SimuRunDlg.lbl.Altitude = Altitude:
403 SimuRunDlg.lbl.Velocity = Velocity:
404 SimuRunDlg.msg.Unabletosim = Unable to simulate:
405 SimuRunDlg.msg.errorOccurred = An error occurred during the simulation:
406 SimuRunDlg.msg.AnException1 = An exception occurred during the simulation:
407 SimuRunDlg.msg.AnException2 = Please report this as a bug along with the details below.
408 SimuRunDlg.msg.AssertionError1 = A computation error occurred during the simulation.
409 SimuRunDlg.msg.AssertionError2 = Please report this as a bug along with the details below.
410 SimuRunDlg.msg.unknownerror1 = An unknown error was encountered during the simulation.
411 SimuRunDlg.msg.unknownerror2 = The program may be unstable, you should save all your designs and restart OpenRocket now!
412
413
414 RK4SimulationStepper.error.valuesTooLarge = Simulation values exceeded limits.  Try selecting a shorter time step.
415
416 SimulationModifierTree.OptimizationParameters = Optimization Parameters
417
418 ! SimulationExportPanel
419 SimExpPan.desc = Comma Separated Files (*.csv)
420 SimExpPan.border.Vartoexport = Variables to export
421 SimExpPan.but.Selectall = Select all
422 SimExpPan.but.Selectnone = Select none
423 SimExpPan.border.Fieldsep = Field separator
424 SimExpPan.lbl.Fieldsepstr = Field separator string:
425 SimExpPan.lbl.longA1 = <html>The string used to separate the fields in the exported file.<br>
426 SimExpPan.lbl.longA2 = Use ',' for a Comma Separated Values (CSV) file.
427 SimExpPan.checkbox.Includesimudesc = Include simulation description
428 SimExpPan.checkbox.ttip.Includesimudesc = Include a comment at the beginning of the file describing the simulation.
429 SimExpPan.border.Comments = Comments
430 SimExpPan.checkbox.Includefielddesc = Include field descriptions
431 SimExpPan.checkbox.ttip.Includefielddesc = Include a comment line with the descriptions of the exported variables.
432 SimExpPan.checkbox.Incflightevents = Include flight events
433 SimExpPan.checkbox.ttip.Incflightevents = Include a comment line for every flight event.
434 SimExpPan.lbl.Commentchar = Comment character:
435 SimExpPan.lbl.ttip.Commentchar = The character(s) that mark a comment line.
436 SimExpPan.but.Exporttofile = Export to file...
437 SimExpPan.Fileexists.desc1 = File \"
438 SimExpPan.Fileexists.desc2 = \" exists.  Overwrite?
439 SimExpPan.Fileexists.title = File exists
440 SimExpPan.ExportingVar.desc1 = Exporting 1 variable out of
441 SimExpPan.ExportingVar.desc2 = Exporting
442 SimExpPan.ExportingVar.desc3 = variables out of
443 SimExpPan.Col.Variable = Variable
444 SimExpPan.Col.Unit = Unit
445
446
447 CsvOptionPanel.separator.space = SPACE
448 CsvOptionPanel.separator.tab = TAB
449
450
451 ! Custom expression general stuff
452 customExpression.Name = Name
453 customExpression.Symbol = Symbol
454 customExpression.Expression = Expression
455 customExpression.Units = Units
456 customExpression.Operator = Operator
457 customExpression.Description = Description
458
459 ! Custom expression panel
460 customExpressionPanel.but.NewExpression = New expression
461 customExpressionPanel.but.ttip.NewExpression = Add a new custom expression
462 customExpressionPanel.but.Import = Import
463 customExpressionPanel.but.ttip.Import = Import custom expressions from another .ork file
464 customExpressionPanel.lbl.UpdateNote = You must run the simulation before data will be available for plotting.
465 customExpressionPanel.lbl.CalcNote = Expressions will be calculated in the order shown.
466 customExpressionPanel.lbl.CustomExpressions = Custom Expressions
467 customExpression.Units.but.ttip.Remove = Remove this expression
468 customExpression.Units.but.ttip.Edit = Edit this expression
469 customExpression.Units.but.ttip.MoveUp = Move expression up in calculation order
470 customExpression.Units.but.ttip.MoveDown = Move expression down in calculation order
471
472
473 ! Custom expression builder window
474 ExpressionBuilderDialog.title = Expression Builder
475 ExpressionBuilderDialog.InsertVariable = Insert Variable
476 ExpressionBuilderDialog.InsertOperator = Insert Operator
477 ExpressionBuilderDialog.led.ttip.Name = Name must not have already been used
478 ExpressionBuilderDialog.led.ttip.Symbol = Symbol must not have already been used
479 ExpressionBuilderDialog.led.ttip.Expression = Expression must use only known symbols and operators
480 ExpressionBuilderDialog.CopyToOtherSimulations = Copy to other simulations
481 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. 
482
483 ! Custom expression variable selector
484 CustomVariableSelector.title = Variable Selector
485
486 ! Custom operator selector
487 CustomOperatorSelector.title = Operator Selector
488
489 ! Operators
490 Operator.plus = Addition
491 Operator.minus = Subtraction
492 Operator.star = Multiplication
493 Operator.div = Division
494 Operator.mod = Modulo
495 Operator.pow = Exponentiation
496 Operator.abs = Absolute value
497 Operator.ceil = Ceiling (next integer value)
498 Operator.floor = Floor (previous integer value)
499 Operator.sqrt = Square root
500 Operator.cbrt = Cubic root
501 Operator.exp = Euler\'s number raised to the value (e^x)
502 Operator.ln = Natural logarithm
503 Operator.sin = Sine
504 Operator.cos = Cosine
505 Operator.tan = Tangent
506 Operator.asin = Arc sine
507 Operator.acos = Arc cosine
508 Operator.atan = Arc tangent
509 Operator.hsin = Hyperbolic sine
510 Operator.hcos = Hyperbolic cosine
511 Operator.htan = Hyperbolic tangent
512 Operator.log10 = Base 10 logarithm
513 Operator.round = Round to nearest integer value
514 Operator.random = Random number between zero and given value
515 Operator.expm1 = The same as exp(x)-1, but more accurate for small x 
516 Operator.mean = The arithmetic mean of a given range
517 Operator.min = The minimum value in a given range
518 Operator.max = The maximum value in a given range
519 Operator.var = The variance of a given range
520 Operator.stdev = The standard deviation of a given range
521 Operator.rms = The root-mean-squared value of a given range
522 Operator.lclip = Clips a value (1st parameter) to be no less than a given value (2nd parameter)
523 Operator.uclip = Clips a value (1st parameter) to be no greater than a given value (2nd parameter)
524 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
525 Operator.trapz = Integrates the given range using trapezoidal integration
526 Operator.tnear = Find the time corresponding to the point in a range (1st parameter) nearest to a given value (2nd parameter)
527
528 ! MotorPlot
529 MotorPlot.title.Motorplot = Motor plot
530 MotorPlot.but.Select = Select
531 MotorPlot.Chart.Motorthrustcurve = Motor thrust curve
532 MotorPlot.Chart.Time = Time / s
533 MotorPlot.Chart.Thrust = Thrust / N
534 MotorPlot.txt.Designation = Designation:
535 MotorPlot.txt.Manufacturer = Manufacturer:
536 MotorPlot.txt.Type = Type:
537 MotorPlot.txt.Delays = Delays:
538 MotorPlot.txt.Comment = Comment:\n
539
540 ! Simulation plot panel
541 simplotpanel.lbl.Presetplotconf = Preset plot configurations:
542 simplotpanel.lbl.Xaxistype = X axis type:
543 simplotpanel.lbl.Unit = Unit:
544 simplotpanel.lbl.Yaxistypes = Y axis types:
545 simplotpanel.lbl.Flightevents = Flight events:
546 simplotpanel.but.All = All
547 simplotpanel.but.None = None
548 simplotpanel.but.NewYaxisplottype = New Y axis plot type
549 simplotpanel.but.Plotflight = Plot flight
550 simplotpanel.lbl.Axis = Axis:
551 simplotpanel.but.ttip.Removethisplot = Remove this plot
552 simplotpanel.Desc = The data will be plotted in time order even if the X axis type is not time.
553 simplotpanel.OptionPane.lbl1 = A maximum of 15 plots is allowed.
554 simplotpanel.OptionPane.lbl2 = Cannot add plot
555 simplotpanel.AUTO_NAME = Auto
556 simplotpanel.LEFT_NAME = Left
557 simplotpanel.RIGHT_NAME = Right
558 simplotpanel.CUSTOM = Custom
559 SimulationPlotPanel.error.noPlotSelected = Please add one or more variables to plot on the Y-axis.
560 SimulationPlotPanel.error.noPlotSelected.title = Nothing to plot
561
562 ! Component add buttons
563 compaddbuttons.Bodycompandfinsets = Body components and fin sets
564 compaddbuttons.Nosecone = Nose cone
565 compaddbuttons.Bodytube = Body tube
566 compaddbuttons.Transition = Transition
567 compaddbuttons.Trapezoidal = Trapezoidal
568 compaddbuttons.Elliptical = Elliptical
569 compaddbuttons.Freeform = Freeform
570 compaddbuttons.Launchlug = Launch lug
571 compaddbuttons.Innercomponent = Inner component
572 compaddbuttons.Innertube = Inner tube
573 compaddbuttons.Coupler = Coupler
574 compaddbuttons.Centeringring = Centering\nring
575 compaddbuttons.Bulkhead = Bulkhead
576 compaddbuttons.Engineblock = Engine\nblock
577 compaddbuttons.Massobjects = Mass objects
578 compaddbuttons.Parachute = Parachute
579 compaddbuttons.Streamer = Streamer
580 compaddbuttons.Shockcord = Shock cord
581 compaddbuttons.Masscomponent = Mass\ncomponent
582 compaddbuttons.Donotaskmeagain = Do not ask me again
583 compaddbuttons.Selectcomppos = Select component position
584 compaddbuttons.lbl.Youcanchange = You can change the default operation in the preferences.
585 compaddbuttons.lbl.insertcomp = Insert the component after the current component or as the last component?
586 compaddbuttons.askPosition.Inserthere = Insert here
587 compaddbuttons.askPosition.Addtotheend = Add to the end
588 compaddbuttons.askPosition.Cancel = Cancel
589
590 ! Component Analysis Dialog
591 componentanalysisdlg.componentanalysis = Component analysis
592 componentanalysisdlg.lbl.winddir = Wind direction:
593 componentanalysisdlg.TitledBorder.warnings = Warnings:
594 componentanalysisdlg.ToggleBut.worst = Worst
595 componentanalysisdlg.lbl.angleofattack = Angle of attack:
596 componentanalysisdlg.lbl.machnumber = Mach number:
597 componentanalysisdlg.lbl.rollrate = Roll rate:
598 componentanalysisdlg.lbl.activestages = Active stages:
599 componentanalysisdlg.lbl.motorconf = Motor configuration:
600 componentanalysisdlg.TabStability.Col = Component
601 componentanalysisdlg.TabStability.Col.CG = CG
602 componentanalysisdlg.TabStability.Col.Mass = Mass
603 componentanalysisdlg.TabStability.Col.CP = CP
604 componentanalysisdlg.TabStability = Stability
605 componentanalysisdlg.TabStability.ttip = Stability information
606 componentanalysisdlg.dragTableModel.Col.Component = Component
607 componentanalysisdlg.dragTableModel.Col.Pressure = <html>Pressure C<sub>D</sub>
608 componentanalysisdlg.dragTableModel.Col.Base = <html>Base C<sub>D</sub>
609 componentanalysisdlg.dragTableModel.Col.friction = <html>Friction C<sub>D</sub>
610 componentanalysisdlg.dragTableModel.Col.total = <html>Total C<sub>D</sub>
611 componentanalysisdlg.dragTabchar = Drag characteristics
612 componentanalysisdlg.dragTabchar.ttip = Drag characteristics
613 componentanalysisdlg.rollTableModel.Col.component = Component
614 componentanalysisdlg.rollTableModel.Col.rollforc = Roll forcing coefficient
615 componentanalysisdlg.rollTableModel.Col.rolldamp = Roll damping coefficient
616 componentanalysisdlg.rollTableModel.Col.total = <html>Total C<sub>l</sub>
617 componentanalysisdlg.rollTableModel = Roll dynamics
618 componentanalysisdlg.rollTableModel.ttip = Roll dynamics
619 componentanalysisdlg.println.closingmethod = Closing method called:
620 componentanalysisdlg.println.settingnam = SETTING NAN VALUES
621 componentanalysisdlg.lbl.reflenght = Reference length:
622 componentanalysisdlg.lbl.refarea = Reference area:
623 !componentanalysisdlg.But.close =Close
624 componentanalysisdlg.TabStability.Col.Component = Component
625
626 ! Custom Material dialog
627 custmatdlg.title.Custommaterial = Custom material
628 custmatdlg.lbl.Materialname = Material name:
629 custmatdlg.lbl.Materialtype = Material type:
630 custmatdlg.lbl.Materialdensity = Material density:
631 custmatdlg.checkbox.Addmaterial = Add material to database
632
633
634 ! Ring Component Config
635 ringcompcfg.OuterRadius = OuterRadius
636 ringcompcfg.Automatic = Automatic
637 ringcompcfg.InnerRadius = InnerRadius
638 ringcompcfg.Thickness = Thickness
639 ringcompcfg.Length = Length
640 ringcompcfg.Positionrelativeto = Position relative to:
641 ringcompcfg.plus = plus
642 ringcompcfg.PositionValue = PositionValue
643 ringcompcfg.Radialdistance = Radial distance:
644 ringcompcfg.Distancefrom = Distance from the rocket centerline
645 ringcompcfg.Radialdirection = Radial direction:
646 ringcompcfg.radialdirectionfrom = The radial direction from the rocket centerline
647 ringcompcfg.but.Reset = Reset
648 ringcompcfg.but.Resetcomponant = Reset the component to the rocket centerline
649 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.
650 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.
651
652
653 ! Body Tube Config
654 BodyTubecfg.lbl.Bodytubelength = Body tube length:
655 BodyTubecfg.lbl.Outerdiameter = Outer diameter:
656 BodyTubecfg.lbl.Innerdiameter = Inner diameter:
657 BodyTubecfg.lbl.Wallthickness = Wall thickness:
658 BodyTubecfg.tab.General = General
659 BodyTubecfg.tab.Generalproperties = General properties
660 BodyTubecfg.tab.Motor = Motor
661 BodyTubecfg.tab.Motormountconf = Motor mount configuration
662 BodyTubecfg.checkbox.Automatic = Automatic
663 BodyTubecfg.checkbox.Filled = Filled
664
665 ! FinSetConfig
666 FinSetConfig.tab.Fintabs = Fin tabs
667 FinSetConfig.tab.Through-the-wall = Through-the-wall fin tabs
668 FinSetConfig.but.Converttofreeform = Convert to freeform
669 FinSetConfig.but.Converttofreeform.ttip = Convert this fin set into a freeform fin set
670 FinSetConfig.Convertfinset = Convert fin set
671 FinSetConfig.but.Splitfins = Split fins
672 FinSetConfig.but.Splitfins.ttip = Split the fin set into separate fins
673 FinSetConfig.but.AutoCalc = Calculate automatically
674 FinSetConfig.lbl.Through-the-wall  = Through-the-wall fin tabs:
675 FinSetConfig.lbl.Tablength = Tab length:
676 FinSetConfig.ttip.Tablength = The length of the fin tab.
677 FinSetConfig.lbl.Tabheight = Tab height:
678 FinSetConfig.ttip.Tabheight = The spanwise height of the fin tab.
679 FinSetConfig.lbl.Tabposition = Tab position:
680 FinSetConfig.ttip.Tabposition = The position of the fin tab.
681 FinSetConfig.lbl.relativeto = relative to
682
683 !FinMarkingGuide
684 FinMarkingGuide.lbl.Front = Front
685
686 ! MotorDatabaseLoadingDialog
687 MotorDbLoadDlg.title = Loading motors
688 MotorDbLoadDlg.Loadingmotors = Loading motors...
689
690 ! RocketConfig
691 RocketCfg.lbl.Designname = Design name:
692 RocketCfg.lbl.Designer = Designer:
693 RocketCfg.lbl.Comments = Comments:
694 RocketCfg.lbl.Revisionhistory = Revision history:
695 RocketCfg.lbl.Material = Material:
696
697 ! ShockCordConfig
698 ShockCordCfg.lbl.Shockcordlength = Shock cord length:
699
700 ! RocketComponentConfig
701 RocketCompCfg.lbl.Componentname = Component name:
702 RocketCompCfg.ttip.Thecomponentname = The component name.
703 RocketCompCfg.tab.Override = Override
704 RocketCompCfg.tab.MassandCGoverride = Mass and CG override options
705 RocketCompCfg.tab.Figure = Figure
706 RocketCompCfg.tab.Figstyleopt = Figure style options
707 RocketCompCfg.tab.Comment = Comment
708 RocketCompCfg.tab.Specifyacomment = Specify a comment for the component
709 RocketCompCfg.lbl.Mass = Mass:
710 RocketCompCfg.lbl.Componentmass = Component mass:
711 RocketCompCfg.lbl.overriddento = (overridden to
712 RocketCompCfg.lbl.overriddenby = (overridden by
713 RocketCompCfg.lbl.Componentmaterial = Component material:
714 RocketCompCfg.lbl.Componentfinish = Component finish:
715 RocketCompCfg.lbl.ttip.componentmaterialaffects = The component material affects the weight of the component.
716 RocketCompCfg.combo.ttip.componentmaterialaffects = The component material affects the weight of the component.
717 RocketCompCfg.lbl.longA1 = <html>The component finish affects the aerodynamic drag of the component.<br>
718 RocketCompCfg.lbl.longA2 = The value indicated is the average roughness height of the surface.
719 RocketCompCfg.but.Setforall = Set for all
720 RocketCompCfg.but.ttip.Setforall = Set this finish for all components of the rocket.
721 RocketCompCfg.lbl.Overridemassorcenter = Override the mass or center of gravity of the
722 RocketCompCfg.checkbox.Overridemass = Override mass:
723 RocketCompCfg.checkbox.Overridecenterofgrav = Override center of gravity:
724 RocketCompCfg.checkbox.OverridemassandCG = Override mass and CG of all subcomponents
725 RocketCompCfg.lbl.longB1 = <html>The overridden mass does not include motors.<br>
726 RocketCompCfg.lbl.longB2 = The center of gravity is measured from the front end of the
727 RocketCompCfg.lbl.Commentsonthe = Comments on the
728 RocketCompCfg.lbl.Figurestyle = Figure style:
729 RocketCompCfg.lbl.Componentcolor = Component color:
730 RocketCompCfg.lbl.Choosecolor = Choose color
731 RocketCompCfg.checkbox.Usedefaultcolor = Use default color
732 RocketCompCfg.lbl.Complinestyle = Component line style:
733 RocketCompCfg.but.Saveasdefstyle = Save as default style
734 RocketCompCfg.lbl.Diameter = Diameter:
735 RocketCompCfg.lbl.Length = Length:
736 RocketCompCfg.lbl.Thickness = Thickness:
737 RocketCompCfg.checkbox.Endcapped = End capped
738 RocketCompCfg.ttip.Endcapped = Whether the end of the shoulder is capped.
739 RocketCompCfg.title.Noseconeshoulder = Nose cone shoulder
740 RocketCompCfg.title.Aftshoulder = Aft shoulder
741 RocketCompCfg.border.Foreshoulder = Fore shoulder
742 !RocketCompCfg.lbl.Length = Length:
743
744 ! BulkheadConfig
745 BulkheadCfg.tab.Diameter = Diameter:
746 BulkheadCfg.tab.Thickness = Thickness:
747 BulkheadCfg.tab.General = General
748 BulkheadCfg.tab.Generalproperties = General properties
749
750 !CenteringRingConfig
751 CenteringRingCfg.tab.Outerdiam = Outer diameter:
752 CenteringRingCfg.tab.Innerdiam = Inner diameter:
753 CenteringRingCfg.tab.Thickness = Thickness:
754 CenteringRingCfg.tab.General = General
755 CenteringRingCfg.tab.Generalproperties = General properties
756
757 !ComponentConfigDialog
758 ComponentCfgDlg.configuration = configuration
759 ComponentCfgDlg.configuration1 =
760 ComponentCfgDlg.Modify = Modify
761
762 !StageConfig
763 StageConfig.tab.Separation = Separation
764 StageConfig.tab.Separation.ttip = Stage separation options
765 StageConfig.separation.lbl.title = Select when this stage separates:
766 StageConfig.separation.lbl.plus = plus
767 StageConfig.separation.lbl.seconds = seconds
768
769 !EllipticalFinSetConfig
770 EllipticalFinSetCfg.Nbroffins = Number of fins:
771 EllipticalFinSetCfg.Rotation = Rotation:
772 EllipticalFinSetCfg.Fincant = Fin cant:
773 EllipticalFinSetCfg.Rootchord = Root chord:
774 EllipticalFinSetCfg.Height = Height:
775 EllipticalFinSetCfg.Positionrelativeto = Position relative to:
776 EllipticalFinSetCfg.plus = plus
777 EllipticalFinSetCfg.FincrossSection = Fin cross section:
778 EllipticalFinSetCfg.Thickness = Thickness:
779 EllipticalFinSetCfg.General = General
780 EllipticalFinSetCfg.Generalproperties = General properties
781 EllipticalFinSetCfg.ttip.Fincant = The angle that the fins are canted with respect to the rocket body.
782
783 !FreeformFinSetConfig
784 FreeformFinSetCfg.tab.General = General
785 FreeformFinSetCfg.tab.ttip.General = General properties
786 FreeformFinSetCfg.tab.Shape = Shape
787 FreeformFinSetCfg.tab.ttip.Finshape = Fin shape
788 FreeformFinSetCfg.lbl.Numberoffins = Number of fins:
789 FreeformFinSetCfg.lbl.Finrotation = Fin rotation:
790 FreeformFinSetCfg.lbl.Fincant = Fin cant:
791 FreeformFinSetCfg.lbl.ttip.Fincant = The angle that the fins are canted with respect to the rocket body.
792 FreeformFinSetCfg.lbl.Posrelativeto = Position relative to:
793 FreeformFinSetCfg.lbl.plus = plus
794 FreeformFinSetCfg.lbl.FincrossSection = Fin cross section:
795 FreeformFinSetCfg.lbl.Thickness = Thickness:
796 ! doubleClick1 + 2 form the message "Double-click to edit", split approximately at the middle
797 FreeformFinSetConfig.lbl.doubleClick1 = Double-click
798 FreeformFinSetConfig.lbl.doubleClick2 = to edit
799 FreeformFinSetConfig.lbl.clickDrag = Click+drag: Add and move points
800 FreeformFinSetConfig.lbl.ctrlClick = Ctrl+click: Remove point
801 FreeformFinSetConfig.lbl.scaleFin = Scale Fin
802
803
804 !InnerTubeConfig
805 InnerTubeCfg.tab.Motor = Motor
806 InnerTubeCfg.tab.ttip.Motor = Motor mount configuration
807 InnerTubeCfg.tab.Cluster = Cluster
808 InnerTubeCfg.tab.ttip.Cluster = Cluster configuration
809 InnerTubeCfg.tab.Radialpos = Radial position
810 InnerTubeCfg.tab.ttip.Radialpos = Radial position
811 InnerTubeCfg.lbl.Selectclustercfg = Select cluster configuration:
812 InnerTubeCfg.lbl.TubeSep = Tube separation:
813 InnerTubeCfg.lbl.ttip.TubeSep = The separation of the tubes, 1.0 = touching each other
814 InnerTubeCfg.lbl.Rotation = Rotation:
815 InnerTubeCfg.lbl.ttip.Rotation = Rotation angle of the cluster configuration
816 InnerTubeCfg.lbl.Rotangle = Rotation angle of the cluster configuration
817 InnerTubeCfg.but.Splitcluster = Split cluster
818 InnerTubeCfg.lbl.longA1 = <html>Split the cluster into separate components.<br>
819 InnerTubeCfg.lbl.longA2 = This also duplicates all components attached to this inner tube.
820 InnerTubeCfg.but.Resetsettings = Reset settings
821 InnerTubeCfg.but.ttip.Resetsettings = Reset the separation and rotation to the default values
822
823 ! LaunchLugConfig
824 LaunchLugCfg.lbl.Length = Length:
825 LaunchLugCfg.lbl.Outerdiam = Outer diameter:
826 LaunchLugCfg.lbl.Innerdiam = Inner diameter:
827 LaunchLugCfg.lbl.Thickness = Thickness:
828 LaunchLugCfg.lbl.Radialpos = Radial position:
829 LaunchLugCfg.lbl.Posrelativeto = Position relative to:
830 LaunchLugCfg.lbl.plus = plus
831 LaunchLugCfg.tab.General = General
832 LaunchLugCfg.tab.Generalprop = General properties
833
834 ! MassComponentConfig
835 MassComponentCfg.lbl.Mass = Mass:
836 MassComponentCfg.lbl.Density = Approximate density:
837 MassComponentCfg.lbl.Length = Length:
838 MassComponentCfg.lbl.Diameter = Diameter:
839 MassComponentCfg.lbl.PosRelativeto = Position relative to:
840 MassComponentCfg.lbl.plus = plus
841 MassComponentCfg.tab.General = General
842 MassComponentCfg.tab.ttip.General = General properties
843 MassComponentCfg.tab.Radialpos = Radial position
844 MassComponentCfg.tab.ttip.Radialpos = Radial position configuration
845 MassComponentCfg.lbl.Radialdistance = Radial distance:
846 MassComponentCfg.lbl.Radialdirection = Radial direction:
847 MassComponentCfg.but.Reset = Reset
848
849 ! MotorConfig
850 MotorCfg.checkbox.compmotormount = This component is a motor mount
851 MotorCfg.lbl.Motorcfg = Motor configuration:
852 MotorCfg.but.New = New
853 MotorCfg.lbl.Currentmotor = Current motor:
854 MotorCfg.lbl.Motoroverhang = Motor overhang:
855 MotorCfg.lbl.Ignitionat = Ignition at:
856 MotorCfg.lbl.plus = plus
857 MotorCfg.lbl.seconds = seconds
858 MotorCfg.lbl.longA1 = The current design has only one stage.
859 MotorCfg.lbl.longA2 = Stages can be added by clicking \"New stage\".
860 MotorCfg.lbl.longB1 = The current design has
861 MotorCfg.lbl.longB2 = stages.
862 MotorCfg.but.Selectmotor = Select motor
863 MotorCfg.but.Removemotor = Remove motor
864 MotorCfg.lbl.motorLabel = None
865
866 ! NoseConeConfig
867 NoseConeCfg.lbl.Noseconeshape = Nose cone shape:
868 NoseConeCfg.lbl.Shapeparam = Shape parameter:
869 NoseConeCfg.lbl.Noseconelength = Nose cone length:
870 NoseConeCfg.lbl.Basediam = Base diameter:
871 NoseConeCfg.checkbox.Automatic = Automatic
872 NoseConeCfg.lbl.Wallthickness = Wall thickness:
873 NoseConeCfg.checkbox.Filled = Filled
874 NoseConeCfg.tab.General = General
875 NoseConeCfg.tab.ttip.General = General properties
876 NoseConeCfg.tab.Shoulder = Shoulder
877 NoseConeCfg.tab.ttip.Shoulder = Shoulder properties
878
879 ! ParachuteConfig
880 ParachuteCfg.lbl.Canopy = Canopy:
881 ParachuteCfg.lbl.Diameter = Diameter:
882 ParachuteCfg.lbl.Material = Material:
883 ParachuteCfg.combo.MaterialModel = The component material affects the weight of the component.
884 ParachuteCfg.lbl.longA1 = <html>Drag coefficient C<sub>D</sub>:
885 ParachuteCfg.lbl.longB1 = <html>The drag coefficient relative to the total area of the parachute.<br>
886 ParachuteCfg.lbl.longB2 = A larger drag coefficient yields a slowed descent rate.
887 ParachuteCfg.lbl.longB3 = A typical value for parachutes is 0.8.
888 ParachuteCfg.but.Reset = Reset
889 ParachuteCfg.lbl.Shroudlines = Shroud lines:
890 ParachuteCfg.lbl.Numberoflines = Number of lines:
891 ParachuteCfg.lbl.Linelength = Line length:
892 ParachuteCfg.lbl.Material = Material:
893 ParachuteCfg.lbl.Posrelativeto = Position relative to:
894 ParachuteCfg.lbl.plus = plus
895 ParachuteCfg.lbl.Packedlength = Packed length:
896 ParachuteCfg.lbl.Packeddiam = Packed diameter:
897 ParachuteCfg.lbl.Deploysat = Deploys at:
898 ParachuteCfg.lbl.seconds = seconds
899 ParachuteCfg.lbl.Altitude = Altitude:
900 ParachuteCfg.tab.General = General
901 ParachuteCfg.tab.ttip.General = General properties
902 ParachuteCfg.tab.Radialpos = Radial position
903 ParachuteCfg.tab.ttip.Radialpos = Radial position configuration
904 ParachuteCfg.lbl.Radialdistance = Radial distance:
905 ParachuteCfg.lbl.Radialdirection = Radial direction:
906 ParachuteCfg.but.Reset = Reset
907 ParachuteCfg.lbl.plusdelay = plus
908
909 ! ShockCordConfig
910 ShockCordCfg.lbl.Shockcordlength = Shock cord length:
911 ShockCordCfg.lbl.Shockcordmaterial = Shock cord material:
912 ShockCordCfg.lbl.Posrelativeto = Position relative to:
913 ShockCordCfg.lbl.plus = plus
914 ShockCordCfg.lbl.Packedlength = Packed length:
915 ShockCordCfg.lbl.Packeddiam = Packed diameter:
916 ShockCordCfg.tab.General = General
917 ShockCordCfg.tab.ttip.General = General properties
918
919 !SleeveConfig
920 SleeveCfg.tab.Outerdiam = Outer diameter:
921 SleeveCfg.tab.Innerdiam = Inner diameter:
922 SleeveCfg.tab.Wallthickness = Wall thickness:
923 SleeveCfg.tab.Length = Length:
924 SleeveCfg.tab.General = General
925 SleeveCfg.tab.Generalproperties = General properties
926
927 ! StreamerConfig
928 StreamerCfg.lbl.Striplength = Strip length:
929 StreamerCfg.lbl.Stripwidth = Strip width:
930 StreamerCfg.lbl.Striparea = Strip area:
931 StreamerCfg.lbl.Aspectratio = Aspect ratio:
932 StreamerCfg.lbl.Material = Material:
933 StreamerCfg.combo.ttip.MaterialModel = The component material affects the weight of the component.
934 StreamerCfg.lbl.longA1 = <html>Drag coefficient C<sub>D</sub>:
935 StreamerCfg.lbl.longB1 = <html>The drag coefficient relative to the total area of the streamer.<br>
936 StreamerCfg.lbl.longB2 = A larger drag coefficient yields a slowed descent rate.
937 StreamerCfg.lbl.Automatic = Automatic
938 StreamerCfg.lbl.longC1 = The drag coefficient is relative to the area of the streamer.
939 StreamerCfg.lbl.Posrelativeto = Position relative to:
940 StreamerCfg.lbl.plus = plus
941 StreamerCfg.lbl.Packedlength = Packed length:
942 StreamerCfg.lbl.Packeddiam = Packed diameter:
943 StreamerCfg.lbl.Deploysat = Deploys at:
944 StreamerCfg.lbl.seconds = seconds
945 StreamerCfg.lbl.Altitude = Altitude:
946 StreamerCfg.tab.General = General
947 StreamerCfg.tab.ttip.General = General properties
948 StreamerCfg.tab.Radialpos = Radial position
949 StreamerCfg.tab.ttip.Radialpos = Radial position configuration
950 StreamerCfg.lbl.Radialdistance = Radial distance:
951 StreamerCfg.lbl.Radialdirection = Radial direction:
952 StreamerCfg.but.Reset = Reset
953 StreamerCfg.lbl.plusdelay = plus
954
955 ! ThicknessRingComponentConfig
956 ThicknessRingCompCfg.tab.Outerdiam = Outer diameter:
957 ThicknessRingCompCfg.tab.Innerdiam = Inner diameter:
958 ThicknessRingCompCfg.tab.Wallthickness = Wall thickness:
959 ThicknessRingCompCfg.tab.Length = Length:
960 ThicknessRingCompCfg.tab.General = General
961 ThicknessRingCompCfg.tab.Generalprop = General properties
962
963 ! TransitionConfig
964 TransitionCfg.lbl.Transitionshape = Transition shape:
965 TransitionCfg.checkbox.Clipped = Clipped
966 TransitionCfg.lbl.Shapeparam = Shape parameter:
967 TransitionCfg.lbl.Transitionlength = Transition length:
968 TransitionCfg.lbl.Forediam = Fore diameter:
969 TransitionCfg.checkbox.Automatic = Automatic
970 TransitionCfg.lbl.Aftdiam = Aft diameter:
971 TransitionCfg.lbl.Wallthickness = Wall thickness:
972 TransitionCfg.checkbox.Filled = Filled
973 TransitionCfg.tab.General = General
974 TransitionCfg.tab.Generalproperties = General properties
975 TransitionCfg.tab.Shoulder = Shoulder
976 TransitionCfg.tab.Shoulderproperties = Shoulder properties
977
978 ! TrapezoidFinSetConfig
979 TrapezoidFinSetCfg.lbl.Nbroffins = Number of fins:
980 TrapezoidFinSetCfg.lbl.ttip.Nbroffins = The number of fins in the fin set.
981 TrapezoidFinSetCfg.lbl.Finrotation = Fin rotation:
982 TrapezoidFinSetCfg.lbl.ttip.Finrotation = The angle of the first fin in the fin set.
983 TrapezoidFinSetCfg.lbl.Fincant = Fin cant:
984 TrapezoidFinSetCfg.lbl.ttip.Fincant =The angle that the fins are canted with respect to the rocket body.
985 TrapezoidFinSetCfg.lbl.Rootchord = Root chord:
986 TrapezoidFinSetCfg.lbl.Tipchord = Tip chord:
987 TrapezoidFinSetCfg.lbl.Height = Height:
988 TrapezoidFinSetCfg.lbl.Sweeplength = Sweep length:
989 TrapezoidFinSetCfg.lbl.Sweepangle = Sweep angle:
990 TrapezoidFinSetCfg.lbl.FincrossSection = Fin cross section:
991 TrapezoidFinSetCfg.lbl.Thickness = Thickness:
992 TrapezoidFinSetCfg.lbl.Posrelativeto = Position relative to:
993 TrapezoidFinSetCfg.lbl.plus = plus
994 TrapezoidFinSetCfg.tab.General = General
995 TrapezoidFinSetCfg.tab.Generalproperties = General properties
996
997 !MotorConfigurationModel
998 MotorCfgModel.Editcfg = Edit configurations
999
1000 ! StorageOptionChooser
1001 StorageOptChooser.lbl.Simdatatostore = Simulated data to store:
1002 StorageOptChooser.rdbut.Allsimdata = All simulated data
1003 StorageOptChooser.lbl.longA1 = <html>Store all simulated data.<br>
1004 StorageOptChooser.lbl.longA2 = This can result in very large files!
1005 StorageOptChooser.rdbut.Every = Every
1006 StorageOptChooser.lbl.longB1 = <html>Store plottable values approximately this far apart.<br>
1007 StorageOptChooser.lbl.longB2 = Larger values result in smaller files.
1008 StorageOptChooser.lbl.seconds = seconds
1009 StorageOptChooser.rdbut.Onlyprimfig = Only primary figures
1010 StorageOptChooser.lbl.longC1 = <html>Store only the values shown in the summary table.<br>
1011 StorageOptChooser.lbl.longC2 = This results in the smallest files.
1012 StorageOptChooser.checkbox.Compfile = Compress file
1013 StorageOptChooser.lbl.UsingComp = Using compression reduces the file size significantly.
1014 StorageOptChooser.lbl.longD1 = An estimate on how large the resulting file would be with the present options.
1015 StorageOptChooser.ttip.Saveopt = Save options
1016 StorageOptChooser.lbl.Estfilesize = Estimated file size:
1017 StorageOptChooser.lbl.Saveopt = Save options
1018
1019 ! ThrustCurveMotorSelectionPanel
1020 TCMotorSelPan.lbl.Selrocketmotor = Select rocket motor:
1021 TCMotorSelPan.checkbox.hideSimilar = Hide very similar thrust curves
1022 TCMotorSelPan.SHOW_DESCRIPTIONS.desc1 = Show all motors
1023 TCMotorSelPan.SHOW_DESCRIPTIONS.desc2 = Show motors with diameter less than that of the motor mount
1024 TCMotorSelPan.SHOW_DESCRIPTIONS.desc3 = Show motors with diameter equal to that of the motor mount
1025 TCMotorSelPan.lbl.Motormountdia = Motor mount diameter:
1026 TCMotorSelPan.lbl.Search = Search:
1027 TCMotorSelPan.lbl.Selectthrustcurve = Select thrust curve:
1028 TCMotorSelPan.lbl.Ejectionchargedelay = Ejection charge delay:
1029 TCMotorSelPan.equalsIgnoreCase.None = None
1030 TCMotorSelPan.lbl.NumberofsecondsorNone = (Number of seconds or \"None\")
1031 TCMotorSelPan.lbl.Totalimpulse = Total impulse:
1032 TCMotorSelPan.lbl.Avgthrust = Avg. thrust:
1033 TCMotorSelPan.lbl.Maxthrust = Max. thrust:
1034 TCMotorSelPan.lbl.Burntime = Burn time:
1035 TCMotorSelPan.lbl.Launchmass = Launch mass:
1036 TCMotorSelPan.lbl.Emptymass = Empty mass:
1037 TCMotorSelPan.lbl.Datapoints = Data points:
1038 TCMotorSelPan.lbl.Digest = Digest:
1039 TCMotorSelPan.title.Thrustcurve = Thrust curve:
1040 TCMotorSelPan.title.Thrust = Thrust
1041 TCMotorSelPan.delayBox.None = None
1042
1043
1044 ! PlotDialog
1045 PlotDialog.title.Flightdataplot = Flight data plot
1046 PlotDialog.Chart.Simulatedflight = Simulated flight
1047 PlotDialog.CheckBox.Showdatapoints = Show data points
1048 PlotDialog.lbl.Chart = Click and drag down+right to zoom in, up+left to zoom out
1049
1050
1051 ! "main" prefix is used for the main application dialog
1052
1053 # FIXME: Rename the description keys
1054
1055 main.menu.file = File
1056 main.menu.file.desc = File-handling related tasks
1057 main.menu.file.new = New
1058 main.menu.file.new.desc = Create a new rocket design
1059 main.menu.file.open = Open...
1060 BasicFrame.item.Openrocketdesign = Open a rocket design
1061 main.menu.file.openRecent = Open Recent...
1062 BasicFrame.item.Openrecentrocketdesign = Open a recent rocket design
1063 main.menu.file.openExample = Open example...
1064 BasicFrame.item.Openexamplerocketdesign = Open an example rocket design
1065 main.menu.file.save = Save
1066 BasicFrame.item.SavecurRocketdesign = Save the current rocket design
1067 main.menu.file.saveAs = Save as...
1068 BasicFrame.item.SavecurRocketdesnewfile = Save the current rocket design to a new file
1069 main.menu.file.print = Print / Export PDF...
1070 main.menu.file.print.desc = Print or save as PDF the parts list and fin templates
1071 main.menu.file.close = Close
1072 BasicFrame.item.Closedesign = Close the current rocket design
1073 main.menu.file.quit = Quit
1074 BasicFrame.item.Quitprogram = Quit the program
1075
1076 main.menu.edit = Edit
1077 BasicFrame.menu.Rocketedt = Rocket editing
1078 main.menu.edit.undo = Undo
1079 main.menu.edit.undo.desc = Undo the previous operation
1080 main.menu.edit.redo = Redo
1081 main.menu.edit.redo.desc = Redo the previously undone operation
1082 main.menu.edit.cut = Cut
1083 main.menu.edit.copy = Copy
1084 main.menu.edit.paste = Paste
1085 main.menu.edit.delete = Delete
1086 main.menu.edit.resize = Scale...
1087 main.menu.edit.resize.desc = Scale parts of the rocket design
1088 main.menu.edit.preferences = Preferences
1089 main.menu.edit.preferences.desc = Setup the application preferences
1090
1091 main.menu.analyze = Analyze
1092 main.menu.analyze.desc = Rocket analysis
1093 main.menu.analyze.componentAnalysis = Component analysis
1094 main.menu.analyze.componentAnalysis.desc = Analyze the rocket components separately
1095 main.menu.analyze.optimization = Rocket optimization
1096 main.menu.analyze.optimization.desc = General rocket design optimization
1097 main.menu.analyze.customExpressions = Custom expressions
1098 main.menu.analyze.customExpressions.desc = Define new flight data types by writing custom mathematical expressions 
1099
1100 main.menu.help = Help
1101 main.menu.help.desc = Information about OpenRocket
1102 main.menu.help.tours = Guided tours
1103 main.menu.help.tours.desc = Take guided tours on OpenRocket
1104 main.menu.help.license = License
1105 main.menu.help.license.desc = OpenRocket license information
1106 main.menu.help.bugReport = Bug report
1107 main.menu.help.bugReport.desc = Information about reporting bugs in OpenRocket
1108 main.menu.help.debugLog = Debug log
1109 main.menu.help.debugLog.desc = View the OpenRocket debug log
1110 main.menu.help.about = About
1111 main.menu.help.about.desc = Copyright details about OpenRocket
1112
1113 main.menu.debug = Debug
1114 main.menu.debug.whatisthismenu = What is this menu?
1115 main.menu.debug.createtestrocket = Create test rocket
1116
1117 ! database
1118 ! Translate here all material database
1119 !
1120
1121 Material.CUSTOM = Custom
1122
1123 ! Material database
1124 Databases.materials.types.Bulk = Bulk
1125 Databases.materials.types.Line = Line
1126 Databases.materials.types.Surface = Surface
1127
1128 ! BULK_MATERIAL
1129 material.acrylic = Acrylic
1130 material.aluminum = Aluminum
1131 material.balsa = Balsa
1132 material.basswood = Basswood
1133 material.birch = Birch
1134 material.brass = Brass
1135 material.cardboard = Cardboard
1136 material.carbon_fiber = Carbon fiber
1137 material.cork = Cork
1138 material.depron_xps = Depron (XPS)
1139 material.fiberglass = Fiberglass
1140 material.kraft_phenolic = Kraft phenolic
1141 material.maple = Maple
1142 material.paper_office = Paper (office)
1143 material.pine = Pine
1144 material.plywood_birch = Plywood (birch)
1145 material.polycarbonate_lexan = Polycarbonate (Lexan)
1146 material.polystyrene = Polystyrene
1147 material.pvc = PVC
1148 material.spruce = Spruce
1149 material.steel = Steel
1150 material.styrofoam_generic_eps = Styrofoam (generic EPS)
1151 material.styrofoam_blue_foam_xps = Styrofoam \"Blue foam\" (XPS)
1152 material.titanium = Titanium
1153 material.quantum_tubing = Quantum tubing
1154 material.blue_tube = Blue tube
1155 !SURFACE_MATERIAL
1156 material.ripstop_nylon = Ripstop nylon
1157 material.mylar = Mylar
1158 material.polyethylene_thin = Polyethylene (thin)
1159 material.polyethylene_heavy = Polyethylene (heavy)
1160 material.silk = Silk
1161 material.paper_office = Paper (office)
1162 material.cellophane = Cellophane
1163 material.crepe_paper = Cr\u00eape paper
1164 ! LINE_MATERIAL
1165 material.thread_heavy_duty = Thread (heavy-duty)
1166 material.elastic_cord_round_2_mm_1_16_in = Elastic cord (round 2 mm, 1/16 in)
1167 material.elastic_cord_flat_6_mm_1_4_in = Elastic cord (flat 6 mm, 1/4 in)
1168 material.elastic_cord_flat_12_mm_1_2_in = Elastic cord (flat 12 mm, 1/2 in)
1169 material.elastic_cord_flat_19_mm_3_4_in = Elastic cord (flat 19 mm, 3/4 in)
1170 material.elastic_cord_flat_25_mm_1_in = Elastic cord (flat 25 mm, 1 in)
1171 material.braided_nylon_2_mm_1_16_in = Braided nylon (2 mm, 1/16 in)
1172 material.braided_nylon_3_mm_1_8_in = Braided nylon (3 mm, 1/8 in)
1173 material.tubular_nylon_11_mm_7_16_in = Tubular nylon (11 mm, 7/16 in)
1174 material.tubular_nylon_14_mm_9_16_in = Tubular nylon (14 mm, 9/16 in)
1175 material.tubular_nylon_25_mm_1_in = Tubular nylon (25 mm, 1 in)
1176
1177 ! ExternalComponent
1178 ExternalComponent.Rough = Rough
1179 ExternalComponent.Unfinished = Unfinished
1180 ExternalComponent.Regularpaint = Regular paint
1181 ExternalComponent.Smoothpaint = Smooth paint
1182 ExternalComponent.Polished = Polished
1183
1184 ! LineStyle
1185 LineStyle.Solid = Solid
1186 LineStyle.Dashed = Dashed
1187 LineStyle.Dotted = Dotted
1188 LineStyle.Dash-dotted = Dash-dotted
1189 LineStyle.Defaultstyle = Default style
1190
1191 ! Shape
1192 Shape.Conical = Conical
1193 Shape.Conical.desc1 = A conical nose cone has a profile of a triangle.
1194 Shape.Conical.desc2 = A conical transition has straight sides.
1195 Shape.Ogive = Ogive
1196 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>.
1197 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>.
1198 Shape.Ellipsoid = Ellipsoid
1199 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>.
1200 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.
1201 Shape.Powerseries = Power series
1202 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.
1203 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>.
1204 Shape.Parabolicseries = Parabolic series
1205 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.
1206 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.
1207 Shape.Haackseries = Haack series
1208 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.
1209 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.
1210
1211
1212 ! RocketComponent
1213 RocketComponent.Position.TOP = Top of the parent component
1214 RocketComponent.Position.MIDDLE = Middle of the parent component
1215 RocketComponent.Position.BOTTOM = Bottom of the parent component
1216 RocketComponent.Position.AFTER = After the parent component
1217 RocketComponent.Position.ABSOLUTE = Tip of the nose cone
1218
1219 ! LaunchLug
1220 LaunchLug.Launchlug = Launch lug
1221 ! NoseCone
1222 NoseCone.NoseCone = Nose cone
1223 ! Transition
1224 Transition.Transition = Transition
1225 !Stage
1226 Stage.Stage = Stage
1227
1228 Stage.SeparationEvent.UPPER_IGNITION = Upper stage motor ignition
1229 Stage.SeparationEvent.IGNITION = Current stage motor ignition
1230 Stage.SeparationEvent.BURNOUT = Current stage motor burnout
1231 Stage.SeparationEvent.EJECTION = Current stage ejection charge
1232 Stage.SeparationEvent.LAUNCH = Launch
1233 Stage.SeparationEvent.NEVER = Never
1234
1235 ! BodyTube
1236 BodyTube.BodyTube = Body tube
1237 ! TubeCoupler
1238 TubeCoupler.TubeCoupler = Tube coupler
1239 !InnerTube
1240 InnerTube.InnerTube = Inner Tube
1241 ! TrapezoidFinSet
1242 TrapezoidFinSet.TrapezoidFinSet = Trapezoidal fin set
1243 ! FreeformFinSet
1244 FreeformFinSet.FreeformFinSet = Freeform fin set
1245 !MassComponent
1246 MassComponent.MassComponent = Mass component
1247 ! Parachute
1248 Parachute.Parachute = Parachute
1249 ! ShockCord
1250 ShockCord.ShockCord = Shock cord
1251 ! Bulkhead
1252 Bulkhead.Bulkhead = Bulkhead
1253 ! CenteringRing
1254 CenteringRing.CenteringRing = Centering ring
1255 ! EngineBlock
1256 EngineBlock.EngineBlock = Engine block
1257 ! Streamer
1258 Streamer.Streamer = Streamer
1259 ! Sleeve
1260 Sleeve.Sleeve = Sleeve
1261
1262 !Rocket
1263 Rocket.motorCount.Nomotor = [No motors]
1264 Rocket.compname.Rocket = Rocket
1265
1266 !MotorMount
1267 MotorMount.IgnitionEvent.AUTOMATIC = Automatic (launch or ejection charge)
1268 MotorMount.IgnitionEvent.LAUNCH = Launch
1269 MotorMount.IgnitionEvent.EJECTION_CHARGE = First ejection charge of previous stage
1270 MotorMount.IgnitionEvent.BURNOUT = First burnout of previous stage
1271 MotorMount.IgnitionEvent.NEVER = Never
1272
1273 !ComponentIcons
1274 ComponentIcons.Nosecone = Nose cone
1275 ComponentIcons.Bodytube = Body tube
1276 ComponentIcons.Transition = Transition
1277 ComponentIcons.Trapezoidalfinset = Trapezoidal fin set
1278 ComponentIcons.Ellipticalfinset = Elliptical fin set
1279 ComponentIcons.Freeformfinset = Freeform fin set
1280 ComponentIcons.Launchlug = Launch lug
1281 ComponentIcons.Innertube = Inner tube
1282 ComponentIcons.Tubecoupler = Tube coupler
1283 ComponentIcons.Centeringring = Centering ring
1284 ComponentIcons.Bulkhead = Bulk head
1285 ComponentIcons.Engineblock = Engine block
1286 ComponentIcons.Parachute = Parachute
1287 ComponentIcons.Streamer = Streamer
1288 ComponentIcons.Shockcord = Shock cord
1289 ComponentIcons.Masscomponent = Mass component
1290 ComponentIcons.disabled = (disabled)
1291
1292 ! StageAction
1293 StageAction.Stage = Stage
1294
1295 ! RecoveryDevice
1296 RecoveryDevice.DeployEvent.LAUNCH = Launch (plus NN seconds)
1297 RecoveryDevice.DeployEvent.EJECTION = First ejection charge of this stage
1298 RecoveryDevice.DeployEvent.APOGEE = Apogee
1299 RecoveryDevice.DeployEvent.ALTITUDE = Specific altitude during descent
1300 RecoveryDevice.DeployEvent.CURRENT_STAGE_SEPARATION = Current stage separation
1301 RecoveryDevice.DeployEvent.LOWER_STAGE_SEPARATION = Lower stage separation
1302 RecoveryDevice.DeployEvent.NEVER = Never
1303
1304 ! FlightEvent
1305 FlightEvent.Type.LAUNCH = Launch
1306 FlightEvent.Type.IGNITION = Motor ignition
1307 FlightEvent.Type.LIFTOFF = Lift-off
1308 FlightEvent.Type.LAUNCHROD = Launch rod clearance
1309 FlightEvent.Type.BURNOUT = Motor burnout
1310 FlightEvent.Type.EJECTION_CHARGE = Ejection charge
1311 FlightEvent.Type.STAGE_SEPARATION = Stage separation
1312 FlightEvent.Type.APOGEE = Apogee
1313 FlightEvent.Type.RECOVERY_DEVICE_DEPLOYMENT = Recovery device deployment
1314 FlightEvent.Type.GROUND_HIT = Ground hit
1315 FlightEvent.Type.SIMULATION_END = Simulation end
1316 FlightEvent.Type.ALTITUDE = Altitude change
1317
1318 ! ThrustCurveMotorColumns
1319 TCurveMotorCol.MANUFACTURER = Manufacturer
1320 TCurveMotorCol.DESIGNATION = Designation
1321 TCurveMotorCol.TYPE = Type
1322 TCurveMotorCol.DIAMETER = Diameter
1323 TCurveMotorCol.LENGTH = Length
1324
1325 ! RocketInfo
1326 RocketInfo.lengthLine.Length = Length
1327 RocketInfo.lengthLine.maxdiameter = , max. diameter
1328 RocketInfo.massText1 = Mass with motors
1329 RocketInfo.massText2 = Mass with no motors
1330 RocketInfo.at = at M=
1331 RocketInfo.cgText = CG:
1332 RocketInfo.cpText = CP:
1333 RocketInfo.stabText = Stability:
1334 RocketInfo.Warning = Warning:
1335 RocketInfo.Calculating = Calculating...
1336 RocketInfo.Apogee = Apogee:
1337 RocketInfo.Maxvelocity = Max. velocity:
1338 RocketInfo.Maxacceleration = Max. acceleration:
1339 RocketInfo.apogeeValue = N/A
1340 RocketInfo.Mach = (Mach
1341 RocketInfo.velocityValue = N/A
1342 RocketInfo.accelerationValue = N/A
1343
1344 ! FinSet
1345 FinSet.CrossSection.SQUARE = Square
1346 FinSet.CrossSection.ROUNDED = Rounded
1347 FinSet.CrossSection.AIRFOIL = Airfoil
1348 FinSet.TabRelativePosition.FRONT = Root chord leading edge
1349 FinSet.TabRelativePosition.CENTER = Root chord midpoint
1350 FinSet.TabRelativePosition.END = Root chord trailing edge
1351
1352 ! FlightDataType
1353 FlightDataType.TYPE_TIME = Time
1354 FlightDataType.TYPE_ALTITUDE = Altitude
1355 FlightDataType.TYPE_VELOCITY_Z = Vertical velocity
1356 FlightDataType.TYPE_ACCELERATION_Z = Vertical acceleration
1357 FlightDataType.TYPE_VELOCITY_TOTAL = Total velocity
1358 FlightDataType.TYPE_ACCELERATION_TOTAL = Total acceleration
1359 FlightDataType.TYPE_POSITION_X = Position upwind
1360 FlightDataType.TYPE_POSITION_Y = Position parallel to wind
1361 FlightDataType.TYPE_POSITION_XY = Lateral distance
1362 FlightDataType.TYPE_POSITION_DIRECTION = Lateral direction
1363 FlightDataType.TYPE_VELOCITY_XY = Lateral velocity
1364 FlightDataType.TYPE_ACCELERATION_XY = Lateral acceleration
1365 FlightDataType.TYPE_AOA = Angle of attack
1366 FlightDataType.TYPE_ROLL_RATE = Roll rate
1367 FlightDataType.TYPE_PITCH_RATE = Pitch rate
1368 FlightDataType.TYPE_YAW_RATE = Yaw rate
1369 FlightDataType.TYPE_MASS = Mass
1370 FlightDataType.TYPE_LONGITUDINAL_INERTIA = Longitudinal moment of inertia
1371 FlightDataType.TYPE_ROTATIONAL_INERTIA = Rotational moment of inertia
1372 FlightDataType.TYPE_CP_LOCATION = CP location
1373 FlightDataType.TYPE_CG_LOCATION = CG location
1374 FlightDataType.TYPE_STABILITY = Stability margin calibers
1375 FlightDataType.TYPE_MACH_NUMBER = Mach number
1376 FlightDataType.TYPE_REYNOLDS_NUMBER = Reynolds number
1377 FlightDataType.TYPE_THRUST_FORCE = Thrust
1378 FlightDataType.TYPE_DRAG_FORCE = Drag force
1379 FlightDataType.TYPE_DRAG_COEFF = Drag coefficient
1380 FlightDataType.TYPE_AXIAL_DRAG_COEFF = Axial drag coefficient
1381 FlightDataType.TYPE_FRICTION_DRAG_COEFF = Friction drag coefficient
1382 FlightDataType.TYPE_PRESSURE_DRAG_COEFF = Pressure drag coefficient
1383 FlightDataType.TYPE_BASE_DRAG_COEFF = Base drag coefficient
1384 FlightDataType.TYPE_NORMAL_FORCE_COEFF = Normal force coefficient
1385 FlightDataType.TYPE_PITCH_MOMENT_COEFF = Pitch moment coefficient
1386 FlightDataType.TYPE_YAW_MOMENT_COEFF = Yaw moment coefficient
1387 FlightDataType.TYPE_SIDE_FORCE_COEFF = Side force coefficient
1388 FlightDataType.TYPE_ROLL_MOMENT_COEFF = Roll moment coefficient
1389 FlightDataType.TYPE_ROLL_FORCING_COEFF = Roll forcing coefficient
1390 FlightDataType.TYPE_ROLL_DAMPING_COEFF = Roll damping coefficient
1391 FlightDataType.TYPE_PITCH_DAMPING_MOMENT_COEFF = Pitch damping coefficient
1392 FlightDataType.TYPE_YAW_DAMPING_MOMENT_COEFF = Yaw damping coefficient
1393 FlightDataType.TYPE_REFERENCE_LENGTH = Reference length
1394 FlightDataType.TYPE_REFERENCE_AREA = Reference area
1395 FlightDataType.TYPE_ORIENTATION_THETA = Vertical orientation (zenith)
1396 FlightDataType.TYPE_ORIENTATION_PHI = Lateral orientation (azimuth)
1397 FlightDataType.TYPE_WIND_VELOCITY = Wind velocity
1398 FlightDataType.TYPE_AIR_TEMPERATURE = Air temperature
1399 FlightDataType.TYPE_AIR_PRESSURE = Air pressure
1400 FlightDataType.TYPE_SPEED_OF_SOUND = Speed of sound
1401 FlightDataType.TYPE_TIME_STEP = Simulation time step
1402 FlightDataType.TYPE_COMPUTATION_TIME = Computation time
1403 FlightDataType.TYPE_LATITUDE = Latitude
1404 FlightDataType.TYPE_LONGITUDE = Longitude
1405 FlightDataType.TYPE_CORIOLIS_ACCELERATION = Coriolis acceleration
1406
1407 ! PlotConfiguration
1408 PlotConfiguration.Verticalmotion = Vertical motion vs. time
1409 PlotConfiguration.Totalmotion = Total motion vs. time
1410 PlotConfiguration.Flightside = Flight side profile
1411 PlotConfiguration.Stability = Stability vs. time
1412 PlotConfiguration.Dragcoef = Drag coefficients vs. Mach number
1413 PlotConfiguration.Rollcharacteristics = Roll characteristics
1414 PlotConfiguration.Angleofattack = Angle of attack and orientation vs. time
1415 PlotConfiguration.Simulationtime = Simulation time step and computation time
1416
1417 ! Warning
1418 Warning.LargeAOA.str1 = Large angle of attack encountered.
1419 Warning.LargeAOA.str2 = Large angle of attack encountered (
1420 Warning.DISCONTINUITY = Discontinuity in rocket body diameter.
1421 Warning.THICK_FIN = Thick fins may not be modeled accurately.
1422 Warning.JAGGED_EDGED_FIN = Jagged-edged fin predictions may be inaccurate.
1423 Warning.LISTENERS_AFFECTED = Listeners modified the flight simulation
1424 Warning.RECOVERY_DEPLOYMENT_WHILE_BURNING = Recovery device opened while motor still burning.
1425 Warning.FILE_INVALID_PARAMETER = Invalid parameter encountered, ignoring.
1426
1427
1428 ! Scale dialog
1429 ScaleDialog.lbl.scaleRocket = Entire rocket
1430 ScaleDialog.lbl.scaleSubselection = Selection and all subcomponents
1431 ScaleDialog.lbl.scaleSelection = Only selected component
1432 ScaleDialog.title = Scale design
1433 ScaleDialog.lbl.scale = Scale:
1434 ScaleDialog.lbl.scale.ttip = Select whether to scale the entire design or only the selected component
1435 ScaleDialog.lbl.scaling = Scaling to apply:
1436 ScaleDialog.lbl.scaling.ttip = Resulting size, values above 100% grow and values below 100% shrink the design.
1437 ! The scaleFrom/scaleTo pair creates a phrase "Scale from [...] to [...]"
1438 ScaleDialog.lbl.scaleFrom = Scale from
1439 ScaleDialog.lbl.scaleTo = to
1440 ScaleDialog.lbl.scaleFromTo.ttip = Define the scaling based on an original and resulting length.
1441 ScaleDialog.checkbox.scaleMass = Update explicit mass values
1442 ScaleDialog.checkbox.scaleMass.ttip = Scale mass component and override mass values by the cube of the scaling factor
1443 ScaleDialog.button.scale = Scale
1444 ScaleDialog.undo.scaleRocket = Scale rocket
1445 ScaleDialog.undo.scaleComponent = Scale component
1446 ScaleDialog.undo.scaleComponents = Scale components
1447
1448 !icons
1449 Icons.Undo = Undo
1450 Icons.Redo = Redo
1451
1452 OpenRocketPrintable.Partsdetail = Parts detail
1453 OpenRocketPrintable.Fintemplates = Fin templates
1454 OpenRocketPrintable.Transitiontemplates = Transition templates
1455 OpenRocketPrintable.Noseconetemplates = Nose Cone templates
1456 OpenRocketPrintable.Finmarkingguide = Fin marking guide
1457 OpenRocketPrintable.DesignReport = Design Report
1458 OpenRocketPrintable.Centeringringtemplates = Centering Ring templates
1459
1460 OpenRocketDocument.Redo = Redo
1461 OpenRocketDocument.Undo = Undo
1462
1463 !EllipticalFinSet
1464 EllipticalFinSet.Ellipticalfinset = Elliptical fin set
1465
1466 ! Optimization
1467
1468 ! Modifiers
1469
1470 optimization.modifier.nosecone.length = Length
1471 optimization.modifier.nosecone.length.desc = Optimize the nose cone length.
1472 optimization.modifier.nosecone.diameter = Diameter
1473 optimization.modifier.nosecone.diameter.desc = Optimize the nose cone base diameter.
1474 optimization.modifier.nosecone.thickness = Thickness
1475 optimization.modifier.nosecone.thickness.desc = Optimize the nose cone wall thickness.
1476 optimization.modifier.nosecone.shapeparameter = Shape parameter
1477 optimization.modifier.nosecone.shapeparameter.desc = Optimize the nose cone shape parameter.
1478
1479 optimization.modifier.transition.length = Length
1480 optimization.modifier.transition.length.desc = Optimize the transition length.
1481 optimization.modifier.transition.forediameter = Fore diameter
1482 optimization.modifier.transition.forediameter.desc = Optimize the transition fore diameter.
1483 optimization.modifier.transition.aftdiameter = Aft diameter
1484 optimization.modifier.transition.aftdiameter.desc = Optimize the transition aft diameter.
1485 optimization.modifier.transition.thickness = Thickness
1486 optimization.modifier.transition.thickness.desc = Optimize the transition wall thickness.
1487 optimization.modifier.transition.shapeparameter = Shape parameter
1488 optimization.modifier.transition.shapeparameter.desc = Optimize the transition shape parameter.
1489
1490 optimization.modifier.bodytube.length = Length
1491 optimization.modifier.bodytube.length.desc = Optimize the body tube length.
1492 optimization.modifier.bodytube.outerDiameter = Outer diameter
1493 optimization.modifier.bodytube.outerDiameter.desc = Optimize the body tube outer diameter while maintaining the wall thickness.
1494 optimization.modifier.bodytube.thickness = Thickness
1495 optimization.modifier.bodytube.thickness.desc = Optimize the body tube wall thickness.
1496
1497 optimization.modifier.trapezoidfinset.rootChord = Root chord
1498 optimization.modifier.trapezoidfinset.rootChord.desc = Optimize the root chord length of the fin set (length of fin at the rocket body).
1499 optimization.modifier.trapezoidfinset.tipChord = Tip chord
1500 optimization.modifier.trapezoidfinset.tipChord.desc = Optimize the tip chord length of the fin set (length of fin at outer edge).
1501 optimization.modifier.trapezoidfinset.sweep  = Sweep
1502 optimization.modifier.trapezoidfinset.sweep.desc = Optimize the sweep of the fin set (distance that the leading edge sweeps backwards).
1503 optimization.modifier.trapezoidfinset.height = Height
1504 optimization.modifier.trapezoidfinset.height.desc = Optimize the height (semi-span) of the fin set.
1505
1506 optimization.modifier.ellipticalfinset.length = Root chord
1507 optimization.modifier.ellipticalfinset.length.desc = Optimize the root chord length of the fin set.
1508 optimization.modifier.ellipticalfinset.height = Height
1509 optimization.modifier.ellipticalfinset.height.desc = Optimize the height (semi-span) of the fin set.
1510
1511 optimization.modifier.finset.cant = Cant angle
1512 optimization.modifier.finset.cant.desc = Optimize the cant angle of the fin set.
1513 optimization.modifier.finset.position = Position
1514 optimization.modifier.finset.position.desc = Optimize the fin set position along the rocket body.
1515
1516 optimization.modifier.launchlug.length = Length
1517 optimization.modifier.launchlug.length.desc = Optimize the launch lug length.
1518 optimization.modifier.launchlug.outerDiameter = Outer diameter
1519 optimization.modifier.launchlug.outerDiameter.desc = Optimize the outer diameter of the launch lug.
1520 optimization.modifier.launchlug.thickness = Thickness
1521 optimization.modifier.launchlug.thickness.desc = Optimize the launch lug thickness while keeping the outer diameter constant.
1522 optimization.modifier.launchlug.position = Position
1523 optimization.modifier.launchlug.position.desc = Optimize the launch lug position along the rocket body.
1524
1525
1526 optimization.modifier.internalcomponent.position = Position
1527 optimization.modifier.internalcomponent.position.desc = Optimize the position of the component relative to the parent component.
1528
1529 optimization.modifier.masscomponent.mass = Mass
1530 optimization.modifier.masscomponent.mass.desc = Optimize the mass of the mass component.
1531
1532 optimization.modifier.parachute.diameter = Diameter
1533 optimization.modifier.parachute.diameter.desc = Optimize the parachute canopy diameter.
1534 optimization.modifier.parachute.coefficient = Drag coefficient
1535 optimization.modifier.parachute.coefficient.desc = Optimize the drag coefficient of the parachute.  Typical parachutes have a drag coefficient of about 0.8.
1536
1537 optimization.modifier.streamer.length = Length
1538 optimization.modifier.streamer.length.desc = Optimize the length of the streamer.
1539 optimization.modifier.streamer.width = Width
1540 optimization.modifier.streamer.width.desc = Optimize the width of the streamer.
1541 optimization.modifier.streamer.aspectRatio = Aspect ratio
1542 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.
1543 optimization.modifier.streamer.coefficient = Drag coefficient
1544 optimization.modifier.streamer.coefficient.desc = Optimize the drag coefficient of the streamer.
1545
1546 optimization.modifier.recoverydevice.deployDelay = Deployment delay
1547 optimization.modifier.recoverydevice.deployDelay.desc = Optimize the deployment delay of the recovery device.
1548 optimization.modifier.recoverydevice.deployAltitude = Deployment altitude
1549 optimization.modifier.recoverydevice.deployAltitude.desc = Optimize the deployment altitude of the recovery device.
1550
1551 optimization.modifier.rocketcomponent.overrideMass = Override mass
1552 optimization.modifier.rocketcomponent.overrideMass.desc = Optimize the overridden mass of the component.
1553 optimization.modifier.rocketcomponent.overrideCG = Override CG
1554 optimization.modifier.rocketcomponent.overrideCG.desc = Optimize the overridden center of gravity of the component.
1555
1556 optimization.modifier.motormount.overhang = Motor overhang
1557 optimization.modifier.motormount.overhang.desc = Optimize the motor overhang.
1558 optimization.modifier.motormount.delay = Motor ignition delay
1559 optimization.modifier.motormount.delay.desc = Optimize the motor ignition delay.
1560
1561
1562
1563
1564 ! General rocket design optimization dialog
1565
1566 GeneralOptimizationDialog.title = Rocket optimization
1567 GeneralOptimizationDialog.goal.maximize = Maximize value
1568 GeneralOptimizationDialog.goal.minimize = Minimize value
1569 GeneralOptimizationDialog.goal.seek = Seek value of
1570 GeneralOptimizationDialog.btn.start = Start optimization
1571 GeneralOptimizationDialog.btn.stop = Stop optimization
1572 GeneralOptimizationDialog.lbl.paramsToOptimize = Parameters to optimize:
1573 GeneralOptimizationDialog.btn.add = Add
1574 GeneralOptimizationDialog.btn.add.ttip = Add the selected parameter to the optimization
1575 GeneralOptimizationDialog.btn.remove = Remove
1576 GeneralOptimizationDialog.btn.remove.ttip = Remove the selected parameter from the optimization
1577 GeneralOptimizationDialog.btn.removeAll = Remove all
1578 GeneralOptimizationDialog.btn.removeAll.ttip = Remove all parameters from the optimization
1579 GeneralOptimizationDialog.lbl.availableParams = Available parameters:
1580 GeneralOptimizationDialog.lbl.optimizationOpts = Optimization options
1581 GeneralOptimizationDialog.lbl.optimizeSim = Optimize simulation:
1582 GeneralOptimizationDialog.lbl.optimizeSim.ttip = Select which simulation to optimize
1583 GeneralOptimizationDialog.lbl.optimizeValue = Optimized value:
1584 GeneralOptimizationDialog.lbl.optimizeValue.ttip = Select what value is to be optimized
1585 GeneralOptimizationDialog.lbl.optimizeGoal = Optimization goal:
1586 GeneralOptimizationDialog.lbl.optimizeGoal.ttip = Select the goal of the optimization
1587 GeneralOptimizationDialog.lbl.optimizeGoalValue.ttip = Custom value to seek
1588 GeneralOptimizationDialog.lbl.requireStability = Required stability
1589 GeneralOptimizationDialog.lbl.requireMinStability = Minimum stability:
1590 GeneralOptimizationDialog.lbl.requireMinStability.ttip = Require a minimum static stability margin for the design
1591 GeneralOptimizationDialog.lbl.requireMaxStability = Maximum stability:
1592 GeneralOptimizationDialog.lbl.requireMaxStability.ttip = Require a maximum static stability margin for the design
1593 GeneralOptimizationDialog.status.bestValue = Best value:
1594 GeneralOptimizationDialog.status.bestValue.ttip = Best optimization value found so far.
1595 GeneralOptimizationDialog.status.stepCount = Step count:
1596 GeneralOptimizationDialog.status.stepCount.ttip = Number of optimization steps that have been performed.
1597 GeneralOptimizationDialog.status.evalCount = Evaluations:
1598 GeneralOptimizationDialog.status.evalCount.ttip = Total number of function evaluations (simulations) that have been performed.
1599 GeneralOptimizationDialog.status.stepSize = Step size:
1600 GeneralOptimizationDialog.status.stepSize.ttip = Current optimization step size (relative to the optimization parameter ranges)
1601 GeneralOptimizationDialog.btn.plotPath = Plot path
1602 GeneralOptimizationDialog.btn.plotPath.ttip = Plot the optimization path (one and two dimensional optimization only)
1603 GeneralOptimizationDialog.btn.save = Save path
1604 GeneralOptimizationDialog.btn.save.ttip = Save the results of the function evaluations (simulations) as a CSV file.
1605 GeneralOptimizationDialog.btn.apply = Apply optimization
1606 GeneralOptimizationDialog.btn.apply.ttip = Apply the optimization results to the rocket design
1607 GeneralOptimizationDialog.btn.reset = Reset
1608 GeneralOptimizationDialog.btn.reset.ttip = Reset the rocket design to the current rocket design
1609 GeneralOptimizationDialog.btn.close = Close
1610 GeneralOptimizationDialog.btn.close.ttip = Close the dialog without modifying the rocket design
1611 GeneralOptimizationDialog.error.selectParams.text = First select some parameters to optimize from the available parameters.
1612 GeneralOptimizationDialog.error.selectParams.title = Select optimization parameters
1613 GeneralOptimizationDialog.error.optimizationFailure.text = The optimization failed to run:
1614 GeneralOptimizationDialog.error.optimizationFailure.title = Optimization failed
1615 GeneralOptimizationDialog.undoText = Apply optimization
1616 GeneralOptimizationDialog.basicSimulationName = Basic simulation
1617 GeneralOptimizationDialog.noSimulationName = No simulation
1618 GeneralOptimizationDialog.table.col.parameter = Parameter
1619 GeneralOptimizationDialog.table.col.current = Current
1620 GeneralOptimizationDialog.table.col.min = Minimum
1621 GeneralOptimizationDialog.table.col.max = Maximum
1622 GeneralOptimizationDialog.export.header = Include header line
1623 GeneralOptimizationDialog.export.header.ttip = Include a header line as the first line containing the field descriptions.
1624 GeneralOptimizationDialog.export.stability = Stability
1625
1626
1627 ! Dialog for plotting optimization results
1628 OptimizationPlotDialog.title = Optimization results
1629 OptimizationPlotDialog.lbl.zoomInstructions = Click and drag down+right to zoom in, up+left to zoom out
1630 OptimizationPlotDialog.plot1d.title = Optimization result
1631 OptimizationPlotDialog.plot1d.series = Optimization result
1632 OptimizationPlotDialog.plot2d.title = Optimization path
1633 OptimizationPlotDialog.plot2d.path = Optimization path
1634 OptimizationPlotDialog.plot2d.evals = Evaluations
1635 OptimizationPlotDialog.plot.ttip.stability = Stability:
1636 OptimizationPlotDialog.plot.label.optimum = Optimum
1637
1638 ! Optimization parameters
1639 MaximumAltitudeParameter.name = Apogee altitude
1640 MaximumVelocityParameter.name = Maximum velocity
1641 MaximumAccelerationParameter.name = Maximum acceleration
1642 StabilityParameter.name = Stability
1643 GroundHitVelocityParameter.name = Ground hit speed
1644 LandingDistanceParameter.name = Landing distance
1645 TotalFlightTimeParameter.name = Total flight time
1646 DeploymentVelocityParameter.name = Velocity at parachute deployment
1647
1648
1649 ! Compass directions drawn on a compass rose.
1650 CompassRose.lbl.north = N
1651 CompassRose.lbl.east  = E
1652 CompassRose.lbl.south = S
1653 CompassRose.lbl.west  = W
1654
1655 ! Compass directions with subdirections.  These might not be localized even if the directions on the compass rose are.
1656 CompassSelectionButton.lbl.N = N
1657 CompassSelectionButton.lbl.NE = NE
1658 CompassSelectionButton.lbl.E = E
1659 CompassSelectionButton.lbl.SE = SE
1660 CompassSelectionButton.lbl.S = S
1661 CompassSelectionButton.lbl.SW = SW
1662 CompassSelectionButton.lbl.W = W
1663 CompassSelectionButton.lbl.NW = NW
1664
1665
1666 SlideShowDialog.btn.next = Next
1667 SlideShowDialog.btn.prev = Previous
1668
1669 SlideShowLinkListener.error.title = Guided tour not found
1670 SlideShowLinkListener.error.msg = Sorry, the selected tour has not yet been written.
1671
1672 GuidedTourSelectionDialog.title = Guided tours
1673 GuidedTourSelectionDialog.lbl.selectTour = Select guided tour:
1674 GuidedTourSelectionDialog.lbl.description = Tour description:
1675 GuidedTourSelectionDialog.lbl.length = Number of slides:
1676 GuidedTourSelectionDialog.btn.start = Start tour!
1677
1678
1679 ! Custom Fin BMP Importer
1680 CustomFinImport.button.label = Import from image
1681 CustomFinImport.badFinImage = Invalid fin image. Make sure the fin is a solid black or dark color and touching the bottom of the image.
1682 CustomFinImport.errorLoadingFile = Error loading file:
1683 CustomFinImport.errorParsingFile = Error parsing fin image:
1684 CustomFinImport.undo = Import freeform fin set
1685 CustomFinImport.error.title = Error loading fin profile
1686 CustomFinImport.error.badimage = Could not deduce fin shape from image.
1687 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.
1688
1689
1690 PresetModel.lbl.select = Select preset
1691 PresetModel.lbl.database = From database...
1692
1693
1694 ! Component Preset Chooser Dialog
1695 ComponentPresetChooserDialog.title = Choose component preset
1696 ComponentPresetChooserDialog.filter.label = Filter by text:
1697 ComponentPresetChooserDialog.checkbox.filterAftDiameter = Match aft diameter
1698 ComponentPresetChooserDialog.checkbox.filterForeDiameter = Match fore diameter
1699 ComponentPresetChooserDialog.menu.sortAsc = Sort Ascending
1700 ComponentPresetChooserDialog.menu.sortDesc = Sort Descending
1701 ComponentPresetChooserDialog.menu.units = Units
1702 ComponentPresetChooserDialog.checkbox.showAllCompatible = Show all compatible
1703 table.column.Favorite = Favorite
1704 table.column.Manufacturer = Manufacturer
1705 table.column.PartNo = Part Number
1706 table.column.Description = Description
1707 table.column.Type = Type
1708 table.column.Length = Length
1709 table.column.Width = Width
1710 table.column.InnerDiameter = Inner Diameter
1711 table.column.OuterDiameter = Outer Diameter
1712 table.column.AftOuterDiameter = Aft Outer Diameter
1713 table.column.AftShoulderLength = Aft Shoulder Length
1714 table.column.AftShoulderDiameter = Aft Shoulder Diameter
1715 table.column.ForeShoulderLength = Fore Shoulder Length
1716 table.column.ForeShoulderDiameter = Fore Shoulder Diameter
1717 table.column.ForeOuterDiameter = Fore Outer Diameter
1718 table.column.Shape = Shape
1719 table.column.Material = Material
1720 table.column.Finish = Finish
1721 table.column.Thickness = Thickness
1722 table.column.Filled = Filled
1723 table.column.Mass = Mass
1724 table.column.Diameter = Diameter
1725 table.column.Sides = Sides
1726 table.column.LineCount = Line Count
1727 table.column.LineLength = Line Length
1728 table.column.LineMaterial = Line Material
1729
1730