You've already forked lazarus-ccr
wrong files - part 3
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2179 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -93,6 +93,10 @@ msgstr ""
|
|||||||
msgid "GTK widget set"
|
msgid "GTK widget set"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: rxconst.shistorydesc
|
||||||
|
msgid "History - \"%s\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: rxconst.slclversion
|
#: rxconst.slclversion
|
||||||
msgid "LCL Version: "
|
msgid "LCL Version: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -93,6 +93,10 @@ msgstr ""
|
|||||||
msgid "GTK widget set"
|
msgid "GTK widget set"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: rxconst.shistorydesc
|
||||||
|
msgid "History - \"%s\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: rxconst.slclversion
|
#: rxconst.slclversion
|
||||||
msgid "LCL Version: "
|
msgid "LCL Version: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -93,6 +93,10 @@ msgstr "Графический интерфейс GTK 2"
|
|||||||
msgid "GTK widget set"
|
msgid "GTK widget set"
|
||||||
msgstr "Графический интерфейс GTK"
|
msgstr "Графический интерфейс GTK"
|
||||||
|
|
||||||
|
#: rxconst.shistorydesc
|
||||||
|
msgid "History - \"%s\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: rxconst.slclversion
|
#: rxconst.slclversion
|
||||||
msgid "LCL Version: "
|
msgid "LCL Version: "
|
||||||
msgstr "Версия LCL : "
|
msgstr "Версия LCL : "
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<AddToProjectUsesSection Value="True"/>
|
<AddToProjectUsesSection Value="True"/>
|
||||||
<Author Value="Lagunov Aleksey"/>
|
<Author Value="Lagunov Aleksey"/>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="10"/>
|
<Version Value="11"/>
|
||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\"/>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||||
@ -17,12 +17,6 @@
|
|||||||
<UseAnsiStrings Value="False"/>
|
<UseAnsiStrings Value="False"/>
|
||||||
</SyntaxOptions>
|
</SyntaxOptions>
|
||||||
</Parsing>
|
</Parsing>
|
||||||
<Linking>
|
|
||||||
<Debugging>
|
|
||||||
<GenerateDebugInfo Value="True"/>
|
|
||||||
<DebugInfoType Value="dsAuto"/>
|
|
||||||
</Debugging>
|
|
||||||
</Linking>
|
|
||||||
<Other>
|
<Other>
|
||||||
<CompilerPath Value="$(CompPath)"/>
|
<CompilerPath Value="$(CompPath)"/>
|
||||||
</Other>
|
</Other>
|
||||||
@ -34,7 +28,7 @@ translate to Lazarus by alexs in 2005 - 2009
|
|||||||
<License Value="free ware
|
<License Value="free ware
|
||||||
"/>
|
"/>
|
||||||
<Version Build="105" Major="2" Minor="1" Release="2"/>
|
<Version Build="105" Major="2" Minor="1" Release="2"/>
|
||||||
<Files Count="60">
|
<Files Count="61">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="autopanel.pas"/>
|
<Filename Value="autopanel.pas"/>
|
||||||
<UnitName Value="AutoPanel"/>
|
<UnitName Value="AutoPanel"/>
|
||||||
@ -278,6 +272,10 @@ translate to Lazarus by alexs in 2005 - 2009
|
|||||||
<Filename Value="rxcloseformvalidator.pas"/>
|
<Filename Value="rxcloseformvalidator.pas"/>
|
||||||
<UnitName Value="RxCloseFormValidator"/>
|
<UnitName Value="RxCloseFormValidator"/>
|
||||||
</Item60>
|
</Item60>
|
||||||
|
<Item61>
|
||||||
|
<Filename Value="rxhistorynavigator.pas"/>
|
||||||
|
<UnitName Value="RxHistoryNavigator"/>
|
||||||
|
</Item61>
|
||||||
</Files>
|
</Files>
|
||||||
<LazDoc Paths="docs\;\usr\local\share\lazarus\components\rxnew\docs\"/>
|
<LazDoc Paths="docs\;\usr\local\share\lazarus\components\rxnew\docs\"/>
|
||||||
<i18n>
|
<i18n>
|
||||||
|
@ -17,7 +17,7 @@ uses
|
|||||||
rxmemds, rxpopupunit, rxsortmemds, rxspin, rxstrutils, rxswitch,
|
rxmemds, rxpopupunit, rxsortmemds, rxspin, rxstrutils, rxswitch,
|
||||||
RxSystemServices, rxtbrsetup, RxTimeEdit, rxtoolbar, RxVersInfo,
|
RxSystemServices, rxtbrsetup, RxTimeEdit, rxtoolbar, RxVersInfo,
|
||||||
RxViewsPanel, rxxpman, seldsfrm, tooledit, vclutils, RxCloseFormValidator,
|
RxViewsPanel, rxxpman, seldsfrm, tooledit, vclutils, RxCloseFormValidator,
|
||||||
LazarusPackageIntf;
|
RxHistoryNavigator, LazarusPackageIntf;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user