Skip to content

Commit

Permalink
Version 0.4.5, Add: 'Delete_EmailTemplates_en_US-1.2.0.xml', Add: 'lo…
Browse files Browse the repository at this point in the history
…cale/it_IT'
  • Loading branch information
Herkules authored and Herkules committed Dec 12, 2017
1 parent 5797fc3 commit 04a34d2
Show file tree
Hide file tree
Showing 14 changed files with 81 additions and 18 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,13 @@ v0.4.1

Fix incorrect loading of theme translation. Sets the global locale to fallback locale to be able to retrieve the correct path to the themes translate.csv in Mage_Core_Model_Design_Package::getLocaleBaseDir()

Provided by access3000:
* https://github.com/access3000/Hackathon_LocaleFallback/commit/b011bf1e0ea60341c7fe685c37ce4d65545aa842
Provided by [access3000] (https://github.com/access3000/Hackathon_LocaleFallback/commit/b011bf1e0ea60341c7fe685c37ce4d65545aa842)

v0.4.2

Small fix in "etc/system.xml"

Prevent locale fallback in backend, provided by diglin:
* https://github.com/diglin/German_LocaleFallback/commit/0a8421bcc4a1910adeec18f1987596429c5fb7a0
Prevent locale fallback in backend, provided by [diglin] (https://github.com/diglin/German_LocaleFallback/commit/0a8421bcc4a1910adeec18f1987596429c5fb7a0)

v0.4.3

Expand All @@ -67,5 +65,14 @@ erlaubt die vorinstallierten englischsprachigen E-Mail-Vorlagen über den "Magen
* [German LocalePack en_US](https://github.com/MaWoScha/German_LocalePack_en_US)
ohne Rückgriff auf FTP oder Dateimanager zu installieren.

Fix issue with string expected but object is return from getlocale, provided by diglin:
* https://github.com/diglin/German_LocaleFallback/commit/38c2654cbc3e66bdd9db6035cc8d56ff991ce613
Fix issue with string expected but object is return from getlocale, provided by [diglin] (https://github.com/diglin/German_LocaleFallback/commit/38c2654cbc3e66bdd9db6035cc8d56ff991ce613)

v0.4.4

Übersetzung für "Email Support Template" ergänzt.

v0.4.5

Die Datei "var/package/Delete_EmailTemplates_en_US-1.2.0.xml" berücksichtigt zusätzlich dazugekommene englischsprachige E-Mail-Vorlagen

Italienische Lokalisierung hinzugefügt.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @package German_LocaleFallback
* @authors MaWoScha <mawoscha@siempro.co, http://www.siempro.co/>
* @developer MaWoScha <mawoscha@siempro.co, http://www.siempro.co/>
* @version 0.3.1
* @version 0.4.5
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
class German_LocaleFallback_Block_System_Config_Form_Fieldset_Instructions
Expand All @@ -13,6 +13,7 @@ class German_LocaleFallback_Block_System_Config_Form_Fieldset_Instructions
public function render(Varien_Data_Form_Element_Abstract $element)
{
$helper = Mage::helper("localefallback");

$html = $this->_getHeaderHtml($element);
$html .= "<p>";
$html .= $helper->__("Magento has only one variable available for the locale (<a href='%s'>locale</a>). This extension now provides two settings:",
Expand Down Expand Up @@ -42,7 +43,7 @@ public function render(Varien_Data_Form_Element_Abstract $element)
Mage::helper('adminhtml')->getUrl('adminhtml/cms_block'));
$html .= "</p>";
$html .= "<p style='text-align:right;'>";
$html .= $helper->__("powered by")." <a href='http://blog.siempro.co/' target='_blank'>MaWoScha</a>";
$html .= $helper->__("powered by")." <a href='https://github.com/mawoscha/German_LocaleFallback' target='_blank'>MaWoScha</a>";
$html .= "</p>";
$html .= $this->_getFooterHtml($element);

Expand Down
2 changes: 1 addition & 1 deletion app/code/community/German/LocaleFallback/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<config>
<modules>
<German_LocaleFallback>
<version>0.4.4</version>
<version>0.4.5</version>
<title>Locale Fallback</title>
<link_git>https://github.com/MaWoScha/German_LocaleFallback</link_git>
</German_LocaleFallback>
Expand Down
4 changes: 2 additions & 2 deletions app/code/community/German/LocaleFallback/etc/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package German_LocaleFallback
* @authors MaWoScha <mawoscha@siempro.co, http://www.siempro.co/>, Bastian Ike <b-ike@b-ike.de>
* @developer MaWoScha <mawoscha@siempro.co, http://www.siempro.co/>, Bastian Ike <b-ike@b-ike.de>
* @version 0.4.4
* @version 0.4.5
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @source http://www.magentocommerce.com/wiki/modules_reference/german/klassen
* @source http://github.com/magento-hackathon/Hackathon_LocaleFallback
Expand Down Expand Up @@ -105,7 +105,7 @@
<show_in_default>1</show_in_default>
<show_in_website>0</show_in_website>
<show_in_store>0</show_in_store>
<comment><![CDATA[Please visit us on <a href='https://github.com/MaWoScha' target='_blank'>GitHub</a> for more language packs.<br /><br />You can contact us via <a href='http://blog.siempro.co' target='_blank'>our website</a> or at <a href='mailto:mawoscha@siempro.co' target='_blank'>mawoscha@siempro.co</a>, if you have any question.]]></comment>
<comment><![CDATA[Please visit us on <a href='https://github.com/MaWoScha' target='_blank'>GitHub</a> for more language packs.]]></comment>
</contact>
<extensions translate="label" module="localefallback">
<label>Installed Language Packs</label>
Expand Down
2 changes: 1 addition & 1 deletion app/locale/de_DE/German_LocaleFallback.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"Information","Information"
"Contact","Kontakt"
"Please visit us on <a href='https://github.com/MaWoScha' target='_blank'>GitHub</a> for more language packs.<br /><br />You can contact us via <a href='http://blog.siempro.co' target='_blank'>our website</a> or at <a href='mailto:mawoscha@siempro.co' target='_blank'>mawoscha@siempro.co</a>, if you have any question.","Bitte besuchen Sie uns auf <a href='https://github.com/MaWoScha' target='_blank'>GitHub</a> für mehr Sprachpakete.<br /><br />Bitte treten Sie bei Fragen mit uns in Kontakt über <a href='http://blog.siempro.co' target='_blank'>unsere Webseite</a> oder über <a href='mailto:mawoscha@siempro.co' target='_blank'>mawoscha@siempro.co</a>."
"Please visit us on <a href='https://github.com/MaWoScha' target='_blank'>GitHub</a> for more language packs.","Bitte besuchen Sie uns auf <a href='https://github.com/MaWoScha' target='_blank'>GitHub</a> für mehr Sprachpakete."
"powered by","bereitgestellt von"
"Installed Language Packs","Installierte Sprachpakete"
"You have installed the following:","Sie haben Folgendes installiert:"
Expand Down
2 changes: 1 addition & 1 deletion app/locale/en_US/German_LocaleFallback.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"Information","Information"
"Contact","Contact"
"Please visit us on <a href='https://github.com/MaWoScha' target='_blank'>GitHub</a> for more language packs.<br /><br />You can contact us via <a href='http://blog.siempro.co' target='_blank'>our website</a> or at <a href='mailto:mawoscha@siempro.co' target='_blank'>mawoscha@siempro.co</a>, if you have any question.","Please visit us on <a href='https://github.com/MaWoScha' target='_blank'>GitHub</a> for more language packs.<br /><br />You can contact us via <a href='http://blog.siempro.co' target='_blank'>our website</a> or at <a href='mailto:mawoscha@siempro.co' target='_blank'>mawoscha@siempro.co</a>, if you have any question."
"Please visit us on <a href='https://github.com/MaWoScha' target='_blank'>GitHub</a> for more language packs.","Please visit us on <a href='https://github.com/MaWoScha' target='_blank'>GitHub</a> for more language packs."
"powered by","powered by"
"Installed Language Packs","Installed Language Packs"
"You have installed the following:","You have installed the following:"
Expand Down
2 changes: 1 addition & 1 deletion app/locale/es_ES/German_LocaleFallback.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"Information","Información"
"Contact","Contacto"
"Please visit us on <a href='https://github.com/MaWoScha' target='_blank'>GitHub</a> for more language packs.<br /><br />You can contact us via <a href='http://blog.siempro.co' target='_blank'>our website</a> or at <a href='mailto:mawoscha@siempro.co' target='_blank'>mawoscha@siempro.co</a>, if you have any question.","Por favor, visitenos en <a href='https://github.com/MaWoScha' target='_blank'>GitHub</a> para ver más paquetes de idioma.<br /><br />Por favor, póngase con cualquier pregunta en contacto con nosotros a través de <a href='http://blog.siempro.co' target='_blank'>nuestro sitio web</a> o por <a href='mailto:mawoscha@siempro.co' target='_blank'>mawoscha@siempro.co</a>."
"Please visit us on <a href='https://github.com/MaWoScha' target='_blank'>GitHub</a> for more language packs.","Por favor, visitenos en <a href='https://github.com/MaWoScha' target='_blank'>GitHub</a> para ver más paquetes de idioma."
"powered by","proporcionado por"
"Installed Language Packs","Paquetes de idioma instalados"
"You have installed the following:","Ha instalado lo siguiente:"
Expand Down
2 changes: 1 addition & 1 deletion app/locale/fr_FR/German_LocaleFallback.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"Information","Informations"
"Contact","Contact"
"Please visit us on <a href='https://github.com/MaWoScha' target='_blank'>GitHub</a> for more language packs.<br /><br />You can contact us via <a href='http://blog.siempro.co' target='_blank'>our website</a> or at <a href='mailto:mawoscha@siempro.co' target='_blank'>mawoscha@siempro.co</a>, if you have any question.","Se il vous plaît visitez-nous sur <a href='https://github.com/MaWoScha' target='_blank'>GitHub</a> pour plus de packs de langues.<br /><br />Vous pouvez nous contacter via <a href='http://blog.siempro.co' target='_blank'>notre site Web</a> ou au <a href='mailto:mawoscha@siempro.co' target='_blank'>mawoscha@siempro.co</a>, si vous avez des questions."
"Please visit us on <a href='https://github.com/MaWoScha' target='_blank'>GitHub</a> for more language packs.","Se il vous plaît visitez-nous sur <a href='https://github.com/MaWoScha' target='_blank'>GitHub</a> pour plus de packs de langues."
"powered by","alimenté par"
"Installed Language Packs","Packs langues Installé"
"You have installed the following:","Vous avez installé le suivant:"
Expand Down
28 changes: 28 additions & 0 deletions app/locale/it_IT/German_LocaleFallback.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
"Information","Informazioni"
"Contact","Contatto"
"Please visit us on <a href='https://github.com/MaWoScha' target='_blank'>GitHub</a> for more language packs.","Per favore, visitaci su <a href='https://github.com/MaWoScha' target='_blank'>GitHub</a> per vedere altri pacchetti di lingue."
"powered by","fornito da"
"Installed Language Packs","Pacchetti di lingue installati"
"You have installed the following:","Hai installato il seguente:"
"Instructions","Istruzione"
"The %s language pack in version %s has been successfully installed.","Il pacchetto di lingue <span style='color:red'>%s</span> nella versione <span style='color:red'>%s</span> è stato installato correttamente."
"Magento has only one variable available for the locale (<a href='%s'>locale</a>). This extension now provides two settings:","Magento mantiene solo una variabile per la locale (<a href='%s'>locale</a>). Questa estensione offre ora due configurazioni disponibili:"
"Locale Fallback","Seconda opzione linguistica"
"Locale Preferred","Lingua preferita"
"Now it is possible to use a preferred language with a fallback language. Thus it can be set as the preferred language a partially available language, the fallback language then takes over the lack of rest.","Ora è possibile utilizzare un lingua preferita con una seconda opzione linguistica. Così può essere impostato come lingua preferita una lingua parzialmente disponibile, quindi la lingua di riserva riprende il resto mancante."
"You want to sell and make use of the language of your target audience. Magento supports it – at least in theory. Practically, it is then but so that for most languages no language packs are available for Magento. Creating your own custom language pack fails again mostly at the expense: The language files of Magento contain several thousand entries.","Vuole vendere e utilizzare la lingua del suo pubblico di destinazione. Magento supporta questo – almeno in teoria. In pratica, lo è, ma così per la maggior parte delle lingue non sono disponibili pacchetti linguistici per Magento. La creazione di un proprio pacchetto di lingue personalizzato fallisce nuovamente a spese principalmente: i file di lingua Magento contengono diverse migliaia di voci."
"However, the complexity is significantly lower when only a limited selection of entries had to be translated and for the rest a fallback language could be defined. That would be also safe in case of updating the Magento software.","Tuttavia, la complessità è significativamente inferiore quando è necessario tradurre solo una selezione limitata di voci e per il resto è possibile definire una lingua alternativa. Questo sarebbe anche sicuro in caso di aggiornamento del software Magento."
"The fallback language, which complements the missing entries of their own language pack, can be defined here. First, however, one's own language pack must be installed. The process can be reversed.","Qui è possibile definire la lingua di riserva, che integra le voci mancanti del proprio pacchetti di lingue. Innanzitutto, è necessario installare un pacchetti di lingue per account. Il processo può essere invertito."
"This package is simply adding three Static Blocks to the <a href='%s'>E-Mail-Templates</a>:","Questa estensione aggiunge semplicemente tre blocchi statici ai <a href='%s'>modelli di posta elettronica</a>:"
"Salutation","Saluto"
"Contact information","Informazioni di contatto"
"Closing formula","Formula di chiusura"
"The static blocks can be managed by the <a href='%s'>CMS system</a> in the admin area.","I blocchi statici possono essere gestiti dal <a href='%s'>sistema CMS</a> nell'area di amministrazione."
"Translations are differing, values from Locale Fallback will be used.","Le traduzioni sono diverse, verrà utilizzata la seconda opzione linguistica."
"Translations are identical, you can safely switch off the Locale Fallback.","Le traduzioni sono identiche, la seconda opzione linguistica può essere disabilitata."
"Extra locales","Configurazione aggiuntiva"
"Locale list","Impostazioni regionali"
"Fallback list","Seconda opzione linguistica"
"You can type in here more locales, comma-separated, like ""de_LU,en_IN,en_ZA,es_CU,fr_BE"".","Qui puoi inserire più locali, separati da virgole, come ""de_LU,en_IN,en_ZA,es_CU,fr_BE""."
"You can type in here more fallback languages, comma-separated, like ""ar,en,ur"".","Qui puoi inserire più lingua di riserva, separate da virgole, come ad esempio ""ar,en,ur""."
"Email Support Template","Email - Modello per i contatti"
2 changes: 1 addition & 1 deletion app/locale/pt_PT/German_LocaleFallback.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"Information","Informações"
"Contact","Contato"
"Please visit us on <a href='https://github.com/MaWoScha' target='_blank'>GitHub</a> for more language packs.<br /><br />You can contact us via <a href='http://blog.siempro.co' target='_blank'>our website</a> or at <a href='mailto:mawoscha@siempro.co' target='_blank'>mawoscha@siempro.co</a>, if you have any question.","Por favor, visite-nos no <a href='https://github.com/MaWoScha' target='_blank'>GitHub</a> para mais pacotes de idiomas.<br /><br />Pode contactar-nos através do <a href='http://blog.siempro.co' target='_blank'>nosso site</a> ou pelo <a href='mailto:mawoscha@siempro.co' target='_blank'>mawoscha@siempro.co</a>, se você tem alguma dúvida."
"Please visit us on <a href='https://github.com/MaWoScha' target='_blank'>GitHub</a> for more language packs.","Por favor, visite-nos no <a href='https://github.com/MaWoScha' target='_blank'>GitHub</a> para mais pacotes de idiomas."
"powered by","distribuído por"
"Installed Language Packs","Pacotes de idiomas instalados"
"You have installed the following:","Você instalou o seguinte:"
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
["./app/locale/en_US/German_LocaleFallback.csv", "./app/locale/en_US/German_LocaleFallback.csv"],
["./app/locale/es_ES/German_LocaleFallback.csv", "./app/locale/es_ES/German_LocaleFallback.csv"],
["./app/locale/fr_FR/German_LocaleFallback.csv", "./app/locale/fr_FR/German_LocaleFallback.csv"],
["./app/locale/it_IT/German_LocaleFallback.csv", "./app/locale/it_IT/German_LocaleFallback.csv"],
["./app/locale/pt_PT/German_LocaleFallback.csv", "./app/locale/pt_PT/German_LocaleFallback.csv"]
]
},
Expand Down
1 change: 1 addition & 0 deletions modman
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ app/locale/de_DE/German_LocaleFallback.csv app/locale/de_DE/German_LocaleFallbac
app/locale/en_US/German_LocaleFallback.csv app/locale/en_US/German_LocaleFallback.csv
app/locale/es_ES/German_LocaleFallback.csv app/locale/es_ES/German_LocaleFallback.csv
app/locale/fr_FR/German_LocaleFallback.csv app/locale/fr_FR/German_LocaleFallback.csv
app/locale/it_IT/German_LocaleFallback.csv app/locale/it_IT/German_LocaleFallback.csv
app/locale/pt_PT/German_LocaleFallback.csv app/locale/pt_PT/German_LocaleFallback.csv
9 changes: 7 additions & 2 deletions var/connect/German_LocaleFallback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Complemento de paquetes de idioma para Magento Commerce
* Definido además de la configuración regional un idioma de segunda opción</description>
<license>OSL</license>
<license_uri>http://www.opensource.org/licenses/osl-3.0.php</license_uri>
<version>0.4.4</version>
<version>0.4.5</version>
<stability>stable</stability>
<notes>none/keine</notes>
<authors>
Expand Down Expand Up @@ -72,6 +72,7 @@ Complemento de paquetes de idioma para Magento Commerce
<target>magelocale</target>
<target>magelocale</target>
<target>magelocale</target>
<target>magelocale</target>
<target>mage</target>
</target>
<path>
Expand All @@ -82,8 +83,9 @@ Complemento de paquetes de idioma para Magento Commerce
<path>en_US/German_LocaleFallback.csv</path>
<path>es_ES/German_LocaleFallback.csv</path>
<path>fr_FR/German_LocaleFallback.csv</path>
<path>it_IT/German_LocaleFallback.csv</path>
<path>pt_PT/German_LocaleFallback.csv</path>
<path>var/package/Delete_EmailTemplates_en_US-1.0.0.xml</path>
<path>var/package/Delete_EmailTemplates_en_US-1.2.0.xml</path>
</path>
<type>
<type>file</type>
Expand All @@ -95,6 +97,7 @@ Complemento de paquetes de idioma para Magento Commerce
<type>file</type>
<type>file</type>
<type>file</type>
<type>file</type>
</type>
<include>
<include/>
Expand All @@ -106,6 +109,7 @@ Complemento de paquetes de idioma para Magento Commerce
<include/>
<include/>
<include/>
<include/>
</include>
<ignore>
<ignore/>
Expand All @@ -117,6 +121,7 @@ Complemento de paquetes de idioma para Magento Commerce
<ignore>#^.DS_Store#</ignore>
<ignore>#^.DS_Store#</ignore>
<ignore>#^.DS_Store#</ignore>
<ignore>#^.DS_Store#</ignore>
</ignore>
</contents>
</_>
Loading

0 comments on commit 04a34d2

Please sign in to comment.