Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Multi Language Support #68

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,15 @@
</routers>
</frontend>
<adminhtml>
<translate>
<modules>
<Loewenstark_Magebook>
<files>
<default>OrganicInternet_SimpleConfigurableProducts.csv</default>
</files>
</Loewenstark_Magebook>
</modules>
</translate>
<acl>
<resources>
<admin>
Expand Down
20 changes: 20 additions & 0 deletions app/locale/de_DE/OrganicInternet_SimpleConfigurableProducts.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
"SCP","SCP"
"SCP Config","SCP Konfiguration"
"SCP - Cart","SCP - Warenkorb"
"Show Configurable Product Options In Cart","Zeige konfigurierbare Produkt-Optionen im Warenkorb"
"Show Custom Options In Cart","Zeige individuelle Optionen im Warenkorb"
"Show Configurable Product Name in Cart","Zeige konfigurierbare Produkt-Namen im Warenkorb"
"Show Configurable Product Image in Cart","Zeige konfigurierbares Produkt-Bild im Warenkorb"
"SCP - Product Page","SCP - Produkt Ansicht"
"Dynamically update displayed product description","Dynamisches aktualisieren der Beschreibung"
"Dynamically update displayed product short description","Dynamisches aktualisieren der Kurzbeschreibung"
"Dynamically update displayed product name","Dynamisches aktualisieren des Namen"
"Dynamically update displayed product 'additional information'","Dynamisches aktualisieren der Zusatzinformationen"
"Dynamically update displayed product picture","Dynamisches aktualisieren der Produktbilder"
"Update gallery images as well as main image?","Dynamisches aktualisieren der Produktbilder-Galerie"
"Show price ranges in Configurable Product Option dropdowns","Zeige Differenz Preise im DropDown-Menü"
"Takes affect once all configurable options have been selected","Diese Einstellung beeinflusst alle konfiguerierbaren Produkte"
"Uses ajax to pull in the correct related product images too","Benutzt AJAX um die richtigen Produktbilder zu laden"
"Only applies to SCP configurable products","Funktioniert nur bei Konfigurierbaren Produkten"
"No = Show simple product name in cart","Nein = Zeigt den Produkt-Namen des Simplen Produktes im Warenkorb"
"No = Show simple product image in cart","Nein = Zeigt das Produkt-Bild des Simplen Produktes im Warenkorb"
20 changes: 20 additions & 0 deletions app/locale/en_US/OrganicInternet_SimpleConfigurableProducts.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
"SCP","SCP"
"SCP Config","SCP Config"
"SCP - Cart","SCP - Cart"
"Show Configurable Product Options In Cart","Show Configurable Product Options In Cart"
"Show Custom Options In Cart","Show Custom Options In Cart"
"Show Configurable Product Name in Cart","Show Configurable Product Name in Cart"
"Show Configurable Product Image in Cart","Show Configurable Product Image in Cart"
"SCP - Product Page","SCP - Product Page"
"Dynamically update displayed product description","Dynamically update displayed product description"
"Dynamically update displayed product short description","Dynamically update displayed product short description"
"Dynamically update displayed product name","Dynamically update displayed product name"
"Dynamically update displayed product 'additional information'","Dynamically update displayed product 'additional information'"
"Dynamically update displayed product picture","Dynamically update displayed product picture"
"Update gallery images as well as main image?","Update gallery images as well as main image?"
"Show price ranges in Configurable Product Option dropdowns","Show price ranges in Configurable Product Option dropdowns"
"Takes affect once all configurable options have been selected","Takes affect once all configurable options have been selected"
"Uses ajax to pull in the correct related product images too","Uses ajax to pull in the correct related product images too"
"Only applies to SCP configurable products","Only applies to SCP configurable products"
"No = Show simple product name in cart","No = Show simple product name in cart"
"No = Show simple product image in cart","No = Show simple product image in cart"