<client:resources>
<edit>
<create>
<text>Create</text>
<tooltip>Create a new entity</tooltip>
<notify>Entity successfully created</notify>
</create>
<update>
<text>Update</text>
<tooltip>Edit the selected entity</tooltip>
<notify>Entity successfully edited</notify>
</update>
<delete>
<text>Delete</text>
<tooltip>Delete the selected entity</tooltip>
<notify>Entity successfully deleted</notify>
</delete>
<submit>
<text>Submit</text>
<tooltip>Submit changes</tooltip>
</submit>
<cancel>
<text>Cancel</text>
<tooltip>Cancel changes</tooltip>
</cancel>
<polygon>
<text>Polygon</text>
<tooltip>Add a polygon</tooltip>
</polygon>
<line>
<text>Line</text>
<tooltip>Add a line</tooltip>
</line>
<point>
<text>Point</text>
<tooltip>Add a point</tooltip>
</point>
<modify>
<text>Modify</text>
<tooltip>Click on an item to modify it</tooltip>
</modify>
<remove>
<text>Remove</text>
<tooltip>Remove the currently selected item</tooltip>
</remove>
<reset>
<text>Reset</text>
<tooltip>Reset the form fields</tooltip>
</reset>
</edit>
<client</client:resources>
|