NO_TRANSLATION     70 lib/charsets.c static const char NO_TRANSLATION[] = N_ ("No translation");
NO_TRANSLATION    248 lib/charsets.c     return (n < 0) ? NO_TRANSLATION : ((codepage_desc *) g_ptr_array_index (codepages, n))->id;
NO_TRANSLATION    256 lib/charsets.c     return (n < 0) ? _ (NO_TRANSLATION)
NO_TRANSLATION    267 lib/charsets.c     if (strcmp (id, NO_TRANSLATION) == 0)