Lines Matching refs:translation
87 " [+$translation \aidentification\a \aYYYY-MM-DD\a[,...]]?Append"
88 " translation info to the message catalog header. Only"
90 " is retained in the catalog. Multiple translation lines"
129 * append s to the translation list
133 translation(Xl_t* xp, register char* s)
162 error(ERROR_SYSTEM|3, "out of space [translation]");
169 error(ERROR_SYSTEM|3, "out of space [translation]");
289 if (*mc->translation)
291 ccsfprintf(CC_NATIVE, CC_ASCII, sfstdout, "$translation ");
292 sfprintf(sfstdout, "%s", mc->translation);
366 xp = translation(xp, mc->translation);
408 else if (streq(t, "translation"))
409 xp = translation(xp, s);
485 * fix up the translation record
502 if (!(mc->translation = sfstruse(tp)))