Skip to content

Commit

Permalink
Merge pull request #261 from JeroenDeDauw/addmessages
Browse files Browse the repository at this point in the history
Add missing messages
  • Loading branch information
kghbln authored Oct 10, 2016
2 parents 7a80291 + 6dee417 commit f2f99d0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,5 +226,15 @@
"semanticmaps-kml-linkabsolute": "Should links be absolute (as opposed to relative)",
"semanticmaps-kml-pagelinktext": "The text to use for the links to the page, in which $1 will be replaced by the page title",
"semanticmaps-shapes-improperformat": "Improper formatting of $1. Please see documentation for formatting",
"semanticmaps-shapes-missingshape": "No shapes found for $1. Please see documentation for available shapes"
"semanticmaps-shapes-missingshape": "No shapes found for $1. Please see documentation for available shapes",
"validator-type-mapscircle": "Geographical circle",
"validator-type-mapscircle-list": "List of circles",
"validator-type-mapsimageoverlay": "Image overlay",
"validator-type-mapsimageoverlay-list": "List of image overlays",
"validator-type-mapsline": "Geographical line",
"validator-type-mapsline-list": "List of lines",
"validator-type-mapslocation": "Geographical location",
"validator-type-mapslocation-list": "List of locations",
"validator-type-mapsrectangle": "Geographical rectangle",
"validator-type-mapsrectangle-list": "List of rectangles"
}

0 comments on commit f2f99d0

Please sign in to comment.