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