@ -63,6 +63,7 @@ Right, you've dug into the codebase, found that one nasty line that caused all y
1. Explain briefly which issue that you are trying to solve, e.g. 'This PR solves #123 in which buttons were displayed as red instead of blue'
1. Explain briefly which issue that you are trying to solve, e.g. 'This PR solves #123 in which buttons were displayed as red instead of blue'
2. Next explain what the underlying issue was, e.g. 'The problem was that by default Java swing displays buttons as red.'
2. Next explain what the underlying issue was, e.g. 'The problem was that by default Java swing displays buttons as red.'
3. Next is how you fixed the issue, e.g. 'Fixed it by overriding the default button color to blue'
3. Next is how you fixed the issue, e.g. 'Fixed it by overriding the default button color to blue'
4. Finally, for other people to test your code, it is good to include a jar file of your fixed OpenRocket. This can be done using ant ([more info here](https://github.com/openrocket/openrocket/wiki/Instructions-to-Build-from-Terminal)). You can upload this jar-file to e.g. Dropbox or Google Drive and include it in your PR, e.g. 'Here is a jar file for testing: ' or if you're really GitHub-savvy, you can add a hyperlink to the 'jar file'-text. If necessary, you can also include information on how to recreate the original issue so that testers can check whether your code solved the issue. If needed, you can also included information about the expected behavior so that others know what your solution should do.
You can take a look at example PR [#979](https://github.com/openrocket/openrocket/pull/979).
You can take a look at example PR [#979](https://github.com/openrocket/openrocket/pull/979).
OpenRocket is a free, fully featured model rocket simulator that allows you to design and simulate your rockets before actually building and flying them.
OpenRocket is a free, fully featured model rocket simulator that allows you to design and simulate your rockets before actually building and flying them.
1. **Design** your rockets using a rich selection of built-in components:
- **Realtime simulated altitude, velocity, and acceleration display**
- **Staging and clustering support**
- **Export to other simulation programs (RockSim, RASAero II)**
- **Export component(s) to OBJ file for 3D printing**
- **Cross-platform (Java-based)**
... plus many more
📖 Read more on [our website](https://openrocket.info/) or the [OpenRocket Wiki](http://wiki.openrocket.info).
* Six-degree-of-freedom flight simulation
* Automatic design optimization
* Realtime simulated altitude, velocity and acceleration display
* Staging and clustering support
* Cross-platform (Java-based)
## 💾 Installers
Read more about it on the [OpenRocket Wiki](http://wiki.openrocket.info).
You can find the OpenRocket installers [here](https://openrocket.info/downloads.html).
Installers
----------
## 📝 Release Notes
OpenRocket maintains an installer for installing the software and Java runtime. You can find the installers on [our
website](https://openrocket.info/downloads.html).
Release Notes
-------------
Release notes are available on each [release's page](https://github.com/openrocket/openrocket/releases) or on [our website](https://openrocket.info/release_notes.html).
Release notes are available on each [release's page](https://github.com/openrocket/openrocket/releases) or on [our website](https://openrocket.info/release_notes.html).
## 🚀 Getting started
License
-------
The easiest way to get started is to open one of our in-program example designs:

Dive into the essentials: adjust component dimensions, plot a simulation, swap out motors, ... Explore the impact of your changes and, most importantly, enjoy the process! 😊
## 💪 Contribute
OpenRocket is an Open Source project licensed under the [GNU GPL](https://www.gnu.org/licenses/gpl-3.0.en.html). This means that the software is free to use for whatever purposes, and the source code is also available for studying and extending.
Help us soar higher! Whether it's implementing features, writing documentation, or creating design examples, every contribution matters. Interested? Check out [how to get involved](http://openrocket.sourceforge.net/getinvolved.html) and the [practicalities of contributing](CONTRIBUTING.md).
Contributing
------------
OpenRocket needs help to become even better. Implementing features, writing documentation and creating example designs are just a few ways of helping. If you are interested in helping make OpenRocket the best rocket simulator out there, please [click here for information on how to get involved](http://openrocket.sourceforge.net/getinvolved.html) and [read the practicalities of contributing here](CONTRIBUTING.md).
### ✨ Contributors
**Contributors**
- [Sampo Niskanen](https://github.com/plaa) - Original developer
You can find a visual overview of what's new for this release on [our website](https://openrocket.info//downloads.html?vers=23.09#whats-new).
### Major Updates
#### New Features:
* **3D Printing Support: Export any component or combination to OBJ file** (fixes #604)
* **RASAero compatibility: Import/Export CDX1 files** (fixes #875 and #1147)
* **Dark mode (normal and high-contrast) and custom UI font size support** (fixes #1089)
* **Export sim table to CSV** (fixes #2077)
#### Bug Fixes:
* **Fix Tube fin drag** (fixes #2065)
* **Fix Base drag when using Cd override** (fixes base drag hack sim error, fixes #2118)
* **Fix Atmospheric pressure when using ISA conditions** (fixes #2103)
* **Properly sanitize XML in ORK file** (eliminates corrupt ORK files, fixes #2051)
### Other New Features
* Bumped app to Java 17
* Export and import preferences to XML file
* Display secondary stability unit. This means you can display stability in both calibers *and* percentage of length (fixes #2079)
* Added "cases" and "manufacturers" substitution in motor config names (fixes #2055 and #2204)
* Selection of "common name" or "manufacturer's designation" in motor selection table is now reflected everywhere else in the program (fixes #2072)
* Added "plugged" option in charge delay combobox (fixes #2090)
* Added motor type to "show details" in motor selection (fixes #2069)
* Added instances settings in launch lug config (fixes #2035)
* Account for fin cant in fin root points, and support canted fins in fin marking guide (fixes #2231 and #2242)
* Set cluster tube separation in absolute or relative units (fixes #1970)
* Support transparent rendering and export of Photo Studio images (fixes #2076)
* Added "Select -> Components of same color" and "Select -> None" options (fixes #2129)
* Remember column width, order and visibility in component preset table (fixes #2357)
### Bug Fixes
* Fixed mass issues with fin sets (fixes #2217)
* Fixed CG issues for launch lugs and rail buttons (fixes #2040)
* Improved rail button drag calculations
* Added parts detail for pods and boosters (fixes #2084)
* Fixed parachute position when using auto radius (fixes #2036)
* Fixed pod set and booster marker position under certain circumstances (fixes #2047)
* Fix CG marker location in top view (fixes #2050)
* Handle zero-area fins (warn and don't crash with NaN error) (fixes #2032)
* Don't dispose config dialog when no components are selected in 3D view (fixes #2108)
* Display ISA values in temp and pressure fields (fixes #2104)
* Improved simulation of fins on transitions and nose cones (fixes #2113)
* Cleaned up multi-sim editing (fixes #2138 and #1826)
* Update ruler units immediately when preferences are changed (fixes #2151)
* Compute CG and CP based on currently active stages (fixes #2171)
* Improved mass/CG calculations for fillets (fixes 2209)
* Set auto radius correctly for mass objects (fixes #2267)
* Apply radial positioning to multi-engine clusters (fixes #2283)
* Fixed 3D rendering of fin tabs (fixes #2286)
* Update recent file list when opening via file association (fixes #2222)
* Corrected the columns displayed in the component preset table's popup menu, ensuring only relevant columns appear
* Ensured optimum delay is saved in flight summary and .ork files (fixes #2353)
* Corrected longitudinal moment of inertia calculations by excluding shoulders (fixes #2278)
* Fixed exception when setting wind speed to zero (fixes #2386)
* Fixed unexpected mass and CG override interaction (fixes #2394)
### Miscellaneous
* Updated example rockets (including brand-new two stage example)
* Show calculated values in override tab (fixes #1629)
* Decrease minimum FoV to 10 degrees in Photo Studio
* Increase resolution of launch temperature and pressure to 2 decimal places (fixes #2003)
* Display Cd override with 3 decimal places
* Added wiki button to help menu (fixes #2046)
* Eliminate option to save "some" sim data (fixes #2024)
* Added OK/Cancel buttons when editing simulations (fixes #2158)
* Added OK/Cancel buttons when editing preferences (fixes #2266)
* Added multi-sim edit indicators (fixes #2159)
* Show warning when motor file has illegal format (fixes #2150)
* Reset window position if off-screen (fixes #2141)
* Keep current field value when "auto" option is unchecked (fixes #2096)
* Open dialog to save design info when first saving file
* Added '3D Printable Nose Cone and Fins' to example rockets
* Use more sensible colors for thrust curve selection in motor selection dialog (fixes #2385)
...along with numerous other minor fixes and enhancements.
</div>
<divid="22.02">
<divid="22.02">
OpenRocket 22.02 (2023-02-08)
OpenRocket 22.02 (2023-02-08)
------------------------
------------------------
You can find a visual overview of what's new for this release on [our website](https://openrocket.info//downloads.html?vers=22.02#whats-new).
The 22.02 release includes hundreds of new features, bug fixes, and UI improvements, more than we could ever fit into one set of release notes. These notes summarize the highlights of the entire release; for more detail consult the notes from the five previous public beta releases.
The 22.02 release includes hundreds of new features, bug fixes, and UI improvements, more than we could ever fit into one set of release notes. These notes summarize the highlights of the entire release; for more detail consult the notes from the five previous public beta releases.
Please note that version 22.02 is required for Macs running macOS 13.0 or later.
Please note that version 22.02 is required for Macs running macOS 13.0 or later.
* [OpenRocket-devel mailing list](https://sourceforge.net/projects/openrocket/lists/openrocket-devel) for discussion related to OpenRocket development, documentation and upcoming features
* [OpenRocket-devel mailing list](https://sourceforge.net/projects/openrocket/lists/openrocket-devel) for discussion related to OpenRocket development, documentation and upcoming features
* [OpenRocket-announce mailing list](https://sourceforge.net/projects/openrocket/lists/openrocket-announce) for announcements of new OpenRocket versions and developments
* [OpenRocket-announce mailing list](https://sourceforge.net/projects/openrocket/lists/openrocket-announce) for announcements of new OpenRocket versions and developments
* [OpenRocket-website](https://lists.sourceforge.net/lists/listinfo/openrocket-website) for discussions around our website ([openrocket.info](openrocket.info))
RenameConfigDialog.lbl.name=Name for flight configuration:
RenameConfigDialog.lbl.name=Name for flight configuration:
RenameConfigDialog.but.reset=Reset to default
RenameConfigDialog.but.reset=Reset to default
RenameConfigDialog.lbl.infoMotors=The text '<b>{motors}</b>' will be replaced with the <b>motor designation(s).</b><br><pre>\te.g. '{motors} \u2192 'M1350-0'</pre>
RenameConfigDialog.lbl.infoManufacturers=The text '<b>{manufacturers}</b>' will be replaced with the <b>motor manufacturer(s).</b><br><pre>\te.g. '{manufacturers}' \u2192 'AeroTech'</pre>
RenameConfigDialog.lbl.infoCases=The text '<b>{cases}</b>' will be replaced with the <b>motor case(s).</b><br><pre>\te.g. '{cases}' \u2192 'SU 18.0x70.0'</pre>
RenameConfigDialog.lbl.infoCombination=A <b>combination</b> of the above can be used (you may choose the separator).<br><pre>\te.g. '{manufacturers motors}' \u2192 'AeroTech M1350-0'</pre>
pref.dlg.clearCachedPreferences.message=Are you sure you want to reset all your preferences?
pref.dlg.clearCachedPreferences.message=Are you sure you want to reset all your preferences?
@ -332,8 +308,6 @@ pref.dlg.checkbox.AlwaysOpenLeftmost = Always open leftmost tab when opening a c
pref.dlg.checkbox.AlwaysOpenLeftmost.ttip=<html>If checked, a component edit dialog will always pop up with the first tab selected.<br>If unchecked, the previous selected tab will be used.</html>
pref.dlg.checkbox.AlwaysOpenLeftmost.ttip=<html>If checked, a component edit dialog will always pop up with the first tab selected.<br>If unchecked, the previous selected tab will be used.</html>
pref.dlg.checkbox.ShowDiscardConfirmation=Show confirmation dialog for discarding component changes
pref.dlg.checkbox.ShowDiscardConfirmation=Show confirmation dialog for discarding component changes
pref.dlg.checkbox.ShowDiscardConfirmation.ttip=If checked, you will be asked if you want really want to discard component configuration configuration changes.
pref.dlg.checkbox.ShowDiscardConfirmation.ttip=If checked, you will be asked if you want really want to discard component configuration configuration changes.
pref.dlg.checkbox.ShowDiscardSimulationConfirmation=Show confirmation dialog for discarding simulation changes
pref.dlg.checkbox.ShowDiscardSimulationConfirmation.ttip=If checked, you will be asked if you want really want to discard simulation configuration configuration changes.
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.
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.
BasicEventSimulationEngine.error.earlyMotorBurnout=Motor burnout without liftoff.
BasicEventSimulationEngine.error.earlyMotorBurnout=<html>Motor burnout without liftoff.<br>Use more (powerful) motors, or decrease the rocket mass.</html>
BasicEventSimulationEngine.error.noConfiguredIgnition=No motors configured to ignite at liftoff
BasicEventSimulationEngine.error.noConfiguredIgnition=No motors configured to ignite at liftoff
OBJOptionChooser.checkbox.removeOffset.ttip=<html>If true, remove the offset of the component from the origin.<br>If false, the component is exported at its original location in the rocket.</html>
OBJOptionChooser.checkbox.triangulate.ttip=If true, triangulate the mesh before exporting (convert all quads or high-order polygons to a triangle).
OBJOptionChooser.checkbox.sRGB=Export colors in sRGB
OBJOptionChooser.checkbox.sRGB.ttip=<html>If true, export colors in sRGB instead of a linear color scheme.<br>Is useful for instance when exporting for use in Blender.</html>
OBJOptionChooser.lbl.Scaling=Scaling:
OBJOptionChooser.lbl.Scaling.ttip=<html>Scale the exported geometry by the given factor.<br>The default dimensions are in SI units (meters), but e.g. 3D printing slicer software often uses mm.<br>In that scenario, you can set the scale to '1000'.</html>
OBJOptionChooser.lbl.LevelOfDetail=Level of detail:
OBJOptionChooser.lbl.LevelOfDetail.ttip=Select the desired level of detail of the geometry export.
@ -1592,7 +1395,6 @@ TCMotorSelPan.btn.close = Close
! PlotDialog
! PlotDialog
PlotDialog.CheckBox.Showdatapoints=Show data points
PlotDialog.CheckBox.Showdatapoints=Show data points
PlotDialog.lbl.Chart=left click drag to zoom area. mouse wheel to zoom. ctrl-mouse wheel to zoom x axis only. ctrl-left click drag to pan. right click drag to zoom dynamically.
PlotDialog.lbl.Chart=left click drag to zoom area. mouse wheel to zoom. ctrl-mouse wheel to zoom x axis only. ctrl-left click drag to pan. right click drag to zoom dynamically.
PlotDialog.lbl.timeSeriesWarning=The data is plotted in time order even though the X axis type is not time.
PlotDialog.btn.exportImage=Export Image
PlotDialog.btn.exportImage=Export Image
ComponentTree.ttip.massoverride=mass overriden
ComponentTree.ttip.massoverride=mass overriden
@ -1614,24 +1416,16 @@ main.menu.file.openRecent = Open recent
main.menu.file.openRecent.desc=Open a recent rocket design
main.menu.file.openRecent.desc=Open a recent rocket design
main.menu.file.openExample=Open example
main.menu.file.openExample=Open example
main.menu.file.openExample.desc=Open an example rocket design
main.menu.file.openExample.desc=Open an example rocket design
main.menu.file.import=Import
main.menu.file.import.desc=Import a rocket design file from another program
main.menu.file.import.RockSim=RockSim (.rkt)
main.menu.file.import.RockSim.desc=Import design from RockSim file into OpenRocket
main.menu.file.import.RASAero=RASAero II (.CDX1)
main.menu.file.import.RASAero.desc=Import design from RASAero II file into OpenRocket
main.menu.file.save=Save
main.menu.file.save=Save
main.menu.file.save.desc=Save the current rocket design
main.menu.file.save.desc=Save the current rocket design
main.menu.file.saveAs=Save as\u2026
main.menu.file.saveAs=Save as\u2026
main.menu.file.saveAs.desc=Save the current rocket design to a new file
main.menu.file.saveAs.desc=Save the current rocket design to a new file
main.menu.file.exportAs=Export as
! main.menu.file.import = Import\u2026
main.menu.file.exportAs.desc=Export design as selected file format
! main.menu.file.import.desc = Import design from RockSim rkt file
main.menu.file.exportAs.RockSim=RockSim (.rkt)
main.menu.file.export_as=Export as
main.menu.file.exportAs.RockSim.desc=Export design to RockSim file
main.menu.file.export_as.desc=Export design as selected file format
main.menu.file.exportAs.RASAero=RASAero II (.CDX1)
main.menu.file.encode_3d=Encode 3D
main.menu.file.exportAs.RASAero.desc=Export design to RASAero II file
main.menu.file.encode_3d.desc=Encode design to selected 3D file format
ComponentPresetChooserDialog.lbl.favorites=Check to add preset to the preset drop-down menu in the component edit dialog<br>Directly apply a preset by double-clicking it or by selecting it and closing this window.
ComponentPresetChooserDialog.lbl.favorites=Check to add preset to the preset drop-down menu in the component edit dialog<br>Directly apply a preset by double-clicking it or by selecting it and closing this window.
ComponentPresetChooserDialog.checkbox.alwaysOpenPreset=Always open this dialog when creating a new %s
ComponentPresetChooserDialog.checkbox.alwaysOpenPreset=Always open this dialog when creating a new %s
table.column.Favorite=\u2026 Favorite
table.column.Favorite= Favorite
table.column.Legacy=Legacy
table.column.Legacy=Legacy
table.column.Manufacturer=Manufacturer
table.column.Manufacturer=Manufacturer
table.column.PartNo=Part Number
table.column.PartNo=Part Number
@ -2480,17 +2250,16 @@ IgnitionSelectionDialog.opt.default = Change all configurations using the defaul
IgnitionSelectionDialog.opt.override=Override for the {0} flight configuration only
IgnitionSelectionDialog.opt.override=Override for the {0} flight configuration only
DeploymentSelectionDialog.opt.title=Which flight configurations are affected:
DeploymentSelectionDialog.opt.title=Which flight configurations are affected:
DeploymentSelectionDialog.opt.default=Change all configurations using the default deployment event
DeploymentSelectionDialog.opt.default=Change all configuration using the default deployment event
DeploymentSelectionDialog.opt.override=Override for the {0} flight configuration only
DeploymentSelectionDialog.opt.override=Override for the {0} flight configuration only
SeparationSelectionDialog.opt.title=Which flight configurations are affected:
SeparationSelectionDialog.opt.title=Which flight configurations are affected:
SeparationSelectionDialog.opt.default=Change all configurations using the default separation event
SeparationSelectionDialog.opt.default=Change all configuration using the default separation event
SeparationSelectionDialog.opt.override=Override for the {0} flight configuration only
SeparationSelectionDialog.opt.override=Override for the {0} flight configuration only
MotorConfigurationPanel.description=<b>Select the motors and motor ignition events of the selected flight configuration.</b><br> <em>Motor mounts:</em> Select which components function as motor mounts.<br> <em>Motor configurations:</em> Select the motor and ignition event for each motor mount.
MotorConfigurationPanel.description=<b>Select the motors and motor ignition events of the selected flight configuration.</b><br> <em>Motor mounts:</em> Select which components function as motor mounts.<br> <em>Motor configurations:</em> Select the motor and ignition event for each motor mount.
MotorDescriptionSubstitutor.description=Motors in the configuration
MotorDescriptionSubstitutor.description=Motors in the configuration
MotorManufacturerSubstitutor.description=Motor manufacturers in the configuration
pref.dlg.lbl.RockSimWarning=إظهار تحذير عند الحفظ بتنسيق روكسيم
pref.dlg.lbl.RockSimWarning=إظهار تحذير عند الحفظ بتنسيق روكسيم
pref.dlg.but.resetAllPreferences =إعادة تعيين كل التفضيلات
pref.dlg.but.clearCachedPreferences =إعادة تعيين كل التفضيلات
pref.dlg.but.resetAllPreferences.ttip =(إعدادات واجهة المستخدم والملفات الحديثة وما إلى ذلك)إعادة تعيين جميع التفضيلات ، بما في ذلك التفضيلات المخزنة مؤقتًا
pref.dlg.but.clearCachedPreferences.ttip =(إعدادات واجهة المستخدم والملفات الحديثة وما إلى ذلك)إعادة تعيين جميع التفضيلات ، بما في ذلك التفضيلات المخزنة مؤقتًا
pref.dlg.clearCachedPreferences.title=هل تريد إعادة تعيين التفضيلات؟
pref.dlg.clearCachedPreferences.title=هل تريد إعادة تعيين التفضيلات؟
pref.dlg.clearCachedPreferences.message=هل أنت متأكد أنك تريد إعادة تعيين كل تفضيلاتك؟
pref.dlg.clearCachedPreferences.message=هل أنت متأكد أنك تريد إعادة تعيين كل تفضيلاتك؟
pref.dlg.DescriptionArea.Adddirectories=.ملفات محرك روكسيم أو أرشيفات زيب مفصولة بفاصلة منقوطة لتحميل منحنيات الدفع الخارجية. ستدخل التغييرات حيز التنفيذ في المرة التالية التي تفتح فيها أوبنروكت (* .rse)أو RASP ملفات محرك (* .eng), أضف الدلائل
pref.dlg.DescriptionArea.Adddirectories=.ملفات محرك روكسيم أو أرشيفات زيب مفصولة بفاصلة منقوطة لتحميل منحنيات الدفع الخارجية. ستدخل التغييرات حيز التنفيذ في المرة التالية التي تفتح فيها أوبنروكت (* .rse)أو RASP ملفات محرك (* .eng), أضف الدلائل
RocketCompCfg.checkbox.Endcapped.ttip=.يغلق نهاية الكتف
RocketCompCfg.checkbox.Endcapped.ttip=.يغلق نهاية الكتف
RocketCompCfg.border.Aftshoulder =مؤخرة الكتف
RocketCompCfg.title.Aftshoulder =مؤخرة الكتف
RocketCompCfg.border.Foreshoulder=مقدمة الكتف
RocketCompCfg.border.Foreshoulder=مقدمة الكتف
!RocketCompCfg.lbl.Length = :الطول
!RocketCompCfg.lbl.Length = :الطول
RocketCompCfg.lbl.InstanceCount=عدد المثيل
RocketCompCfg.lbl.InstanceSeparation=فصل المثيل
RocketCompCfg.tab.Outside=من الخارج
RocketCompCfg.tab.Outside=من الخارج
RocketCompCfg.tab.Inside=من الداخل
RocketCompCfg.tab.Inside=من الداخل
RocketCompCfg.tab.RightSide=الجانب اليميني
RocketCompCfg.tab.RightSide=الجانب اليميني
RocketCompCfg.tab.LeftSide=الجانب اليساري
RocketCompCfg.tab.LeftSide=الجانب اليساري
! InstancesPanel
InstancesPanel.lbl.InstanceCount=عدد المثيل
InstancesPanel.lbl.InstanceSeparation=فصل المثيل
! ComponentInfo
! ComponentInfo
ComponentInfo.EngineBlock=.كتلة المحرك تمنعه من التحرك للأمام في أنبوب الحامل للمحرك<br><br>.من أجل إضافة محرك ، قم بإنشاء أنبوب جسم أو أنبوب داخلي وقم بتمييزه على أنه حامل محرك في علامة تبويب المحرك
ComponentInfo.EngineBlock=.كتلة المحرك تمنعه من التحرك للأمام في أنبوب الحامل للمحرك<br><br>.من أجل إضافة محرك ، قم بإنشاء أنبوب جسم أو أنبوب داخلي وقم بتمييزه على أنه حامل محرك في علامة تبويب المحرك
pref.dlg.DescriptionArea.Adddirectories=Pridej adresáre, soubory RASP motor (*.eng), RockSim engine soubory (*.rse) nebo ZIP archiv oddelený oddelovacem (;) k nahrání externích výkonových prubehu. Zmeny se projeví po restaru programu OpenRocket.
pref.dlg.DescriptionArea.Adddirectories=Pridej adresáre, soubory RASP motor (*.eng), RockSim engine soubory (*.rse) nebo ZIP archiv oddelený oddelovacem (;) k nahrání externích výkonových prubehu. Zmeny se projeví po restaru programu OpenRocket.
generalprefs.lbl.language =Jazyk rohranní:
PreferencesDialog.lbl.language =Jazyk rohranní:
generalprefs.languages.default =Výchozí
PreferencesDialog.languages.default =Výchozí
generalprefs.lbl.languageEffect =Jazyk se zmení pri dal\u0161ím spu\u0161tení programu OpenRocket.
PreferencesDialog.lbl.languageEffect =Jazyk se zmení pri dal\u0161ím spu\u0161tení programu OpenRocket.
! Software update checker
! Software update checker
update.dlg.error.title=Nemohu získat informace o aktualizacích
update.dlg.error.title=Nemohu získat informace o aktualizacích
@ -651,7 +656,7 @@ RocketCompCfg.lbl.Length = D
RocketCompCfg.lbl.Thickness=Tlou\u0161tka:
RocketCompCfg.lbl.Thickness=Tlou\u0161tka:
RocketCompCfg.checkbox.Endcapped=Záslepka
RocketCompCfg.checkbox.Endcapped=Záslepka
RocketCompCfg.ttip.Endcapped=Zdali je konec ramene zaslepen.
RocketCompCfg.ttip.Endcapped=Zdali je konec ramene zaslepen.
@ -266,9 +271,9 @@ pref.dlg.PrefBooleanSelector2 = Best
pref.dlg.Add=Hinzufügen
pref.dlg.Add=Hinzufügen
pref.dlg.DescriptionArea.Adddirectories=Um eigene Schubkurven zu laden, Verzeichnisse, RASP-Motordateien (*.eng), RockSim-Motordateien (*.rse) oder ZIP-Archive mit Semikolon getrennt eingeben. Änderungen werden beim nächsten Neustart von OpenRocket übernommen.
pref.dlg.DescriptionArea.Adddirectories=Um eigene Schubkurven zu laden, Verzeichnisse, RASP-Motordateien (*.eng), RockSim-Motordateien (*.rse) oder ZIP-Archive mit Semikolon getrennt eingeben. Änderungen werden beim nächsten Neustart von OpenRocket übernommen.
pref.dlg.DescriptionArea.Adddirectories=Aggiungi cartelle, RASP motor files (*.eng), RockSim engine files (*.rse) or ZIP archives separate da puntoevirgola (;) per caricare curve di spinta esterne. I cambiamenti avranno effetto la prossima volta che avvierai OpenRocket.
pref.dlg.DescriptionArea.Adddirectories=Aggiungi cartelle, RASP motor files (*.eng), RockSim engine files (*.rse) or ZIP archives separate da puntoevirgola (;) per caricare curve di spinta esterne. I cambiamenti avranno effetto la prossima volta che avvierai OpenRocket.
pref.dlg.lbl.RASAeroWarning=Toon waarschuwingen bij opslaan in RASAero-formaat
pref.dlg.lbl.RockSimWarning=Toon waarschuwingen bij opslaan in RockSim-formaat
pref.dlg.lbl.RockSimWarning=Toon waarschuwingen bij opslaan in RockSim-formaat
pref.dlg.but.resetAllPreferences =Alle voorkeuren opnieuw instellen
pref.dlg.but.clearCachedPreferences =Alle voorkeuren opnieuw instellen
pref.dlg.but.resetAllPreferences.ttip =Alle voorkeuren opnieuw instellen, inclusief voorkeuren in de cache (UI-instellingen, recente bestanden, enz.)
pref.dlg.but.clearCachedPreferences.ttip =Alle voorkeuren opnieuw instellen, inclusief voorkeuren in de cache (UI-instellingen, recente bestanden, enz.)
pref.dlg.clearCachedPreferences.title=Voorkeuren opnieuw instellen?
pref.dlg.clearCachedPreferences.title=Voorkeuren opnieuw instellen?
pref.dlg.clearCachedPreferences.message=Bent u zeker dat u al uw voorkeuren opnieuw wilt instellen?
pref.dlg.clearCachedPreferences.message=Bent u zeker dat u al uw voorkeuren opnieuw wilt instellen?
pref.dlg.DescriptionArea.Adddirectories=Voeg folders, RASP motorbestanden (*.eng), RockSim motorbestanden (*.rse) of ZIP-archieven gescheiden door een puntkomma (;) om externe stuwkrachtcurves te laden. Wijzigingen zullen van kracht gaan de volgende keer dat u OpenRocket start.
pref.dlg.DescriptionArea.Adddirectories=Voeg folders, RASP motorbestanden (*.eng), RockSim motorbestanden (*.rse) of ZIP-archieven gescheiden door een puntkomma (;) om externe stuwkrachtcurves te laden. Wijzigingen zullen van kracht gaan de volgende keer dat u OpenRocket start.
ComponentInfo.EngineBlock=Een <b>motorblok</b> voorkomt dat de motor voorwaarts beweegt in de buis van de motorsteun.<br><br>Om een motor toe te voegen, maak een <b>rompbuis</b> of <b>binnenbuis</b> en markeer het als een motorbevestiging in het <em>Motortabblad</em>.
ComponentInfo.EngineBlock=Een <b>motorblok</b> voorkomt dat de motor voorwaarts beweegt in de buis van de motorsteun.<br><br>Om een motor toe te voegen, maak een <b>rompbuis</b> of <b>binnenbuis</b> en markeer het als een motorbevestiging in het <em>Motortabblad</em>.
@ -1211,10 +1217,6 @@ FinsetConfig.ttip.Finfillets1 = <HTML>Voegt de voorspelde massa van de vin fille
FinsetConfig.ttip.Finfillets2=Veronderstelt dat de fillet concaaf is en raakt aan de buis en de vin.<br>
FinsetConfig.ttip.Finfillets2=Veronderstelt dat de fillet concaaf is en raakt aan de buis en de vin.<br>
FinsetConfig.ttip.Finfillets3=Nul radius geeft geen fillet.
FinsetConfig.ttip.Finfillets3=Nul radius geeft geen fillet.
! Save RASAero Warning Dialog
SaveRASAeroWarningDialog.txt1=Exporteren naar RASAero bestandsformaat ondersteunt niet alle functies van OpenRocket.
SaveRASAeroWarningDialog.donotshow=Laat dit dialoogvenster niet meer zien
! Save RKT Warning Dialog
! Save RKT Warning Dialog
SaveRktWarningDialog.txt1=Exporteren naar RockSim bestandsformaat ondersteunt niet alle functies van OpenRocket.
SaveRktWarningDialog.txt1=Exporteren naar RockSim bestandsformaat ondersteunt niet alle functies van OpenRocket.
SaveRktWarningDialog.donotshow=Laat dit dialoogvenster niet meer zien
SaveRktWarningDialog.donotshow=Laat dit dialoogvenster niet meer zien
@ -1227,7 +1229,11 @@ StorageOptChooser.lbl.Simdatatostore = Gesimuleerde gegevens om op te slaan:
pref.dlg.DescriptionArea.Adddirectories=Dodaj katalogi, pliki silnikowe RASP (*.eng), Pliki silnikowe RockSim (*.rse) albo archiwa ZIP rozdzielone \u015Brednikiem (;) by za\u0142adowa\u0107 zewn\u0119trzne krzywe si\u0142y ci\u0105gu. Zmiany zostan\u0105 wprowadzone przy kolejnym uruchomieniu OpenRocket.
pref.dlg.DescriptionArea.Adddirectories=Dodaj katalogi, pliki silnikowe RASP (*.eng), Pliki silnikowe RockSim (*.rse) albo archiwa ZIP rozdzielone \u015Brednikiem (;) by za\u0142adowa\u0107 zewn\u0119trzne krzywe si\u0142y ci\u0105gu. Zmiany zostan\u0105 wprowadzone przy kolejnym uruchomieniu OpenRocket.
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.
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.