From 7b524952b4ce3ef5cfec211ccf3d78cc39d739b6 Mon Sep 17 00:00:00 2001 From: Ivan Mas??r Date: Wed, 3 Jun 2009 14:33:59 +0000 Subject: * [INTL:*] translator comments for all context strings added (bzr r7985) --- src/selection-describer.cpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/selection-describer.cpp') 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"); } -- cgit v1.2.3