You've already forked lazarus-ccr
fpspreadsheet: Add writing of cell comments for opendocument files.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3914 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -47,6 +47,7 @@ resourcestring
|
||||
rsColumnStyleNotFound = 'Column style not found.';
|
||||
rsRowStyleNotFound = 'Row style not found.';
|
||||
rsInvalidCharacterInCell = 'Invalid character(s) in cell %s.';
|
||||
rsInvalidCharacterInCellComment = 'Invalid character(s) in cell comment "%s".';
|
||||
rsUTF8TextExpectedButANSIFoundInCell = 'Expected UTF8 text but probably ANSI '+
|
||||
'text found in cell %s.';
|
||||
rsIndexInSSTOutOfRange = 'Index %d in SST out of range (0-%d).';
|
||||
|
||||
Reference in New Issue
Block a user