Skip to content

Commit

Permalink
added language strings for favicon in ini-files & corrected version info
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiesel committed Sep 17, 2017
1 parent d115176 commit cb50196
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 19 deletions.
3 changes: 3 additions & 0 deletions bootstrap4/language/de-DE/de-DE.tpl_bootstrap4.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
; Note : All ini files need to be saved as UTF-8

TPL_BOOTSTRAP4_XML_DESCRIPTION="Frontend Template mit Bootstrap 4 Unterstützung."
TPL_BOOTSTRAP4_FAVICON="Favicon"
TPL_BOOTSTRAP4_FAVICON_DESC="Icon, das in der Adresszeile des Webbrowsers angezeigt wird."

TPL_BOOTSTRAP4_BACKTOTOP="nach oben"

18 changes: 9 additions & 9 deletions bootstrap4/language/de-DE/de-DE.tpl_bootstrap4.sys.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ TPL_BOOTSTRAP4_POSITION_SIDEBAR-RIGHT="Rechte Sidebar"
TPL_BOOTSTRAP4_POSITION_NAVBAR-1="Navbar Links"
TPL_BOOTSTRAP4_POSITION_NAVBAR-2="Navbar Rechts"
TPL_BOOTSTRAP4_POSITION_CONTRIBUTORS="Mitwirkende"
TPL_BOOTSTRAP4_POSITION_POSITION-6="Unused"
TPL_BOOTSTRAP4_POSITION_POSITION-7="Unused"
TPL_BOOTSTRAP4_POSITION_POSITION-8="Unused"
TPL_BOOTSTRAP4_POSITION_POSITION-9="Unused"
TPL_BOOTSTRAP4_POSITION_POSITION-10="Unused"
TPL_BOOTSTRAP4_POSITION_POSITION-11="Unused"
TPL_BOOTSTRAP4_POSITION_POSITION-12="Unused"
TPL_BOOTSTRAP4_POSITION_POSITION-13="Unused"
TPL_BOOTSTRAP4_POSITION_POSITION-14="Unused"
TPL_BOOTSTRAP4_POSITION_POSITION-6="Nicht verwendet"
TPL_BOOTSTRAP4_POSITION_POSITION-7="Nicht verwendet"
TPL_BOOTSTRAP4_POSITION_POSITION-8="Nicht verwendet"
TPL_BOOTSTRAP4_POSITION_POSITION-9="Nicht verwendet"
TPL_BOOTSTRAP4_POSITION_POSITION-10="Nicht verwendet"
TPL_BOOTSTRAP4_POSITION_POSITION-11="Nicht verwendet"
TPL_BOOTSTRAP4_POSITION_POSITION-12="Nicht verwendet"
TPL_BOOTSTRAP4_POSITION_POSITION-13="Nicht verwendet"
TPL_BOOTSTRAP4_POSITION_POSITION-14="Nicht verwendet"
TPL_BOOTSTRAP4_POSITION_FOOTER="Fußzeile"
3 changes: 3 additions & 0 deletions bootstrap4/language/en-GB/en-GB.tpl_bootstrap4.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
; Note : All ini files need to be saved as UTF-8

TPL_BOOTSTRAP4_XML_DESCRIPTION="Frontend Template with support for Bootstrap version 4."
TPL_BOOTSTRAP4_FAVICON="Favicon"
TPL_BOOTSTRAP4_FAVICON_DESC="Icon shown in the address bar of the web browser."

TPL_BOOTSTRAP4_BACKTOTOP="back to top"

20 changes: 10 additions & 10 deletions bootstrap4/templateDetails.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<!DOCTYPE install PUBLIC "-//Joomla! 2.5//DTD template 1.0//EN" "http://www.joomla.org/xml/dtd/2.5/template-install.dtd">
<extension version="3.1" type="template" client="site" method="upgrade">
<name>bootstrap4</name>
<version>1.1</version>
<creationDate>02/10/2016</creationDate>
<version>1.5</version>
<creationDate>17/09/2016</creationDate>
<author>Jochen Wiesel</author>
<authorEmail>[email protected]</authorEmail>
<copyright>Copyright (C) 2016 sniggle.me. All rights reserved.</copyright>
<copyright>Copyright (C) 2017 sniggle.me. All rights reserved.</copyright>
<description>TPL_BOOTSTRAP4_XML_DESCRIPTION</description>
<files>
<filename>component.php</filename>
Expand Down Expand Up @@ -44,21 +44,21 @@
<position>footer</position>
</positions>
<languages folder="language">
<language tag="de-DE">de-DE/de-DE.tpl_bootstrap4.ini</language>
<language tag="de-DE">de-DE/de-DE.tpl_bootstrap4.sys.ini</language>
<language tag="en-GB">en-GB/en-GB.tpl_bootstrap4.ini</language>
<language tag="en-GB">en-GB/en-GB.tpl_bootstrap4.sys.ini</language>
<language tag="de-DE">de-DE/de-DE.tpl_bootstrap4.ini</language>
<language tag="de-DE">de-DE/de-DE.tpl_bootstrap4.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="advanced">
<field name="sitedescription" type="text" default=""
label="JGLOBAL_DESCRIPTION"
description="JGLOBAL_SUBHEADING_DESC"
filter="string" />
label="JGLOBAL_DESCRIPTION"
description="JGLOBAL_SUBHEADING_DESC"
filter="string" />
<field name="favicon" class="" type="text" default="/templates/bootstrap4/favicon.ico"
label="TPL_BOOTSTRAP4_FAVICON"
description="TPL_BOOTSTRAP4_FAVICON_DESC" />
label="TPL_BOOTSTRAP4_FAVICON"
description="TPL_BOOTSTRAP4_FAVICON_DESC" />
</fieldset>
</fields>
</config>
Expand Down

0 comments on commit cb50196

Please sign in to comment.