Searched defs:po_error (Results 1 - 1 of 1) sorted by relevance

/inkscape/po/
H A Dcheck-markup26 sub po_error ($) { subroutine
58 po_error("Unexpected <span> attributes `$attrs'");
63 po_error("<$tag> can't have attributes in Pango");
70 po_error("Entity declaration error (must look like '&#123;' or '&#x40;' and be in ASCII)");
75 po_error("Entity declaration error 2 (must look like '&#123;' or '&#x40;' and be in ASCII)");
80 po_error("Entity declaration error 3 (must look like '&#123;' or '&#x40;' and be in ASCII)");
86 po_error("Unexpected characters in <$1> tag");
91 po_error("unclosed <$1>");
96 po_error("Unmatched closing </$1>");
120 po_error("Unescape
[all...]

Completed in 13 milliseconds