Translation fixes: remove various unused strings, fix some wrong spelled strings, add some missing strings

This commit is contained in:
Ansgar Becker
2023-09-10 14:22:52 +02:00
parent 122663d88b
commit 587c88e574
7 changed files with 53 additions and 200 deletions

View File

@ -1803,7 +1803,7 @@ begin
Output('-- '+_('Data exporting was unselected.')+CRLF+CRLF, False, True, True, False, False);
end else if MatchText(DBObj.Engine, ['MRG_MYISAM', 'FEDERATED']) then begin
if menuExportAddComments.Checked then
Output('-- '+f_('Table data not exported because this is %s table which holds its data in separate tables.', [DBObj.Engine])+CRLF+CRLF, False, True, True, False, False);
Output('-- '+f_('Table data not exported because this is a %s table which holds its data in separate tables.', [DBObj.Engine])+CRLF+CRLF, False, True, True, False, False);
end else begin
tmp := FormatNumber(DBObj.Rows)+' rows';
if LowerCase(DBObj.Engine) = 'innodb' then