V8: Localize the default property validation error (#6294)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
dce593d260
commit
956b725e3d
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user