getMessage = function(id) { if (id == "info.test.message") { return "test Message"; } return ''; }