resources.js

12 lines | 194 B Blame History Raw Download
define(
   ({
        map: {
            error: "Nie udało się utworzyć mapy"
        }, 
        tools: {
        	legend: "Legenda",
        	 about: "Informacje"
        }
    })
   
);