diff options
| author | Alexandre Prokoudine <alexandre.prokoudine@gmail.com> | 2009-03-28 01:46:22 +0000 |
|---|---|---|
| committer | prokoudine <prokoudine@users.sourceforge.net> | 2009-03-28 01:46:22 +0000 |
| commit | 437c1fbafdc47be78976e4980fa6baf3f450c821 (patch) | |
| tree | 872ab2b9007cc83801f1694041160b6095c69540 | |
| parent | Fix warning with newer GCC versions (diff) | |
| download | inkscape-437c1fbafdc47be78976e4980fa6baf3f450c821.tar.gz inkscape-437c1fbafdc47be78976e4980fa6baf3f450c821.zip | |
Another extensions added to the list of translatables, all three ones now installable and typoless :)
(bzr r7578)
| -rw-r--r-- | po/POTFILES.in | 1 | ||||
| -rw-r--r-- | share/extensions/Makefile.am | 6 | ||||
| -rw-r--r-- | share/extensions/interp-att-g.inx | 10 | ||||
| -rw-r--r-- | share/extensions/web-set-att.inx | 4 | ||||
| -rw-r--r-- | share/extensions/web-transmit-att.inx | 4 |
5 files changed, 16 insertions, 9 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 18ee7e4a6..7774d50cd 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -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 diff --git a/share/extensions/Makefile.am b/share/extensions/Makefile.am index 8ff7c710f..70b06c213 100644 --- a/share/extensions/Makefile.am +++ b/share/extensions/Makefile.am @@ -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 diff --git a/share/extensions/interp-att-g.inx b/share/extensions/interp-att-g.inx index 6dc50afbc..504833db5 100644 --- a/share/extensions/interp-att-g.inx +++ b/share/extensions/interp-att-g.inx @@ -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> @@ -15,14 +15,14 @@ <_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> diff --git a/share/extensions/web-set-att.inx b/share/extensions/web-set-att.inx index d9058d7ce..9c32cd99c 100644 --- a/share/extensions/web-set-att.inx +++ b/share/extensions/web-set-att.inx @@ -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> diff --git a/share/extensions/web-transmit-att.inx b/share/extensions/web-transmit-att.inx index 5d5a52a63..537e1c7bb 100644 --- a/share/extensions/web-transmit-att.inx +++ b/share/extensions/web-transmit-att.inx @@ -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> |
