]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
New icons and messages for dialog of editing curve parameters
authorsln <sln@opencascade.com>
Thu, 11 Sep 2008 12:00:42 +0000 (12:00 +0000)
committersln <sln@opencascade.com>
Thu, 11 Sep 2008 12:00:42 +0000 (12:00 +0000)
src/Plot2d/resources/Plot2d_images.ts
src/Plot2d/resources/Plot2d_msg_en.ts
src/Plot2d/resources/plot2d_curves_settings.png [new file with mode: 0755]
src/Plot2d/resources/plot2d_minus.png [new file with mode: 0755]

index 9f30f866808e32d0ac362d452f7ad67f7445f735..58cf8b95279e4d0a3c5f7224bff3f3199144ee1a 100644 (file)
         <source>ICON_PLOT2D_SHOW_LEGEND</source>
         <translation>plot2d_legend.png</translation>
     </message>
+    <message>
+        <source>ICON_CURVES_SETTINGS</source>
+        <translation>plot2d_curves_settings.png</translation>
+    </message>
+    <message>
+        <source>ICON_MINUS</source>
+        <translation>plot2d_minus.png</translation>
+    </message>
 </context>
 </TS>
index 367bde8d09a6b43dac67369a1e42b92ed0c8faca..dd862f3d8950c9e0236c582a1d27b52e50e6c3d1 100644 (file)
@@ -423,6 +423,18 @@ Logarithmic scale for ordinate axis is not allowed.</translation>
         <source>MEN_PLOT2D_SETTINGS</source>
         <translation>&amp;Settings</translation>
     </message>
+    <message>
+        <source>TOT_CURVES_SETTINGS</source>
+        <translation>Curves settings</translation>
+    </message>
+    <message>
+        <source>MEN_CURVES_SETTINGS</source>
+        <translation>Curves settings</translation>
+    </message>
+    <message>
+        <source>PRP_CURVES_SETTINGS</source>
+        <translation>Setups curves properties</translation>
+    </message>
     <message>
         <source>CIRCLE_MARKER_LBL</source>
         <translation>Circle</translation>
@@ -502,4 +514,54 @@ Logarithmic scale for ordinate axis is not allowed.</translation>
         <translation>Plot2d scene:%M - viewer:%V</translation>
     </message>
 </context>
+<context>
+    <name>Plot2d_SetupCurvesDlg</name>
+    <message>
+        <source>SETUP_CURVES</source>
+        <translation>Setup curves</translation>
+    </message>
+    <message>
+        <source>PARAMETERS</source>
+        <translation>Parameters</translation>
+    </message>
+    <message>
+        <source>FIG</source>
+        <translation>Fig</translation>
+    </message>
+    <message>
+        <source>MARKER</source>
+        <translation>Marker</translation>
+    </message>
+    <message>
+        <source>TEXT</source>
+        <translation>Text</translation>
+    </message>
+    <message>
+        <source>COLOR</source>
+        <translation>Color</translation>
+    </message>
+    <message>
+        <source>NB_MARKERS</source>
+        <translation>Nb markers</translation>
+    </message>
+</context>
 </TS>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/Plot2d/resources/plot2d_curves_settings.png b/src/Plot2d/resources/plot2d_curves_settings.png
new file mode 100755 (executable)
index 0000000..53d4f2c
Binary files /dev/null and b/src/Plot2d/resources/plot2d_curves_settings.png differ
diff --git a/src/Plot2d/resources/plot2d_minus.png b/src/Plot2d/resources/plot2d_minus.png
new file mode 100755 (executable)
index 0000000..055182e
Binary files /dev/null and b/src/Plot2d/resources/plot2d_minus.png differ