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