From f4978d3ec882f4c36b5557efe477104e5f4c3583 Mon Sep 17 00:00:00 2001 From: gbamber Date: Thu, 10 Sep 2015 12:46:02 +0000 Subject: [PATCH] git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4326 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- .../scrolltext/locale/aboutscrolltextunit.po | 35 +++++++++++++++++++ components/scrolltext/scrollingtext.pas | 7 ++-- components/scrolltext/scrolltext.lpk | 13 ++++--- 3 files changed, 45 insertions(+), 10 deletions(-) create mode 100644 components/scrolltext/locale/aboutscrolltextunit.po diff --git a/components/scrolltext/locale/aboutscrolltextunit.po b/components/scrolltext/locale/aboutscrolltextunit.po new file mode 100644 index 000000000..503056264 --- /dev/null +++ b/components/scrolltext/locale/aboutscrolltextunit.po @@ -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 "" + diff --git a/components/scrolltext/scrollingtext.pas b/components/scrolltext/scrollingtext.pas index 82a05b363..f19b91a9a 100644 --- a/components/scrolltext/scrollingtext.pas +++ b/components/scrolltext/scrollingtext.pas @@ -202,14 +202,15 @@ begin fLines.Add('http://wiki.lazarus.freepascal.org/Main_Page'); fLines.Add('mailto:bill_gates@microsoft.com'); fLines.Add('are clickable by the user'); + fLines.Add('(each link should be a single line of text)'); fLines.Add(' '); fLines.Add('TScrollingText is released under the GPL license (See About)'); fLines.Add('Code is modified from the Lazarus ''AboutFrm'' code'); fLines.Add(' '); 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('June 2014'); + fLines.Add('Sep 2015'); end; end; @@ -394,7 +395,7 @@ begin AboutBoxFontName:='Arial'; AboutBoxFontSize:=10; AboutBoxVersion:=C_VERSION; - AboutBoxAuthorname:='Gordon Bamber'; + AboutBoxAuthorname:='Gordon Bamber and Andrey Gunenko'; AboutBoxOrganisation:='Public Domain'; AboutBoxAuthorEmail:='minesadorada@charcodelvalle.com'; AboutBoxLicenseType:='LGPL'; diff --git a/components/scrolltext/scrolltext.lpk b/components/scrolltext/scrolltext.lpk index 7702a4008..b71d056b2 100644 --- a/components/scrolltext/scrolltext.lpk +++ b/components/scrolltext/scrolltext.lpk @@ -3,6 +3,7 @@ + @@ -10,12 +11,6 @@ - - - - - - @@ -32,7 +27,11 @@ - + + + + +