From 0217554726f88d89c99673876efa700b69f145b9 Mon Sep 17 00:00:00 2001 From: mattias Date: Thu, 26 Jun 2014 20:26:55 +0000 Subject: [PATCH] pochecker: resourcestrings, issue #26395, from Vaclav Valicek git-svn-id: trunk@45670 - --- components/pochecker/pofamilies.pp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/components/pochecker/pofamilies.pp b/components/pochecker/pofamilies.pp index e7362756a8..a520878477 100644 --- a/components/pochecker/pofamilies.pp +++ b/components/pochecker/pofamilies.pp @@ -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