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:
alexs75
2011-11-30 17:54:28 +00:00
parent f78ccebe3e
commit 125885b9bd
5 changed files with 19 additions and 9 deletions

View File

@ -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 ""

View File

@ -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 ""

View File

@ -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 : "

View File

@ -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>

View File

@ -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