Source position: translations.pas line 79
type TTranslationStatistics = record
Translated: Integer;
Untranslated: Integer;
Fuzzy: Integer;
end;