summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7dab355)
raw | patch | inline | side by side (parent: 7dab355)
author | luca_bruno <luca_bruno@users.sourceforge.net> | |
Mon, 27 Aug 2007 12:07:33 +0000 (12:07 +0000) | ||
committer | luca_bruno <luca_bruno@users.sourceforge.net> | |
Mon, 27 Aug 2007 12:07:33 +0000 (12:07 +0000) |
src/extension/internal/bitmap/convolve.cpp | patch | blob | history | |
src/extension/internal/bitmap/threshold.cpp | patch | blob | history |
diff --git a/src/extension/internal/bitmap/convolve.cpp b/src/extension/internal/bitmap/convolve.cpp
index 008cd439081468808d705b237d49d80f90c03467..3c04bfebe5a48094c490a7e71dbbd9528b62be38 100644 (file)
{
Inkscape::Extension::build_from_mem(
"<inkscape-extension>\n"
+// TRANSLATORS: see http://docs.gimp.org/en/gimp-tool-convolve.html
"<name>" N_("Convolve") "</name>\n"
"<id>org.inkscape.effect.bitmap.convolve</id>\n"
"<param name=\"order\" gui-text=\"" N_("Order") "\" type=\"int\" >1</param>\n"
diff --git a/src/extension/internal/bitmap/threshold.cpp b/src/extension/internal/bitmap/threshold.cpp
index 6f21e61d115a31a320993a54d8d988aac1735e54..702d274e9110a39b0f48bb55ec2b032e22bf3620 100644 (file)
{
Inkscape::Extension::build_from_mem(
"<inkscape-extension>\n"
+// TRANSLATORS: see http://docs.gimp.org/en/gimp-tool-threshold.html
"<name>" N_("Threshold") "</name>\n"
"<id>org.inkscape.effect.bitmap.threshold</id>\n"
"<param name=\"threshold\" gui-text=\"" N_("Threshold") "\" type=\"float\" min=\"-100.0\" max=\"100.0\"></param>\n"