



(function () {

var msg;
if (! ERDAS || 
    ! ERDAS.misc || 
    ! ERDAS.misc.importConf) {

        msg = "The configuration of the application must " +
                "be loaded after the toolkit's base module has " +
                "been loaded";

        alert (msg);

        throw msg;
}

var conf = {};


conf ["tilapia.build.version"] = "@VERSION@";

conf ["tilapia.build.time"] = "@BUILD_TIME@";

conf ["i18n.files"] = "services";

conf ["feature.panels.config"] = "/WEB-INF/conf/features/panels/generic/config.xml";

conf ["tryimport"] = "catalog.properties";

conf ["scripts.bundles.desc"] = "/WEB-INF/tilapia/scripts-thirdparty.xml";

conf ["styles.bundles.desc"] = "/WEB-INF/tilapia/css-thirdparty.xml";

conf ["metadata.tc211.stylesheet"] = "/PresentMetadata.xsl";

conf ["service.wfs.boston.url"] = "http://webservices.ionicsoft.com/ionicweb/wfs/BOSTON_SHAPE";

conf ["service.wfs.world.url"] = "http://webservices.ionicsoft.com:8080/worldData/wfs/WORLDWIDE";

conf ["service.wfs.secure.boston.url"] = "http://webservices.ionicsoft.com/ionicweb/wfs/BOSTON_SHAPE_SECURE";

conf ["service.wms.boston.url"] = "http://webservices.ionicsoft.com/ionicweb/map/BOSTON_LI";

conf ["service.wms.world.url"] = "http://webservices.ionicsoft.com/worldData/map/WORLD";

conf ["service.wms.secure.boston.url"] = "http://webservices.ionicsoft.com/ionicweb/wfs/BOSTON_SHAPE_SECURE";

conf ["service.tms.rawworld.url"] = "http://dev.ionicsoft.com:8083/tilecache/tilecache.py/1.0.0/RAWWORLD";

conf ["service.mygazetteer.url"] = "http://webservices.ionicsoft.com/gazetteer/wfs/GNS_GAZ";

conf ["service.mygazetteer.featuretype.name"] = "GNSE";

conf ["service.mygazetteer.featuretype.namespace"] = "http://www.ionicsoft.com/wfs";

conf ["service.catalog.demo.url"] = "http://demo.ionicsoft.com/apollo-catalog";

conf ["context.world.tms.file"] = "/contexts/world-tms.xml";

conf ["context.world.simpletiles.file"] = "/contexts/world-simple-tiles.xml";

conf ["context.boston.simple.wfs.file"] = "/contexts/boston-area-simple-wfs.xml";

conf ["context.boston.simple.protectedareas.file"] = "/contexts/boston-area-simple-protected-areas.xml";

conf ["context.boston.file"] = "/contexts/boston-area.xml";

conf ["context.boston.wfst.roadengineer.file"] = "/contexts/boston-area-wfst-road-engineer.xml";

conf ["context.boston.wfst.highways.file"] = "/contexts/boston-area-wfst-highways.xml";

conf ["context.boston.wfst.filter.panel.file"] = "/contexts/boston-area-wfst-filter-panel.xml";

conf ["context.boston.sld.wfs.file"] = "/contexts/boston-wfs-layers-with-sld.xml";

conf ["context.boston.sld.wms.file"] = "/contexts/boston-wms-layers-with-sld.xml";

conf ["context.sandiego.ecwp.file"] = "/contexts/san-diego-ecwp.xml";

conf ["test.wfs.boston.url"] = "http://demo.ionicsoft.com/ionicweb/wfs/BOSTON_SHAPE";

conf ["test.wfs.tgml.url"] = "http://webservices.ionicsoft.com/ionicweb-tilapia-samples-wfst/wfs/BOSTON_HIGHWAYS_TGML";

conf ["googlemaps.key"] = "ABQIAAAAglJ0I4A5AhHC7h_0-RL43hSjtErdEvSIvJzYVdE9INmkJf_P0hR7twLL5rxMv8w63l_VRyPTH7wDCQ";

conf ["jsonhelper.ident"] = "4";


ERDAS.misc.importConf (conf);


// ---------------------- i18n ------------------------


var tokens = {};


tokens ["services.column.actions.label"] = "Actions";
          
tokens ["services.column.created.label"] = "Created";
          
tokens ["services.column.id.label"] = "Id";
          
tokens ["services.column.name.label"] = "Name";
          
tokens ["services.column.owned.label"] = "Owned";
          
tokens ["services.column.ownerid.label"] = "Owner ID";
          
tokens ["services.column.shared.label"] = "Shared";
          
tokens ["services.column.type.label"] = "Type";
          
tokens ["services.column.url.label"] = "URL";
          
tokens ["services.delete.failed.message"] = "The service couldn't be deleted!";
          
tokens ["services.formatter.actions.button.apply.label"] = "Apply";
          
tokens ["services.formatter.actions.button.delete.label"] = "Delete";
          
tokens ["services.formatter.actions.button.show.label"] = "Inspect";
          
tokens ["services.formatter.url.link.text"] = "link";
          
tokens ["services.show.panel.header.label"] = "Layers: ";
          
tokens ["services.tab.label"] = "Services";
          
tokens ["simplefeaturepanel2.buttons.accept.label"] = "Save";
          
tokens ["simplefeaturepanel2.buttons.cancel.label"] = "Discard";
          
tokens ["simplefeaturepanel2.buttons.close.label"] = "Close";
          
tokens ["commonconfigurator.layer.attr.imageformat.label"] = "Image format";
          
tokens ["commonconfigurator.layer.attr.name.label"] = "Name";
          
tokens ["commonconfigurator.layer.attr.namespace.label"] = "Namespace";
          
tokens ["commonconfigurator.layer.attr.title.label"] = "Title";
          
tokens ["commonconfigurator.layer.attr.url.label"] = "Service URL";
          
tokens ["commonconfigurator.title"] = "General";
          
tokens ["featuretable2.columns.actions.label"] = "Feature";
          
tokens ["featuretable2.formatters.geometry.fit.label"] = "Fit";
          
tokens ["scaleconfigurator.advertised.prefix"] = "This layer advertises a scale range from ";
          
tokens ["scaleconfigurator.advertised.suffix"] = ". You can override this value.";
          
tokens ["scaleconfigurator.advertised.to"] = " to ";
          
tokens ["scaleconfigurator.apply.value"] = "Apply";
          
tokens ["scaleconfigurator.attr.enabled.label"] = "Scale Thresholding enabled";
          
tokens ["scaleconfigurator.attr.max.label"] = "Maximum scale";
          
tokens ["scaleconfigurator.attr.min.label"] = "Minimum scale";
          
tokens ["scaleconfigurator.title"] = "Scale";
          
tokens ["refreshconfigurator.forcerefresh"] = "Force Refresh";
          
tokens ["refreshconfigurator.refreshtime"] = "Refresh time (in millis)";
          
tokens ["refreshconfigurator.title"] = "Refresh";
          
tokens ["getfeatureinfo.overlay.title"] = "Layer Information";
          
tokens ["featuresetmanager2.buttons.create.label"] = "Create new";
          
tokens ["featuresetmanager2.buttons.delete.label"] = "Delete current";
          
tokens ["featuresetmanager2.buttons.select.hint.text"] = "Click on the map";
          
tokens ["featuresetmanager2.buttons.select.label"] = "Select from map";
          
tokens ["featuresetmanager2.buttons.select.notfound.text"] = "No object found";
          
tokens ["uploadshape.form.field.file.label"] = "File (.zip)";
          
tokens ["uploadshape.form.field.name.label"] = "Name";
          
tokens ["uploadshape.form.field.shared.label"] = "Shared ?";
          
tokens ["uploadshape.form.field.srs.label"] = "SRS";
          
tokens ["uploadshape.tab.label"] = "Shape";
          
tokens ["fp_gml.subst.prop.description"] = "Description";
          
tokens ["fp_gml.subst.prop.name"] = "Name";
          
tokens ["servicesdiscoverypanel.buttons.discover.label"] = "Discover";
          
tokens ["servicesdiscoverypanel.section.results.label"] = "Discovered layers:";
          
tokens ["servicesdiscoverypanel.section.urlinput.label"] = "Url of service to discover:";
          
tokens ["servicesdiscoverypanel.servicetype.iws.label"] = "Streamed Imagery (IWS)";
          
tokens ["servicesdiscoverypanel.servicetype.tms.label"] = "Tiled Imagery (TMS)";
          
tokens ["servicesdiscoverypanel.servicetype.wfs.label"] = "Vector Data (WFS)";
          
tokens ["servicesdiscoverypanel.servicetype.wms.label"] = "Imagery (WMS)";
          
tokens ["formpage.buttons.submit.label"] = "Upload";
          
tokens ["uploadgml.form.field.file.label"] = "File (.zip)";
          
tokens ["uploadgml.form.field.name.label"] = "Name";
          
tokens ["uploadgml.form.field.shared.label"] = "Shared ?";
          
tokens ["uploadgml.tab.label"] = "GML";
          
tokens ["geditbaractions.buttons.addlinestring.label"] = "Add Line";
          
tokens ["geditbaractions.buttons.addpolygon.label"] = "Add Polygon";
          
tokens ["geditbaractions.buttons.addring.label"] = "Add Inner Ring";
          
tokens ["geditbaractions.buttons.addvertex.label"] = "Add Vertex";
          
tokens ["geditbaractions.buttons.deletevertex.label"] = "Delete Vertex";
          
tokens ["geditbaractions.buttons.movevertex.label"] = "Move Vertex";
          
tokens ["geditbaractions.buttons.redoedit.label"] = "Redo Operation";
          
tokens ["geditbaractions.buttons.undoedit.label"] = "Undo Operation";
          
tokens ["paic.featedit.panel.editor.holdsinvalid"] = "Invalid value for property: ";
          
tokens ["paic.featedit.propeditor.date.buttons.calendar.alt"] = "calendar";
          
tokens ["paic.featedit.propeditor.date.buttons.calendar.title"] = "Open calendar";
          
tokens ["paic.featedit.propeditor.enum.base.name"] = " value -";
          
tokens ["paic.featedit.propeditor.enum.select.prompt"] = "- Select";
          
tokens ["paic.featedit.propeditor.geom.buttons.delete.value"] = "Delete current geometry";
          
tokens ["paic.featedit.propeditor.geom.buttons.edit.capture.text"] = "This object is big. Please, click to select an area.";
          
tokens ["paic.featedit.propeditor.geom.buttons.edit.value"] = "Edit geometry";
          
tokens ["paic.featedit.propeditor.geom.buttons.new.value"] = "New geometry";
          
tokens ["paic.featedit.propeditor.geom.label.title"] = "Click to zoom on object";
          
tokens ["paic.featedit.propeditor.geom.managementtoolbar.buttons.create.alt"] = "create new";
          
tokens ["paic.featedit.propeditor.geom.managementtoolbar.buttons.create.geomtypeslist.linestring.alt"] = "line string";
          
tokens ["paic.featedit.propeditor.geom.managementtoolbar.buttons.create.geomtypeslist.linestring.title"] = "Create a line string";
          
tokens ["paic.featedit.propeditor.geom.managementtoolbar.buttons.create.geomtypeslist.multilinestring.alt"] = "multi line string";
          
tokens ["paic.featedit.propeditor.geom.managementtoolbar.buttons.create.geomtypeslist.multilinestring.title"] = "Create a multi line string";
          
tokens ["paic.featedit.propeditor.geom.managementtoolbar.buttons.create.geomtypeslist.multipoint.alt"] = "multi point";
          
tokens ["paic.featedit.propeditor.geom.managementtoolbar.buttons.create.geomtypeslist.multipoint.title"] = "Create a multi point";
          
tokens ["paic.featedit.propeditor.geom.managementtoolbar.buttons.create.geomtypeslist.multipolygon.alt"] = "multi polygon";
          
tokens ["paic.featedit.propeditor.geom.managementtoolbar.buttons.create.geomtypeslist.multipolygon.title"] = "Create a multi polygon";
          
tokens ["paic.featedit.propeditor.geom.managementtoolbar.buttons.create.geomtypeslist.point.alt"] = "point";
          
tokens ["paic.featedit.propeditor.geom.managementtoolbar.buttons.create.geomtypeslist.point.title"] = "Create a point";
          
tokens ["paic.featedit.propeditor.geom.managementtoolbar.buttons.create.geomtypeslist.polygon.alt"] = "polygon";
          
tokens ["paic.featedit.propeditor.geom.managementtoolbar.buttons.create.geomtypeslist.polygon.title"] = "Create a polygon";
          
tokens ["paic.featedit.propeditor.geom.managementtoolbar.buttons.create.title"] = "Create a new geometry";
          
tokens ["paic.featedit.propeditor.geom.managementtoolbar.buttons.delete.alt"] = "delete current";
          
tokens ["paic.featedit.propeditor.geom.managementtoolbar.buttons.delete.confirm.text"] = "Really delete?";
          
tokens ["paic.featedit.propeditor.geom.managementtoolbar.buttons.delete.title"] = "Delete current geometry";
          
tokens ["paic.featedit.propeditor.geom.managementtoolbar.buttons.edit.alt"] = "edit current";
          
tokens ["paic.featedit.propeditor.geom.managementtoolbar.buttons.edit.title"] = "Edit current geometry";
          
tokens ["paic.featedit.propeditor.geom.managementtoolbar.buttons.nocreate.alt"] = "can't create new";
          
tokens ["paic.featedit.propeditor.geom.managementtoolbar.buttons.nocreate.title"] = "You cannot create a new geometry";
          
tokens ["paic.featedit.propeditor.geom.managementtoolbar.buttons.nodelete.alt"] = "can't delete current";
          
tokens ["paic.featedit.propeditor.geom.managementtoolbar.buttons.nodelete.title"] = "You cannot delete the current geometry";
          
tokens ["paic.featedit.propeditor.geom.managementtoolbar.buttons.noedit.alt"] = "can't edit current";
          
tokens ["paic.featedit.propeditor.geom.managementtoolbar.buttons.noedit.title"] = "You cannot edit the current geometry";
          
tokens ["paic.featedit.propeditor.geom.selector.new.label"] = "-- Select Type --";
          
tokens ["paic.featedit.simplepanel.acceptbutton.value"] = "Accept";
          
tokens ["paic.featedit.simplepanel.cancelbutton.value"] = "Cancel";
          
tokens ["paic.featurefinder.buttons.line.alt"] = "Find features that touch a line.  Double-click to end line.";
          
tokens ["paic.featurefinder.buttons.line.title"] = "Line selection";
          
tokens ["paic.featurefinder.buttons.point.alt"] = "Find features that include a given point";
          
tokens ["paic.featurefinder.buttons.point.title"] = "Point selection";
          
tokens ["paic.featurefinder.inprogress"] = "Search in progress...";
          
tokens ["paic.featurefinder.invalidgeometry"] = "Invalid geometry.";
          
tokens ["paic.featurefinder.nofeature"] = "No feature found.";
          
tokens ["paic.featuretable.actions.delete.confirm"] = "Delete this feature? (This operation can not be undone.)";
          
tokens ["paic.featuretable.actions.delete.label"] = "Delete...";
          
tokens ["paic.featuretable.actions.delete.title"] = "Delete the feature";
          
tokens ["paic.featuretable.actions.edit.label"] = "Edit";
          
tokens ["paic.featuretable.actions.edit.title"] = "Edit the feature";
          
tokens ["paic.featuretable.actions.fit.label"] = "Fit";
          
tokens ["paic.featuretable.actions.fit.title"] = "Fit to geographical extent";
          
tokens ["paic.featuretable.nofeature"] = "No feature to display.";
          
tokens ["paic.geomedit.tb.buttons.add.alt"] = "add";
          
tokens ["paic.geomedit.tb.buttons.add.title"] = "Add vertices";
          
tokens ["paic.geomedit.tb.buttons.addlinestring.alt"] = "addls";
          
tokens ["paic.geomedit.tb.buttons.addlinestring.title"] = "Add a line string to the current multi line string";
          
tokens ["paic.geomedit.tb.buttons.addpolygon.alt"] = "addp";
          
tokens ["paic.geomedit.tb.buttons.addpolygon.title"] = "Add a polygon to this multi polygon";
          
tokens ["paic.geomedit.tb.buttons.addring.alt"] = "addr";
          
tokens ["paic.geomedit.tb.buttons.addring.title"] = "Add a ring to the current polygon";
          
tokens ["paic.geomedit.tb.buttons.delete.alt"] = "delete";
          
tokens ["paic.geomedit.tb.buttons.delete.title"] = "Delete vertices";
          
tokens ["paic.geomedit.tb.buttons.done.alt"] = "done";
          
tokens ["paic.geomedit.tb.buttons.done.title"] = "Stop editing geometry and save object";
          
tokens ["paic.geomedit.tb.buttons.info.message.invalidlinestring"] = "The current linestring is not valid";
          
tokens ["paic.geomedit.tb.buttons.info.message.invalidring"] = "The current ring is not valid";
          
tokens ["paic.geomedit.tb.buttons.move.alt"] = "move";
          
tokens ["paic.geomedit.tb.buttons.move.title"] = "Move vertices";
          
tokens ["paic.geomedit.tb.buttons.noaddlinestring.alt"] = "noaddls";
          
tokens ["paic.geomedit.tb.buttons.noaddlinestring.title"] = "The geometry is not valid";
          
tokens ["paic.geomedit.tb.buttons.noaddpolygon.alt"] = "noaddp";
          
tokens ["paic.geomedit.tb.buttons.noaddpolygon.title"] = "The geometry is not valid";
          
tokens ["paic.geomedit.tb.buttons.noaddring.alt"] = "noaddr";
          
tokens ["paic.geomedit.tb.buttons.noaddring.title"] = "The geometry is not valid";
          
tokens ["paic.geomedit.tb.buttons.nodone.alt"] = "nodone";
          
tokens ["paic.geomedit.tb.buttons.nodone.title"] = "The geometry is not valid";
          
tokens ["paic.geomedit.tb.buttons.noredo.alt"] = "noredo";
          
tokens ["paic.geomedit.tb.buttons.noredo.title"] = "Nothing to redo";
          
tokens ["paic.geomedit.tb.buttons.noselect.alt"] = "noselect";
          
tokens ["paic.geomedit.tb.buttons.noselect.title"] = "The geometry is not valid";
          
tokens ["paic.geomedit.tb.buttons.noundo.alt"] = "noundo";
          
tokens ["paic.geomedit.tb.buttons.noundo.title"] = "Nothing to undo";
          
tokens ["paic.geomedit.tb.buttons.redo.alt"] = "redo";
          
tokens ["paic.geomedit.tb.buttons.redo.title"] = "Redo last operation";
          
tokens ["paic.geomedit.tb.buttons.select.alt"] = "select";
          
tokens ["paic.geomedit.tb.buttons.select.capture.text"] = "Select an area";
          
tokens ["paic.geomedit.tb.buttons.select.title"] = "Select an area of editing";
          
tokens ["paic.geomedit.tb.buttons.snap.alt"] = "snap";
          
tokens ["paic.geomedit.tb.buttons.snap.area.title"] = "Searching for points in this area...";
          
tokens ["paic.geomedit.tb.buttons.snap.title"] = "Snap vertex to another (existing) one";
          
tokens ["paic.geomedit.tb.buttons.undo.alt"] = "undo";
          
tokens ["paic.geomedit.tb.buttons.undo.title"] = "Undo last operation";
          
tokens ["paic.geometry.linearring.invalid"] = "At least three points needed";
          
tokens ["paic.geometry.linestring.invalid"] = "At least two points needed";
          
tokens ["paic.geometry.multilinestring.invalid.because"] = " is not valid because: ";
          
tokens ["paic.geometry.multilinestring.invalid.prefix"] = "The multi linestring's line #";
          
tokens ["paic.geometry.multipolygon.invalid.because"] = " is not valid because: ";
          
tokens ["paic.geometry.multipolygon.invalid.prefix"] = "The multi polygon's polygon #";
          
tokens ["paic.geometry.point.invalid"] = "At least one point needed";
          
tokens ["paic.geometry.polygon.invalid.because"] = " is not valid because: ";
          
tokens ["paic.geometry.polygon.invalid.prefix"] = "The polygon's ring #";
          
tokens ["paic.map.buttons.home.alt"] = "home";
          
tokens ["paic.map.buttons.home.title"] = "Home";
          
tokens ["paic.map.buttons.home.value"] = "Home";
          
tokens ["paic.map.buttons.restore.alt"] = "restore";
          
tokens ["paic.map.buttons.restore.title"] = "Restore the latest saved state of the map";
          
tokens ["paic.map.buttons.restore.value"] = "Restore";
          
tokens ["paic.map.buttons.save.alt"] = "save";
          
tokens ["paic.map.buttons.save.title"] = "Save the current state of the map";
          
tokens ["paic.map.buttons.save.value"] = "Save";
          
tokens ["paic.nav.alert.srsselector.invalidsrs"] = "Incorrect SRS.  Please input an EPSG id number.";
          
tokens ["paic.nav.alert.srsselector.nobox"] = "No map box specified, no SRS to change.";
          
tokens ["paic.nav.alert.srsselector.unadvertisedsrs"] = "The selected SRS is not advertised by all layers; some might fail to render properly.  Continue?";
          
tokens ["paic.nav.buttons.findfeatures.actions.cancel.value"] = "Close";
          
tokens ["paic.nav.buttons.findfeatures.alt"] = "find";
          
tokens ["paic.nav.buttons.findfeatures.nofeature"] = "No feature found";
          
tokens ["paic.nav.buttons.findfeatures.title"] = "Find features";
          
tokens ["paic.nav.buttons.gfi.alt"] = "gfi";
          
tokens ["paic.nav.buttons.gfi.title"] = "Get Layer Information";
          
tokens ["paic.nav.buttons.histback.alt"] = "back";
          
tokens ["paic.nav.buttons.histback.title"] = "History back";
          
tokens ["paic.nav.buttons.histfwd.alt"] = "fwd";
          
tokens ["paic.nav.buttons.histfwd.title"] = "History forward";
          
tokens ["paic.nav.buttons.interactivezoom.alt"] = "interactivezoom";
          
tokens ["paic.nav.buttons.interactivezoom.title"] = "Interactively zoom in or out";
          
tokens ["paic.nav.buttons.load.alt"] = "load";
          
tokens ["paic.nav.buttons.load.title"] = "Load Context";
          
tokens ["paic.nav.buttons.mapdimensions.customdimensions"] = "Custom";
          
tokens ["paic.nav.buttons.mapdimensions.enterheight"] = "Height";
          
tokens ["paic.nav.buttons.mapdimensions.enterwidth"] = "Width";
          
tokens ["paic.nav.buttons.measure.alt"] = "msr.";
          
tokens ["paic.nav.buttons.measure.title"] = "Measure Tool";
          
tokens ["paic.nav.buttons.nohistback.alt"] = "noback";
          
tokens ["paic.nav.buttons.nohistback.title"] = "No previous navigation";
          
tokens ["paic.nav.buttons.nohistfwd.alt"] = "nofwd";
          
tokens ["paic.nav.buttons.nohistfwd.title"] = "No forward navigation";
          
tokens ["paic.nav.buttons.pan.alt"] = "pan";
          
tokens ["paic.nav.buttons.pan.title"] = "Pan";
          
tokens ["paic.nav.buttons.reset.alt"] = "rst";
          
tokens ["paic.nav.buttons.reset.title"] = "Reset";
          
tokens ["paic.nav.buttons.save.alt"] = "save";
          
tokens ["paic.nav.buttons.save.cancel"] = "Cancel";
          
tokens ["paic.nav.buttons.save.includecredentials"] = "Save passwords";
          
tokens ["paic.nav.buttons.save.plaincredentials"] = "In plain text";
          
tokens ["paic.nav.buttons.save.submit"] = "Save";
          
tokens ["paic.nav.buttons.save.title"] = "Save Context";
          
tokens ["paic.nav.buttons.selectbox.alt"] = "selectbox";
          
tokens ["paic.nav.buttons.selectbox.title"] = "Select box";
          
tokens ["paic.nav.buttons.setextent.alt"] = "Reset extent";
          
tokens ["paic.nav.buttons.setextent.title"] = "Reset the map extent";
          
tokens ["paic.nav.buttons.srsselector.customsrs"] = "Choose SRS";
          
tokens ["paic.nav.buttons.srsselector.entersrs"] = "Please, enter an EPSG ID";
          
tokens ["paic.nav.buttons.zoombox.alt"] = "zoom";
          
tokens ["paic.nav.buttons.zoombox.title"] = "Zoom In";
          
tokens ["paic.nav.buttons.zoomclk.alt"] = "zoom";
          
tokens ["paic.nav.buttons.zoomclk.title"] = "Zoom";
          
tokens ["paic.nav.buttons.zoomout.alt"] = "zoom-";
          
tokens ["paic.nav.buttons.zoomout.title"] = "Zoom Out";
          
tokens ["paic.nav.buttons.zoomoutclk.alt"] = "zoom-";
          
tokens ["paic.nav.buttons.zoomoutclk.title"] = "Zoom Out";
          
tokens ["paic.nav.labels.coordinates"] = "Coordinates";
          
tokens ["paic.nav.labels.scale"] = "Scale";
          
tokens ["paic.nav.labels.srs"] = "SRS";
          
tokens ["paic.nav.labels.srslister"] = "SRS";
          
tokens ["paic.nav.labels.srsselector"] = "SRS";
          
tokens ["paic.nav.unavailable.text"] = "The map is not available";
          
tokens ["paic.requesttool.error.ioniccompletemessage"] = "The complete error message is:";
          
tokens ["paic.requesttool.error.ionicmessage"] = "An error has occured.";
          
tokens ["paic.requesttool.error.ionicsecuritymessage"] = "Access to a secure service has not been granted.";
          
tokens ["paic.requesttool.error.message"] = "There was an error while performing the operation. Do you want to see the details?";
          
tokens ["paic.requesttool.error.shortmessageprompt"] = "Do you want to see the details?";
          
tokens ["dateeditor.buttons.show.label"] = " ";
          
tokens ["dateeditor.calendar.buttons.accept.label"] = "Ok";
          
tokens ["dateeditor.calendar.buttons.cancel.label"] = "Cancel";
          
tokens ["dateeditor.calendar.header.label"] = "Calendar";
          
tokens ["dateeditor.calendar.navigation.cancel.label"] = "Cancel";
          
tokens ["dateeditor.calendar.navigation.invalidyear.label"] = "Please enter a valid year";
          
tokens ["dateeditor.calendar.navigation.month.label"] = "Choose Month";
          
tokens ["dateeditor.calendar.navigation.ok.label"] = "OK";
          
tokens ["dateeditor.calendar.navigation.year.label"] = "Enter year";
          
tokens ["enumeditor.prompt.text"] = "- Select -";
          
tokens ["geometryeditor.buttons.create.label"] = "Create";
          
tokens ["geometryeditor.buttons.delete.label"] = "Delete";
          
tokens ["geometryeditor.buttons.edit.label"] = "Edit";
          
tokens ["geometryeditor.buttons.fit.label"] = "Fit";
          
tokens ["geometryeditor.gtype.linestring"] = "Line";
          
tokens ["geometryeditor.gtype.multilinestring"] = "Multi Line";
          
tokens ["geometryeditor.gtype.multipoint"] = "Multi Point";
          
tokens ["geometryeditor.gtype.multipolygon"] = "Multi Polygon";
          
tokens ["geometryeditor.gtype.point"] = "Point";
          
tokens ["geometryeditor.gtype.polygon"] = "Polygon";
          
tokens ["temporalsliderpanel.datenotset"] = "Start date or end date not set !";
          
tokens ["temporalsliderpanel.enddate"] = "End date";
          
tokens ["temporalsliderpanel.options"] = "Options";
          
tokens ["temporalsliderpanel.play"] = "Play";
          
tokens ["temporalsliderpanel.startdate"] = "Start date";
          
tokens ["temporalsliderpanel.stepcount"] = "Step count";
          
tokens ["temporalsliderpanel.stepduration"] = "Step duration (in millis)";
          
tokens ["temporalsliderpanel.stepnotset"] = "Step count and step duration not set !";
          
tokens ["temporalsliderpanel.stop"] = "Stop";
          
tokens ["lef.buttons.metadata.alt"] = "M.D.";
          
tokens ["lef.buttons.metadata.title.none"] = "This layer has no metadata";
          
tokens ["lef.buttons.metadata.title.view"] = "View metadata";
          
tokens ["lef.buttons.opacity.alt"] = "opac.";
          
tokens ["lef.buttons.opacity.title"] = "Opacity";
          
tokens ["lef.buttons.remove.alt"] = "del.";
          
tokens ["lef.buttons.remove.confirm"] = "Delete this layer?";
          
tokens ["lef.buttons.remove.notallowed"] = "This layer cannot be removed";
          
tokens ["lef.buttons.remove.title"] = "Delete layer";
          
tokens ["lef.buttons.selection.todeselect.alt"] = "de-sel.";
          
tokens ["lef.buttons.selection.todeselect.title"] = "Deselect layer";
          
tokens ["lef.buttons.selection.toselect.alt"] = "sel.";
          
tokens ["lef.buttons.selection.toselect.notallowed"] = "This layer cannot be selected";
          
tokens ["lef.buttons.selection.toselect.title"] = "Select layer";
          
tokens ["lef.buttons.visibility.hints.fullvis"] = "";
          
tokens ["lef.buttons.visibility.hints.scaleinvis"] = "Unavailable at current scale.";
          
tokens ["lef.buttons.visibility.hints.userandscaleinvis"] = "Unavailable at current scale, and currently invisible.";
          
tokens ["lef.buttons.visibility.hints.userinvis"] = "Currently invisible. Toggle visibility with the 'eye' icon.";
          
tokens ["lef.buttons.visibility.notallowed"] = "This layer's visibility cannot be changed";
          
tokens ["lef.buttons.visibility.toinvisible.alt"] = "invis.";
          
tokens ["lef.buttons.visibility.toinvisible.title"] = "Set layer invisible";
          
tokens ["lef.buttons.visibility.tovisible.alt"] = "vis.";
          
tokens ["lef.buttons.visibility.tovisible.title"] = "Set layer visible";
          
tokens ["lef.buttons.zoomextent.alt"] = "zoom";
          
tokens ["lef.buttons.zoomextent.title"] = "Zoom to layer extent";
          
tokens ["lef.buttons.zoomextent.unknownextent"] = "Unknown layer extent";
          
tokens ["lef.buttons.zoomhalfway.alt"] = "zoom";
          
tokens ["lef.buttons.zoomhalfway.title.prefix"] = "Set scale";
          
tokens ["lef.buttons.zoomhalfway.title.unknownscalerange"] = "Unknown scale range";
          
tokens ["lef.entry.error"] = "Loading failed! Double click to see what went wrong.";
          
tokens ["lef.entry.loading"] = "Loading...";
          
tokens ["lef.labels.visibility"] = "Set layer visibility";
          
tokens ["lef.selectstyle.alt"] = "Select style";
          
tokens ["lef.selectstyle.nostyle"] = "No style has been defined for this layer";
          
tokens ["lef.selectstyle.title"] = "Change the current style";
          
tokens ["lef.thumbnail.tryharder"] = "No thumbnail available. Click to generate one.";
          
tokens ["lef.unavailable.text"] = "The map is not available";
          
tokens ["uploadraster.form.field.file.label"] = "File";
          
tokens ["uploadraster.form.field.name.label"] = "Name";
          
tokens ["uploadraster.form.field.shared.label"] = "Shared ?";
          
tokens ["uploadraster.form.field.srs.label"] = "SRS";
          
tokens ["uploadraster.tab.label"] = "Image";
          
tokens ["map.geditbarpanel.header.label"] = "Geometry Operations";
          
tokens ["catalogsearchpanel.all"] = "all";
          
tokens ["catalogsearchpanel.coverage"] = "Coverage";
          
tokens ["catalogsearchpanel.datatype"] = "Data type";
          
tokens ["catalogsearchpanel.keywords"] = "Keywords";
          
tokens ["catalogsearchpanel.map"] = "Map";
          
tokens ["catalogsearchpanel.noresults"] = "No results...";
          
tokens ["catalogsearchpanel.results"] = "Results";
          
tokens ["catalogsearchpanel.search"] = "Search";
          
tokens ["catalogsearchpanel.spatialextent"] = "Spatial extent";
          
tokens ["catalogsearchpanel.vector"] = "Vector";
          
tokens ["tilapia.api.ui.layerlistactions.configurators.securityconfigurator.authenticated"] = "Username and password have been provided.";
          
tokens ["tilapia.api.ui.layerlistactions.configurators.securityconfigurator.nosecuritypossible"] = "No security configuration available for this layer";
          
tokens ["tilapia.api.ui.layerlistactions.configurators.securityconfigurator.notauthenticated"] = "The authentication has not been performed yet.";
          
tokens ["tilapia.api.ui.layerlistactions.configurators.securityconfigurator.notsecureservice"] = "The service is accessible.";
          
tokens ["tilapia.api.ui.layerlistactions.configurators.securityconfigurator.secureservice"] = "The service that provides this layer requires an authentication.";
          
tokens ["tilapia.api.ui.layerlistactions.configurators.securityconfigurator.title"] = "Security";
          
tokens ["tilapia.api.ui.layerlistactions.configurators.styleconfigurator.availablestyles"] = "Available styles";
          
tokens ["tilapia.api.ui.layerlistactions.configurators.styleconfigurator.nostyle"] = "No style available";
          
tokens ["tilapia.api.ui.layerlistactions.configurators.styleconfigurator.nostylingpossible"] = "No styling available for this layer";
          
tokens ["tilapia.api.ui.layerlistactions.configurators.styleconfigurator.sld.defaultname"] = "My style";
          
tokens ["tilapia.api.ui.layerlistactions.configurators.styleconfigurator.sld.file"] = "File";
          
tokens ["tilapia.api.ui.layerlistactions.configurators.styleconfigurator.sld.invalidform"] = "Please provide a valid name and a file for this style.";
          
tokens ["tilapia.api.ui.layerlistactions.configurators.styleconfigurator.sld.name"] = "Name";
          
tokens ["tilapia.api.ui.layerlistactions.configurators.styleconfigurator.sld.submit"] = "Upload";
          
tokens ["tilapia.api.ui.layerlistactions.configurators.styleconfigurator.sld.title"] = "Upload an SLD file";
          
tokens ["tilapia.api.ui.layerlistactions.configurators.styleconfigurator.title"] = "Style";
          
tokens ["tilapia.api.ui.layerlistactions.configurators.tilingconfigurator.apply.value"] = "Apply";
          
tokens ["tilapia.api.ui.layerlistactions.configurators.tilingconfigurator.layer.attr.buffersize.label"] = "Buffer size";
          
tokens ["tilapia.api.ui.layerlistactions.configurators.tilingconfigurator.layer.attr.tiled.label"] = "Tiled";
          
tokens ["tilapia.api.ui.layerlistactions.configurators.tilingconfigurator.layer.attr.tiledimensions.label"] = "Tile dimensions (in pixels)";
          
tokens ["tilapia.api.ui.layerlistactions.configurators.tilingconfigurator.notilingpossible"] = "No tiling available for this layer";
          
tokens ["tilapia.api.ui.layerlistactions.configurators.tilingconfigurator.title"] = "Tiling";
          
tokens ["tilapia.api.ui.layerlistactions.configurelayer.alt"] = "Configure";
          
tokens ["tilapia.api.ui.layerlistactions.configurelayer.title"] = "Configure the layer";
          
tokens ["tilapia.api.ui.layerlistactions.configurelayer.unavailable.layerdescriptor.defaultmessage"] = "Unavailable";
          
tokens ["tilapia.api.ui.layerlistactions.configurelayer.unavailable.sslayer.defaultmessage"] = "Unavailable";
          
tokens ["tilapia.editor.navigablemap.toggle.toinvisible.alt"] = "hide";
          
tokens ["tilapia.editor.navigablemap.toggle.toinvisible.title"] = "Hide map";
          
tokens ["tilapia.editor.navigablemap.toggle.tovisible.alt"] = "show";
          
tokens ["tilapia.editor.navigablemap.toggle.tovisible.title"] = "Show map";
          
tokens ["tilapia.editor.timestamp.calendar.alt"] = "calendar";
          
tokens ["tilapia.editor.timestamp.calendar.clear.alt"] = "clear";
          
tokens ["tilapia.editor.timestamp.calendar.clear.title"] = "Clear current date";
          
tokens ["tilapia.editor.timestamp.calendar.title"] = "Open calendar";
          
tokens ["tilapia.errormessage.erroroccured"] = "An error has occured:";
          
tokens ["tilapia.feature.gazetteer.search.loading"] = "Loading...";
          
tokens ["tilapia.feature.gazetteer.search.noresult"] = "No result found";
          
tokens ["tilapia.feature.panel.create.text"] = "Create...";
          
tokens ["tilapia.feature.panel.create.title"] = "Create a new object";
          
tokens ["tilapia.feature.panel.delete.text"] = "Delete...";
          
tokens ["tilapia.feature.panel.delete.title"] = "Delete object";
          
tokens ["tilapia.feature.panel.select.hint.text"] = "Click an object on the map";
          
tokens ["tilapia.feature.panel.select.notfound.text"] = "No object found";
          
tokens ["tilapia.feature.panel.select.text"] = "Select...";
          
tokens ["tilapia.feature.panel.select.title"] = "Select an object by clicking on the map";
          
tokens ["tilapia.getfeatureinfo.overlaytitle"] = "Get Feature Info Request";
          
tokens ["tilapia.maps.maplegend.nolegend"] = "images/LayerList/no_thumbnail.gif";
          
tokens ["tilapia.maps.providerdiscoverytool.authenticationerror"] = "Authentication error";
          
tokens ["tilapia.maps.providerdiscoverytool.error"] = "The service discovery cannot be performed";
          
tokens ["tilapia.maps.providerdiscoverytool.layernotfound"] = "One layer has not been found";
          
tokens ["tilapia.maps.providerdiscoverytool.loading"] = "Please wait...";
          
tokens ["tilapia.ui.editor.select.prompt"] = "- Select -";
          
tokens ["tilapia.ui.navbar.loadctx.alt"] = "Load context";
          
tokens ["tilapia.ui.navbar.loadctx.button"] = "Load";
          
tokens ["tilapia.ui.navbar.loadctx.cancelbutton"] = "Cancel";
          
tokens ["tilapia.ui.navbar.loadctx.tab.file.title"] = "From file";
          
tokens ["tilapia.ui.navbar.loadctx.tab.url.title"] = "From URL";
          
tokens ["tilapia.ui.navbar.loadctx.title"] = "Load context";
          
tokens ["tilapia.ui.navbar.loadsavedata.cancel"] = "Cancel";
          
tokens ["tilapia.ui.navbar.loadsavedata.load.title"] = "Load";
          
tokens ["tilapia.ui.navbar.loadsavedata.loaded"] = "layers have been loaded.";
          
tokens ["tilapia.ui.navbar.loadsavedata.nomap"] = "No map associated with this toolbar; aborting.";
          
tokens ["tilapia.ui.navbar.loadsavedata.save.title"] = "Save";
          
tokens ["tilapia.ui.navbar.loadsavedata.title"] = "Load/Save data";
          
tokens ["tilapia.ui.navbar.measure.computing"] = "Computing distance...";
          
tokens ["tilapia.ui.navbar.measure.nodistance"] = "No distance computed yet";
          
tokens ["tilapia.ui.navbar.measure.pointdistance"] = "Estimated";
          
tokens ["tilapia.ui.navbar.measure.units.feet"] = "feet";
          
tokens ["tilapia.ui.navbar.measure.units.foot"] = "foot";
          
tokens ["tilapia.ui.navbar.measure.units.kilometer"] = "kilometer";
          
tokens ["tilapia.ui.navbar.measure.units.kilometers"] = "kilometers";
          
tokens ["tilapia.ui.navbar.measure.units.meter"] = "meter";
          
tokens ["tilapia.ui.navbar.measure.units.meters"] = "meters";
          
tokens ["tilapia.ui.navbar.measure.units.mile"] = "mile";
          
tokens ["tilapia.ui.navbar.measure.units.miles"] = "miles";
          
tokens ["tilapia.ui.navbar.measure.units.yard"] = "yard";
          
tokens ["tilapia.ui.navbar.measure.units.yards"] = "yards";
          
tokens ["tilapia.ui.notebookresultshandler.loading.label"] = "Loading...";
          
tokens ["tilapia.ui.notebookresultshandler.noresults.label"] = "No results found...";
          
tokens ["tilapia.ui.savedatapanel.format"] = "Output format";
          
tokens ["tilapia.ui.savedatapanel.mapbox"] = "Use map box";
          
tokens ["tilapia.ui.savedatapanel.nolayer"] = "No WFS layer available";
          
tokens ["tilapia.ui.savedatapanel.submit"] = "Save";
          
tokens ["tilapia.ui.security.authenticationerror"] = "Authentication error";
          
tokens ["tilapia.ui.security.authenticationneeded"] = "Authentication needed";
          
tokens ["tilapia.ui.security.loginpanel.accessible"] = "The service is accessible";
          
tokens ["tilapia.ui.security.loginpanel.login"] = "Login";
          
tokens ["tilapia.ui.security.loginpanel.password"] = "Password";
          
tokens ["tilapia.ui.security.loginpanel.username"] = "User Name";
          
tokens ["tilapia.ui.userdatapanel.input.data.label"] = "[*] Data file";
          
tokens ["tilapia.ui.userdatapanel.input.name.label"] = "[*] Name";
          
tokens ["tilapia.ui.userdatapanel.input.shared.label"] = "Shared?";
          
tokens ["tilapia.ui.userdatapanel.input.srs.example.text"] = "i.e., 'EPSG:4326' or, more simply: '4326'";
          
tokens ["tilapia.ui.userdatapanel.input.srs.label"] = "[*] SRS";
          
tokens ["tilapia.ui.userdatapanel.input.submit.value"] = "Submit";
          
tokens ["tilapia.ui.userdatapanel.services.column.apply.alt"] = "apply";
          
tokens ["tilapia.ui.userdatapanel.services.column.apply.title"] = "Apply changes";
          
tokens ["tilapia.ui.userdatapanel.services.column.delete.alt"] = "delete";
          
tokens ["tilapia.ui.userdatapanel.services.column.delete.confirm"] = "Are you sure you want to delete this service?";
          
tokens ["tilapia.ui.userdatapanel.services.column.delete.title"] = "Delete this service";
          
tokens ["tilapia.ui.userdatapanel.services.column.link.label"] = "link";
          
tokens ["tilapia.ui.userdatapanel.services.column.name.changer.alt"] = "edit";
          
tokens ["tilapia.ui.userdatapanel.services.column.name.changer.prompt"] = "New name?";
          
tokens ["tilapia.ui.userdatapanel.services.column.name.changer.title"] = "Change name";
          
tokens ["tilapia.ui.userdatapanel.services.column.shared.cannotreducesharing.text"] = "A service can change from not shared to shared, but not the other way around";
          
tokens ["tilapia.ui.userdatapanel.services.column.viewdata.tohide.label"] = "hide";
          
tokens ["tilapia.ui.userdatapanel.services.column.viewdata.toshow.label"] = "show";
          
tokens ["tilapia.ui.userdatapanel.services.header.delete.label"] = "Delete";
          
tokens ["tilapia.ui.userdatapanel.services.header.link.label"] = "URL";
          
tokens ["tilapia.ui.userdatapanel.services.header.name.label"] = "Name";
          
tokens ["tilapia.ui.userdatapanel.services.header.refresh.alt"] = "refresh";
          
tokens ["tilapia.ui.userdatapanel.services.header.refresh.title"] = "Refresh";
          
tokens ["tilapia.ui.userdatapanel.services.header.shared.label"] = "Shared";
          
tokens ["tilapia.ui.userdatapanel.services.header.viewdata.label"] = "Data";
          
tokens ["featuretable2actions.buttons.delete.confirm.text"] = "Delete Feature?";
          
tokens ["featuretable2actions.buttons.delete.label"] = "Delete";
          
tokens ["featuretable2actions.buttons.edit.label"] = "Edit";
          
tokens ["featuretable2actions.buttons.edit.panel.header.label"] = "Edit Feature";
          
tokens ["featuretable2actions.buttons.fit.label"] = "Fit";
          
tokens ["featuretable2actions.buttons.view.label"] = "View";
          
tokens ["featuretable2actions.buttons.view.panel.header.label"] = "View Feature";
          
tokens ["embeddednavigationbar.area.city"] = "City";
          
tokens ["embeddednavigationbar.area.country"] = "Country";
          
tokens ["embeddednavigationbar.area.state"] = "State";
          
tokens ["embeddednavigationbar.area.street"] = "Street";
          
tokens ["embeddednavigationbar.area.world"] = "World";
          

ERDAS.misc.importI18n (tokens);

}) ();