-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 0.4.2, Update for Magento v1.9.4.2
- Loading branch information
Showing
12 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
/** | ||
* @category German | ||
* @package German_LocalePack | ||
* @authors MaWoScha <[email protected], http://www.siempro.co/> | ||
* @developer MaWoScha <[email protected], http://www.siempro.co/> | ||
* @authors MaWoScha | ||
* @developer MaWoScha | ||
* @version 0.1.0 | ||
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
/** | ||
* @category German | ||
* @package German_LocalePack | ||
* @authors MaWoScha <[email protected], http://www.siempro.co/> | ||
* @developer MaWoScha <[email protected], http://www.siempro.co/> | ||
* @authors MaWoScha | ||
* @developer MaWoScha | ||
* @version 0.3.0 | ||
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) | ||
*/ | ||
|
@@ -26,8 +26,8 @@ public function render(Varien_Data_Form_Element_Abstract $element) | |
$html .= "</p>"; | ||
if (!array_key_exists("German_LocaleFallback", $modules)) { | ||
$html .= "<p>".$helper->__("Note: Install the extension %s, so you can use %s as a <a href='%s'>fallback language</a>.", | ||
"de_DE", | ||
"<a href='https://github.com/MaWoScha/German_LocaleFallback'>German LocaleFallback</a>", | ||
"de_DE", | ||
$section_link )."</p>"; | ||
} else if (!array_key_exists("German_LocalePackDe", $modules)) { | ||
$html .= "<p>".$helper->__("Note: Install the language package %s to use it as a <a href='%s'>fallback language</a>.", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
/** | ||
* @category German | ||
* @package German_LocalePack | ||
* @authors MaWoScha <[email protected], http://www.siempro.co/>, Rico Neitzel <[email protected], http://www.buro71a.de/> | ||
* @developer MaWoScha <[email protected], http://www.siempro.co/>, Rico Neitzel <[email protected], http://www.buro71a.de/> | ||
* @authors MaWoScha, Rico Neitzel <[email protected], http://www.buro71a.de/> | ||
* @developer MaWoScha, Rico Neitzel <[email protected], http://www.buro71a.de/> | ||
* @version 0.1.0 | ||
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
/** | ||
* @category German | ||
* @package German_LocalePack | ||
* @authors MaWoScha <[email protected], http://www.siempro.co/>, Rico Neitzel <[email protected], http://www.buro71a.de/> | ||
* @developer MaWoScha <[email protected], http://www.siempro.co/>, Rico Neitzel <[email protected], http://www.buro71a.de/> | ||
* @authors MaWoScha, Rico Neitzel <[email protected], http://www.buro71a.de/> | ||
* @developer MaWoScha, Rico Neitzel <[email protected], http://www.buro71a.de/> | ||
* @version 0.1.0 | ||
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,15 @@ | |
/** | ||
* @category German | ||
* @package German_LocalePack | ||
* @authors MaWoScha <[email protected], http://www.siempro.co/>, Rico Neitzel <[email protected], http://www.buro71a.de/> | ||
* @developer MaWoScha <[email protected], http://www.siempro.co/>, Rico Neitzel <[email protected], http://www.buro71a.de/> | ||
* @authors MaWoScha, Rico Neitzel <[email protected], http://www.buro71a.de/> | ||
* @developer MaWoScha, Rico Neitzel <[email protected], http://www.buro71a.de/> | ||
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) | ||
*/ | ||
--> | ||
<config> | ||
<modules> | ||
<German_LocalePackCh> | ||
<version>0.4.1</version> | ||
<version>0.4.2</version> | ||
<locale>de_CH</locale> | ||
<title>German (Switzerland) Language Pack</title> | ||
<link_git>https://github.com/MaWoScha/German_LocalePack_de_CH</link_git> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
/** | ||
* @category German | ||
* @package German_LocalePack | ||
* @authors MaWoScha <[email protected], http://www.siempro.co/>, Rico Neitzel <[email protected], http://www.buro71a.de/> | ||
* @developer MaWoScha <[email protected], http://www.siempro.co/>, Rico Neitzel <[email protected], http://www.buro71a.de/> | ||
* @authors MaWoScha, Rico Neitzel <[email protected], http://www.buro71a.de/> | ||
* @developer MaWoScha, Rico Neitzel <[email protected], http://www.buro71a.de/> | ||
* @version 0.1.0 | ||
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
/** | ||
* @category German | ||
* @package German_LocalePack | ||
* @authors MaWoScha <[email protected], http://www.siempro.co/>, Rico Neitzel <[email protected], http://www.buro71a.de/> | ||
* @developer MaWoScha <[email protected], http://www.siempro.co/>, Rico Neitzel <[email protected], http://www.buro71a.de/> | ||
* @authors MaWoScha, Rico Neitzel <[email protected], http://www.buro71a.de/> | ||
* @developer MaWoScha, Rico Neitzel <[email protected], http://www.buro71a.de/> | ||
* @version 0.1.0 | ||
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters