Current Client i18n Resources
The following is a reference for the i18n resources that can be set for a client
Global Resources
The following are global resources that can be set to change the text for common items (although not everything uses them yet)
id | Default |
---|---|
open | Open |
close | Close |
ok | OK |
cancel | Cancel |
yes | Yes |
no | No |
new | New |
add | Add |
remove | Remove |
refine | Refine |
generate | Generate |
id | Default |
---|---|
readytoopen | Ready to open... |
clicktoopen | click here to open the link |
Client Resources
The following items list the i18n resources that can be set using client:resources to alter the display of the component directly.
The first line is the component id, the following lines are the names of the resources and their value if not set.
When there are 2 client id's they're aliases for the same item.
These are all just set either in a client:resources tag or a resources.properties file, and they will automatically be used.
For example:
<client:resources lang="it"> <detailsaction> <tooltip> <title>Ashowa da detaila</title> <text>Displaya da detaila view, eh</text> </tooltip> </detailsaction> </client:resources>
or
<client:resources lang="it"> <resource id="detailsaction.tooltip.title">Ashowa da detaila</resource> <resource id="detailsaction.tooltip.text">Displaya da detaila view, eh</resource> </client:resources>
or in a resources .properties file
detailsaction.tooltip.title=Ashowa da detaila detailsaction.tooltip.text=Displaya da detaila view, eh
com.cohga.html.client.grid.details
id | Default |
---|---|
detailsaction.tooltip.title | Show Details |
detailsaction.tooltip.text | Display a detail view |
com.cohga.client.action.legend
id | Default |
---|---|
legendaction.tooltip.title | Map Legend |
legendaction.tooltip.text | Display a legend for the map layers |
com.cohga.client.action.metadata
id | Default |
---|---|
metadataaction.tooltip.title | Metadata |
metadataaction.tooltip.text | Display metadata for the map layers |
com.cohga.client.action.toc
id | Default |
---|---|
tocaction.tooltip.title | Layers |
tocaction.tooltip.text | Change the display of map layers |
com.cohga.client.action.toctoggle
id | Default |
---|---|
toctoggle.tooltip.title | Toggle Layer |
toctoggle.tooltip.text | Toggle the display of a map layer |
weave.coordZoom
id | Default |
---|---|
coordzoom.tooltip.title | Coordinate Zoom |
coordzoom.tooltip.text | Zoom to a given coordinate |
coordzoom.bodyText | |
coordzoom.zoomWidthLabel | Select the zoom width |
coordzoom.zoomProjLabel | Select the projection |
coordzoom.windowTitle | Enter Map Coordinate |
coordzoom.units.km | kilometre |
coordzoom.units.kms | kilometres |
coordzoom.units.m | metre |
coordzoom.units.ms | metres |
coordzoom.units.mi | mile |
coordzoom.units.mis | miles |
coordzoom.units.ft | foot |
coordzoom.units.fts | feet |
coordzoom.units.nm | nautical mile |
coordzoom.units.nms | nautical miles |
coordzoom.lonLabel | Longitude |
coordzoom.latLabel | Latitude |
coordzoom.xLabel | X |
coordzoom.yLabel | Y |
coordzoom.degLabel | Deg |
coordzoom.minLabel | Min |
coordzoom.secLabel | Sec |
coordzoom.error.outOfRange | The location could not be shown as it does not reside within the boundary of the Map |
coordzoom.error.mapUnitsNotMetres | Map units are in feet or degrees not metres |
coordzoom.error.invalidCoordinates | The coordinate values are not valid |
coordzoom.error.invalidRange | Value must be between {0} and {1} |
com.cohga.html.client.grid.exportAction
id | Default |
---|---|
exportaction.tooltip.title | Export Data |
exportaction.tooltip.text | Export the Grid Data into the specified format |
com.cohga.html.client.main.gridView
com.cohga.html.client.main.identifyView
id | Default |
---|---|
grid.page.displayMsg | Displaying {0} - {1} of {2} |
grid.data.emptyMsg | No data to display |
grid.page.beforePage | Page |
grid.page.afterPage | of {0} |
grid.page.first | First Page |
grid.page.prev | Previous Page |
grid.page.next | Next Page |
grid.page.last | Last Page |
grid.page.refresh | Refresh |
grid.page.items | Items per page |
com.cohga.html.client.main.searchView
id | Default |
---|---|
search.error.validation | The search has fields that are required to be entered. Please fix the errors marked in red. |
search.reset.tooltip | Reset the Form |
weave.snap
id | Default |
---|---|
snap.title | Snapping |
snap.tooltip | Enable snapping |
weave.snap.settings
com.cohga.snap.settings.view
id | Default |
---|---|
snap.settings.title | Snap Settings |
snap.settings.tooltip | Alter the current snapping settings |
snap.settings.node | Node |
snap.settings.vertex | Vertex |
snap.settings.edge | Edge |
snap.settings.type | Snap Type |
snap.settings.entity | Snap Entity |
snap.settings.tolerance | Snap Tolerance (m) |
snap.settings.save | Save Defaults |
weave.emailFeedback
id | Default |
---|---|
feedback.email.tooltip.title | Feedback |
feedback.email.tooltip.text | Send feedback to the system administrator |
feedback.email.success.title | Feedback Submitted |
feedback.email.success.text | Your feedback has been sent |
feedback.email.window.title | Email support & feedback |
feedback.email.window.send | Send |
feedback.email.from.label | E-mail From |
feedback.email.from.empty | Enter a valid email address |
feedback.email.classification.label | Classification |
feedback.email.classification.empty | Select a classification... |
feedback.email.subject.label | Subject |
feedback.email.subject.empty | Type a subject for the message |
feedback.email.message.label | Message |
feedback.email.message.empty | Enter the message text |
com.cohga.client.panel.edit
id | Default |
---|---|
edit.create.text | Create |
edit.create.tooltip | Create a new entity |
edit.create.notify | Entity successfully created |
edit.update.text | Update |
edit.update.tooltip | Edit the selected entity |
edit.update.notify | Entity successfully edited |
edit.delete.text | Delete |
edit.delete.tooltip | Delete the selected entity |
edit.delete.notify | Entity successfully deleted |
edit.submit.text | Submit |
edit.submit.tooltip | Submit changes |
edit.cancel.text | Cancel |
edit.cancel.tooltip | Cancel changes |
edit.cancel.modified.title | Unsaved Changes |
edit.cancel.modified.message | Do you want to discard the changes you have made? |
edit.polygon.text | Polygon |
edit.polygon.tooltip | Add a polygon |
edit.line.text | Line |
edit.line.tooltip | Add a line |
edit.point.text | Point |
edit.point.tooltip | Add a point |
edit.modify.text | Modify |
edit.modify.tooltip | Click on an item to modify it |
edit.remove.text | Remove |
edit.remove.tooltip | Remove the currently selected item |
edit.import.text | Import |
edit.import.tooltip | Import geometry from another entity |
edit.import.error.tooManyGeometries | There are too many geometries in the source |
edit.import.error.tooManyPoints | There are too many points in the source |
edit.import.error.tooManyLinestrings | There are too many lines in the source |
edit.import.error.tooManyPolygons | There are too many polygons in the source |
edit.reset.text | Reset |
edit.reset.tooltip | Reset the form fields |
com.cohga.html.client.map.bookmark
weave.bookmark
bookmark.tooltip.title | Bookmark |
bookmark.tooltip.text | Work with bookmarks |
bookmark.name | Bookmark Name |
bookmark.saveExtent | Include Extent |
bookmark.saveLayers | Include Layers |
bookmark.saveRedlines | Include Redlines |
bookmark.saveEntity | Include Entity |
bookmar.saveSelection | Include Selection |
bookmark.emptyText | No bookmarks to display |
bookmark.title | Bookmark Manager |
bookmark.addBookmark | Add Bookmark |
bookmark.manageBookmarks | Manage Bookmarks |
bookmark.replacePrompt | Do you want to replace the existing bookmark? |
bookmark.removeAllText | Remove All |
bookmark.removeAllPrompt | This will delete all of your bookmarks do you want to continue? |
bookmark.removeSelectedText | Remove Selected |
bookmark.removeSelectedPrompt | This will delete the selected bookmark do you want to continue? |
bookmark.publish | Publish |
bookmark.published | Published |
bookmark.private | Private |
bookmark.mamage.title | System Bookmar Manager |
bookmark.id | Id |
bookmark.user | User |
bookmark.update | Update |
bookmark.editBookmark | Edit Boomkark |
bookmark.publishBookmark | Publish Bookmark |
bookmark.edit | Edit |
bookmark.created | Created |
bookmark.time | Executed |
bookmark.count | Count |
bookmark.category | Category |
bookmark.group | Group |
bookmark.shareBookmark | Share Bookmark |
bookmark.share | Share |
bookmark.shared | Shared |
bookmark.description | Description |
bookmark.descriptionHelp | To help keep track of bookmark |
publishbookmark.tooltip.title | Published Bookmarks |
publishbookmark.tooltip.text | Open a published bookmark |
managebookmark.tooltip.title | Manage Bookmarks |
managebookmark.tooltip.text | Manage bookmarks that have been published or shared |
com.cohga.client.actions.redline
weave.redline
id | Default |
---|---|
redline.tooltip.title | Redline |
redline.tooltip.text | Add elements to the map |
redline.title | Redline |
redline.name | Redline Name |
redline.transparency | Transparency |
redline.none | none |
redline.load.tooltip.title | Load |
redline.load.tooltip.text | Load and manage your saved redlines |
redline.load.title | Manage Redlines |
redline.load.noRedlines | No redlines are currently available |
redline.load.removeAllPrompt | This will delete all of your saved redlines, do you want to continue? |
redline.load.removeSelectedPrompt | This will delete the selected saved redline, do you want to continue? |
redline.load.replacePrompt | This will replace all of your existing redline elements, do you want to continue? |
redline.save.tooltip.title | Save |
redline.save.tooltip.text | Save the current set of redlines |
redline.save.title | Save Redline |
redline.save.prompt | Please enter a name to save the redline elements |
redline.save.replacePrompt | Do you want to replace the existing redline? |
redline.circle.tooltip.title | Circle |
redline.circle.tooltip.text | Add a circle to the map |
redline.defaults.tooltip.title | Save Settings |
redline.defaults.tooltip.text | Save the current settings as the defaults |
redline.delete.tooltip.text | Delete the currently selected redline element |
redline.delete.confirmTitle | Delete |
redline.delete.confirmPtompt | This will delete the selected redline element, do you want to continue? |
redline.deleteAll.tooltip.title | Delete All |
redline.deleteAll.tooltip.text | Delete all redline elements |
redline.deleteAll.confirmTitle | Delete All |
redline.deleteAll.confirmPrompt | This will delete all of your redline elements, do you want to continue? |
redline.entity.tooltip.title | Get |
redline.entity.tooltip.text | Create a redline item from the currently selected entity |
redline.fillMenu.tooltip.title | Fill Settings |
redline.fillMenu.tooltip.text | Change the fill colour and transparency of the selected feature |
redline.fontMenu.tooltip.title | Font Settings |
redline.fontMenu.tooltip.text | Change the Font colour and style of the selected features text |
redline.fontMenu.family.label | Family |
redline.fontMenu.family.serif | Serif |
redline.fontMenu.family.sansserif | Sans-Serif |
redline.fontMenu.family.monospace | Monospace |
redline.fontMenu.size.label | Size |
redline.fontMenu.size.small | Small |
redline.fontMenu.size.medium | Medium |
redline.fontMenu.size.large | Large |
redline.fontMenu.weight.label | Weight |
redline.fontMenu.weight.lighter | Lighter |
redline.fontMenu.weight.normal | Normal |
redline.fontMenu.weight.bold | Bold |
redline.fontMenu.weight.bolder | Bolder |
redline.marker.tooltip.title | Marker |
redline.marker.tooltip.text | Add a marker to the map |
redline.markerMenu.tooltip.title | Marker Settings |
redline.markerMenu.tooltip.text | Change the marker colour |
redline.markerMenu.red | Red |
redline.markerMenu.green | Green |
redline.markerMenu.blue | Blue |
redline.modify.tooltip.title | Modify |
redline.modify.tooltip.text | Click on the a redline to modify |
redline.point.tooltip.title | Point |
redline.point.tooltip.text | Add a point to the map |
redline.polygon.tooltip.title | Polygon |
redline.polygon.tooltip.text | Add a polygon to the map |
redline.polyline.tooltip.title | Polyline |
redline.polyline.tooltip.text | Add a polyline to the map |
redline.rectangle.tooltip.title | Rectangle |
redline.rectangle.tooltip.text | Add a rectangle to the map |
redline.square.tooltip.title | Square |
redline.square.tooltip.text | Add a square to the map |
redline.strokeMenu.tooltip.title | Line Settings |
redline.strokeMenu.tooltip.text | Change the line colour and transparency of the selected feature |
redline.strokeMenu.width.label | Line Width |
redline.strokeMenu.style.label | Line Style |
redline.export.tooltip.title | |
redline.export.tooltip.text | Export all redlines to Shapefile |
redline.export.title | Export Redline |
redline.export.projection | Projection |
redline.export.description | Description |
redline.export.export | Export |
redline.export.clear | Clear |
redline.export.kml.tooltip.title | Export to KML |
redline.export.kml.tooltip.text | Export all redlines to KML |
redline.export.kml.title | Export Redline |
redline.layers.title | Organise Redlines |
redline.layers.tooltop.title | Organise |
redline.layers.tooltip.text | List and organise redlines |
redline.layers.area | Area |
redline.layers.length | Length |
Document Management System
id | Default |
---|---|
dms.selected.tooltip.title | Show Documents |
dms.selected.tooltip.text | Display any documents attached to the active selected entities |
dms.all.tooltip.title | Show Documents for all |
dms.all.tooltip.text | Display any documents attached to all selected entities |
dms.remove.title | Remove Document |
dms.remove.prompt | Are you sure you want to remove this document? |
dms.remove.success | The document has been removed |
dms.remove.failure | The document could not be removed |
dms.upload.tooltip.title | Upload Document |
dms.upload.tooltip.text | Upload a document and attach it to the selected entity |
dms.upload.selectfile | Select a file |
dms.upload.file | File |
dms.upload.description | Description |
dms.upload.upload | Upload |
dms.upload.uploading | Uploading your file... |
dms.upload.success | Successfully uploaded file to the server |
dms.upload.failure | Upload to the server failed |
dms.text.display | Display |
dms.text.remove | Remove |
Help
id | Default |
---|---|
help.tooltip.title | Help |
help.tooltip.text | Click to open the Help window |
help.title | Help |
help.filter | Filter |
help.expandAll | Expand All |
help.collapseAll | Collapse All |
Updates for Weave 2.5
weave.buffer (or com.cohga.html.client.actions.bufferAction)
id | Default |
---|---|
weave.buffer.tooltip.title | Buffer |
weave.buffer.tooltip.text | Create a Buffer around the selected features |
weave.buffer.window.title | Buffer the Selected Features |
weave.buffer.layer.label | Layer |
weave.buffer.distance.label | Distance (m) |
weave.buffer.distance.invalid | Please enter a valid Buffer Distance |
weave.buffer.distance.blank | Please enter a Buffer Distance |
weave.coords
id | Default |
---|---|
weave.coords.tooltip.title | Coordinate Display |
weave.coords.tooltip.text | Display current coordinates in a different projection |
weave.coords.window.title | Coordinate Display |
weave.fixedZoomIn
id | Default |
---|---|
weave.fixedZoomIn.tooltip.title | Zoom In |
weave.fixedZoomIn.tooltip.text | Zoom in on the Map |
weave.fixedZoomOut
id | Default |
---|---|
weave.fixedZoomOut.tooltip.title | Zoom Out |
weave.fixedZoomOut.tooltip.text | Zoom out on the Map |
weave.fullExtent (or com.cohga.html.client.map.fullExtentAction)
id | Default |
---|---|
weave.fullExtent.tooltip.title | Full Extent |
weave.fullExtent.tooltip.text | Return to the Full Extent |
weave.spatialIdentify (or com.cohga.html.client.map.spatialIdentify)
id | Default |
---|---|
weave.spatialIdentify.tooltip.title | Spatial Identify |
weave.spatialIdentify.tooltip.text | Click on the map and drag a circle to identify features |
weave.spatialIdentify.window.title | Spatial Identify |
weave.identify (or com.cohga.html.client.actions.identifyAction)
id | Default |
---|---|
weave.identify.tooltip.title | Identify |
weave.identify.tooltip.text | Click on the map and drag a circle to identify the features |
weave.identify.window.title | Identify |
weave.initialExtent (or com.cohga.html.client.map.initialExtentAction)
id | Default |
---|---|
weave.initialExtent.tooltip.title | Initial Extent |
weave.initialExtent.tooltip.text | Return to the Initial Extent |
weave.intersect (or com.cohga.html.client.actions.intersect)
id | Default |
---|---|
weave.intersect.tooltip.title | Intersect |
weave.intersect.tooltip.text | Select features in this layer that Intersect selected features in another |
weave.intersect.layer.label | Layer |
weave.intersect.window.title | Intersect the Selected Features |
weave.maptips
id | Default |
---|---|
weave.maptips.tooltip.title | MapTips |
weave.maptips.tooltip.text | Hover the mouse over a location and get information about the point |
weave.maptips.multipleText | There are too many features at that location |
weave.gridWindow (or com.cohga.html.client.actions.gridWindowAction)
id | Default |
---|---|
weave.gridWindow.tooltip.title | Grid |
weave.gridWindow.tooltip.text | Generate a Grid Report for the Active Entity |
weave.gridWindow.window.title | Data |
weave.grid.export (or com.cohga.html.client.grid.exportAction)
id | Default |
---|---|
weave.grid.export.tooltip.title | Export Data |
weave.grid.export.tooltip.text | Export the Grid Data into the specified format |
weave.grid.pan (or com.cohga.html.client.grid.panAction)
id | Default |
---|---|
weave.grid.pan.tooltip.title | Pan |
weave.grid.pan.tooltip.text | Pan to the selected feature in the Grid |
weave.grid.pan.text | Pan |
weave.grid.refine (or com.cohga.html.client.grid.refine)
id | Default |
---|---|
weave.grid.refine.tooltip.title | Refine Selection |
weave.grid.refine.tooltip.text | Refine the current selection in the Grid |
weave.grid.refine.text | Refine |
weave.grid.remove (or com.cohga.html.client.grid.removeAction)
id | Default |
---|---|
weave.grid.remove.tooltip.title | Remove Selection |
weave.grid.remove.tooltip.text | Remove the current selection in the Grid |
weave.grid.remove.text | Remove |
weave.grid.zoom (or com.cohga.html.client.grid.zoomAction)
id | Default |
---|---|
weave.grid.zoom.tooltip.title | Zoom To |
weave.grid.zoom.tooltip.text | Zoom to the selected feature in the Grid |
weave.grid.zoom.text | Zoom |
weave.measurePolygon (or com.cohga.client.actions.map.measurePolygon)
id | Default |
---|---|
weave.measurePolygon.tooltip.title | Measure Polygon |
weave.measurePolygon.tooltip.text | Measure a polygon on the map |
weave.measurePolygon.window.title | Measure Polygon |
weave.measurePolygon.segmentLength | Segment Length |
weave.measurePolygon.bearing | Bearing |
weave.measurePolygon.totalArea | Total Area (Approx) |
weave.measurePolyline (or com.cohga.client.actions.map.measurePolyline)
id | Default |
---|---|
weave.measurePolyline.tooltip.title | Measure Polyline |
weave.measurePolyline.tooltip.text | Measure a polyline on the map |
weave.measurePolyline.window.title | Measure Polyline |
weave.measurePolyline.segmentLength | Segment Length |
weave.measurePolyline.bearing | Bearing |
weave.measurePolyline.totalLength | Total Length |
weave.nextExtent (or com.cohga.html.client.map.nextExtentAction)
id | Default |
---|---|
weave.nextExtent.tooltip.title | Next Extent |
weave.nextExtent.tooltip.text | Go to the Next Extent |
weave.previousExtent (or com.cohga.html.client.map.previousExtentAction)
id | Default |
---|---|
weave.previousExtent.tooltip.title | Previous Extent |
weave.previousExtent.tooltip.text | Go to the Previous Extent |
weave.pan (or com.cohga.html.client.map.panAction)
id | Default |
---|---|
weave.pan.tooltip.title | Pan |
weave.pan.tooltip.text | Click and drag the map to a new location |
weave.projections (or com.cohga.client.actions.projAction)
id | Default |
---|---|
weave.projections.tooltip.title | Coordinate Display |
weave.projections.tooltip.text | Display current coordinates in a different projection |
weave.projections.window.title | Coordinate Display |
weave.refreshMap (or com.cohga.html.client.map.refreshMapAction)
id | Default |
---|---|
weave.refreshMap.tooltip.title | Refresh |
weave.refreshMap.tooltip.text | Refresh the Map |
weave.clear (or com.cohga.html.client.map.select.clearAction)
id | Default |
---|---|
weave.clear.tooltip.title | Clear Selection |
weave.clear.tooltip.text | Click to clear the current selection |
weave.clearAll (or com.cohga.html.client.map.select.clearAllAction)
id | Default |
---|---|
weave.clearAllAction.tooltip.title | Clear All Selections |
weave.clearAllAction.tooltip.text | Click to clear all selections |
weave.selectZoom (or com.cohga.html.client.map.select.zoomAction)
id | Default |
---|---|
weave.selectZoom.tooltip.title | Zoom Selection |
weave.selectZoom.tooltip.text | Click to zoom to the current selection |
weave.selectZoom.errorTitle | Information |
weave.selectZoom.errorMessage | No Spatial Features found matching selection |
weave.selectZoomAll (or com.cohga.html.client.map.select.zoomAllAction)
id | Default |
---|---|
weave.selectZoomAll.tooltip.title | Zoom All Selection |
weave.selectZoomAll.tooltip.text | Click to zoom to the current selection of all layers |
weave.spatialselect (or com.cohga.html.client.actions.spatialSelectAction)
id | Default |
---|---|
weave.spatialselect.tooltip.title | Spatial Select |
weave.spatialselect.tooltip.text | Select entities based on their spatial relationship to other entities |
weave.spatialselect.window.title | Selected Entities |
weave.spatialselect.label.withindistanceof | are within a distance of |
weave.spatialselect.label.intersect | intersect |
weave.spatialselect.label.closestto | is closest to |
weave.spatialselect.label.nextto | are next to |
weave.spatialselect.label.target | Target |
weave.spatialselect.label.distance | Distance (m) |
weave.spatialselect.text.distance.invalid | Please enter a valid Buffer Distance |
weave.spatialselect.text.distance.blank | Please enter a Buffer Distance |
weave.spatialselect.label.type | Type |
weave.spatialselect.label.source | Source |
weave.zoomIn (or com.cohga.html.client.map.zoominAction)
id | Default |
---|---|
weave.zoomIn.tooltip.title | Zoom In |
weave.zoomIn.tooltip.text | Click on the map and drag a rectangle |
weave.zoomOut (or com.cohga.html.client.map.zoomoutAction)
id | Default |
---|---|
weave.zoomOut.tooltip.title | Zoom Out |
weave.zoomOut.tooltip.text | Click on the map and drag a rectangle |
weave.toc.clearSelection
id | Default |
---|---|
weave.toc.clearSelection.text | Clear Selection |
weave.toc.collapseAll
id | Default |
---|---|
weave.toc.collapseAll.tooltip.title | Collapse All |
weave.toc.collapseAll.tooltip.text | Collapse all the Groups to hide all sub groups and layers |
weave.toc.collapseAll.text |
weave.toc.expandAll
id | Default |
---|---|
weave.toc.expandAll.tooltip.title | Expand All |
weave.toc.expandAll.tooltip.text | Expand all the Groups to hide all sub groups and layers |
weave.toc.expandAll.text |
weave.toc.load
id | Default |
---|---|
weave.toc.load.tooltip.title | Load |
weave.toc.load.tooltip.text | Retrieve the previously saved state |
weave.toc.load.text |
weave.toc.save
id | Default |
---|---|
weave.toc.save.tooltip.title | Save |
weave.toc.save.tooltip.text | Store the current state |
weave.toc.save.text |
weave.toc.lockLayer
id | Default |
---|---|
weave.toc.lockLayer.text | Lock Layer |
weave.toc.unlockLayer.text | Unlock Layer |
weave.toc.selectLayer
id | Default |
---|---|
weave.toc.selectLayer.text | Select Layer |
weave.toc.filter
id | Default |
---|---|
weave.toc.filter.emptyText | Filter |
weave.toc.filter.filteringText | Filtering |
weave.toc.zoomToLayer
id | Default |
---|---|
weave.toc.zoomToLayer.text | Zoom To Layer |
weave.toc.zoomToMaxScale
id | Default |
---|---|
weave.toc.zoomToMaxScale.text | Zoom to Max. Scale |
weave.toc.zoomToMinScale
id | Default |
---|---|
weave.toc.zoomToMinScale.text | Zoom to Min. Scale |
weave.legendWindow (or com.cohga.client.action.legend)
id | Default |
---|---|
weave.legendWindow.tooltip.title | Map Legend |
weave.legendWindow.tooltip.text | Display a legend for the map layers |
weave.legendWindow.window.title | Legend |
weave.metadataWindow (or com.cohga.client.action.metadata)
id | Default |
---|---|
weave.metadataWindow.tooltip.title | Metadata |
weave.metadataWindow.tooltip.text | Display metadata for the map layers |
weave.metadataWindow.window.title | Metadata |
weave.tocMenu (or com.cohga.client.action.toc)
id | Default |
---|---|
weave.tocMenu.tooltip.title | Layers |
weave.tocMenu.tooltip.text | Change the display of map layers |
weave.tocWindow (or weave.tocWindowAction)
id | Default |
---|---|
weave.tocWindow.tooltip.title | Table of Contents |
weave.tocWindow.tooltip.text | View the Table of Contents in a new floating window |
weave.tocWindow.window.title | Table of Contents |
weave.toggleToc (or com.cohga.client.action.toctoggle)
id | Default |
---|---|
weave.toggleToc.tooltip.title | Toggle Layer |
weave.toggleToc.tooltip.text | Toggle the display of a map layer |
weave.legend (or com.cohga.client.panel.legend)
id | Default |
---|---|
weave.legend.tooltip.title | Legend |
weave.legend.tooltip.text | Display a legend for the map layers |
weave.legend.emptyText | No legend is currently available |
licence agreement
id | Default |
---|---|
weave.licence.title | Licence Agreement |
weave.licence.text | No licence text defined. Please add one to the licence |
paging toolbar
id | Default |
---|---|
weave.paging.itemsPerPage | Items per page |
grid
id | Default |
---|---|
grid.filter.text | Filter |
grid.filter.tooltip | Type text to filter and press Enter |
weave.mapctrl.scalebar
id | Default |
---|---|
weave.mapctrl.scalebar.tooltip.title | Scalebar Units |
weave.mapctrl.scalebar.tooltip.text | Right click to change the Units |
weave.mapctrl.scalebar.label | Scale 1: |
weave.mapctrl.scalebar.metres | Metres |
weave.mapctrl.scalebar.kilometres | Kilometres |
weave.mapctrl.scalebar.feet | Feet |
weave.mapctrl.scalebar.miles | Miles |
weave.entitySelectorView
id | Default |
---|---|
weave.entitySelectorView.title | Entities |
weave.entitySelectorView.tooltip.title | Entities |
weave.entitySelectorView.tooltip.text | Manage the current entities |
weave.entitySelectorView.other.text | Other |
weave.entitySelectorView.entity.text | Entity |
weave.entitySelectorView.size.text | Size |
weave.entitySelectorView.group.text | Group |
weave.grid (or com.cohga.html.client.main.gridView)
id | Default |
---|---|
weave.grid.title | Data |
weave.report (or com.cohga.html.client.main.reportView)
id | Default |
---|---|
weave.report.title | Report |
weave.search (or com.cohga.html.client.main.searchView)
id | Default |
---|---|
weave.search.title | Search |
weave.toc (or com.cohga.html.client.map.tocView)
id | Default |
---|---|
weave.toc.title | Layers |
selection
id | Default |
---|---|
weave.select.new.tooltip.title | New Selection |
weave.select.add.tooltip.title | Add Selection |
weave.select.remove.tooltip.title | Remove Selection |
weave.select.refine.tooltip.title | Refine Selection |
weave.select.rect.tooltip.text | Click on the map and drag a rectangle |
weave.select.circle.tooltip.text | Click on the map and drag a circle |
weave.select.polyline.tooltip.text | Click on the map and drag a polyline |
weave.select.polygon.tooltip.text | Click on the map and drag a polygon |
weave.select.point.tooltip.text | Click on the map to select a location |
weave.uploadFile (or com.cohga.spatial.upload.uploadFile)
id | Default |
---|---|
uploadFile.tooltip.title | Upload |
uploadFile.tooltip.text | Upload a file as a layer on the map |
uploadFile.windowTitle | Upload File |
uploadFile.addText | Add |
uploadFile.addTooltip | Add local files |
uploadFile.clearAllText | Clear |
uploadFile.clearAllTooltip | Clear all uploading files |
uploadFile.uploadText | Upload |
uploadFile.uploadTooltip | Upload all files |
uploadFile.stopText | Stop |
uploadFile.stopTooltip | Stop uploading |
uploadFile.step1PromtText | <p>Please select files</p> |
uploadFile.supportedFormats | Suported formats are:<p> |
uploadFile.tocGroupLabel | Upload |
uploadFile.tocGroupDescription | Uploaded Layers |
uploadFile.inputLabel | Input |
uploadFile.pointsLabel | Points |
uploadFile.linesLabel | Lines |
uploadFile.polygonsLabel | Polygons |
uploadFile.markLabel | Mark |
uploadFile.fillLabel | Fill |
uploadFile.strokeLabel | Stroke |
weave.zipnship
id | default |
---|---|
zipnship.tooltip.title | Zip'n'Ship |
zipnship.tooltip.text | Extract the selected features |
zipnship.menu.active.label | Active Layer |
zipnship.menu.active.tooltip | Only export the selected features from the active entity |
zipnship.menu.all.label | All Layers |
zipnship.menu.all.tooltip | Export the selected features from all entities that have a selection |
zipnship.menu.export.label | Export |
zipnship.menu.export.tooltip | Perform the export |
weave.zipnshipenvelope
id | default |
---|---|
zipnshipenvelope.tooltip.title | Zip'n'Ship |
zipnshipenvelope.tooltip.text | Extract the features from the current extent |
Other pending changes
id | Default |
---|---|
datacombo.emptyText | No Data Avaliable |
searchcombo.emptyText | No Searches Avaliable |
indexcombo.emptyText | Quick search |
indexcombo.loading | Searching... |
indexcombo.tooltip.title | Quick Search |
indexcombo.tooltip.text | Type here to search |
indexcombo.tooltip2.title | Redisplay |
indexcombo.tooltip2.text | Redisplay search results |
indexcombo.tooltip3.title | Reset |
indexcombo.tooltip3.text | Reset search results |
details.tooltip.title | Details |
details.tooltip.text | Display details about a selected entity |
details.emptyText | No details to display |
details.loading | Loading... |
details.loadError | Unable to load data |
entityselector.tooltip.title | Entities |
entityselector.tooltip.text | Manage the current entities |
entityselector.defaultGroupName | Other |
entityselector.entityLabel | Entity |
entityselector.sizeLabel | Size |
entityselector.groupLabel | Group |
grid.filter.text | Filter |
grid.filter.tooltip | Type text to filter and press Enter |
Export to KML