5 "wrmap-loading": "Loading the map...",
6 "wrmap-error-invalid-text": "The text '$1' is not allowed in the map.",
7 "wrmap-error-invalid-element": "Unknown element <$1>. Allowed elements: $2.",
8 "wrmap-error-invalid-attribute": "Attribute '$1' is not allowed in <$2>. Allowed attributes: $3.",
9 "wrmap-error-coordinate-format": "Wrong cordinate format: $1",
10 "wrmap-error-coordinate-count": "Element <$1> has to have exactly one coordinate pair.",
11 "wrmap-error-line-color": "Color specification of line has a wrong format. The format has to be like #a200b7.",
12 "wrmap-error-line-width": "Line width specification has a wrong format. It has to be an integer, e.g. 6."