Searched defs:trunc (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/ |
H A D | sp-flowtext.cpp | 290 char const *trunc = (layout.inputTruncated()) ? _(" [truncated]") : ""; local 292 return g_strdup_printf(ngettext("(%d character%s)", "(%d characters%s)", nChars), nChars, trunc);
|
H A D | sp-text.cpp | 376 char const *trunc = ""; local 380 trunc = _(" [truncated]"); 384 ? g_strdup_printf(_("on path%s (%s, %s)"), trunc, n, xs->str) 385 : g_strdup_printf(_("%s (%s, %s)"), trunc, n, xs->str) );
|
/inkscape/src/ui/tools/ |
H A D | text-tool.cpp | 1552 char const *trunc = ""; local 1556 trunc = _(" [truncated]"); 1573 SP_EVENT_CONTEXT(tc)->message_context->setF(Inkscape::NORMAL_MESSAGE, ngettext("Type or edit flowed text (%d character%s); <b>Enter</b> to start new paragraph.", "Type or edit flowed text (%d characters%s); <b>Enter</b> to start new paragraph.", nChars), nChars, trunc); 1575 SP_EVENT_CONTEXT(tc)->message_context->setF(Inkscape::NORMAL_MESSAGE, ngettext("Type or edit text (%d character%s); <b>Enter</b> to start new line.", "Type or edit text (%d characters%s); <b>Enter</b> to start new line.", nChars), nChars, trunc);
|
Completed in 735 milliseconds