localize property validation

This commit is contained in:
Simon Busborg
2016-01-13 13:30:43 +01:00
committed by Simon Busborg
parent 96db5a5be3
commit 5cefd9ad20
2 changed files with 11 additions and 5 deletions

View File

@@ -1224,4 +1224,10 @@ To manage your website, simply open the Umbraco back office and start adding con
<area alias="errors">
<key alias="receivedErrorFromServer">Received an error from the server</key>
</area>
<area alias="validation">
<key alias="validateAsEmail">Validate as email</key>
<key alias="validateAsNumber">Validate as a number</key>
<key alias="validateAsUrl">Validate as a Url</key>
<key alias="enterCustomValidation">...or enter a custom validation</key>
</area>
</language>