// an array (in ROM) of pointers to chars (also in ROM)
const char * const array[] = { "string 1", "string 2" };