define(function(require, exports, module) { var t = {}; t.logoContent = ''; t.logoContent += ''; /* logged out explore maps bars */ t.activeContent = 'Recently Active Maps'; t.activeContent += 'Featured Maps'; t.featuredContent = 'Recently Active Maps'; t.featuredContent += 'Featured Maps'; /* logged in explore maps bars */ t.mineAuthContent = 'My Maps'; t.mineAuthContent += 'Recently Active'; t.mineAuthContent += 'Featured'; t.activeAuthContent = 'My Maps'; t.activeAuthContent += 'Recently Active'; t.activeAuthContent += 'Featured'; t.featuredAuthContent = 'My Maps'; t.featuredAuthContent += 'Recently Active'; t.featuredAuthContent += 'Featured'; module.exports = t; });