Lines Matching refs:gettext_noop
108 # ifndef gettext_noop
111 # define gettext_noop(String) String macro
1350 gettext_noop ("Success"), /* REG_NOERROR */
1351 gettext_noop ("No match"), /* REG_NOMATCH */
1352 gettext_noop ("Invalid regular expression"), /* REG_BADPAT */
1353 gettext_noop ("Invalid collation character"), /* REG_ECOLLATE */
1354 gettext_noop ("Invalid character class name"), /* REG_ECTYPE */
1355 gettext_noop ("Trailing backslash"), /* REG_EESCAPE */
1356 gettext_noop ("Invalid back reference"), /* REG_ESUBREG */
1357 gettext_noop ("Unmatched [ or [^"), /* REG_EBRACK */
1358 gettext_noop ("Unmatched ( or \\("), /* REG_EPAREN */
1359 gettext_noop ("Unmatched \\{"), /* REG_EBRACE */
1360 gettext_noop ("Invalid content of \\{\\}"), /* REG_BADBR */
1361 gettext_noop ("Invalid range end"), /* REG_ERANGE */
1362 gettext_noop ("Memory exhausted"), /* REG_ESPACE */
1363 gettext_noop ("Invalid preceding regular expression"), /* REG_BADRPT */
1364 gettext_noop ("Premature end of regular expression"), /* REG_EEND */
1365 gettext_noop ("Regular expression too big"), /* REG_ESIZE */
1366 gettext_noop ("Unmatched ) or \\)") /* REG_ERPAREN */