diff options
| author | Ivan Mas??r <helix84@centrum.sk> | 2009-06-03 14:33:59 +0000 |
|---|---|---|
| committer | helix84 <helix84@users.sourceforge.net> | 2009-06-03 14:33:59 +0000 |
| commit | 7b524952b4ce3ef5cfec211ccf3d78cc39d739b6 (patch) | |
| tree | 0aa0090dcc8ea466bf3baedf6726b934190b562f /src/selection-describer.cpp | |
| parent | * [INTL:*] make inkscape.pot (diff) | |
| download | inkscape-7b524952b4ce3ef5cfec211ccf3d78cc39d739b6.tar.gz inkscape-7b524952b4ce3ef5cfec211ccf3d78cc39d739b6.zip | |
* [INTL:*] translator comments for all context strings added
(bzr r7985)
Diffstat (limited to 'src/selection-describer.cpp')
| -rw-r--r-- | src/selection-describer.cpp | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/selection-describer.cpp b/src/selection-describer.cpp index 06c477f4b..27dd8413a 100644 --- a/src/selection-describer.cpp +++ b/src/selection-describer.cpp @@ -39,7 +39,9 @@ const gchar * type2term(GType type) { if (type == SP_TYPE_ANCHOR) - // TRANSLATORS: only translate and put "Link" in the translation. It means internet link (anchor) + //TRANSLATORS: only translate "string" in "context|string". + // For more details, see http://developer.gnome.org/doc/API/2.0/glib/glib-I18N.html#Q-:CAPS + // "Link" means internet link (anchor) { return Q_("web|Link"); } if (type == SP_TYPE_CIRCLE) { return _("Circle"); } @@ -65,9 +67,10 @@ type2term(GType type) { return _("3D Box"); } if (type == SP_TYPE_TEXT) { return _("Text"); } - // TRANSLATORS: only translate "string" in "context|string". - // For more details, see http://developer.gnome.org/doc/API/2.0/glib/glib-I18N.html#Q-:CAPS if (type == SP_TYPE_USE) + // TRANSLATORS: only translate "string" in "context|string". + // For more details, see http://developer.gnome.org/doc/API/2.0/glib/glib-I18N.html#Q-:CAPS + // "Clone" is a noun, type of object { return Q_("object|Clone"); } if (type == SP_TYPE_ARC) { return _("Ellipse"); } |
