Skip to content

Commit

Permalink
Version 0.5.1.2, Some fixes for Magento v1.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
MaWoScha committed Dec 6, 2017
1 parent 8806574 commit f997aef
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function render(Varien_Data_Form_Element_Abstract $element)

$html = $this->_getHeaderHtml($element);
$html .= "<p>".$helper->__("The installed language pack only provides translations of in Magento existing texts. If you want to prepare your Magento store on the legal requirements in %s or expand common payment methods, we recommend to install the following additional extensions.",
$helper->__("Germany"))."</p>";
$helper->__("Germany"))."</p>";
$html .= "<hr style='margin-top:15px; margin-bottom:5px;' />";
$html .= "<h3 style='margin-top:20px; margin-bottom:10xp;'>".$helper->__("Specific market adjustment for")." ".$helper->__("German and European stores")."</h3>";
$html .= "<dl>";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ class German_LocalePackDe_Block_System_Config_Form_Fieldset_Instructions
{
public function render(Varien_Data_Form_Element_Abstract $element)
{
$nodepath = "modules/German_LocalePackDe";
$nodepath = "modules/German_LocalePackDe";
$helper = Mage::helper("localepackde");

$html = $this->_getHeaderHtml($element);
$html .= "<p style='font-weight:bold;'>";
$html .= $helper->__("The %s language pack in version %s has been successfully installed.",
(string)Mage::app()->getConfig()->getNode($nodepath.'/locale'),
(string)Mage::app()->getConfig()->getNode($nodepath.'/version') );
(string)Mage::app()->getConfig()->getNode($nodepath.'/locale'),
(string)Mage::app()->getConfig()->getNode($nodepath.'/version') );
$html .= "</p>";
$html .= "<p style='margin-top:20pt;'>";
$html .= $helper->__("On the <a href='%s'>Magento Connect page of the German language pack</a>, you can find more information on the latest versions.",
(string)Mage::app()->getConfig()->getNode($nodepath.'/link_mage') );
(string)Mage::app()->getConfig()->getNode($nodepath.'/link_mage') );
$html .= "</p>";
$html .= "<p style='margin-top:20pt;'>";
$html .= $helper->__("For those interested there is a <a href='%s'>GitHub repository</a>. It is provided for the following purposes:",
(string)Mage::app()->getConfig()->getNode($nodepath.'/link_git') );
(string)Mage::app()->getConfig()->getNode($nodepath.'/link_git') );
$html .= "</p>";

$html .= "<ul style='list-style-position: outside; list-style-type: disc; margin-left:18px;'>";
Expand Down
4 changes: 2 additions & 2 deletions downloader/template_de_1.7/footer.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*
* @category design
* @package default
* @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
* @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*/
?>
Expand All @@ -33,7 +33,7 @@
<script type="text/javascript">
$('bug_tracking_link').target = "varien_external";
</script>
Magento ist eine Handelsmarke der Magento, Inc. Copyright &copy; 2016 Magento Inc.
Magento ist eine Handelsmarke der Magento, Inc. Copyright &copy; 2017 Magento Inc.
</p>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions downloader/template_de_1.7/install/footer.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*
* @category design
* @package default
* @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
* @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*/
?>
Expand All @@ -41,7 +41,7 @@
<script type="text/javascript">
$('bug_tracking_link').target = "varien_external";
</script>
Magento ist eine Handelsmarke der Magento, Inc. Copyright &copy; 2016 Magento Inc.</p>
Magento ist eine Handelsmarke der Magento, Inc. Copyright &copy; 2017 Magento Inc.</p>
</div>
</div>
<!-- [end] footer -->
Expand Down
2 changes: 1 addition & 1 deletion js/tiny_mce/langs/de.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/tiny_mce/plugins/emotions/langs/de_dlg.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f997aef

Please sign in to comment.