git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4326 8e941d3f-bd1b-0410-a28a-d453659cc2b4

This commit is contained in:
gbamber
2015-09-10 12:46:02 +00:00
parent cb0209ced1
commit f4978d3ec8
3 changed files with 45 additions and 10 deletions

View File

@ -0,0 +1,35 @@
msgid ""
msgstr "Content-Type: text/plain; charset=UTF-8"
#: aboutscrolltextunit.rs_about
msgid "About"
msgstr ""
#: aboutscrolltextunit.rs_aboutboxerror
msgid "Subcomponent TAboutBox Error"
msgstr ""
#: aboutscrolltextunit.rs_by
msgid "By"
msgstr ""
#: aboutscrolltextunit.rs_componentname
msgid "Component name"
msgstr ""
#: aboutscrolltextunit.rs_datafilemissing
msgid "Resource datafile license.lrs is missing"
msgstr ""
#: aboutscrolltextunit.rs_for
msgid "For"
msgstr ""
#: aboutscrolltextunit.rs_license
msgid "License"
msgstr ""
#: aboutscrolltextunit.rs_licensetexterror
msgid "There is something wrong with the Licence text"
msgstr ""

View File

@ -202,14 +202,15 @@ begin
fLines.Add('http://wiki.lazarus.freepascal.org/Main_Page'); fLines.Add('http://wiki.lazarus.freepascal.org/Main_Page');
fLines.Add('mailto:bill_gates@microsoft.com'); fLines.Add('mailto:bill_gates@microsoft.com');
fLines.Add('are clickable by the user'); fLines.Add('are clickable by the user');
fLines.Add('(each link should be a single line of text)');
fLines.Add(' '); fLines.Add(' ');
fLines.Add('TScrollingText is released under the GPL license (See About)'); fLines.Add('TScrollingText is released under the GPL license (See About)');
fLines.Add('Code is modified from the Lazarus ''AboutFrm'' code'); fLines.Add('Code is modified from the Lazarus ''AboutFrm'' code');
fLines.Add(' '); fLines.Add(' ');
fLines.Add('The standalone visual component TScrollingText is available at:'); fLines.Add('The standalone visual component TScrollingText is available at:');
fLines.Add('http://www.charcodelvalle.com/scrollingtext/scrollingtext_component.zip'); fLines.Add('https://sourceforge.net/p/lazarus-ccr/svn/HEAD/tree/components/');
fLines.Add(' '); fLines.Add(' ');
fLines.Add('June 2014'); fLines.Add('Sep 2015');
end; end;
end; end;
@ -394,7 +395,7 @@ begin
AboutBoxFontName:='Arial'; AboutBoxFontName:='Arial';
AboutBoxFontSize:=10; AboutBoxFontSize:=10;
AboutBoxVersion:=C_VERSION; AboutBoxVersion:=C_VERSION;
AboutBoxAuthorname:='Gordon Bamber'; AboutBoxAuthorname:='Gordon Bamber and Andrey Gunenko';
AboutBoxOrganisation:='Public Domain'; AboutBoxOrganisation:='Public Domain';
AboutBoxAuthorEmail:='minesadorada@charcodelvalle.com'; AboutBoxAuthorEmail:='minesadorada@charcodelvalle.com';
AboutBoxLicenseType:='LGPL'; AboutBoxLicenseType:='LGPL';

View File

@ -3,6 +3,7 @@
<Package Version="4"> <Package Version="4">
<PathDelim Value="\"/> <PathDelim Value="\"/>
<Name Value="scrolltext"/> <Name Value="scrolltext"/>
<Type Value="RunAndDesignTime"/>
<Author Value="FPC / minesadorada (adaptation)"/> <Author Value="FPC / minesadorada (adaptation)"/>
<CompilerOptions> <CompilerOptions>
<Version Value="11"/> <Version Value="11"/>
@ -10,12 +11,6 @@
<SearchPaths> <SearchPaths>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths> </SearchPaths>
<Other>
<CompilerMessages>
<MsgFileName Value=""/>
</CompilerMessages>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions> </CompilerOptions>
<Description Value="Graphic surface that scrolls (when Active=True) that can be loaded with a Stringlist"/> <Description Value="Graphic surface that scrolls (when Active=True) that can be loaded with a Stringlist"/>
<License Value="LGPL"/> <License Value="LGPL"/>
@ -32,7 +27,11 @@
<UnitName Value="AboutScrolltextunit"/> <UnitName Value="AboutScrolltextunit"/>
</Item2> </Item2>
</Files> </Files>
<Type Value="RunAndDesignTime"/> <i18n>
<EnableI18N Value="True"/>
<OutDir Value="locale"/>
<EnableI18NForLFM Value="True"/>
</i18n>
<RequiredPkgs Count="1"> <RequiredPkgs Count="1">
<Item1> <Item1>
<PackageName Value="IDEIntf"/> <PackageName Value="IDEIntf"/>