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