lazarus/components/pochecker/pochecker.lpk
maxim b6b63e0fd4 Components, PoChecker:
a) made it localizable;
       b) slightly improved dialogs;
       c) added Russian translation.

git-svn-id: trunk@36198 -
2012-03-21 23:00:18 +00:00

81 lines
2.1 KiB
XML

<?xml version="1.0"?>
<CONFIG>
<Package Version="4">
<Name Value="PoChecker"/>
<AddToProjectUsesSection Value="True"/>
<Author Value="Bart Broersma"/>
<CompilerOptions>
<Version Value="11"/>
<SearchPaths>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Other>
<CompilerMessages>
<UseMsgFile Value="True"/>
</CompilerMessages>
<CustomOptions Value="$(IDEBuildOptions)"/>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Description Value="Check the validity of translated PO files.
"/>
<Version Major="1"/>
<Files Count="7">
<Item1>
<Filename Value="resultdlg.pp"/>
<UnitName Value="ResultDlg"/>
</Item1>
<Item2>
<Filename Value="resultdlg.lfm"/>
<Type Value="LFM"/>
</Item2>
<Item3>
<Filename Value="pofamilies.pp"/>
<UnitName Value="PoFamilies"/>
</Item3>
<Item4>
<Filename Value="pocheckermain.pp"/>
<HasRegisterProc Value="True"/>
<UnitName Value="pocheckermain"/>
</Item4>
<Item5>
<Filename Value="simplepofiles.pp"/>
<UnitName Value="SimplePoFiles"/>
</Item5>
<Item6>
<Filename Value="pocheckermain.lfm"/>
<Type Value="LFM"/>
</Item6>
<Item7>
<Filename Value="pocheckerconsts.pas"/>
<UnitName Value="pocheckerconsts"/>
</Item7>
</Files>
<i18n>
<EnableI18N Value="True"/>
<OutDir Value="languages"/>
</i18n>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="3">
<Item1>
<PackageName Value="IDEIntf"/>
</Item1>
<Item2>
<PackageName Value="SynEdit"/>
</Item2>
<Item3>
<PackageName Value="LCL"/>
</Item3>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
</PublishOptions>
<CustomOptions Items="ExternHelp" Version="2">
<_ExternHelp Items="Count"/>
</CustomOptions>
</Package>
</CONFIG>