Implement a printable table.

This commit implements a simple printable table that can be used to display
tabular data.

The columns of the table can specify a maximum width which will cause the
column text to wrap around to the next line.
This commit is contained in:
Peter Huene 2018-02-25 17:22:11 -08:00
parent 2ff85cdd9a
commit 9ef495327a
No known key found for this signature in database
GPG key ID: E1D265D820213D6A
16 changed files with 714 additions and 0 deletions

View file

@ -848,6 +848,11 @@ setx PATH "%PATH%;{0}"
<target state="new">Failed to uninstall tool package '{0}': {1}</target>
<note />
</trans-unit>
<trans-unit id="ColumnMaxWidthMustBeGreaterThanZero">
<source>Column maximum width must be greater than zero.</source>
<target state="new">Column maximum width must be greater than zero.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>