2
go to your-xoops-root/modules/your-module-name/language/your -language/ directory, find file main.php, open it and take a look, "_CC_ED_TITLE2" and "_CC_ED_SAVE" are probably not defined in that file, add your definition using the syntax:
define("_CC_ED_SAVE","your-definition");
safe the file and reload
note: make a copy before you edit the file