You are running out of RAM. Have a look at progmem to see how you can put the strings in program memory instead of RAM: PROGMEM - Arduino Reference
You are running out of RAM. Have a look at progmem to see how you can put the strings in program memory instead of RAM: PROGMEM - Arduino Reference