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