resources.js

12 lines | 175 B Blame History Raw Download
define(
   ({
        map: {
            error: "Unable to create map"
        }, 
        tools: {
        	legend: "Legend",
        	 about: "About"
        }
    })
   
);