resources.js

12 lines | 196 B Blame History Raw Download
define(
   ({
        map: {
            error: "Š_Unable to create map_ä"
        }, 
        tools: {
        	legend: "Š_Legend_ä",
        	 about: "Š_About_ä"
        }
    })
   
);