V8: Localize the default property validation error (#6294)

This commit is contained in:
Kenn Jacobsen
2019-09-15 16:23:14 +02:00
committed by Sebastiaan Janssen
parent dce593d260
commit 956b725e3d
4 changed files with 11 additions and 5 deletions

View File

@@ -565,6 +565,7 @@
<key alias="stylesNoStylesOnPage">Der er ingen aktive styles eller formatteringer på denne side</key>
<key alias="tableColMergeLeft">Du skal stå til venstre for de 2 celler du ønsker at samle!</key>
<key alias="tableSplitNotSplittable">Du kan ikke opdele en celle, som ikke allerede er delt.</key>
<key alias="propertyHasErrors">Denne egenskab er ugyldig</key>
</area>
<area alias="general">
<key alias="about">Om</key>

View File

@@ -593,6 +593,7 @@
<key alias="stylesNoStylesOnPage">No active styles available</key>
<key alias="tableColMergeLeft">Please place cursor at the left of the two cells you wish to merge</key>
<key alias="tableSplitNotSplittable">You cannot split a cell that hasn't been merged.</key>
<key alias="propertyHasErrors">This property is invalid</key>
</area>
<area alias="general">
<key alias="about">About</key>

View File

@@ -596,6 +596,7 @@
<key alias="stylesNoStylesOnPage">No active styles available</key>
<key alias="tableColMergeLeft">Please place cursor at the left of the two cells you wish to merge</key>
<key alias="tableSplitNotSplittable">You cannot split a cell that hasn't been merged.</key>
<key alias="propertyHasErrors">This property is invalid</key>
</area>
<area alias="general">
<key alias="options">Options</key>