Ext.namespace('WMEditor'); // Default english language string table for the Ext-based weathermap editor WMEditor.lang = { // Window titles 'wnd_mainview': 'Map View', 'wnd_proptitle': 'Properties', 'wnd_treetitle': 'Map Objects', // toolbar buttons 'btn_open': 'Open', 'btn_newnode': 'New Node', 'btn_newlink': 'New Link', 'btn_images': 'Manage Images', 'btn_settings': 'Editor Settings', 'btn_source': 'View Map Source', 'btn_help': 'Help' // long help strings // tooltips // error messages };