Matches strings within a ngettext call. Covers the following examples:
ngtxt('i am in single-quotes', 'i am in single-quotes 2', foo)
ngtxt('i have \' an escaped single-quote within single-quotes', 'i have \' an escaped single-quote within single-quotes 2', foo)
ngtxt('i have a "double-quote" in sin...
Submitted by anonymous - 5 years ago