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