language selector, bug fixed
[debian/openrocket] / l10n / messages.properties
1
2 #
3 # English base translation file
4 #
5 # Should you need to add new logical keys here is the proposed method
6 #
7 # className.ComponentType.componentName
8 #
9 #
10 # Text tokens within braces should not be translated, e.g.
11 #    "The file '{filename}' exists."
12 # They are pieces that are inserted dynamically.
13 #
14
15
16 ! Set to the name of the current translation file (used for debugging purposes)
17 debug.currentFile = messages.properties
18
19 ! RocketActions
20 RocketActions.checkbox.Donotaskmeagain = Do not ask me again
21 RocketActions.lbl.Youcanchangedefop = You can change the default operation in the preferences.
22 RocketActions.showConfirmDialog.lbl1 = Delete the selected simulations?
23 RocketActions.showConfirmDialog.lbl2 = <html><i>This operation cannot be undone.</i>
24 RocketActions.showConfirmDialog.title = Delete simulations
25 RocketActions.DelCompAct.Delete = Delete
26 RocketActions.DelCompAct.ttip.Delete = Delete the selected component.
27 RocketActions.DelSimuAct.Delete = Delete
28 RocketActions.DelSimuAct.ttip.Delete = Delete the selected simulation.
29 RocketActions.DelAct.Delete = Delete 
30 RocketActions.DelAct.ttip.Delete = Delete the selected component or simulation.
31 RocketActions.CutAction.Cut = Cut
32 RocketActions.CutAction.ttip.Cut = Cut this component or simulation to the clipboard and remove from this design
33 RocketActions.CopyAct.Copy = Copy
34 RocketActions.CopyAct.ttip.Copy = Copy this component (and subcomponents) to the clipboard.
35 RocketActions.PasteAct.Paste = Paste
36 RocketActions.PasteAct.ttip.Paste = Paste the component or simulation on the clipboard to the design.
37 RocketActions.EditAct.Edit = Edit
38 RocketActions.EditAct.ttip.Edit = Edit the selected component.
39 RocketActions.NewStageAct.Newstage = New stage
40 RocketActions.NewStageAct.ttip.Newstage = Add a new stage to the rocket design.
41 RocketActions.ActBoosterstage = Booster stage
42 RocketActions.MoveUpAct.Moveup = Move up
43 RocketActions.MoveUpAct.ttip.Moveup = Move this component upwards.
44 RocketActions.MoveDownAct.Movedown = Move down
45 RocketActions.MoveDownAct.ttip.Movedown = Move this component downwards.
46
47 ! RocketPanel
48 RocketPanel.FigTypeAct.Sideview = Side view
49 RocketPanel.FigTypeAct.ttip.Sideview = Side view
50 RocketPanel.FigTypeAct.Backview = Back view
51 RocketPanel.FigTypeAct.ttip.Backview = Rear view 
52 RocketPanel.lbl.Motorcfg = Motor configuration:
53 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
54
55
56 ! BasicFrame
57 BasicFrame.SimpleFileFilter1 = All rocket designs (*.ork; *.rkt)
58 BasicFrame.SimpleFileFilter2 = OpenRocket designs (*.ork)
59 BasicFrame.SimpleFileFilter3 = RockSim designs (*.rkt)
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 button.ok = OK
83 button.cancel = Cancel
84 button.close = Close
85
86 ! Common labels used in buttons of dialog windows
87 dlg.but.ok = OK
88 dlg.but.cancel = Cancel
89 dlg.but.close = Close
90
91
92 ! General file type names
93 filetypes.pdf = PDF files
94
95
96 ! About Dialog
97 AboutDialog.lbl.version = Version
98 ! The texts below provide additional credits for the translation maintainer
99 ! - In AboutDialog.lbl.translation replace "English" with the current language.
100 ! - AboutDialog.lbl.translator is the translator / group name (may be empty)
101 ! - AboutDialog.lbl.translatorWebsite is a URL to the translator / group (may be empty)
102 ! - AboutDialog.lbl.translatorIcon is the file name of an icon under pix/translators/ (may be empty)
103 AboutDialog.lbl.translation = English translation by:
104 AboutDialog.lbl.translator = 
105 AboutDialog.lbl.translatorWebsite = 
106 AboutDialog.lbl.translatorIcon =  
107
108
109 ! Print dialog
110 PrintDialog.title = Print or export
111 PrintDialog.but.previewAndPrint = Preview & Print
112 PrintDialog.checkbox.showByStage = Show by stage
113 PrintDialog.lbl.selectElements = Select elements to include:
114 printdlg.but.saveaspdf = Save as PDF
115 printdlg.but.preview = Preview
116 printdlg.but.settings = Settings
117 PrintDialog.error.preview.title = Unable to open preview
118 PrintDialog.error.preview.desc1 = Unable to open PDF preview.
119 PrintDialog.error.preview.desc2 = Please use the "Save as PDF" option instead.
120
121
122 !PrintSettingsDialog
123 PrintSettingsDialog.title = Print settings
124 PrintSettingsDialog.lbl.Templatefillcolor = Template fill color:
125 PrintSettingsDialog.lbl.Templatebordercolor = Template border color:
126 PrintSettingsDialog.lbl.Papersize = Paper size:
127 PrintSettingsDialog.lbl.Paperorientation = Paper orientation:
128 PrintSettingsDialog.but.Reset = Reset
129 PrintSettingsDialog.but.Close = Close
130
131
132 ! Bug Report dialog
133 bugreport.dlg.title = Bug report
134 bugreport.dlg.but.Sendbugreport = Send bug report
135 bugreport.dlg.but.Sendbugreport.Ttip = Automatically send the bug report to the OpenRocket developers.
136 bugreport.dlg.successmsg1 = Bug report successfully sent.
137 bugreport.dlg.successmsg2 = Thank you for helping make OpenRocket better!
138 bugreport.dlg.successmsg3 = Bug report sent
139 bugreport.dlg.connectedInternet = <html>If connected to the Internet, you can simply click <em>Send bug report</em>.
140 bugreport.dlg.otherwise = Otherwise, send the text below to the address:
141 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.
142 bugreport.dlg.failedmsg1 = OpenRocket was unable to send the bug report:
143 bugreport.dlg.failedmsg2 = Please send the report manually to
144 bugreport.dlg.failedmsg3 = Error sending report
145 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.
146 bugreport.reportDialog.txt2 = <html><b>Please include a short description about what you were doing when the exception occurred.</b>
147 bugreport.dlg.provideDescription = Please provide a description of the bug first.
148 bugreport.dlg.provideDescription.title = Bug description missing
149
150
151 ! Debug log dialog
152 debuglogdlg.but.clear = Clear
153 debuglogdlg.OpenRocketdebuglog = OpenRocket debug log
154 debuglogdlg.Displayloglines = Display log lines:
155 debuglogdlg.Follow = Follow
156 debuglogdlg.col.Time = Time
157 debuglogdlg.col.Level = Level
158 debuglogdlg.col.Location = Location
159 debuglogdlg.col.Message = Message
160 debuglogdlg.lbl.Loglinenbr = Log line number:
161 debuglogdlg.lbl.Time = Time:
162 debuglogdlg.lbl.Level = Level:
163 debuglogdlg.lbl.Location = Location:
164 debuglogdlg.lbl.Logmessage = Log message:
165 debuglogdlg.lbl.Stacktrace = Stack trace:
166
167
168 ! Edit Motor configuration dialog
169 edtmotorconfdlg.but.removemotor = Remove motor
170 edtmotorconfdlg.but.Selectmotor = Select motor
171 edtmotorconfdlg.but.Removeconfiguration = Remove configuration
172 edtmotorconfdlg.but.Newconfiguration = New configuration
173 edtmotorconfdlg.lbl.Motormounts = <html><b>Motor mounts:</b>
174 edtmotorconfdlg.title.Editmotorconf = Edit motor configurations
175 edtmotorconfdlg.selectcomp = <html>Select which components function as motor mounts:
176 edtmotorconfdlg.lbl.Motorconfig = <html><b>Motor configurations:</b>
177 edtmotorconfdlg.lbl.Configname = Configuration name:
178 edtmotorconfdlg.lbl.Leavenamedefault = Leave name empty for default.
179
180 ! Example design dialog
181 exdesigndlg.but.open = Open
182 exdesigndlg.lbl.Selectexample = Select example designs to open:
183 exdesigndlg.lbl.Openexampledesign = Open example design
184 exdesigndlg.lbl.Exampledesignsnotfound = Example designs could not be found.
185 exdesigndlg.lbl.Examplesnotfound = Examples not found
186
187
188 ! Material edit panel
189 matedtpan.but.new = New
190 matedtpan.but.edit = Edit
191 matedtpan.but.delete = Delete
192 matedtpan.but.revertall = Revert all
193 matedtpan.col.Material = Material
194 matedtpan.col.Type = Type
195 matedtpan.col.Density = Density
196 matedtpan.col.but.ttip.New = Add a new material
197 matedtpan.title.Addcustmaterial = Add a custom material
198 matedtpan.but.ttip.edit = Edit an existing material
199 matedtpan.title.Editmaterial = Edit material
200 matedtpan.title2.Editmaterial = The built-in materials cannot be modified.
201 matedtpan.but.ttip.delete = Delete a user-defined material
202 matedtpan.but.ttip.revertall = Delete all user-defined materials
203 matedtpan.title.Deletealluser-defined = Delete all user-defined materials?
204 matedtpan.title.Revertall = Revert all?
205 matedtpan.lbl.edtmaterials = Editing materials will not affect existing rocket designs.
206
207 !MaterialModel
208 MaterialModel.title.Material = Material
209 MaterialModel.title.Defcustmat = Define custom material
210
211
212 ! Preference dialog
213 pref.dlg.but.add = Add
214 pref.dlg.but.reset = Reset
215 pref.dlg.but.checknow = Check now
216 pref.dlg.but.defaultmetric = Default metric
217 pref.dlg.but.defaultimperial = Default imperial
218 pref.dlg.title.Preferences = Preferences 
219 pref.dlg.tab.Units = Units
220 pref.dlg.tab.Defaultunits = Default units
221 pref.dlg.tab.Materials = Materials
222 pref.dlg.tab.Custommaterials = Custom materials
223 pref.dlg.tab.Options = Options
224 pref.dlg.tab.Miscellaneousoptions = Miscellaneous options
225 pref.dlg.lbl.Positiontoinsert = Position to insert new body components:
226 pref.dlg.lbl.Confirmdeletion = Confirm deletion of simulations:
227 pref.dlg.lbl.User-definedthrust = User-defined thrust curves:
228 pref.dlg.Allthrustcurvefiles = All thrust curve files (*.eng; *.rse; *.zip; directories)
229 pref.dlg.RASPfiles = RASP motor files (*.eng)
230 pref.dlg.RockSimfiles = RockSim engine files (*.rse)
231 pref.dlg.ZIParchives = ZIP archives (*.zip)
232 pref.dlg.checkbox.Checkupdates = Check for software updates at startup
233 pref.dlg.ttip.Checkupdatesnow = Check for software updates now
234 pref.dlg.lbl.Selectprefunits = Select your preferred units:
235 pref.dlg.lbl.Rocketdimensions = Rocket dimensions:
236 pref.dlg.lbl.Linedensity = Line density:
237 pref.dlg.lbl.Motordimensions = Motor dimensions:
238 pref.dlg.lbl.Surfacedensity = Surface density:
239 pref.dlg.lbl.Distance = Distance:
240 pref.dlg.lbl.Bulkdensity = Bulk density:
241 pref.dlg.lbl.Velocity = Velocity:
242 pref.dlg.lbl.Surfaceroughness = Surface roughness:
243 pref.dlg.lbl.Acceleration = Acceleration:
244 pref.dlg.lbl.Area = Area:
245 pref.dlg.lbl.Mass = Mass:
246 pref.dlg.lbl.Angle = Angle:
247 pref.dlg.lbl.Force = Force:
248 pref.dlg.lbl.Rollrate = Roll rate:
249 pref.dlg.lbl.Totalimpulse = Total impulse:
250 pref.dlg.lbl.Temperature = Temperature:
251 pref.dlg.lbl.Momentofinertia = Moment of inertia:
252 pref.dlg.lbl.Pressure = Pressure:
253 pref.dlg.lbl.Stability = Stability:
254 pref.dlg.lbl.FlightTime = Flight time:
255 pref.dlg.lbl.effect1 = The effects will take place the next time you open a window.
256 pref.dlg.lbl.Checkingupdates = Checking for updates...
257 pref.dlg.lbl.msg1 = An error occurred while communicating with the server.
258 pref.dlg.lbl.msg2 = Unable to retrieve update information
259 pref.dlg.lbl.msg3 = You are running the latest version of OpenRocket.
260 pref.dlg.lbl.msg4 = No updates available
261 pref.dlg.PrefChoiseSelector1 = Always ask
262 pref.dlg.PrefChoiseSelector2 = Insert in middle
263 pref.dlg.PrefChoiseSelector3 = Add to end
264 pref.dlg.PrefBooleanSelector1 = Delete
265 pref.dlg.PrefBooleanSelector2 = Confirm
266 pref.dlg.Add = Add
267 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.
268
269 PreferencesDialog.lbl.language = Interface language:
270 PreferencesDialog.languages.default = System default
271 PreferencesDialog.lbl.languageEffect = The language will change the next time you start OpenRocket.
272
273 ! Simulation edit dialog
274 simedtdlg.but.runsimulation = Run simulation
275 simedtdlg.but.resettodefault = Reset to default
276 simedtdlg.but.add = Add
277 simedtdlg.but.remove = Remove
278 simedtdlg.title.Editsim = Edit simulation
279 simedtdlg.lbl.Simname = Simulation name:
280 simedtdlg.tab.Launchcond = Launch conditions
281 simedtdlg.tab.Simopt = Simulation options
282 simedtdlg.tab.Plotdata = Plot data
283 simedtdlg.tab.Exportdata = Export data
284 simedtdlg.lbl.Motorcfg = Motor configuration:
285 simedtdlg.lbl.ttip.Motorcfg = Select the motor configuration to use.
286 simedtdlg.combo.ttip.motorconf = Select the motor configuration to use.
287 simedtdlg.lbl.Wind = Wind
288 simedtdlg.lbl.Averwindspeed = Average windspeed:
289 simedtdlg.lbl.ttip.Averwindspeed = The average windspeed relative to the ground.
290 simedtdlg.lbl.Stddeviation = Standard deviation:
291 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.
292 simedtdlg.lbl.Turbulenceintensity = Turbulence intensity:
293 simedtdlg.lbl.ttip.Turbulenceintensity1 = <html>The turbulence intensity is the standard deviation divided by the average windspeed.<br>
294 simedtdlg.lbl.ttip.Turbulenceintensity2 = Typical values range from
295 simedtdlg.lbl.ttip.Turbulenceintensity3 = to
296 simedtdlg.border.Atmoscond = Atmospheric conditions
297 simedtdlg.checkbox.InterStdAtmosphere = Use International Standard Atmosphere
298 simedtdlg.checkbox.ttip.InterStdAtmosphere1 = <html>Select to use the International Standard Atmosphere model.<br>This model has a temperature of
299 simedtdlg.checkbox.ttip.InterStdAtmosphere2 = and a pressure of
300 simedtdlg.checkbox.ttip.InterStdAtmosphere3 = at sea level.
301 simedtdlg.lbl.Temperature = Temperature:
302 simedtdlg.lbl.ttip.Temperature = The temperature at the launch site.
303 simedtdlg.lbl.Pressure = Pressure:
304 simedtdlg.lbl.ttip.Pressure = The atmospheric pressure at the launch site.
305 simedtdlg.lbl.Launchsite = Launch site
306 simedtdlg.lbl.Latitude = Latitude:
307 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.
308 simedtdlg.lbl.Altitude = Altitude:
309 simedtdlg.lbl.ttip.Altitude = <html>The launch altitude above mean sea level.<br>This affects the position of the rocket in the atmospheric model.
310 simedtdlg.border.Launchrod = Launch rod
311 simedtdlg.lbl.Length = Length:
312 simedtdlg.lbl.ttip.Length = The length of the launch rod.
313 simedtdlg.lbl.Angle = Angle:
314 simedtdlg.lbl.ttip.Angle = The angle of the launch rod from vertical.
315 simedtdlg.lbl.Direction = Direction:
316 simedtdlg.lbl.ttip.Direction1 = <html>Direction of the launch rod relative to the wind.<br>
317 simedtdlg.lbl.ttip.Direction2 =  = towards the wind,
318 simedtdlg.lbl.ttip.Direction3 = = downwind.
319 simedtdlg.border.Simopt = Simulator options
320 simedtdlg.lbl.Calcmethod = Calculation method:
321 simedtdlg.lbl.ttip.Calcmethod = <html>The Extended Barrowman method calculates aerodynamic forces according <br>to the Barrowman equations extended to accommodate more components.
322 simedtdlg.lbl.ExtBarrowman = Extended Barrowman
323 simedtdlg.lbl.Simmethod = Simulation method:
324 simedtdlg.lbl.ttip.Simmethod1 = <html>The six degree-of-freedom simulator allows the rocket total freedom during flight.<br>
325 simedtdlg.lbl.ttip.Simmethod2 = Integration is performed using a 4<sup>th</sup> order Runge-Kutta 4 numerical integration.
326 simedtdlg.lbl.Timestep = Time step:
327 simedtdlg.lbl.ttip.Timestep1 = <html>The time between simulation steps.<br>A smaller time step results in a more accurate but slower simulation.<br>
328 simedtdlg.lbl.ttip.Timestep2 = The 4<sup>th</sup> order simulation method is quite accurate with a time step of
329 simedtdlg.but.ttip.resettodefault = Reset the time step to its default value (
330 simedtdlg.border.Simlist = Simulator listeners
331 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.  
332 simedtdlg.txt.longA2 = For details on writing simulation listeners, see the OpenRocket technical documentation.
333 simedtdlg.lbl.Curlist = Current listeners:
334 simedtdlg.lbl.Addsimlist = Add simulation listener
335 simedtdlg.lbl.Noflightdata = No flight data available.
336 simedtdlg.lbl.runsimfirst = Please run the simulation first.
337 simedtdlg.chart.Simflight = Simulated flight
338 simedtdlg.dlg.Simres = Simulation results
339 simedtdlg.IntensityDesc.None = None
340 simedtdlg.IntensityDesc.Verylow = Very low
341 simedtdlg.IntensityDesc.Low = Low
342 simedtdlg.IntensityDesc.Medium = Medium
343 simedtdlg.IntensityDesc.High = High
344 simedtdlg.IntensityDesc.Veryhigh = Very high
345 simedtdlg.IntensityDesc.Extreme = Extreme
346
347
348
349 ! Simulation Panel
350 simpanel.but.newsimulation = New simulation
351 simpanel.but.editsimulation = Edit simulation
352 simpanel.but.runsimulations = Run simulations
353 simpanel.but.deletesimulations = Delete simulations
354 simpanel.but.plotexport = Plot / export
355 simpanel.but.ttip.newsimulation = Add a new simulation
356 simpanel.but.ttip.editsim = Edit the selected simulation
357 simpanel.but.ttip.runsimu = Re-run the selected simulations
358 simpanel.but.ttip.deletesim = Delete the selected simulations
359 simpanel.checkbox.donotask = Do not ask me again
360 simpanel.lbl.defpref = You can change the default operation in the preferences.
361 simpanel.dlg.lbl.DeleteSim1 = Delete the selected simulations?
362 simpanel.dlg.lbl.DeleteSim2 = <html><i>This operation cannot be undone.</i>
363 simpanel.dlg.lbl.DeleteSim3 = Delete simulations
364 simpanel.col.Name = Name
365 simpanel.col.Motors = Motors
366 simpanel.col.Apogee = Apogee
367 simpanel.col.Maxvelocity = Max. velocity
368 simpanel.col.Maxacceleration = Max. acceleration
369 simpanel.col.Timetoapogee = Time to apogee
370 simpanel.col.Flighttime = Flight time
371 simpanel.col.Groundhitvelocity = Ground hit velocity
372
373 ! SimulationRunDialog
374 SimuRunDlg.title.RunSim = Running simulations...
375 SimuRunDlg.lbl.Running = Running ...
376 SimuRunDlg.lbl.Simutime = Simulation time:
377 SimuRunDlg.lbl.Altitude = Altitude:
378 SimuRunDlg.lbl.Velocity = Velocity:
379 SimuRunDlg.msg.Unabletosim = Unable to simulate:
380 SimuRunDlg.msg.errorOccurred = An error occurred during the simulation:
381 SimuRunDlg.msg.AnException1 = An exception occurred during the simulation:
382 SimuRunDlg.msg.AnException2 = Please report this as a bug along with the details below.
383 SimuRunDlg.msg.AssertionError1 = A computation error occurred during the simulation.
384 SimuRunDlg.msg.AssertionError2 = Please report this as a bug along with the details below.
385 SimuRunDlg.msg.unknownerror1 = An unknown error was encountered during the simulation.
386 SimuRunDlg.msg.unknownerror2 = The program may be unstable, you should save all your designs and restart OpenRocket now!
387
388
389
390 ! SimulationExportPanel
391 SimExpPan.desc = Comma Separated Files (*.csv)
392 SimExpPan.border.Vartoexport = Variables to export
393 SimExpPan.but.Selectall = Select all
394 SimExpPan.but.Selectnone = Select none
395 SimExpPan.border.Fieldsep = Field separator
396 SimExpPan.lbl.Fieldsepstr = Field separator string:
397 SimExpPan.lbl.longA1 = <html>The string used to separate the fields in the exported file.<br>
398 SimExpPan.lbl.longA2 = Use ',' for a Comma Separated Values (CSV) file.
399 SimExpPan.checkbox.Includesimudesc = Include simulation description
400 SimExpPan.checkbox.ttip.Includesimudesc = Include a comment at the beginning of the file describing the simulation.
401 SimExpPan.border.Comments = Comments
402 SimExpPan.checkbox.Includefielddesc = Include field descriptions
403 SimExpPan.checkbox.ttip.Includefielddesc = Include a comment line with the descriptions of the exported variables.
404 SimExpPan.checkbox.Incflightevents = Include flight events
405 SimExpPan.checkbox.ttip.Incflightevents = Include a comment line for every flight event.
406 SimExpPan.lbl.Commentchar = Comment character:
407 SimExpPan.lbl.ttip.Commentchar = The character(s) that mark a comment line.
408 SimExpPan.but.Exporttofile = Export to file...
409 SimExpPan.Fileexists.desc1 = File \"
410 SimExpPan.Fileexists.desc2 = \" exists.  Overwrite?
411 SimExpPan.Fileexists.title = File exists
412 SimExpPan.ExportingVar.desc1 = Exporting 1 variable out of
413 SimExpPan.ExportingVar.desc2 = Exporting 
414 SimExpPan.ExportingVar.desc3 = variables out of
415 SimExpPan.Col.Variable = Variable
416 SimExpPan.Col.Unit = Unit
417
418 ! MotorPlot
419 MotorPlot.title.Motorplot = Motor plot
420 MotorPlot.but.Select = Select
421 MotorPlot.Chart.Motorthrustcurve = Motor thrust curve
422 MotorPlot.Chart.Time = Time / s
423 MotorPlot.Chart.Thrust = Thrust / N
424 MotorPlot.txt.Designation = Designation:
425 MotorPlot.txt.Manufacturer = Manufacturer:
426 MotorPlot.txt.Type = Type:
427 MotorPlot.txt.Delays = Delays:
428 MotorPlot.txt.Comment = Comment:\n
429
430
431
432 ! Simulation plot panel
433 simplotpanel.lbl.Presetplotconf = Preset plot configurations:
434 simplotpanel.lbl.Xaxistype = X axis type:
435 simplotpanel.lbl.Unit = Unit:
436 simplotpanel.lbl.Yaxistypes = Y axis types:
437 simplotpanel.lbl.Flightevents = Flight events:
438 simplotpanel.but.All = All
439 simplotpanel.but.None = None
440 simplotpanel.but.NewYaxisplottype = New Y axis plot type
441 simplotpanel.but.Plotflight = Plot flight
442 simplotpanel.lbl.Axis = Axis:
443 simplotpanel.but.ttip.Removethisplot = Remove this plot
444 simplotpanel.Desc = The data will be plotted in time order even if the X axis type is not time.
445 simplotpanel.OptionPane.lbl1 = A maximum of 15 plots is allowed. 
446 simplotpanel.OptionPane.lbl2 = Cannot add plot
447 simplotpanel.AUTO_NAME = Auto
448 simplotpanel.LEFT_NAME = Left
449 simplotpanel.RIGHT_NAME = Right
450 simplotpanel.CUSTOM = Custom
451
452 ! Component add buttons
453 compaddbuttons.Bodycompandfinsets = Body components and fin sets
454 compaddbuttons.Nosecone = Nose cone
455 compaddbuttons.Bodytube = Body tube
456 compaddbuttons.Transition = Transition
457 compaddbuttons.Trapezoidal = Trapezoidal
458 compaddbuttons.Elliptical = Elliptical
459 compaddbuttons.Freeform = Freeform
460 compaddbuttons.Launchlug = Launch lug
461 compaddbuttons.Innercomponent = Inner component
462 compaddbuttons.Innertube = Inner tube
463 compaddbuttons.Coupler = Coupler
464 compaddbuttons.Centeringring = Centering\nring
465 compaddbuttons.Bulkhead = Bulkhead
466 compaddbuttons.Engineblock = Engine\nblock
467 compaddbuttons.Massobjects = Mass objects
468 compaddbuttons.Parachute = Parachute
469 compaddbuttons.Streamer = Streamer
470 compaddbuttons.Shockcord = Shock cord
471 compaddbuttons.Masscomponent = Mass\ncomponent
472 compaddbuttons.Donotaskmeagain = Do not ask me again
473 compaddbuttons.Selectcomppos = Select component position
474 compaddbuttons.lbl.Youcanchange = You can change the default operation in the preferences.
475 compaddbuttons.lbl.insertcomp = Insert the component after the current component or as the last component?
476 compaddbuttons.askPosition.Inserthere = Insert here
477 compaddbuttons.askPosition.Addtotheend = Add to the end
478 compaddbuttons.askPosition.Cancel = Cancel
479
480 ! Component Analysis Dialog
481 componentanalysisdlg.componentanalysis = Component analysis
482 componentanalysisdlg.lbl.winddir = Wind direction:
483 componentanalysisdlg.TitledBorder.warnings = Warnings:
484 componentanalysisdlg.ToggleBut.worst = Worst
485 componentanalysisdlg.lbl.angleofattack = Angle of attack:
486 componentanalysisdlg.lbl.machnumber = Mach number:
487 componentanalysisdlg.lbl.rollrate = Roll rate:
488 componentanalysisdlg.lbl.activestages = Active stages:
489 componentanalysisdlg.lbl.motorconf = Motor configuration:
490 componentanalysisdlg.TabStability.Col = Component
491 componentanalysisdlg.TabStability = Stability
492 componentanalysisdlg.TabStability.ttip = Stability information
493 componentanalysisdlg.dragTableModel.Col.Component = Component
494 componentanalysisdlg.dragTableModel.Col.Pressure = <html>Pressure C<sub>D</sub>
495 componentanalysisdlg.dragTableModel.Col.Base = <html>Base C<sub>D</sub>
496 componentanalysisdlg.dragTableModel.Col.friction = <html>Friction C<sub>D</sub>
497 componentanalysisdlg.dragTableModel.Col.total = <html>Total C<sub>D</sub>
498 componentanalysisdlg.dragTabchar = Drag characteristics
499 componentanalysisdlg.dragTabchar.ttip = Drag characteristics
500 componentanalysisdlg.rollTableModel.Col.component = Component
501 componentanalysisdlg.rollTableModel.Col.rollforc = Roll forcing coefficient
502 componentanalysisdlg.rollTableModel.Col.rolldamp = Roll damping coefficient
503 componentanalysisdlg.rollTableModel.Col.total = <html>Total C<sub>l</sub>
504 componentanalysisdlg.rollTableModel = Roll dynamics
505 componentanalysisdlg.rollTableModel.ttip = Roll dynamics
506 componentanalysisdlg.println.closingmethod = Closing method called:
507 componentanalysisdlg.println.settingnam = SETTING NAN VALUES
508 componentanalysisdlg.lbl.reflenght = Reference length: 
509 componentanalysisdlg.lbl.refarea = Reference area: 
510 !componentanalysisdlg.But.close =Close
511 componentanalysisdlg.TabStability.Col.Component = Component
512
513 ! Custom Material dialog
514 custmatdlg.title.Custommaterial = Custom material
515 custmatdlg.lbl.Materialname = Material name: 
516 custmatdlg.lbl.Materialtype = Material type:
517 custmatdlg.lbl.Materialdensity = Material density:
518 custmatdlg.checkbox.Addmaterial = Add material to database
519
520
521 ! Ring Component Config
522 ringcompcfg.OuterRadius = OuterRadius
523 ringcompcfg.Automatic = Automatic
524 ringcompcfg.InnerRadius = InnerRadius
525 ringcompcfg.Thickness = Thickness
526 ringcompcfg.Length = Length
527 ringcompcfg.Positionrelativeto = Position relative to:
528 ringcompcfg.plus = plus
529 ringcompcfg.PositionValue = PositionValue
530 ringcompcfg.Radialdistance = Radial distance:
531 ringcompcfg.Distancefrom = Distance from the rocket centerline
532 ringcompcfg.Radialdirection = Radial direction:
533 ringcompcfg.radialdirectionfrom = The radial direction from the rocket centerline
534 ringcompcfg.but.Reset = Reset
535 ringcompcfg.but.Resetcomponant = Reset the component to the rocket centerline
536 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.
537 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.
538
539
540 ! Body Tube Config
541 BodyTubecfg.lbl.Bodytubelength = Body tube length:
542 BodyTubecfg.lbl.Outerdiameter = Outer diameter:
543 BodyTubecfg.lbl.Innerdiameter = Inner diameter:
544 BodyTubecfg.lbl.Wallthickness = Wall thickness:
545 BodyTubecfg.tab.General = General
546 BodyTubecfg.tab.Generalproperties = General properties
547 BodyTubecfg.tab.Motor = Motor
548 BodyTubecfg.tab.Motormountconf = Motor mount configuration
549 BodyTubecfg.checkbox.Automatic = Automatic
550 BodyTubecfg.checkbox.Filled = Filled
551
552 ! FinSetConfig
553 FinSetConfig.tab.Fintabs = Fin tabs
554 FinSetConfig.tab.Through-the-wall = Through-the-wall fin tabs
555 FinSetConfig.but.Converttofreeform = Convert to freeform
556 FinSetConfig.but.Converttofreeform.ttip = Convert this fin set into a freeform fin set
557 FinSetConfig.Convertfinset = Convert fin set
558 FinSetConfig.but.Splitfins = Split fins
559 FinSetConfig.but.Splitfins.ttip = Split the fin set into separate fins
560 FinSetConfig.lbl.Through-the-wall  = Through-the-wall fin tabs:
561 FinSetConfig.lbl.Tablength = Tab length:
562 FinSetConfig.ttip.Tablength = The length of the fin tab.
563 FinSetConfig.lbl.Tabheight = Tab height:
564 FinSetConfig.ttip.Tabheight = The spanwise height of the fin tab.
565 FinSetConfig.lbl.Tabposition = Tab position:
566 FinSetConfig.ttip.Tabposition = The position of the fin tab.
567 FinSetConfig.lbl.relativeto = relative to
568
569 ! MotorDatabaseLoadingDialog
570 MotorDbLoadDlg.title = Loading motors
571 MotorDbLoadDlg.Loadingmotors = Loading motors...
572
573 ! RocketConfig
574 RocketCfg.lbl.Designname = Design name:
575 RocketCfg.lbl.Designer = Designer:
576 RocketCfg.lbl.Comments = Comments:
577 RocketCfg.lbl.Revisionhistory = Revision history:
578 RocketCfg.lbl.Material = Material:
579
580 ! ShockCordConfig
581 ShockCordCfg.lbl.Shockcordlength = Shock cord length:
582
583 ! RocketComponentConfig
584 RocketCompCfg.lbl.Componentname = Component name:
585 RocketCompCfg.ttip.Thecomponentname = The component name.
586 RocketCompCfg.tab.Override = Override
587 RocketCompCfg.tab.MassandCGoverride = Mass and CG override options
588 RocketCompCfg.tab.Figure = Figure
589 RocketCompCfg.tab.Figstyleopt = Figure style options
590 RocketCompCfg.tab.Comment = Comment
591 RocketCompCfg.tab.Specifyacomment = Specify a comment for the component
592 RocketCompCfg.lbl.Mass = Mass:
593 RocketCompCfg.lbl.Componentmass = Component mass:
594 RocketCompCfg.lbl.overriddento = (overridden to
595 RocketCompCfg.lbl.overriddenby = (overridden by
596 RocketCompCfg.lbl.Componentmaterial = Component material:
597 RocketCompCfg.lbl.Componentfinish = Component finish:
598 RocketCompCfg.lbl.ttip.componentmaterialaffects = The component material affects the weight of the component.
599 RocketCompCfg.combo.ttip.componentmaterialaffects = The component material affects the weight of the component.
600 RocketCompCfg.lbl.longA1 = <html>The component finish affects the aerodynamic drag of the component.<br>
601 RocketCompCfg.lbl.longA2 = The value indicated is the average roughness height of the surface.
602 RocketCompCfg.but.Setforall = Set for all
603 RocketCompCfg.but.ttip.Setforall = Set this finish for all components of the rocket.
604 RocketCompCfg.lbl.Overridemassorcenter = Override the mass or center of gravity of the
605 RocketCompCfg.checkbox.Overridemass = Override mass:
606 RocketCompCfg.checkbox.Overridecenterofgrav = Override center of gravity:
607 RocketCompCfg.checkbox.OverridemassandCG = Override mass and CG of all subcomponents
608 RocketCompCfg.lbl.longB1 = <html>The overridden mass does not include motors.<br>
609 RocketCompCfg.lbl.longB2 = The center of gravity is measured from the front end of the
610 RocketCompCfg.lbl.Commentsonthe = Comments on the
611 RocketCompCfg.lbl.Figurestyle = Figure style:
612 RocketCompCfg.lbl.Componentcolor = Component color:
613 RocketCompCfg.lbl.Choosecolor = Choose color
614 RocketCompCfg.checkbox.Usedefaultcolor = Use default color
615 RocketCompCfg.lbl.Complinestyle = Component line style:
616 RocketCompCfg.but.Saveasdefstyle = Save as default style
617 RocketCompCfg.lbl.Diameter = Diameter:
618 RocketCompCfg.lbl.Length = Length:
619 RocketCompCfg.lbl.Thickness = Thickness:
620 RocketCompCfg.checkbox.Endcapped = End capped
621 RocketCompCfg.ttip.Endcapped = Whether the end of the shoulder is capped.
622 RocketCompCfg.title.Noseconeshoulder = Nose cone shoulder
623 RocketCompCfg.title.Aftshoulder = Aft shoulder
624 RocketCompCfg.border.Foreshoulder = Fore shoulder 
625 !RocketCompCfg.lbl.Length = Length:
626
627 ! BulkheadConfig
628 BulkheadCfg.tab.Radius = Radius:
629 BulkheadCfg.tab.Thickness = Thickness:
630 BulkheadCfg.tab.General = General
631 BulkheadCfg.tab.Generalproperties = General properties
632
633 !CenteringRingConfig
634 CenteringRingCfg.tab.Outerdiam = Outer diameter:
635 CenteringRingCfg.tab.Innerdiam = Inner diameter:
636 CenteringRingCfg.tab.Thickness = Thickness:
637 CenteringRingCfg.tab.General = General
638 CenteringRingCfg.tab.Generalproperties = General properties
639
640 !ComponentConfigDialog
641 ComponentCfgDlg.configuration = configuration
642 ComponentCfgDlg.configuration1 =
643 ComponentCfgDlg.Modify = Modify
644
645 !EllipticalFinSetConfig
646 EllipticalFinSetCfg.Nbroffins = Number of fins:
647 EllipticalFinSetCfg.Rotation = Rotation:
648 EllipticalFinSetCfg.Fincant = Fin cant:
649 EllipticalFinSetCfg.Rootchord = Root chord:
650 EllipticalFinSetCfg.Height = Height:
651 EllipticalFinSetCfg.Positionrelativeto = Position relative to:
652 EllipticalFinSetCfg.plus = plus
653 EllipticalFinSetCfg.FincrossSection = Fin cross section:
654 EllipticalFinSetCfg.Thickness = Thickness:
655 EllipticalFinSetCfg.General = General
656 EllipticalFinSetCfg.Generalproperties = General properties
657 EllipticalFinSetCfg.ttip.Fincant = The angle that the fins are canted with respect to the rocket body.
658
659 !FreeformFinSetConfig
660 FreeformFinSetCfg.tab.General = General
661 FreeformFinSetCfg.tab.ttip.General = General properties
662 FreeformFinSetCfg.tab.Shape = Shape
663 FreeformFinSetCfg.tab.ttip.Finshape = Fin shape
664 FreeformFinSetCfg.lbl.Numberoffins = Number of fins:
665 FreeformFinSetCfg.lbl.Finrotation = Fin rotation:
666 FreeformFinSetCfg.lbl.Fincant = Fin cant:
667 FreeformFinSetCfg.lbl.ttip.Fincant = The angle that the fins are canted with respect to the rocket body.
668 FreeformFinSetCfg.lbl.Posrelativeto = Position relative to:
669 FreeformFinSetCfg.lbl.plus = plus
670 FreeformFinSetCfg.lbl.FincrossSection = Fin cross section:
671 FreeformFinSetCfg.lbl.Thickness = Thickness:
672 ! doubleClick1 + 2 form the message "Double-click to edit", split approximately at the middle
673 FreeformFinSetConfig.lbl.doubleClick1 = Double-click
674 FreeformFinSetConfig.lbl.doubleClick2 = to edit
675 FreeformFinSetConfig.lbl.clickDrag = Click+drag: Add and move points
676 FreeformFinSetConfig.lbl.ctrlClick = Ctrl+click: Remove point
677
678
679 !InnerTubeConfig
680 InnerTubeCfg.tab.Motor = Motor
681 InnerTubeCfg.tab.ttip.Motor = Motor mount configuration
682 InnerTubeCfg.tab.Cluster = Cluster
683 InnerTubeCfg.tab.ttip.Cluster = Cluster configuration
684 InnerTubeCfg.tab.Radialpos = Radial position
685 InnerTubeCfg.tab.ttip.Radialpos = Radial position
686 InnerTubeCfg.lbl.Selectclustercfg = Select cluster configuration:
687 InnerTubeCfg.lbl.TubeSep = Tube separation:
688 InnerTubeCfg.lbl.ttip.TubeSep = The separation of the tubes, 1.0 = touching each other
689 InnerTubeCfg.lbl.Rotation = Rotation:
690 InnerTubeCfg.lbl.ttip.Rotation = Rotation angle of the cluster configuration
691 InnerTubeCfg.lbl.Rotangle = Rotation angle of the cluster configuration
692 InnerTubeCfg.but.Splitcluster = Split cluster
693 InnerTubeCfg.lbl.longA1 = <html>Split the cluster into separate components.<br>
694 InnerTubeCfg.lbl.longA2 = This also duplicates all components attached to this inner tube.
695 InnerTubeCfg.but.Resetsettings = Reset settings
696 InnerTubeCfg.but.ttip.Resetsettings = Reset the separation and rotation to the default values
697
698 ! LaunchLugConfig
699 LaunchLugCfg.lbl.Length = Length:
700 LaunchLugCfg.lbl.Outerdiam = Outer diameter:
701 LaunchLugCfg.lbl.Innerdiam = Inner diameter:
702 LaunchLugCfg.lbl.Thickness = Thickness:
703 LaunchLugCfg.lbl.Radialpos = Radial position:
704 LaunchLugCfg.lbl.Posrelativeto = Position relative to:
705 LaunchLugCfg.lbl.plus = plus
706 LaunchLugCfg.tab.General = General
707 LaunchLugCfg.tab.Generalprop = General properties
708
709 ! MassComponentConfig
710 MassComponentCfg.lbl.Mass = Mass:
711 MassComponentCfg.lbl.Length = Length:
712 MassComponentCfg.lbl.Diameter = Diameter:
713 MassComponentCfg.lbl.PosRelativeto = Position relative to:
714 MassComponentCfg.lbl.plus = plus
715 MassComponentCfg.tab.General = General
716 MassComponentCfg.tab.ttip.General = General properties
717 MassComponentCfg.tab.Radialpos = Radial position
718 MassComponentCfg.tab.ttip.Radialpos = Radial position configuration
719 MassComponentCfg.lbl.Radialdistance = Radial distance:
720 MassComponentCfg.lbl.Radialdirection = Radial direction:
721 MassComponentCfg.but.Reset = Reset
722
723 ! MotorConfig
724 MotorCfg.checkbox.compmotormount = This component is a motor mount
725 MotorCfg.lbl.Motorcfg = Motor configuration:
726 MotorCfg.but.New = New
727 MotorCfg.lbl.Currentmotor = Current motor:
728 MotorCfg.lbl.Motoroverhang = Motor overhang:
729 MotorCfg.lbl.Ignitionat = Ignition at:
730 MotorCfg.lbl.plus = plus
731 MotorCfg.lbl.seconds = seconds
732 MotorCfg.lbl.longA1 = The current design has only one stage.
733 MotorCfg.lbl.longA2 = Stages can be added by clicking \"New stage\".
734 MotorCfg.lbl.longB1 = The current design has
735 MotorCfg.lbl.longB2 = stages.
736 MotorCfg.but.Selectmotor = Select motor
737 MotorCfg.but.Removemotor = Remove motor
738 MotorCfg.lbl.motorLabel = None
739
740 ! NoseConeConfig
741 NoseConeCfg.lbl.Noseconeshape = Nose cone shape:
742 NoseConeCfg.lbl.Shapeparam = Shape parameter:
743 NoseConeCfg.lbl.Noseconelength = Nose cone length:
744 NoseConeCfg.lbl.Basediam = Base diameter:
745 NoseConeCfg.checkbox.Automatic = Automatic
746 NoseConeCfg.lbl.Wallthickness = Wall thickness:
747 NoseConeCfg.checkbox.Filled = Filled
748 NoseConeCfg.tab.General = General
749 NoseConeCfg.tab.ttip.General = General properties
750 NoseConeCfg.tab.Shoulder = Shoulder
751 NoseConeCfg.tab.ttip.Shoulder = Shoulder properties
752
753 ! ParachuteConfig
754 ParachuteCfg.lbl.Canopy = Canopy:
755 ParachuteCfg.lbl.Diameter = Diameter:
756 ParachuteCfg.lbl.Material = Material:
757 ParachuteCfg.combo.MaterialModel = The component material affects the weight of the component.
758 ParachuteCfg.lbl.longA1 = <html>Drag coefficient C<sub>D</sub>:
759 ParachuteCfg.lbl.longB1 = <html>The drag coefficient relative to the total area of the parachute.<br>
760 ParachuteCfg.lbl.longB2 = A larger drag coefficient yields a slowed descent rate.  
761 ParachuteCfg.lbl.longB3 = A typical value for parachutes is 0.8.
762 ParachuteCfg.but.Reset = Reset
763 ParachuteCfg.lbl.Shroudlines = Shroud lines:
764 ParachuteCfg.lbl.Numberoflines = Number of lines:
765 ParachuteCfg.lbl.Linelength = Line length:
766 ParachuteCfg.lbl.Material = Material:
767 ParachuteCfg.lbl.Posrelativeto = Position relative to:
768 ParachuteCfg.lbl.plus = plus
769 ParachuteCfg.lbl.Packedlength = Packed length:
770 ParachuteCfg.lbl.Packeddiam = Packed diameter:
771 ParachuteCfg.lbl.Deploysat = Deploys at:
772 ParachuteCfg.lbl.seconds = seconds
773 ParachuteCfg.lbl.Altitude = Altitude:
774 ParachuteCfg.tab.General = General
775 ParachuteCfg.tab.ttip.General = General properties
776 ParachuteCfg.tab.Radialpos = Radial position
777 ParachuteCfg.tab.ttip.Radialpos = Radial position configuration
778 ParachuteCfg.lbl.Radialdistance = Radial distance:
779 ParachuteCfg.lbl.Radialdirection = Radial direction:
780 ParachuteCfg.but.Reset = Reset
781 ParachuteCfg.lbl.plusdelay = plus
782
783 ! ShockCordConfig 
784 ShockCordCfg.lbl.Shockcordlength = Shock cord length
785 ShockCordCfg.lbl.Shockcordmaterial = Shock cord material:
786 ShockCordCfg.lbl.Posrelativeto = Position relative to:
787 ShockCordCfg.lbl.plus = plus
788 ShockCordCfg.lbl.Packedlength = Packed length:
789 ShockCordCfg.lbl.Packeddiam = Packed diameter:
790 ShockCordCfg.tab.General = General
791 ShockCordCfg.tab.ttip.General = General properties
792
793 !SleeveConfig
794 SleeveCfg.tab.Outerdiam = Outer diameter:
795 SleeveCfg.tab.Innerdiam = Inner diameter:
796 SleeveCfg.tab.Wallthickness = Wall thickness:
797 SleeveCfg.tab.Length = Length:
798 SleeveCfg.tab.General = General
799 SleeveCfg.tab.Generalproperties = General properties
800
801 ! StreamerConfig
802 StreamerCfg.lbl.Striplength = Strip length:
803 StreamerCfg.lbl.Stripwidth = Strip width:
804 StreamerCfg.lbl.Striparea = Strip area:
805 StreamerCfg.lbl.Aspectratio = Aspect ratio:
806 StreamerCfg.lbl.Material = Material:
807 StreamerCfg.combo.ttip.MaterialModel = The component material affects the weight of the component.
808 StreamerCfg.lbl.longA1 = <html>Drag coefficient C<sub>D</sub>:
809 StreamerCfg.lbl.longB1 = <html>The drag coefficient relative to the total area of the streamer.<br>
810 StreamerCfg.lbl.longB2 = A larger drag coefficient yields a slowed descent rate.
811 StreamerCfg.lbl.Automatic = Automatic
812 StreamerCfg.lbl.longC1 = The drag coefficient is relative to the area of the streamer.
813 StreamerCfg.lbl.Posrelativeto = Position relative to:
814 StreamerCfg.lbl.plus = plus
815 StreamerCfg.lbl.Packedlength = Packed length:
816 StreamerCfg.lbl.Packeddiam = Packed diameter:
817 StreamerCfg.lbl.Deploysat = Deploys at:
818 StreamerCfg.lbl.seconds = seconds
819 StreamerCfg.lbl.Altitude = Altitude:
820 StreamerCfg.tab.General = General
821 StreamerCfg.tab.ttip.General = General properties
822 StreamerCfg.tab.Radialpos = Radial position
823 StreamerCfg.tab.ttip.Radialpos = Radial position configuration
824 StreamerCfg.lbl.Radialdistance = Radial distance:
825 StreamerCfg.lbl.Radialdirection = Radial direction:
826 StreamerCfg.but.Reset = Reset
827 StreamerCfg.lbl.plusdelay = plus
828
829 ! ThicknessRingComponentConfig
830 ThicknessRingCompCfg.tab.Outerdiam = Outer diameter:
831 ThicknessRingCompCfg.tab.Innerdiam = Inner diameter:
832 ThicknessRingCompCfg.tab.Wallthickness = Wall thickness:
833 ThicknessRingCompCfg.tab.Length = Length:
834 ThicknessRingCompCfg.tab.General = General
835 ThicknessRingCompCfg.tab.Generalprop = General properties
836
837 ! TransitionConfig
838 TransitionCfg.lbl.Transitionshape = Transition shape:
839 TransitionCfg.checkbox.Clipped = Clipped
840 TransitionCfg.lbl.Shapeparam = Shape parameter:
841 TransitionCfg.lbl.Transitionlength = Transition length:
842 TransitionCfg.lbl.Forediam = Fore diameter:
843 TransitionCfg.checkbox.Automatic = Automatic
844 TransitionCfg.lbl.Aftdiam = Aft diameter:
845 TransitionCfg.lbl.Wallthickness = Wall thickness:
846 TransitionCfg.checkbox.Filled = Filled
847 TransitionCfg.tab.General = General
848 TransitionCfg.tab.Generalproperties = General properties
849 TransitionCfg.tab.Shoulder = Shoulder
850 TransitionCfg.tab.Shoulderproperties = Shoulder properties
851
852 ! TrapezoidFinSetConfig
853 TrapezoidFinSetCfg.lbl.Nbroffins = Number of fins:
854 TrapezoidFinSetCfg.lbl.ttip.Nbroffins = The number of fins in the fin set.
855 TrapezoidFinSetCfg.lbl.Finrotation = Fin rotation:
856 TrapezoidFinSetCfg.lbl.ttip.Finrotation = The angle of the first fin in the fin set.
857 TrapezoidFinSetCfg.lbl.Fincant = Fin cant:
858 TrapezoidFinSetCfg.lbl.ttip.Fincant =The angle that the fins are canted with respect to the rocket body.
859 TrapezoidFinSetCfg.lbl.Rootchord = Root chord:
860 TrapezoidFinSetCfg.lbl.Tipchord = Tip chord:
861 TrapezoidFinSetCfg.lbl.Height = Height:
862 TrapezoidFinSetCfg.lbl.Sweeplength = Sweep length:
863 TrapezoidFinSetCfg.lbl.Sweepangle = Sweep angle:
864 TrapezoidFinSetCfg.lbl.FincrossSection = Fin cross section:
865 TrapezoidFinSetCfg.lbl.Thickness = Thickness:
866 TrapezoidFinSetCfg.lbl.Posrelativeto = Position relative to:
867 TrapezoidFinSetCfg.lbl.plus = plus
868 TrapezoidFinSetCfg.tab.General = General
869 TrapezoidFinSetCfg.tab.Generalproperties = General properties
870
871 !MotorConfigurationModel
872 MotorCfgModel.Editcfg = Edit configurations
873
874 ! StorageOptionChooser
875 StorageOptChooser.lbl.Simdatatostore = Simulated data to store:
876 StorageOptChooser.rdbut.Allsimdata = All simulated data
877 StorageOptChooser.lbl.longA1 = <html>Store all simulated data.<br>
878 StorageOptChooser.lbl.longA2 = This can result in very large files!
879 StorageOptChooser.rdbut.Every = Every
880 StorageOptChooser.lbl.longB1 = <html>Store plottable values approximately this far apart.<br>
881 StorageOptChooser.lbl.longB2 = Larger values result in smaller files.
882 StorageOptChooser.lbl.seconds = seconds
883 StorageOptChooser.rdbut.Onlyprimfig = Only primary figures
884 StorageOptChooser.lbl.longC1 = <html>Store only the values shown in the summary table.<br>
885 StorageOptChooser.lbl.longC2 = This results in the smallest files.
886 StorageOptChooser.checkbox.Compfile = Compress file
887 StorageOptChooser.lbl.UsingComp = Using compression reduces the file size significantly.
888 StorageOptChooser.lbl.longD1 = An estimate on how large the resulting file would be with the present options.
889 StorageOptChooser.ttip.Saveopt = Save options
890 StorageOptChooser.lbl.Estfilesize = Estimated file size:
891 StorageOptChooser.lbl.Saveopt = Save options
892
893 ! ThrustCurveMotorSelectionPanel
894 TCMotorSelPan.lbl.Selrocketmotor = Select rocket motor:
895 TCMotorSelPan.checkbox.hideSimilar = Hide very similar thrust curves
896 TCMotorSelPan.SHOW_DESCRIPTIONS.desc1 = Show all motors
897 TCMotorSelPan.SHOW_DESCRIPTIONS.desc2 = Show motors with diameter less than that of the motor mount
898 TCMotorSelPan.SHOW_DESCRIPTIONS.desc3 = Show motors with diameter equal to that of the motor mount
899 TCMotorSelPan.lbl.Motormountdia = Motor mount diameter:
900 TCMotorSelPan.lbl.Search = Search:
901 TCMotorSelPan.lbl.Selectthrustcurve = Select thrust curve:
902 TCMotorSelPan.lbl.Ejectionchargedelay = Ejection charge delay:
903 TCMotorSelPan.equalsIgnoreCase.None = None
904 TCMotorSelPan.lbl.NumberofsecondsorNone = (Number of seconds or \"None\")
905 TCMotorSelPan.lbl.Totalimpulse = Total impulse:
906 TCMotorSelPan.lbl.Avgthrust = Avg. thrust:
907 TCMotorSelPan.lbl.Maxthrust = Max. thrust:
908 TCMotorSelPan.lbl.Burntime = Burn time:
909 TCMotorSelPan.lbl.Launchmass = Launch mass:
910 TCMotorSelPan.lbl.Emptymass = Empty mass:
911 TCMotorSelPan.lbl.Datapoints = Data points:
912 TCMotorSelPan.lbl.Digest = Digest:
913 TCMotorSelPan.title.Thrustcurve = Thrust curve:
914 TCMotorSelPan.title.Thrust = Thrust
915 TCMotorSelPan.delayBox.None = None
916
917
918 ! PlotDialog
919 PlotDialog.title.Flightdataplot = Flight data plot
920 PlotDialog.Chart.Simulatedflight = Simulated flight
921 PlotDialog.CheckBox.Showdatapoints = Show data points
922 PlotDialog.lbl.Chart = Click+drag down+right to zoom in, up+left to zoom out
923
924
925 ! "main" prefix is used for the main application dialog
926
927 # FIXME: Rename the description keys 
928
929 main.menu.file = File
930 main.menu.file.desc = File-handling related tasks
931 main.menu.file.new = New
932 main.menu.file.new.desc = Create a new rocket design
933 main.menu.file.open = Open...
934 BasicFrame.item.Openrocketdesign = Open a rocket design
935 main.menu.file.openExample = Open example...
936 BasicFrame.item.Openexamplerocketdesign = Open an example rocket design
937 main.menu.file.save = Save
938 BasicFrame.item.SavecurRocketdesign = Save the current rocket design
939 main.menu.file.saveAs = Save as...
940 BasicFrame.item.SavecurRocketdesnewfile = Save the current rocket design to a new file
941 main.menu.file.print = Print / Export PDF...
942 main.menu.file.print.desc = Print or save as PDF the parts list and fin templates
943 main.menu.file.close = Close
944 BasicFrame.item.Closedesign = Close the current rocket design
945 main.menu.file.quit = Quit
946 BasicFrame.item.Quitprogram = Quit the program
947
948 main.menu.edit = Edit
949 BasicFrame.menu.Rocketedt = Rocket editing
950 main.menu.edit.undo = Undo
951 main.menu.edit.undo.desc = Undo the previous operation
952 main.menu.edit.redo = Redo
953 main.menu.edit.redo.desc = Redo the previously undone operation
954 main.menu.edit.cut = Cut
955 main.menu.edit.copy = Copy
956 main.menu.edit.paste = Paste
957 main.menu.edit.delete = Delete
958 main.menu.edit.resize = Scale...
959 main.menu.edit.resize.desc = Scale parts of the rocket design
960 main.menu.edit.preferences = Preferences
961 main.menu.edit.preferences.desc = Setup the application preferences
962
963 main.menu.analyze = Analyze
964 main.menu.analyze.desc = Rocket analysis
965 main.menu.analyze.componentAnalysis = Component analysis
966 main.menu.analyze.componentAnalysis.desc = Analyze the rocket components separately
967
968 main.menu.help = Help
969 main.menu.help.desc = Information about OpenRocket
970 main.menu.help.license = License
971 main.menu.help.license.desc = OpenRocket license information
972 main.menu.help.bugReport = Bug report
973 main.menu.help.bugReport.desc = Information about reporting bugs in OpenRocket
974 main.menu.help.debugLog = Debug log
975 main.menu.help.debugLog.desc = View the OpenRocket debug log
976 main.menu.help.about = About
977 main.menu.help.about.desc = Copyright details about OpenRocket
978
979 main.menu.debug = Debug
980 main.menu.debug.whatisthismenu = What is this menu?
981 main.menu.debug.createtestrocket = Create test rocket
982
983 ! database
984 ! Translate here all material database
985 !
986
987 ! Material database
988 ! BULK_MATERIAL
989 Databases.materials.Acrylic = Acrylic
990 Databases.materials.Balsa = Balsa
991 Databases.materials.Birch = Birch
992 Databases.materials.Cardboard = Cardboard
993 Databases.materials.Carbonfiber = Carbon fiber
994 Databases.materials.Cork = Cork
995 Databases.materials.DepronXPS = Depron (XPS)
996 Databases.materials.Fiberglass = Fiberglass
997 Databases.materials.Kraftphenolic = Kraft phenolic
998 Databases.materials.Maple = Maple
999 Databases.materials.Paperoffice = Paper (office)
1000 Databases.materials.Pine = Pine
1001 Databases.materials.Plywoodbirch = Plywood (birch)
1002 Databases.materials.PolycarbonateLexan = Polycarbonate (Lexan)
1003 Databases.materials.Polystyrene = Polystyrene
1004 Databases.materials.PVC = PVC
1005 Databases.materials.Spruce = Spruce
1006 Databases.materials.StyrofoamgenericEPS = Styrofoam (generic EPS)
1007 Databases.materials.StyrofoamBluefoamXPS = Styrofoam \"Blue foam\" (XPS)
1008 Databases.materials.Quantumtubing = Quantum tubing
1009 !SURFACE_MATERIAL
1010 Databases.materials.Ripstopnylon = Ripstop nylon
1011 Databases.materials.Mylar = Mylar
1012 Databases.materials.Polyethylenethin = Polyethylene (thin)
1013 Databases.materials.Polyethyleneheavy = Polyethylene (heavy)
1014 Databases.materials.Silk = Silk
1015 Databases.materials.Paperoffice = Paper (office)
1016 Databases.materials.Cellophane = Cellophane
1017 Databases.materials.Crepepaper = Cr\u00eape paper
1018 ! LINE_MATERIAL
1019 Databases.materials.Threadheavy-duty = Thread (heavy-duty)
1020 Databases.materials.Elasticcordround2mm = Elastic cord (round 2mm, 1/16 in)
1021 Databases.materials.Elasticcordflat6mm = Elastic cord (flat  6mm, 1/4 in)
1022 Databases.materials.Elasticcordflat12mm = Elastic cord (flat 12mm, 1/2 in)
1023 Databases.materials.Elasticcordflat19mm = Elastic cord (flat 19mm, 3/4 in)
1024 Databases.materials.Elasticcordflat25mm = Elastic cord (flat 25mm, 1 in)
1025 Databases.materials.Braidednylon2mm = Braided nylon (2 mm, 1/16 in)
1026 Databases.materials.Braidednylon3mm = Braided nylon (3 mm, 1/8 in)
1027 Databases.materials.Tubularnylon11mm = Tubular nylon (11 mm, 7/16 in)
1028 Databases.materials.Tubularnylon14mm = Tubular nylon (14 mm, 9/16 in)
1029 Databases.materials.Tubularnylon25mm = Tubular nylon (25 mm, 1 in)
1030
1031 ! ExternalComponent
1032 ExternalComponent.Rough = Rough
1033 ExternalComponent.Unfinished = Unfinished
1034 ExternalComponent.Regularpaint = Regular paint
1035 ExternalComponent.Smoothpaint = Smooth paint
1036 ExternalComponent.Polished = Polished
1037
1038 ! LineStyle
1039 LineStyle.Solid = Solid
1040 LineStyle.Dashed = Dashed
1041 LineStyle.Dotted = Dotted
1042 LineStyle.Dash-dotted = Dash-dotted
1043 LineStyle.Defaultstyle = Default style
1044
1045 ! Shape
1046 Shape.Conical = Conical
1047 Shape.Conical.desc1 = A conical nose cone has a profile of a triangle.
1048 Shape.Conical.desc2 = A conical transition has straight sides.
1049 Shape.Ogive = Ogive
1050 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>.
1051 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>.
1052 Shape.Ellipsoid = Ellipsoid
1053 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>.
1054 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.              
1055 Shape.Powerseries = Power series
1056 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.
1057 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>.
1058 Shape.Parabolicseries = Parabolic series
1059 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.
1060 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.
1061 Shape.Haackseries = Haack series
1062 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.
1063 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.               
1064
1065
1066 ! RocketComponent
1067 RocketComponent.Position.TOP = Top of the parent component
1068 RocketComponent.Position.MIDDLE = Middle of the parent component
1069 RocketComponent.Position.BOTTOM = Bottom of the parent component
1070 RocketComponent.Position.AFTER = After the parent component
1071 RocketComponent.Position.ABSOLUTE = Tip of the nose cone
1072
1073 ! LaunchLug
1074 LaunchLug.Launchlug = Launch lug
1075 ! NoseCone
1076 NoseCone.NoseCone = Nose cone
1077 ! Transition
1078 Transition.Transition = Transition
1079 !Stage
1080 Stage.Stage = Stage
1081 ! BodyTube
1082 BodyTube.BodyTube = Body tube
1083 ! TubeCoupler
1084 TubeCoupler.TubeCoupler = Tube coupler
1085 !InnerTube
1086 InnerTube.InnerTube = Inner Tube
1087 ! TrapezoidFinSet
1088 TrapezoidFinSet.TrapezoidFinSet = Trapezoidal fin set
1089 ! FreeformFinSet
1090 FreeformFinSet.FreeformFinSet = Freeform fin set
1091 !MassComponent
1092 MassComponent.MassComponent = Mass component
1093 ! Parachute
1094 Parachute.Parachute = Parachute
1095 ! ShockCord
1096 ShockCord.ShockCord = Shock cord
1097 ! Bulkhead
1098 Bulkhead.Bulkhead = Bulkhead
1099
1100 !Rocket
1101 Rocket.motorCount.Nomotor = [No motors]
1102 Rocket.compname.Rocket = Rocket
1103
1104 !MotorMount
1105 MotorMount.IgnitionEvent.AUTOMATIC = Automatic (launch or ejection charge)
1106 MotorMount.IgnitionEvent.LAUNCH = Launch
1107 MotorMount.IgnitionEvent.EJECTION_CHARGE = First ejection charge of previous stage
1108 MotorMount.IgnitionEvent.BURNOUT = First burnout of previous stage
1109 MotorMount.IgnitionEvent.NEVER = Never
1110
1111 !ComponentIcons 
1112 ComponentIcons.Nosecone = Nose cone
1113 ComponentIcons.Bodytube = Body tube
1114 ComponentIcons.Transition = Transition
1115 ComponentIcons.Trapezoidalfinset = Trapezoidal fin set
1116 ComponentIcons.Ellipticalfinset = Elliptical fin set
1117 ComponentIcons.Freeformfinset = Freeform fin set
1118 ComponentIcons.Launchlug = Launch lug
1119 ComponentIcons.Innertube = Inner tube
1120 ComponentIcons.Tubecoupler = Tube coupler
1121 ComponentIcons.Centeringring = Centering ring
1122 ComponentIcons.Bulkhead = Bulk head
1123 ComponentIcons.Engineblock = Engine block
1124 ComponentIcons.Parachute = Parachute
1125 ComponentIcons.Streamer = Streamer
1126 ComponentIcons.Shockcord = Shock cord
1127 ComponentIcons.Masscomponent = Mass component
1128 ComponentIcons.disabled = (disabled)
1129
1130 ! StageAction
1131 StageAction.Stage = Stage
1132
1133 ! RecoveryDevice
1134 RecoveryDevice.DeployEvent.LAUNCH = Launch (plus NN seconds)
1135 RecoveryDevice.DeployEvent.EJECTION = First ejection charge of this stage
1136 RecoveryDevice.DeployEvent.APOGEE = Apogee
1137 RecoveryDevice.DeployEvent.ALTITUDE = Specific altitude during descent
1138 RecoveryDevice.DeployEvent.NEVER = Never
1139
1140 ! FlightEvent
1141 FlightEvent.Type.LAUNCH = Launch
1142 FlightEvent.Type.IGNITION = Motor ignition
1143 FlightEvent.Type.LIFTOFF = Lift-off
1144 FlightEvent.Type.LAUNCHROD = Launch rod clearance
1145 FlightEvent.Type.BURNOUT = Motor burnout
1146 FlightEvent.Type.EJECTION_CHARGE = Ejection charge
1147 FlightEvent.Type.STAGE_SEPARATION = Stage separation
1148 FlightEvent.Type.APOGEE = Apogee
1149 FlightEvent.Type.RECOVERY_DEVICE_DEPLOYMENT = Recovery device deployment
1150 FlightEvent.Type.GROUND_HIT = Ground hit
1151 FlightEvent.Type.SIMULATION_END = Simulation end
1152 FlightEvent.Type.ALTITUDE = Altitude change
1153
1154 ! ThrustCurveMotorColumns
1155 TCurveMotorCol.MANUFACTURER = Manufacturer
1156 TCurveMotorCol.DESIGNATION = Designation
1157 TCurveMotorCol.TYPE = Type
1158 TCurveMotorCol.DIAMETER = Diameter
1159 TCurveMotorCol.LENGTH = Length
1160
1161 ! RocketInfo
1162 RocketInfo.lengthLine.Length = Length
1163 RocketInfo.lengthLine.maxdiameter = , max. diameter
1164 RocketInfo.massText1 = Mass with motors 
1165 RocketInfo.massText2 = Mass with no motors
1166 RocketInfo.at = at M=
1167 RocketInfo.cgText = CG:
1168 RocketInfo.cpText = CP:
1169 RocketInfo.stabText = Stability:
1170 RocketInfo.Warning = Warning:
1171 RocketInfo.Calculating = Calculating...
1172 RocketInfo.Apogee = Apogee:
1173 RocketInfo.Maxvelocity = Max. velocity:
1174 RocketInfo.Maxacceleration = Max. acceleration:
1175 RocketInfo.apogeeValue = N/A
1176 RocketInfo.Mach = (Mach
1177 RocketInfo.velocityValue = N/A
1178 RocketInfo.accelerationValue = N/A
1179
1180 ! FinSet
1181 FinSet.CrossSection.SQUARE = Square
1182 FinSet.CrossSection.ROUNDED = Rounded
1183 FinSet.CrossSection.AIRFOIL = Airfoil
1184 FinSet.TabRelativePosition.FRONT = Root chord leading edge
1185 FinSet.TabRelativePosition.CENTER = Root chord midpoint
1186 FinSet.TabRelativePosition.END = Root chord trailing edge
1187
1188 ! FlightDataType
1189 FlightDataType.TYPE_TIME = Time
1190 FlightDataType.TYPE_ALTITUDE = Altitude
1191 FlightDataType.TYPE_VELOCITY_Z = Vertical velocity
1192 FlightDataType.TYPE_ACCELERATION_Z = Vertical acceleration
1193 FlightDataType.TYPE_VELOCITY_TOTAL = Total velocity
1194 FlightDataType.TYPE_ACCELERATION_TOTAL = Total acceleration
1195 FlightDataType.TYPE_POSITION_X = Position upwind
1196 FlightDataType.TYPE_POSITION_Y = Position parallel to wind
1197 FlightDataType.TYPE_POSITION_XY = Lateral distance
1198 FlightDataType.TYPE_POSITION_DIRECTION = Lateral direction
1199 FlightDataType.TYPE_VELOCITY_XY = Lateral velocity
1200 FlightDataType.TYPE_ACCELERATION_XY = Lateral acceleration
1201 FlightDataType.TYPE_AOA = Angle of attack
1202 FlightDataType.TYPE_ROLL_RATE = Roll rate
1203 FlightDataType.TYPE_PITCH_RATE = Pitch rate
1204 FlightDataType.TYPE_YAW_RATE = Yaw rate
1205 FlightDataType.TYPE_MASS = Mass
1206 FlightDataType.TYPE_LONGITUDINAL_INERTIA = Longitudinal moment of inertia
1207 FlightDataType.TYPE_ROTATIONAL_INERTIA = Rotational moment of inertia
1208 FlightDataType.TYPE_CP_LOCATION = CP location
1209 FlightDataType.TYPE_CG_LOCATION = CG location
1210 FlightDataType.TYPE_STABILITY = Stability margin calibers
1211 FlightDataType.TYPE_MACH_NUMBER = Mach number
1212 FlightDataType.TYPE_REYNOLDS_NUMBER = Reynolds number
1213 FlightDataType.TYPE_THRUST_FORCE = Thrust
1214 FlightDataType.TYPE_DRAG_FORCE = Drag force
1215 FlightDataType.TYPE_DRAG_COEFF = Drag coefficient
1216 FlightDataType.TYPE_AXIAL_DRAG_COEFF = Axial drag coefficient
1217 FlightDataType.TYPE_FRICTION_DRAG_COEFF = Friction drag coefficient
1218 FlightDataType.TYPE_PRESSURE_DRAG_COEFF = Pressure drag coefficient
1219 FlightDataType.TYPE_BASE_DRAG_COEFF = Base drag coefficient
1220 FlightDataType.TYPE_NORMAL_FORCE_COEFF = Normal force coefficient
1221 FlightDataType.TYPE_PITCH_MOMENT_COEFF = Pitch moment coefficient
1222 FlightDataType.TYPE_YAW_MOMENT_COEFF = Yaw moment coefficient
1223 FlightDataType.TYPE_SIDE_FORCE_COEFF = Side force coefficient
1224 FlightDataType.TYPE_ROLL_MOMENT_COEFF = Roll moment coefficient
1225 FlightDataType.TYPE_ROLL_FORCING_COEFF = Roll forcing coefficient
1226 FlightDataType.TYPE_ROLL_DAMPING_COEFF = Roll damping coefficient
1227 FlightDataType.TYPE_PITCH_DAMPING_MOMENT_COEFF = Pitch damping coefficient
1228 FlightDataType.TYPE_YAW_DAMPING_MOMENT_COEFF = Yaw damping coefficient
1229 FlightDataType.TYPE_REFERENCE_LENGTH = Reference lenght
1230 FlightDataType.TYPE_REFERENCE_AREA = Reference area
1231 FlightDataType.TYPE_ORIENTATION_THETA = Vertical orientation (zenith)
1232 FlightDataType.TYPE_ORIENTATION_PHI = Lateral orientation (azimuth)
1233 FlightDataType.TYPE_WIND_VELOCITY = Wind velocity
1234 FlightDataType.TYPE_AIR_TEMPERATURE = Air temperature
1235 FlightDataType.TYPE_AIR_PRESSURE = Air pressure
1236 FlightDataType.TYPE_SPEED_OF_SOUND = Speed of sound
1237 FlightDataType.TYPE_TIME_STEP = Simulation time step
1238 FlightDataType.TYPE_COMPUTATION_TIME = Computation time
1239
1240 ! PlotConfiguration
1241 PlotConfiguration.Verticalmotion = Vertical motion vs. time
1242 PlotConfiguration.Totalmotion = Total motion vs. time
1243 PlotConfiguration.Flightside = Flight side profile
1244 PlotConfiguration.Stability = Stability vs. time
1245 PlotConfiguration.Dragcoef = Drag coefficients vs. Mach number
1246 PlotConfiguration.Rollcharacteristics = Roll characteristics
1247 PlotConfiguration.Angleofattack = Angle of attack and orientation vs. time
1248 PlotConfiguration.Simulationtime = Simulation time step and computation time
1249
1250 ! Warning
1251 Warning.LargeAOA.str1 = Large angle of attack encountered.
1252 Warning.LargeAOA.str2 = Large angle of attack encountered (
1253 Warning.DISCONTINUITY = Discontinuity in rocket body diameter.
1254 Warning.THICK_FIN = Thick fins may not be modeled accurately.
1255 Warning.JAGGED_EDGED_FIN = Jagged-edged fin predictions may be inaccurate.
1256 Warning.LISTENERS_AFFECTED = Listeners modified the flight simulation
1257 Warning.RECOVERY_DEPLOYMENT_WHILE_BURNING = Recovery device opened while motor still burning.
1258 Warning.FILE_INVALID_PARAMETER = Invalid parameter encountered, ignoring.
1259
1260
1261 ! Scale dialog
1262 ScaleDialog.lbl.scaleRocket = Entire rocket
1263 ScaleDialog.lbl.scaleSubselection = Selection and all subcomponents
1264 ScaleDialog.lbl.scaleSelection = Only selected component
1265 ScaleDialog.title = Scale design
1266 ScaleDialog.lbl.scale = Scale:
1267 ScaleDialog.lbl.scale.ttip = Select whether to scale the entire design or only the selected component
1268 ScaleDialog.lbl.scaling = Scaling to apply:
1269 ScaleDialog.lbl.scaling.ttip = Resulting size, values above 100% grow and values below 100% shrink the design.
1270 ! The scaleFrom/scaleTo pair creates a phrase "Scale from [...] to [...]"
1271 ScaleDialog.lbl.scaleFrom = Scale from
1272 ScaleDialog.lbl.scaleTo = to
1273 ScaleDialog.lbl.scaleFromTo.ttip = Define the scaling based on an original and resulting length.
1274 ScaleDialog.checkbox.scaleMass = Update explicit mass values
1275 ScaleDialog.checkbox.scaleMass.ttip = Scale mass component and override mass values by the cube of the scaling factor
1276 ScaleDialog.button.scale = Scale
1277 ScaleDialog.undo.scaleRocket = Scale rocket
1278 ScaleDialog.undo.scaleComponent = Scale component
1279 ScaleDialog.undo.scaleComponents = Scale components
1280
1281 !icons
1282 Icons.Undo = Undo
1283 Icons.Redo = Redo
1284
1285 OpenRocketPrintable.Partsdetail = Parts detail
1286 OpenRocketPrintable.Fintemplates = Fin templates
1287 OpenRocketPrintable.DesignReport = Design Report
1288
1289 OpenRocketDocument.Redo = Redo
1290 OpenRocketDocument.Undo = Undo
1291
1292 !EllipticalFinSet
1293 EllipticalFinSet.Ellipticalfinset = Elliptical fin set
1294
1295 ! Optimization
1296
1297 ! Modifiers
1298
1299 optimization.modifier.nosecone.length = Nose cone length
1300 optimization.modifier.nosecone.diameter = Nose cone diameter
1301 optimization.modifier.nosecone.thickness = Nose cone thickness
1302                 
1303 optimization.modifier.transition.length = Transition length
1304 optimization.modifier.transition.forediameter = Transition fore diameter
1305 optimization.modifier.transition.aftdiameter = Transition aft diameter
1306 optimization.modifier.transition.thickness = Transition thickness
1307
1308 optimization.modifier.bodytube.length = Body tube length
1309 optimization.modifier.bodytube.outerDiameter = Body tube outer diameter
1310 optimization.modifier.bodytube.innerDiameter = Body tube inner diameter
1311 optimization.modifier.bodytube.thickness = Body tube thickness
1312