summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2009-07-11 07:52:21 +0000
committerJazzyNico <JazzyNico@users.sourceforge.net>2009-07-11 07:52:21 +0000
commitece291699ed827fb02e9c9447f637042f53ec253 (patch)
tree4a50a64311494625fd1d76c2e005297eecf52df9
parentstrings update (diff)
downloadinkscape-ece291699ed827fb02e9c9447f637042f53ec253.tar.gz
inkscape-ece291699ed827fb02e9c9447f637042f53ec253.zip
Fix for LP #325659 (no translation for extensions description pages) and #217236 (intltool - messages extracted from XML missing new lines).
(bzr r8255)
-rw-r--r--share/extensions/funcplot.inx4
-rw-r--r--share/extensions/lindenmayer.inx2
-rw-r--r--share/extensions/param_curves.inx22
3 files changed, 14 insertions, 14 deletions
diff --git a/share/extensions/funcplot.inx b/share/extensions/funcplot.inx
index 107076dcf..6af6595c9 100644
--- a/share/extensions/funcplot.inx
+++ b/share/extensions/funcplot.inx
@@ -16,7 +16,7 @@
<param name="polar" type="boolean" _gui-text="Use polar coordinates">true</param>
</page>
<page name="use" _gui-text="Use">
- <_param name="funcplotuse" type="description">Select a rectangle before calling the extension,
+ <_param name="funcplotuse" type="description" xml:space="preserve">Select a rectangle before calling the extension,
it will determine X and Y scales.
With polar coordinates:
@@ -26,7 +26,7 @@ With polar coordinates:
First derivative is always determined numerically.</_param>
</page>
<page name="desc" _gui-text="Functions">
- <_param name="pythonfunctions" type="description">Standard Python math functions are available:
+ <_param name="pythonfunctions" type="description" xml:space="preserve">Standard Python math functions are available:
ceil(x); fabs(x); floor(x); fmod(x,y); frexp(x); ldexp(x,i);
modf(x); exp(x); log(x [, base]); log10(x); pow(x,y); sqrt(x);
diff --git a/share/extensions/lindenmayer.inx b/share/extensions/lindenmayer.inx
index e51cfe8ca..4cebaf3fe 100644
--- a/share/extensions/lindenmayer.inx
+++ b/share/extensions/lindenmayer.inx
@@ -16,7 +16,7 @@
<param name="randomizeangle" type="float" min="0.0" max="100.0" _gui-text="Randomize angle (%)">0.0</param>
</page>
<page name="help" _gui-text="Help">
- <_param name="lhelp" type="description">
+ <_param name="lhelp" type="description" xml:space="preserve">
The path is generated by applying the
substitutions of Rules to the Axiom,
Order times. The following commands are
diff --git a/share/extensions/param_curves.inx b/share/extensions/param_curves.inx
index 5c6b408e4..0d21329cd 100644
--- a/share/extensions/param_curves.inx
+++ b/share/extensions/param_curves.inx
@@ -17,20 +17,20 @@
<param name="isoscale" type="boolean" _gui-text="Isotropic scaling (uses smallest: width/xrange or height/yrange)">false</param>
</page>
<page name="use" _gui-text="Use">
- <_param name="funcplotuse" type="description">Select a rectangle before calling the extension;
-it will determine X and Y scales.
-
+ <_param name="funcplotuse" type="description" xml:space="preserve">Select a rectangle before calling the extension,
+it will determine X and Y scales.
+
First derivatives are always determined numerically.</_param>
</page>
<page name="desc" _gui-text="Functions">
- <_param name="pythonfunctions" type="description">Standard Python math functions are available:
-
-ceil(x); fabs(x); floor(x); fmod(x,y); frexp(x); ldexp(x,i);
-modf(x); exp(x); log(x [, base]); log10(x); pow(x,y); sqrt(x);
-acos(x); asin(x); atan(x); atan2(y,x); hypot(x,y);
-cos(x); sin(x); tan(x); degrees(x); radians(x);
-cosh(x); sinh(x); tanh(x).
-
+ <_param name="pythonfunctions" type="description" xml:space="preserve">Standard Python math functions are available:
+
+ceil(x); fabs(x); floor(x); fmod(x,y); frexp(x); ldexp(x,i);
+modf(x); exp(x); log(x [, base]); log10(x); pow(x,y); sqrt(x);
+acos(x); asin(x); atan(x); atan2(y,x); hypot(x,y);
+cos(x); sin(x); tan(x); degrees(x); radians(x);
+cosh(x); sinh(x); tanh(x).
+
The constants pi and e are also available.</_param>
</page>
</param>