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