From 001887b6b7009ca1ef871819844041e3d54e1d57 Mon Sep 17 00:00:00 2001 From: prokoudine Date: Sat, 28 Mar 2009 01:46:22 +0000 Subject: [PATCH] Another extensions added to the list of translatables, all three ones now installable and typoless :) --- po/POTFILES.in | 1 + share/extensions/Makefile.am | 6 ++++++ share/extensions/interp-att-g.inx | 10 +++++----- share/extensions/web-set-att.inx | 4 ++-- 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 @@ org.inkscape.filter.interp-att-g interp-att-g.py inkex.py - <_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 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 <_item value="width">Width <_item value="height">Height @@ -15,14 +15,14 @@ <_item value="opacity">Opacity <_item value="other">Other - <_param name="other-info" type="description">If you select "Other", you must know the SVG atributes to identify here this "other": + <_param name="other-info" type="description">If you select "Other", you must know the SVG attributes to identify here this "other": <_item value="color">Color - <_item value="int">Interger Number + <_item value="int">Integer Number <_item value="float">Float Number - + <_item value="tag">Tag <_item value="style">Style <_item value="transform">Transformation @@ -48,4 +48,4 @@ - \ No newline at end of file + 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 @@ inkex.py <_param name="intro" type="description">This effect adds a feature visible (or usable) only on a SVG enabled web browser (like Firefox). <_param name="sep1" type="description">•••••••••••••••••••••••••••••••••••••••••••••••• - <_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 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 name="sep2" type="description">•••••••••••••••••••••••••••••••••••••••••••••••• <_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. fill stroke stroke-width @@ -33,7 +33,7 @@ all - + 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 @@ inkex.py <_param name="intro" type="description">This effect adds a feature visible (or usable) only on a SVG enabled web browser (like Firefox). <_param name="sep1" type="description">•••••••••••••••••••••••••••••••••••••••••••••••• - <_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 name="help" type="description">This effect transmit one or more attributes from the first selected element to the second when a event occurs. <_param name="sep2" type="description">•••••••••••••••••••••••••••••••••••••••••••••••• <_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. fill @@ -31,7 +31,7 @@ all - + -- 2.30.2