Updated comments for translators
parent
da50b69733
commit
d4a1d554bd
|
@ -49,11 +49,12 @@ set_translator_credits (MooGladeXML *xml)
|
||||||
GtkTextView *view;
|
GtkTextView *view;
|
||||||
|
|
||||||
/* Translators: this goes into About box, under Translated by tab,
|
/* Translators: this goes into About box, under Translated by tab,
|
||||||
do not ignore it, markup isn't always used */
|
do not ignore it, markup isn't always used. It should be something
|
||||||
|
like "Some Guy <someguy@domain.net>", with lines separated by \n */
|
||||||
credits = _("translator-credits");
|
credits = _("translator-credits");
|
||||||
/* Translators: this goes into About box, under Translated by tab,
|
/* Translators: this goes into About box, under Translated by tab,
|
||||||
this must be valid html markup, e.g.
|
this must be valid html markup, e.g.
|
||||||
"Some Guy <a href=\"mailto://someguy@domain.net\"><someguy@domain.net></a>"
|
"Some Guy <a href=\"mailto:someguy@domain.net\"><someguy@domain.net></a>"
|
||||||
Lines must be separated by <br>, like "First guy<br>Second Guy" */
|
Lines must be separated by <br>, like "First guy<br>Second Guy" */
|
||||||
credits_markup = _("translator-credits-markup");
|
credits_markup = _("translator-credits-markup");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue