fpspreadsheet: Workbook.AddWorksheet creates a "duplicate workwheet" error message if new worksheet already exists. Update German translation.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6553 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-07-09 17:49:54 +00:00
parent 4cdb95d86c
commit 25b83a1948
7 changed files with 52 additions and 28 deletions

View File

@@ -167,6 +167,7 @@ resourcestring
// Worksheets
rsDefaultSheetName = 'Sheet%d';
rsDuplicateWorksheetName = 'Duplicate worksheet "%s".';
rsInvalidWorksheetName = '"%s" is not a valid worksheet name.';
rsWorksheetNotFound = 'Worksheet "%s" not found.';
rsWorksheetNotFound1 = 'Worksheet not found.';