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"
msgstr ""
#: rxconst.shistorydesc
msgid "History - \"%s\""
msgstr ""
#: rxconst.slclversion
msgid "LCL Version: "
msgstr ""

View File

@ -93,6 +93,10 @@ msgstr ""
msgid "GTK widget set"
msgstr ""
#: rxconst.shistorydesc
msgid "History - \"%s\""
msgstr ""
#: rxconst.slclversion
msgid "LCL Version: "
msgstr ""

View File

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

View File

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

View File

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