Code

Another extensions added to the list of translatables, all three ones now installable...
authorprokoudine <prokoudine@users.sourceforge.net>
Sat, 28 Mar 2009 01:46:22 +0000 (01:46 +0000)
committerprokoudine <prokoudine@users.sourceforge.net>
Sat, 28 Mar 2009 01:46:22 +0000 (01:46 +0000)
po/POTFILES.in
share/extensions/Makefile.am
share/extensions/interp-att-g.inx
share/extensions/web-set-att.inx
share/extensions/web-transmit-att.inx

index 18ee7e4a6308cafc270bc3ab5a05d2875b2b6bfe..7774d50cdc474b041439aea884b79c4ca412f71a 100644 (file)
@@ -417,6 +417,7 @@ share/extensions/svg_and_media_zip_output.py
 [type: gettext/xml] share/extensions/text_uppercase.inx
 [type: gettext/xml] share/extensions/triangle.inx
 [type: gettext/xml] share/extensions/txt2svg.inx
+[type: gettext/xml] share/extensions/web-set-att.inx
 [type: gettext/xml] share/extensions/web-transmit-att.inx
 [type: gettext/xml] share/extensions/whirl.inx
 [type: gettext/xml] share/extensions/wmf_input.inx
index 8ff7c710f3e46712f1c1557b1cb8bee73f181726..70b06c213bbf4f615e35bbbfcae7fb6f7f48a34f 100644 (file)
@@ -68,6 +68,7 @@ extensions = \
        inkex.py \
        Inkscape.pm \
        interp.py \
+       interp-att-g.py \
        launch_webbrowser.py \
        lindenmayer.py \
        lorem_ipsum.py \
@@ -116,6 +117,8 @@ extensions = \
        triangle.py \
        txt2svg.pl \
        uniconv-ext.py \
+       web-set-att.py \
+       web-transmit-att.py \
        whirl.py
 
 otherstuff = \
@@ -188,6 +191,7 @@ modules = \
        inkscape_help_svgspec.inx \
        inkscape_help_keys.inx \
        interp.inx \
+       interp-att-g.py \
        lindenmayer.inx \
        lorem_ipsum.inx \
        markers_strokepaint.inx \
@@ -227,6 +231,8 @@ modules = \
        text_braille.inx \
        triangle.inx \
        txt2svg.inx \
+       web-set-att.py \
+       web-transmit-att.py \
        whirl.inx \
        wmf_input.inx \
        xaml2svg.inx
index 6dc50afbc04a5c8ca0c1ce4ac4cacd66bbf33c7a..504833db5724362796abc9bdf361ed71da188255 100644 (file)
@@ -4,7 +4,7 @@
   <id>org.inkscape.filter.interp-att-g</id>
   <dependency type="executable" location="extensions">interp-att-g.py</dependency>
   <dependency type="executable" location="extensions">inkex.py</dependency>
-  <_param name="intro" type="description">This effect applays a value for any interpolable attribute for all elements inside the selected group or for all elements in a multiple selection</_param>
+  <_param name="intro" type="description">This effect applies a value for any interpolatable attribute for all elements inside the selected group or for all elements in a multiple selection</_param>
   <param name="att" type="enum" _gui-text="Attribute to Interpolate">
     <_item value="width">Width</_item>
     <_item value="height">Height</_item>
     <_item value="opacity">Opacity</_item>
     <_item value="other">Other</_item>
   </param>
-  <_param name="other-info" type="description">If you select "Other", you must know the SVG atributes to identify here this "other":</_param>
+  <_param name="other-info" type="description">If you select "Other", you must know the SVG attributes to identify here this "other":</_param>
   <param name="att-other" type="string" _gui-text="Other Attribute"></param>
   <param name="att-other-type" type="enum" _gui-text="Other Attribute type">
     <_item value="color">Color</_item>
-    <_item value="int">Interger Number</_item>
+    <_item value="int">Integer Number</_item>
     <_item value="float">Float Number</_item>
   </param>
-  <param name="att-other-where" type="enum" _gui-text="Where to aply?">
+  <param name="att-other-where" type="enum" _gui-text="Where to apply?">
     <_item value="tag">Tag</_item>
     <_item value="style">Style</_item>
     <_item value="transform">Transformation</_item>
@@ -48,4 +48,4 @@
   <script>
     <command reldir="extensions" interpreter="python">interp-att-g.py</command>
   </script>
-</inkscape-extension>
\ No newline at end of file
+</inkscape-extension>
index d9058d7ce1b5c0a553f4566762532b8ad295ec70..9c32cd99c6c2ff581c6cee07e796c8f6822af52b 100644 (file)
@@ -6,7 +6,7 @@
   <dependency type="executable" location="extensions">inkex.py</dependency>
   <_param name="intro" type="description">This effect adds a feature visible (or usable) only on a SVG enabled web browser (like Firefox).</_param>
   <_param name="sep1" type="description">••••••••••••••••••••••••••••••••••••••••••••••••</_param>
-  <_param name="help" type="description">This effect sets one or more atributes in the second selected element, when a defined event occurs on the first selected element.</_param>
+  <_param name="help" type="description">This effect sets one or more attributes in the second selected element, when a defined event occurs on the first selected element.</_param>
   <_param name="sep2" type="description">••••••••••••••••••••••••••••••••••••••••••••••••</_param>
   <_param name="help" type="description">If you want to set more then one attribute, you must separate this with a space, and only with a space.</_param>
   <param name="att" type="string" _gui-text="Attribute to set">fill stroke stroke-width</param>
@@ -33,7 +33,7 @@
     <object-type>all</object-type>
     <effects-menu>
       <submenu _name="Web">
-        <submenu name="Javascript"/>
+        <submenu name="JavaScript"/>
       </submenu>
     </effects-menu>
   </effect>
index 5d5a52a6354a92571f08e2b5a5de839db83dd3b2..537e1c7bb71eca6e3e30dd94e87591db2e567236 100644 (file)
@@ -6,7 +6,7 @@
   <dependency type="executable" location="extensions">inkex.py</dependency>
   <_param name="intro" type="description">This effect adds a feature visible (or usable) only on a SVG enabled web browser (like Firefox).</_param>
   <_param name="sep1" type="description">••••••••••••••••••••••••••••••••••••••••••••••••</_param>
-  <_param name="help" type="description">This effect transmit one or more atributes from the first selected element to the second when a event occurs.</_param>
+  <_param name="help" type="description">This effect transmit one or more attributes from the first selected element to the second when a event occurs.</_param>
   <_param name="sep2" type="description">••••••••••••••••••••••••••••••••••••••••••••••••</_param>
   <_param name="help" type="description">If you want to transmit more then one attribute, you must separate this with a space, and only with a space.</_param>
   <param name="att" type="string" _gui-text="Attribute to transmit">fill</param>
@@ -31,7 +31,7 @@
     <object-type>all</object-type>
     <effects-menu>
       <submenu _name="Web">
-        <submenu name="Javascript"/>
+        <submenu name="JavaScript"/>
       </submenu>
     </effects-menu>
   </effect>