Fin import updates
[debian/openrocket] / core / resources / l10n / messages.properties
index 19b13442e3b3e39294390c7e34d9fbbcbe5a71a7..4ffdbd98f9ce70a25e4d4e3e62da4da0bcd74e2d 100644 (file)
@@ -58,9 +58,6 @@ RocketPanel.lbl.infoMessage = <html>Click to select &nbsp;&nbsp; Shift+click to
 
 
 ! BasicFrame
-BasicFrame.SimpleFileFilter1 = All rocket designs (*.ork; *.rkt)
-BasicFrame.SimpleFileFilter2 = OpenRocket designs (*.ork)
-BasicFrame.SimpleFileFilter3 = RockSim designs (*.rkt)
 BasicFrame.tab.Rocketdesign = Rocket design
 BasicFrame.tab.Flightsim = Flight simulations
 BasicFrame.title.Addnewcomp = Add new component
@@ -95,7 +92,11 @@ dlg.but.close = Close
 
 
 ! General file type names
-filetypes.pdf = PDF files
+filetypes.pdf = PDF files (*.pdf)
+BasicFrame.SimpleFileFilter1 = All rocket designs (*.ork; *.rkt)
+BasicFrame.SimpleFileFilter2 = OpenRocket designs (*.ork)
+BasicFrame.SimpleFileFilter3 = RockSim designs (*.rkt)
+filetypes.images = Image files
 
 
 ! About Dialog
@@ -1574,12 +1575,12 @@ GuidedTourSelectionDialog.btn.start = Start tour!
 
 
 ! Custom Fin BMP Importer
-CustomFinImport.button.label = Import from BMP
-CustomFinImport.filter = Bitmap Files (*.bmp)
+CustomFinImport.button.label = Import from image
 CustomFinImport.badFinImage = Invalid fin image. Must be a black and white image (black for the fin), not touching any side, except the bottom of the image, which is the base of the fin.
 CustomFinImport.errorLoadingFile = Error loading file: 
 CustomFinImport.errorParsingFile = Error parsing fin image: 
 CustomFinImport.undo = Import freeform fin set
 CustomFinImport.error.title = Error loading fin profile
 CustomFinImport.error.badimage = Could not deduce fin shape from image.
+CustomFinImport.description = The image must be a black and white image (black for the fin), not touching any side, except the bottom of the image, which is the base of the fin.