
dashboard_text_resource = function (key) {
var bundle = 'dashboard_text';
var resource = {
   "/cms/product/supercat/maend.tmpl" : "About Clinique for Men",
   "text_with_skinreport" : "Welcome back to Clinique!",
   "CATEGORY3899" : "About Clinique Skin Care",
   "/cms/product/franchise/hudpleje_roedme_mpp.tmpl" : "About Clinique Skin Care",
   "/cms/product/supercat/makeup.tmpl" : "About Clinique Makeup",
   "my_clinique" : "[na - my_clinique]",
   "past_purch" : "past purchases",
   "CATEGORY3894" : "About Clinique Makeup",
   "/cms/product/franchise/hudpleje_pigmentforandringer_mpp.tmpl" : "About Clinique Skin Care",
   "CATEGORY19551" : "About Clinique Sun",
   "my_consultant" : "[na - my_consultant]",
   "/cms/product/franchise/hudpleje_trist_og_graa_hud_mpp.tmpl" : "About Clinique Skin Care",
   "text_not_recognized" : "Welcome! What brings you to Clinique today?",
   "/cms/expert_tips_trends/tools/trend_detail.tmpl" : "About Clinique makeup",
   "/cms/product/supercat/dufte.tmpl" : "About Clinique Fragrance",
   "/cms/product/franchise/maend_3trinshudplejesystem_mpp.tmpl" : "About 3-Step Skin Care",
   "text_without_skinreport" : "Welcome back to Clinique!",
   "CATEGORY3882" : "About Clinique Fragrance",
   "/cms/product/supercat/solpleje.tmpl" : "About Clinique Sun",
   "/cms/product/franchise/hudpleje_linier_og_rynker_mpp.tmpl" : "About Clinique Skin Care",
   "CATEGORY3881" : "About 3-Step Skin Care",
   "/cms/product/franchise/hudpleje_porer_mpp.tmpl" : "About Clinique Skin Care",
   "/cms/product/supercat/hudpleje.tmpl" : "About Clinique Skin Care",
   "found_find" : "found find",
   "/cms/product/supercat/3step.tmpl" : "About 3-Step Skin Care",
   "/cms/product/franchise/3trinshudplejesystem_mpp.tmpl" : "About 3-Step Skin Care",
   "required.new_password_verify" : "Confirm your password",
   "CATEGORY3907" : "About Clinique for Men",
   "expert" : "[na - expert]",
   "/cms/product/franchise/hudpleje_uren_hud_mpp.tmpl" : "About Clinique Skin Care",
   "skin_consult" : "[na - skin_consult]",
   "news" : "news"
};
return resource[key] || [bundle,key].join('-');
}

