- Implemented copying of custom expressions to other simulations in expression builde...
[debian/openrocket] / core / resources / l10n / messages.properties
index 2e5ba18c116122f3504d029fdb82ed0860ceb877..db2b58af2ec0c051bda7a46acff3c2de267629b0 100644 (file)
@@ -454,7 +454,7 @@ customExpression.Description = Description
 
 ! Custom expression panel
 customExpressionPanel.but.NewExpression = New expression
-customExpressionPanel.lbl.UpdateNote = You must run the simulation before data will be available for plotting. 
+customExpressionPanel.lbl.UpdateNote = You must run the simulation before data will be available for plotting.
 customExpressionPanel.lbl.CalcNote = Expressions will be calculated in the order shown.
 customExpressionPanel.lbl.CustomExpressions = Custom Expressions :
 customExpression.Units.but.ttip.Remove = Remove this expression
@@ -469,6 +469,8 @@ ExpressionBuilderDialog.InsertOperator = Insert Operator
 ExpressionBuilderDialog.led.ttip.Name = Name must not have already been used
 ExpressionBuilderDialog.led.ttip.Symbol = Symbol must not have already been used
 ExpressionBuilderDialog.led.ttip.Expression = Expression must use only known symbols and operators
+ExpressionBuilderDialog.CopyToOtherSimulations = Copy to other simulations
+ExpressionBuilderDialog.CopyToOtherSimulations.ttip = <html>Make a copy of this expression in other simulations in this document.<br>Will not overwrite or modify any existing expressions in other simulations. 
 
 ! Custom expression variable selector
 CustomVariableSelector.title = Variable Selector
@@ -476,6 +478,30 @@ CustomVariableSelector.title = Variable Selector
 ! Custom operator selector
 CustomOperatorSelector.title = Operator Selector
 
+! Operators
+Operator.plus = Addition
+Operator.minus = Subtraction
+Operator.star = Multiplication
+Operator.div = Divison
+Operator.mod = Modulo
+Operator.pow = Exponentiation
+Operator.abs = Absolute value
+Operator.ceil = Ceiling (next integer value
+Operator.floor = Floor (previous integer value
+Operator.sqrt = Square root
+Operator.cbrt = Cubic root
+Operator.exp = Euler\'s number raised to the value (e^x)
+Operator.ln = Natural logarithm
+Operator.sin = Sine
+Operator.cos = Cosine
+Operator.tan = Tangent
+Operator.asin = Arc sine
+Operator.acos = Arc cosine
+Operator.atan = Arc tangent
+Operator.hsin = Hyerbolic sine
+Operator.hcos = Hyperbolic cosine
+Operator.htan = Hyperbolic tangent
+
 ! MotorPlot
 MotorPlot.title.Motorplot = Motor plot
 MotorPlot.but.Select = Select
@@ -1005,6 +1031,8 @@ main.menu.file.new = New
 main.menu.file.new.desc = Create a new rocket design
 main.menu.file.open = Open...
 BasicFrame.item.Openrocketdesign = Open a rocket design
+main.menu.file.openRecent = Open Recent...
+BasicFrame.item.Openrecentrocketdesign = Open a recent rocket design
 main.menu.file.openExample = Open example...
 BasicFrame.item.Openexamplerocketdesign = Open an example rocket design
 main.menu.file.save = Save