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.
...
For example:
Code Block | ||||
---|---|---|---|---|
| ||||
<client:resources lang="it">
<detailsaction>
<tooltip>
<title>Ashowa da detaila</title>
<text>Displaya da detaila view, eh</text>
</tooltip>
</detailsaction>
</client:resources>
|
or
Code Block | ||||
---|---|---|---|---|
| ||||
<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
Code Block |
---|
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 |
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
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? |
com.cohga.client.actions.redline
weave.redline
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. |
Delete All
redline.deleteAll.tooltip.text
Delete all redline elements
redline.deleteAll.confirmTitle
Delete All
redline.deleteAll.confirmPrompt
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 |
Change the fill colour and transparency of the selected feature
.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. |
Weight
redline.fontMenu.size.lighter
confirmPrompt | This will delete all of your redline elements, do you want to continue? |
redline. |
entity. |
tooltip. |
title |
Get |
redline. |
entity. |
tooltip. |
text |
Bold
redline.fontMenu.size.bolder
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. |
Line Style
Document Management System
id
Default
green | Green |
redline.markerMenu.blue | Blue |
redline.modify.tooltip.title |
Modify |
redline. |
modify.tooltip.text |
Display any documents attached to the active selected entities
Click on the a redline to modify |
redline.point.tooltip.title |
Show Documents for all
Point |
redline.point.tooltip.text |
Display any documents attached to all selected entities
Add a point to the map |
redline.polygon.tooltip.title |
Polygon |
redline. |
polygon. |
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
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 |
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 |
Pending changes
Warning |
---|
These are pending release, but are documented here for those that are testing future updates |
weave.buffer (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 (com.cohga.html.client.map.fullExtentAction)
id | Default |
---|---|
weave.fullExtent.tooltip.title | Full Extent |
weave.fullExtent.tooltip.text | Return to the Full Extent |
...
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.mapactions.spatialIdentifybufferAction)
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.intersect fullExtent (or com.cohga.html.client.actionsmap.intersectfullExtentAction)
id | Default |
---|---|
weave. |
fullExtent.tooltip.title |
Full Extent |
weave. |
fullExtent.tooltip.text |
Return to the Full Extent |
weave.
...
Layer
...
weave.intersect.window.title
...
Intersect the Selected Features
weave.maptips
spatialIdentify (or com.cohga.html.client.map.spatialIdentify)
id | Default |
---|---|
weave. |
spatialIdentify.tooltip.title |
Spatial Identify |
weave. |
spatialIdentify.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
...
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.gridWindowActionidentifyAction)
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.grid.export initialExtent (or com.cohga.html.client.gridmap.exportActioninitialExtentAction)
id | Default |
---|---|
weave. |
initialExtent. |
tooltip.title |
Initial Extent |
weave. |
initialExtent. |
tooltip.text |
Return to the Initial Extent |
weave.grid.pan intersect (or com.cohga.html.client.gridactions.panActionintersect)
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.grid.remove gridWindow (or com.cohga.html.client.gridactions.removeActiongridWindowAction)
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.zoom export (or com.cohga.html.client.grid.zoomActionexportAction)
id | Default |
---|---|
weave.grid. |
export.tooltip.title |
Export Data |
weave.grid. |
export.tooltip.text |
Export the Grid Data into the specified format |
weave.grid.
...
Zoom
weave.measurePolygon (pan (or com.cohga.html.client.actionsgrid.map.measurePolygonpanAction)
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.
...
Segment Length
...
weave.measurePolygon.bearing
...
Bearing
...
weave.measurePolygon.totalArea
...
Total Area (Approx)
weave.measurePolyline (grid.refine (or com.cohga.html.client.actionsgrid.map.measurePolylinerefine)
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.
...
Segment Length
...
weave.measurePolyline.bearing
...
Bearing
...
weave.measurePolyline.totalLength
...
Total Length
weave.nextExtent (grid.remove (or com.cohga.html.client.mapgrid.nextExtentActionremoveAction)
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.previousExtent grid.zoom (or com.cohga.html.client.mapgrid.previousExtentActionzoomAction)
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.pan measurePolygon (or com.cohga.htmlclient.clientactions.map.panActionmeasurePolygon)
id | Default |
---|---|
weave. |
measurePolygon.tooltip.title |
Measure Polygon |
weave. |
measurePolygon.tooltip.text |
Measure a polygon on the map |
weave. |
...
measurePolygon. |
...
id
window.title | Measure Polygon |
weave.measurePolygon.segmentLength | Segment Length |
weave. |
measurePolygon. |
bearing | Bearing |
weave. |
measurePolygon. |
Display current coordinates in a different projection
weave.projections.window.title
Coordinate Display
...
totalArea | Total Area (Approx) |
weave.measurePolyline (or com.cohga.htmlclient.clientactions.map.refreshMapActionmeasurePolyline)
id | Default |
---|---|
weave. |
measurePolyline.tooltip.title |
Measure Polyline |
weave. |
measurePolyline.tooltip.text |
Measure a polyline on the map |
weave. |
...
measurePolyline. |
...
id | Default |
---|---|
weave.clear.tooltip.title | Clear Selection |
weave.clear.tooltip.text | Click to clear the current selection |
...
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.select.clearAllActionnextExtentAction)
id | Default |
---|---|
weave. |
nextExtent.tooltip.title |
Next Extent |
weave. |
nextExtent.tooltip.text |
Go to the Next Extent |
weave.selectZoom previousExtent (or com.cohga.html.client.map.select.zoomActionpreviousExtentAction)
id | Default |
---|---|
weave. |
previousExtent.tooltip.title |
Previous Extent |
weave. |
previousExtent.tooltip.text |
Go to |
the |
Previous Extent |
weave.
...
Information
...
weave.selectZoom.errorMessage
...
No Spatial Features found matching selection
weave.selectZoomAll (com.cohga.html.client.map.select.zoomAllActionpan (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.spatialselect projections (or com.cohga.html.client.actions.spatialSelectActionprojAction)
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.
...
are next to
...
weave.spatialselect.label.target
...
html.client.map.select.clearAction)
id | Default |
---|---|
weave. |
clear. |
tooltip. |
title | Clear Selection |
weave. |
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
...
clear.tooltip.text | Click to clear the current selection |
weave.clearAll (or com.cohga.html.client.map.select.zoominActionclearAllAction)
id | Default |
---|---|
weave. |
clearAllAction.tooltip.title |
Clear All Selections |
weave. |
clearAllAction.tooltip.text | Click |
to clear all selections |
weave.zoomOut selectZoom (or com.cohga.html.client.map.select.zoomoutActionzoomAction)
id | Default |
---|---|
weave. |
selectZoom.tooltip.title | Zoom |
Selection |
weave. |
selectZoom.tooltip.text | Click |
to zoom to the current selection |
weave. |
...
selectZoom. |
...
errorTitle |
Information |
Default
weave. |
selectZoom. |
Clear Selection
...
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.
...
weave.toc.expandAllspatialselect (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. |
...
id
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 |
Default
weave. |
spatialselect. |
label. |
distance | Distance (m) |
weave. |
spatialselect. |
text. |
distance. |
invalid | Please enter a valid Buffer Distance |
weave. |
spatialselect. |
text |
...
. |
...
distance. |
...
id
Default
blank | Please enter a Buffer Distance |
weave. |
spatialselect. |
label. |
type |
Type |
weave. |
spatialselect. |
label. |
source |
Source |
weave.toc.selectLayer
id | Default |
---|---|
weave.toc.selectLayer.text | Select Layer |
weave.toc.filterzoomIn (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.toc.zoomToLayerzoomOut (or com.cohga.html.client.map.zoomoutAction)
id | Default |
---|---|
weave. |
zoomOut. |
tooltip. |
title | Zoom |
Out |
weave. |
...
id
Default
weave.toc.zoomToMaxScale.text
zoomOut.tooltip.text | Click on the map and drag a rectangle |
weave.toc.zoomToMinScaleclearSelection
id | Default |
---|---|
weave.toc. |
clearSelection.text |
Clear Selection |
weave.legendWindow (com.cohga.client.action.legend)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 |
Legend
weave.metadataWindow (com.cohga.client.action.metadata)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.tocMenu (com.cohga.client.action.toc)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 |
Table of Contents
weave.toggleToc (com.cohga.client.action.toctoggle)toc.lockLayer
id | Default |
---|---|
weave. |
toc. |
lockLayer. |
text |
Lock Layer |
weave. |
toc. |
unlockLayer.text |
Unlock Layer |
weave.legend (com.cohga.client.panel.legend)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.
...
No legend is currently available
licence agreementtoc.zoomToLayer
id | Default |
---|---|
weave.toc. |
zoomToLayer. |
text | Zoom To Layer |
weave.
...
toc.
...
No licence text defined. Please add one to the licence
paging toolbar
zoomToMaxScale
id | Default |
---|---|
weave. |
toc.zoomToMaxScale. |
Items per page
...
text | Zoom to Max. Scale |
weave.toc.zoomToMinScale
id | Default |
---|
weave.toc. |
zoomToMinScale.text |
Filter
grid.filter.tooltip
Type text to filter and press Enter
...
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.entitySelectorView.tocMenu (or com.cohga.client.action.toc)
id | Default |
---|---|
weave. |
Entities
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.grid toggleToc (or com.cohga.html.client.mainaction.gridViewtoctoggle)
id | Default |
---|---|
weave. |
toggleToc.tooltip.title |
Toggle Layer | |
weave.toggleToc.tooltip.text | Toggle the display of a map layer |
---|
weave.report legend (or com.cohga.htmlclient.clientpanel.main.reportViewlegend)
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 |
selectiongrid
id | Default |
---|
grid. |
New Selection
weave.select.add.tooltip.title
Add Selection
weave.select.remove.tooltip.title
Remove Selection
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. |
Click on the map to select a location
...
miles | Miles |
weave.entitySelectorView
id | Default |
---|
weave.entitySelectorView. |
title |
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
Item Resources
The following items list the i18n resources that can be set within a component configuration.
Eventually these should be updated to use the format above, but for now...
The first line is the component id, the following lines are the names of the resources that can be set within a <resources> tag.
When there are 2 client id's they're aliases for the same item.
For example, given the original config for an item inside a client config:
...
<item action="example.item">
<resources>
<text>Text</text>
<moreText>More Text</moreText>
<andYetAnother>This is the last resource</andYetAnother>
</resources>
<!-- all config options if required -->
</item>
it would be listed below as:
Code Block |
---|
example.item
text Text
moreText More Text
antYetAnother This is the last resource
|
and could be i18n configured as:
...
<client:resources lang="it">
<example>
<item>
<text>Texta</text>
<moreText>More Texta</moreText>
<andYetAnother>This isa de last resourcea</andYetAnother>
</item>
</example>
</client:resources>
or
...
<client:resources lang="it">
<resource id="example.item.text">Texta</resource>
<resource id="example.item.moreText">More Texta</resource>
<resource id="example.item.andYetAnother">This isa de last resourcea</resource>
</client:resources>
or in a resources .properties file as:
Code Block |
---|
example.item.text=Texta
example.item.moreText=More Texta
example.item.andYetAnother=This isa de last resourcea
|
and the original item moved out the following to make a snippet:
...
<client:item id="example.item">
<action>example.item</action>
<resources>
<text>%example.item.text</text>
<moreText>%example.item.moreText</moreText>
<andYetAnother>%example.item.andYetAnother</andYetAnother>
</resources>
<!-- common config options if required -->
</client:item>
then added back to the client as:
...
<item ref="example.item">
<!-- non-common config options if required -->
</item>
The following bookmark properties are obsolete, and can instead be set using resource properties as described above
weave.bookmark
com.cohga.html.client.map.bookmark
id | Default |
---|---|
name | Bookmark Name |
saveExtent | Save Extent |
saveLayers | Save Layers |
saveRedlines | Save Redlines |
saveEntity | Save Entity |
emptyText | No bookmarks to display |
title | Bookmark Manager |
open | Open |
close | Close |
remove | Delete |
removeAll | Delete All |
addBookmark | Add Bookmark |
manageBookmarks | Manage Bookmarks |
create | Create |
cancel | Cancel |
removeAllPrompt | This will delete all of your bookmarks, do you want to continue? |
removeSelectedPrompt | This will delete the selected bookmark, do you want to continue? |
com.cohga.dms.UploadSelected
id | Default |
---|---|
selectfile | Select a file |
file | File |
description | Description |
cancel | Cancel |
upload | Upload |
uploading | Uploading your file... |
success | Successfully uploaded file to the server |
failure | Upload to the server failed |
The following redline properties are obsolete, and can instead be set using resource properties as described above
com.cohga.client.actions.redline.delete
weave.redline.delete
id | Default |
---|---|
confirmTitle | Delete |
confirmPrompt | This will delete the selected redline element, do you want to continue? |
com.cohga.client.actions.redline.deleteall
weave.redline.deleteall
id | Default |
---|---|
confirmTitle | Delete All |
confirmPrompt | This will delete all of your redline elements, do you want to continue? |
com.cohga.client.actions.redline.fillColourMenu
weave.redline.fill
id | Default |
---|---|
transparency | Transparency |
none | none |
com.cohga.client.actions.redline.familyMenu
weave.redline.font
id | Default |
---|---|
serif | Serif |
sansserif | Sans-Serif |
monospace | Monospace |
small | Small |
medium | Medium |
large | Large |
lighter | Lighter |
normal | Normal |
bold | Bold |
bolder | Bolder |
family | Family |
size | Size |
weight | Weight |
none | none |
com.cohga.client.actions.redline.load
weave.redline.load
id | Default |
---|---|
managerTitle | Redline Manager |
noRedlines | No redlines available |
deleteAllText | Delete All |
deleteSelectedText | Delete |
addText | Add |
replaceText | Replace |
closeText | Close |
deleteAllPrompt | This will delete all of your saved redlines, do you want to continue? |
deleteSelectedPrompt | This will delete the selected saved redline, do you want to continue? |
replacePrompt | This will replace all of your existing redline elements, do you want to continue? |
com.cohga.client.actions.redline.markerMenu
weave.redline.markerMenu
id | Default |
---|---|
green | Green |
greenGraphic | resources/images/markers/w-marker-green.png |
red | Red |
redGraphic | resources/images/markers/w-marker-red.png |
blue | Blue |
blueGraphic | resources/images/markers/w-marker-blue.png |
com.cohga.client.actions.redline
weave.redline
id | Default |
---|---|
title | Redline |
com.cohga.client.actions.redline.save
weave.redline.save
id | Default |
---|---|
title | Redline Save |
prompt | Please enter a name to save the redline elements |
com.cohga.client.actions.redline.strokeColourMenu
weave.redline.stroke
id | Default |
---|---|
transparency | Transparency |
lineWidth | Line Width |
lineStyle | Line Style |
none | none |
Everything else is item specific but most have <tooltip><title>Title</title><text>Blah blah blah</text></tooltip>
and <label>Label</label>
so could be set
Code Block |
---|
item.id.tooltip.title=Title
item.id.tooltip.text=Blah blah blah
item.id.label=Label
|
and
...
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