pochecker: resourcestrings, issue #26395, from Vaclav Valicek

git-svn-id: trunk@45670 -
This commit is contained in:
mattias 2014-06-26 20:26:55 +00:00
parent 74fe767a19
commit 0217554726

View File

@ -23,13 +23,13 @@ const
optRunAllTestsOnAllChildren: TPoTestOptions = [];
PoTestOptionNames: array[TPoTestOption] of String = (
'Check number of items',
'Check for incompatible format arguments',
'Check missing identifiers',
'Check for mismatches in untranslated strings',
'Check for duplicate untranslated values',
'Check percentage of (un)translated and fuzzy strings',
'Find all translated po-files'
sCheckNumberOfItems,
sCheckForIncompatibleFormatArguments,
sCheckMissingIdentifiers,
sCheckForMismatchesInUntranslatedStrings,
sCheckForDuplicateUntranslatedValues,
sCheckStatistics,
sFindAllTranslatedPoFiles
);
Type