Version Notes
Verschiedene Fehlerkorrekturen
Download this release
Release Info
Developer | Magento Core Team |
Extension | Locale_Mage_community_de_DE |
Version | 1.7.0.2.4 |
Comparing to | |
See all releases |
Code changes from version 1.7.0.2.3 to 1.7.0.2.4
- app/code/community/German/LocalePackDe/Helper/Data.php +1 -1
- app/code/community/German/LocalePackDe/etc/config.xml +2 -2
- app/code/community/German/LocalePackDe/etc/system.xml +2 -2
- app/design/adminhtml/default/default/layout/localepackde.xml +1 -1
- app/design/adminhtml/default/default/locale/de_DE/translate.csv +3 -3
- app/etc/modules/German_LocalePackDe.xml +1 -1
- app/locale/de_DE/.DS_Store +0 -0
- app/locale/de_DE/Mage_Adminhtml.csv +4 -4
- app/locale/de_DE/Mage_Catalog.csv +6 -6
- app/locale/de_DE/Mage_Checkout.csv +13 -13
- app/locale/de_DE/Mage_Customer.csv +2 -2
- app/locale/de_DE/Mage_Eav.csv +1 -1
- app/locale/de_DE/Mage_Payment.csv +2 -2
- app/locale/de_DE/Mage_Sales.csv +3 -3
- app/locale/de_DE/Mage_Sendfriend.csv +4 -4
- app/locale/de_DE/Mage_Tax.csv +1 -1
- app/locale/de_DE/Mage_XmlConnect.csv +1 -1
- app/locale/de_DE/sql_translation/attributes.sql +3 -1
- app/locale/de_DE/sql_translation/attributes_default.sql +1 -0
- app/locale/de_DE/template/email/.DS_Store +0 -0
- app/locale/de_DE/template/email/account_new.html +7 -5
- app/locale/de_DE/template/email/account_new_confirmation.html +6 -5
- app/locale/de_DE/template/email/account_new_confirmed.html +6 -5
- app/locale/de_DE/template/email/payment_failed.html +2 -2
- app/locale/de_DE/template/email/sales/creditmemo_new.html +2 -2
- app/locale/de_DE/template/email/sales/creditmemo_new_guest.html +2 -2
- app/locale/de_DE/template/email/sales/invoice_new.html +4 -4
- app/locale/de_DE/template/email/sales/invoice_new_guest.html +2 -2
- app/locale/de_DE/template/email/sales/invoice_update_guest.html +2 -1
- app/locale/de_DE/template/email/sales/order_new.html +3 -2
- app/locale/de_DE/template/email/sales/order_new_guest.html +2 -2
- app/locale/de_DE/template/email/sales/order_update_guest.html +5 -3
- app/locale/de_DE/template/email/sales/shipment_new.html +2 -2
- app/locale/de_DE/template/email/sales/shipment_new_guest.html +2 -2
- app/locale/de_DE/template/email/wishlist_share.html +2 -2
- package.xml +5 -5
app/code/community/German/LocalePackDe/Helper/Data.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* @package German_LocalePack
|
5 |
* @authors Daniel Sasse <info@golox-web.de, http://www.golox-web.de/> - Rico Neitzel <rico@buro71a.de, http://www.buro71a.de/>
|
6 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/> - Rico Neitzel <rico@buro71a.de, http://www.buro71a.de/>
|
7 |
-
* @version 1.7.0.2.
|
8 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
9 |
*/
|
10 |
class German_LocalePackDe_Helper_Data extends Mage_Core_Helper_Abstract
|
4 |
* @package German_LocalePack
|
5 |
* @authors Daniel Sasse <info@golox-web.de, http://www.golox-web.de/> - Rico Neitzel <rico@buro71a.de, http://www.buro71a.de/>
|
6 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/> - Rico Neitzel <rico@buro71a.de, http://www.buro71a.de/>
|
7 |
+
* @version 1.7.0.2.4
|
8 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
9 |
*/
|
10 |
class German_LocalePackDe_Helper_Data extends Mage_Core_Helper_Abstract
|
app/code/community/German/LocalePackDe/etc/config.xml
CHANGED
@@ -5,14 +5,14 @@
|
|
5 |
* @package German_LocalePack
|
6 |
* @authors Daniel Sasse <info@golox-web.de, http://www.golox-web.de/> - Rico Neitzel <rico@buro71a.de, http://www.buro71a.de/>
|
7 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/> - Rico Neitzel <rico@buro71a.de, http://www.buro71a.de/>
|
8 |
-
* @version 1.7.0.2.
|
9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
*/
|
11 |
-->
|
12 |
<config>
|
13 |
<modules>
|
14 |
<German_LocalePackDe>
|
15 |
-
<version>1.7.0.2.
|
16 |
</German_LocalePackDe>
|
17 |
</modules>
|
18 |
|
5 |
* @package German_LocalePack
|
6 |
* @authors Daniel Sasse <info@golox-web.de, http://www.golox-web.de/> - Rico Neitzel <rico@buro71a.de, http://www.buro71a.de/>
|
7 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/> - Rico Neitzel <rico@buro71a.de, http://www.buro71a.de/>
|
8 |
+
* @version 1.7.0.2.4
|
9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
*/
|
11 |
-->
|
12 |
<config>
|
13 |
<modules>
|
14 |
<German_LocalePackDe>
|
15 |
+
<version>1.7.0.2.4</version>
|
16 |
</German_LocalePackDe>
|
17 |
</modules>
|
18 |
|
app/code/community/German/LocalePackDe/etc/system.xml
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package German_LocalePack
|
6 |
* @authors Daniel Sasse <info@golox-web.de, http://www.golox-web.de/> - Rico Neitzel <rico@buro71a.de, http://www.buro71a.de/>
|
7 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/> - Rico Neitzel <rico@buro71a.de, http://www.buro71a.de/>
|
8 |
-
* @version 1.7.0.2.
|
9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
*/
|
11 |
-->
|
@@ -33,7 +33,7 @@
|
|
33 |
<show_in_website>0</show_in_website>
|
34 |
<show_in_store>0</show_in_store>
|
35 |
<comment><![CDATA[
|
36 |
-
<p><strong>Das Sprachpaket de_DE in der Version <span style="color:red">1.7.0.2.
|
37 |
|
38 |
<p>Auf der <a href="http://www.magentocommerce.com/magento-connect/Rico+Neitzel/extension/413/magento-community-modules--german-germany-language-pack" target="_blank">Extension Homepage des deutschen Sprachpakets</a> finden Sie weitere Informationen zu aktuellen Versionen.</p>
|
39 |
<br />
|
5 |
* @package German_LocalePack
|
6 |
* @authors Daniel Sasse <info@golox-web.de, http://www.golox-web.de/> - Rico Neitzel <rico@buro71a.de, http://www.buro71a.de/>
|
7 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/> - Rico Neitzel <rico@buro71a.de, http://www.buro71a.de/>
|
8 |
+
* @version 1.7.0.2.4
|
9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
*/
|
11 |
-->
|
33 |
<show_in_website>0</show_in_website>
|
34 |
<show_in_store>0</show_in_store>
|
35 |
<comment><![CDATA[
|
36 |
+
<p><strong>Das Sprachpaket de_DE in der Version <span style="color:red">1.7.0.2.4</span> wurde erfolgreich installiert.</strong></p>
|
37 |
|
38 |
<p>Auf der <a href="http://www.magentocommerce.com/magento-connect/Rico+Neitzel/extension/413/magento-community-modules--german-germany-language-pack" target="_blank">Extension Homepage des deutschen Sprachpakets</a> finden Sie weitere Informationen zu aktuellen Versionen.</p>
|
39 |
<br />
|
app/design/adminhtml/default/default/layout/localepackde.xml
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package German_LocalePack
|
6 |
* @authors Daniel Sasse <info@golox-web.de, http://www.golox-web.de/> - Rico Neitzel <rico@buro71a.de, http://www.buro71a.de/>
|
7 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/> - Rico Neitzel <rico@buro71a.de, http://www.buro71a.de/>
|
8 |
-
* @version 1.7.0.2.
|
9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
*/
|
11 |
-->
|
5 |
* @package German_LocalePack
|
6 |
* @authors Daniel Sasse <info@golox-web.de, http://www.golox-web.de/> - Rico Neitzel <rico@buro71a.de, http://www.buro71a.de/>
|
7 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/> - Rico Neitzel <rico@buro71a.de, http://www.buro71a.de/>
|
8 |
+
* @version 1.7.0.2.4
|
9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
*/
|
11 |
-->
|
app/design/adminhtml/default/default/locale/de_DE/translate.csv
CHANGED
@@ -23,8 +23,8 @@
|
|
23 |
"Customer's Current Activities","Aktuelle Benutzer-Aktivitäten"
|
24 |
"Update Items and Qty's","Artikel und Mengen aktualisieren"
|
25 |
"Delivery time","Lieferzeit"
|
26 |
-
"Click here to go to <a href=""%s"">Index Management</a> and rebuild required indexes.","Klicken Sie hier für <a href=""%s"">Index Verwaltung</a> und bauen Sie benötigte
|
27 |
-
"One or more of the Indexes are not up to date:","Ein Index bzw. mehrere
|
28 |
"Index Management","Index-Verwaltung"
|
29 |
"Mode","Modus"
|
30 |
"index mode","Index-Modus"
|
@@ -50,7 +50,7 @@
|
|
50 |
"Entity types declaration cache.","Deklarations-Cache für Entitäts Typen."
|
51 |
"Web Services Configuration","Konfiguration der Web Dienste"
|
52 |
"Web Services definition files (api.xml).","Definitionsdateien für Web Dienste (api.xml)."
|
53 |
-
"Total of %d index(es) have reindexed data.","%d x
|
54 |
"Show / Hide Editor","Editor anzeigen/ausblenden"
|
55 |
"Show notice if JavaScript is disabled","Hinweis anzeigen wenn JavaScript im Browser<br />deaktiviert ist"
|
56 |
"Example format: 200x300.","Beispiel Format 200x300."
|
23 |
"Customer's Current Activities","Aktuelle Benutzer-Aktivitäten"
|
24 |
"Update Items and Qty's","Artikel und Mengen aktualisieren"
|
25 |
"Delivery time","Lieferzeit"
|
26 |
+
"Click here to go to <a href=""%s"">Index Management</a> and rebuild required indexes.","Klicken Sie hier für <a href=""%s"">Index Verwaltung</a> und bauen Sie benötigte Indizes neu auf."
|
27 |
+
"One or more of the Indexes are not up to date:","Ein Index bzw. mehrere Indizes sind nicht aktuell:"
|
28 |
"Index Management","Index-Verwaltung"
|
29 |
"Mode","Modus"
|
30 |
"index mode","Index-Modus"
|
50 |
"Entity types declaration cache.","Deklarations-Cache für Entitäts Typen."
|
51 |
"Web Services Configuration","Konfiguration der Web Dienste"
|
52 |
"Web Services definition files (api.xml).","Definitionsdateien für Web Dienste (api.xml)."
|
53 |
+
"Total of %d index(es) have reindexed data.","%d x Indizes neu aufgebaut."
|
54 |
"Show / Hide Editor","Editor anzeigen/ausblenden"
|
55 |
"Show notice if JavaScript is disabled","Hinweis anzeigen wenn JavaScript im Browser<br />deaktiviert ist"
|
56 |
"Example format: 200x300.","Beispiel Format 200x300."
|
app/etc/modules/German_LocalePackDe.xml
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package German_LocalePack
|
6 |
* @authors Daniel Sasse <info@golox-web.de, http://www.golox-web.de/> - Rico Neitzel <rico@buro71a.de, http://www.buro71a.de/>
|
7 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/> - Rico Neitzel <rico@buro71a.de, http://www.buro71a.de/>
|
8 |
-
* @version 1.7.0.2.
|
9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
*/
|
11 |
-->
|
5 |
* @package German_LocalePack
|
6 |
* @authors Daniel Sasse <info@golox-web.de, http://www.golox-web.de/> - Rico Neitzel <rico@buro71a.de, http://www.buro71a.de/>
|
7 |
* @developer Daniel Sasse <info@golox-web.de, http://www.golox-web.de/> - Rico Neitzel <rico@buro71a.de, http://www.buro71a.de/>
|
8 |
+
* @version 1.7.0.2.4
|
9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
*/
|
11 |
-->
|
app/locale/de_DE/.DS_Store
CHANGED
Binary file
|
app/locale/de_DE/Mage_Adminhtml.csv
CHANGED
@@ -474,7 +474,7 @@
|
|
474 |
"Last Name","Nachname"
|
475 |
"Last Name is required field.","Nachname ist ein Pflichtfeld."
|
476 |
"Last Name:","Nachname:"
|
477 |
-
"Last updated: %s. To refresh last day
|
478 |
"Latest Message:","Letzte Nachricht:"
|
479 |
"Layered Navigation Indices","Filternavigation Indizes"
|
480 |
"Layered Navigation Indices were refreshed.","Filternavigation Indizes wurden neu angelegt"
|
@@ -643,7 +643,7 @@
|
|
643 |
"Password Confirmation","Passwortbestätigung"
|
644 |
"Password confirmation must be same as password.","Passwort Bestätigung muss identisch mit dem Passwort sein."
|
645 |
"Password must be at least of %d characters.","Passwort muss aus wenigstens %d Zeichen bestehen."
|
646 |
-
"Password must include both numeric and alphabetic characters.","Passwort muss
|
647 |
"Password:","Passwort:"
|
648 |
"Path:","Pfad:"
|
649 |
"Payment method instance is not available.","Zahlmethoden Instanz ist nicht verfügbar."
|
@@ -928,8 +928,8 @@
|
|
928 |
"The Flat Catalog Product was rebuilt","Flat-Artikel wurde neu aufgebaut"
|
929 |
"The JavaScript/CSS cache has been cleaned.","JavaScript/CSS Cache wurde gesäubert."
|
930 |
"The JavaScript/CSS cache has been cleared.","JavaScript/CSS Cache wurde geleert."
|
931 |
-
"The Layered Navigation indexing has been queued.","Die Warteschlange der
|
932 |
-
"The Layered Navigation indexing queue has been canceled.","Die Warteschlange der
|
933 |
"The Layered Navigation indices were refreshed.","Die Filternavigation Indizes wurden aktualisiert."
|
934 |
"The Layered Navigation process has been queued to be killed.","Der Layered Navigation-Vorgang wurde zum Beenden in die Warteschlange gestellt."
|
935 |
"The Magento cache storage has been flushed.","Die Magento Cache-Lagerung wurde geleert."
|
474 |
"Last Name","Nachname"
|
475 |
"Last Name is required field.","Nachname ist ein Pflichtfeld."
|
476 |
"Last Name:","Nachname:"
|
477 |
+
"Last updated: %s. To refresh last day's <a href=""%s"">statistics</a>, click <a href=""%s"">here</a>.","Letztes Update: %s. Zum aktualisieren der <a href=""%s"">Statistik</a>, Klick <a href=""%s"">hier</a>."
|
478 |
"Latest Message:","Letzte Nachricht:"
|
479 |
"Layered Navigation Indices","Filternavigation Indizes"
|
480 |
"Layered Navigation Indices were refreshed.","Filternavigation Indizes wurden neu angelegt"
|
643 |
"Password Confirmation","Passwortbestätigung"
|
644 |
"Password confirmation must be same as password.","Passwort Bestätigung muss identisch mit dem Passwort sein."
|
645 |
"Password must be at least of %d characters.","Passwort muss aus wenigstens %d Zeichen bestehen."
|
646 |
+
"Password must include both numeric and alphabetic characters.","Passwort muss numerische und alphabetische Zeichen enthalten."
|
647 |
"Password:","Passwort:"
|
648 |
"Path:","Pfad:"
|
649 |
"Payment method instance is not available.","Zahlmethoden Instanz ist nicht verfügbar."
|
928 |
"The Flat Catalog Product was rebuilt","Flat-Artikel wurde neu aufgebaut"
|
929 |
"The JavaScript/CSS cache has been cleaned.","JavaScript/CSS Cache wurde gesäubert."
|
930 |
"The JavaScript/CSS cache has been cleared.","JavaScript/CSS Cache wurde geleert."
|
931 |
+
"The Layered Navigation indexing has been queued.","Die Warteschlange der Indizierung der Filterbaren Navigation wurde angestoßen."
|
932 |
+
"The Layered Navigation indexing queue has been canceled.","Die Warteschlange der Indizierung der Filterbaren Navigation wurde abgebrochen."
|
933 |
"The Layered Navigation indices were refreshed.","Die Filternavigation Indizes wurden aktualisiert."
|
934 |
"The Layered Navigation process has been queued to be killed.","Der Layered Navigation-Vorgang wurde zum Beenden in die Warteschlange gestellt."
|
935 |
"The Magento cache storage has been flushed.","Die Magento Cache-Lagerung wurde geleert."
|
app/locale/de_DE/Mage_Catalog.csv
CHANGED
@@ -112,7 +112,7 @@
|
|
112 |
"Backorders","Nachlieferungen"
|
113 |
"Based On","Kopieren von"
|
114 |
"Before Order Confirmation","Vor der Bestellbestätigung"
|
115 |
-
"Best Value","
|
116 |
"Block after Info Column","Block nach der Info-Spalte"
|
117 |
"Bottom Block Options Wrapper","Unterer Options-Block Container"
|
118 |
"Bottom/Left","Unten links"
|
@@ -256,7 +256,7 @@
|
|
256 |
"Display Product Count","Artikelanzahl anzeigen"
|
257 |
"Display in Suggested Terms","Zeige in vorgeschlagenen Begriffen"
|
258 |
"Double click on a group to rename it","Klicken Sie doppelt auf eine Gruppe, um diese umzubenennen"
|
259 |
-
"Double click on above image to view full picture","Klicken Sie doppelt auf das obere Bild, um es
|
260 |
"Downloadable Information","Downloadinformation"
|
261 |
"Duplicate","Kopieren"
|
262 |
"Duplicate website group price customer group.","Kopiere Website, Gruppenpreis, Kundengruppe."
|
@@ -329,10 +329,10 @@
|
|
329 |
"In Stock","Auf Lager"
|
330 |
"In stock","Auf Lager"
|
331 |
"Incl. Tax","Inkl. Steuern"
|
332 |
-
"Index product and categories URL rewrites","
|
333 |
-
"Index product attributes for layered navigation building","
|
334 |
-
"Index product prices","
|
335 |
-
"Indexed category/products association","
|
336 |
"Info","Info"
|
337 |
"Info Column Options Wrapper","Optionsbox in Info Spalte"
|
338 |
"Input Type","Eingabetyp"
|
112 |
"Backorders","Nachlieferungen"
|
113 |
"Based On","Kopieren von"
|
114 |
"Before Order Confirmation","Vor der Bestellbestätigung"
|
115 |
+
"Best Value","Position"
|
116 |
"Block after Info Column","Block nach der Info-Spalte"
|
117 |
"Bottom Block Options Wrapper","Unterer Options-Block Container"
|
118 |
"Bottom/Left","Unten links"
|
256 |
"Display Product Count","Artikelanzahl anzeigen"
|
257 |
"Display in Suggested Terms","Zeige in vorgeschlagenen Begriffen"
|
258 |
"Double click on a group to rename it","Klicken Sie doppelt auf eine Gruppe, um diese umzubenennen"
|
259 |
+
"Double click on above image to view full picture","Klicken Sie doppelt auf das obere Bild, um es in voller Größe zu sehen"
|
260 |
"Downloadable Information","Downloadinformation"
|
261 |
"Duplicate","Kopieren"
|
262 |
"Duplicate website group price customer group.","Kopiere Website, Gruppenpreis, Kundengruppe."
|
329 |
"In Stock","Auf Lager"
|
330 |
"In stock","Auf Lager"
|
331 |
"Incl. Tax","Inkl. Steuern"
|
332 |
+
"Index product and categories URL rewrites","Indizierung von Artikel -und Kategorie URL Rewrites"
|
333 |
+
"Index product attributes for layered navigation building","Indizierung von Artikel-Attributen zum Aufbau der Filternavigation"
|
334 |
+
"Index product prices","Indizierung von Artikel Preisen"
|
335 |
+
"Indexed category/products association","Indizierung von Kategorie & Artikel Beziehungen"
|
336 |
"Info","Info"
|
337 |
"Info Column Options Wrapper","Optionsbox in Info Spalte"
|
338 |
"Input Type","Eingabetyp"
|
app/locale/de_DE/Mage_Checkout.csv
CHANGED
@@ -22,14 +22,14 @@
|
|
22 |
"Apply Coupon","Rabattcode einlösen"
|
23 |
"Are you sure you would like to remove this item from the shopping cart?","Soll dieser Artikel wirklich aus Ihrem Warenkorb entfernt werden?"
|
24 |
"Back","Zurück"
|
25 |
-
"Back to Billing Information","Zurück zur
|
26 |
"Back to Select Addresses","Zurück zur Adress-Auswahl"
|
27 |
-
"Back to Shipping Information","Zurück zur
|
28 |
"Back to Shopping Cart","Zurück zum Warenkorb"
|
29 |
"Based on your selection, you may be interested in the following items:","Ausgehend von Ihrer Auswahl könnten Sie auch an den folgenden Artikel interessiert sein:"
|
30 |
"Billing Address","Rechnungsadresse"
|
31 |
-
"Billing Information","
|
32 |
-
"Billing Information - %s","
|
33 |
"Cancel Coupon","Rabattcode stornieren"
|
34 |
"Cannot add item to the shopping cart.","Artikel konnte nicht zum Warenkorb hinzugefügt werden."
|
35 |
"Cannot add the item to shopping cart","Konnte Artikel nicht in den Warenkorb legen"
|
@@ -72,15 +72,15 @@
|
|
72 |
"Content Height (css)","Inhalt Höhe (CSS)"
|
73 |
"Continue","Fortsetzen"
|
74 |
"Continue Shopping","Weiter einkaufen"
|
75 |
-
"Continue to Billing Information","Weiter
|
76 |
"Continue to Review Your Order","Weiter zur Bestellübersicht"
|
77 |
-
"Continue to Shipping Information","Weiter
|
78 |
"Country","Land"
|
79 |
"Coupon code ""%s"" is not valid.","Rabattcode ""%s"" ist ungültig."
|
80 |
"Coupon code ""%s"" was applied.","Rabattcode ""%s"" wurde angewendet."
|
81 |
"Coupon code was canceled.","Rabattcode wurde storniert."
|
82 |
"Create Billing Address","Rechnungsadresse anlegen"
|
83 |
-
"Create Shipping Address","
|
84 |
"Create an order from shopping cart","Erstelle eine Bestellung aus dem Warenkorb"
|
85 |
"Create shopping cart","Warenkorb anlegen"
|
86 |
"Customer Address is not valid.","Kundenanschrift ist nicht gültig."
|
@@ -104,7 +104,7 @@
|
|
104 |
"Edit Billing Address","Rechnungsadresse bearbeiten"
|
105 |
"Edit Condition","Bedingung bearbeiten"
|
106 |
"Edit Items","Artikel bearbeiten"
|
107 |
-
"Edit Shipping Address","
|
108 |
"Edit Terms and Conditions","AGB bearbeiten"
|
109 |
"Edit Your Cart","Warenkorb bearbeiten"
|
110 |
"Edit item","Artikel bearbeiten"
|
@@ -209,7 +209,7 @@
|
|
209 |
"Please choose to register or to checkout as a guest","Bitte registrieren Sie sich, oder gehen Sie als Gast zur Kasse"
|
210 |
"Please log in below:","Bitte melden Sie sich hier an:"
|
211 |
"Please select region, state or province","Bitte wählen Sie Region, Land oder Bundesland"
|
212 |
-
"Please select shipping address for applicable items","Bitte wählen Sie die
|
213 |
"Please select shipping methods for all addresses","Bitte wählen Sie die Versandarten für alle Adressen"
|
214 |
"Please select valid payment method.","Bitte wählen Sie eine gültige Zahlart."
|
215 |
"Please specify payment method.","Bitte bestimmen Sie die Bezahlmethode."
|
@@ -250,7 +250,7 @@
|
|
250 |
"Select Shipping Method","Versandart auswählen"
|
251 |
"Select State/Province...","Land/Bundesland auswählen…"
|
252 |
"Select a billing address from your address book or enter a new address.","Wählen Sie eine Rechnungsadresse aus Ihrem Adressbuch oder legen Sie eine neue Adresse an."
|
253 |
-
"Select a shipping address from your address book or enter a new address.","Wählen Sie eine
|
254 |
"Send Payment Failed Email Copy Method","Methode für E-Mail Kopie bei Zahlungsfehler"
|
255 |
"Send Payment Failed Email Copy To","E-Mail Kopie bei<br />Zahlungsfehler an"
|
256 |
"Send To","Sende an"
|
@@ -262,12 +262,12 @@
|
|
262 |
"Ship to Multiple Addresses","An mehrere Adressen versenden"
|
263 |
"Ship to different address","An andere Adresse verschicken"
|
264 |
"Ship to this address","An diese Adresse verschicken"
|
265 |
-
"Shipping Address","
|
266 |
-
"Shipping Information","
|
267 |
"Shipping Method","Versandart"
|
268 |
"Shipping Methods","Versandarten"
|
269 |
"Shipping To","Verschicken an"
|
270 |
-
"Shipping information","
|
271 |
"Shipping method has not been selected yet","Es wurde noch keine Versandart ausgewählt"
|
272 |
"Shipping methods in shopping cart","Versandarten im Warenkorb"
|
273 |
"Shipping selection is not applicable.","Ausgewählte Versandart nicht verfügbar."
|
22 |
"Apply Coupon","Rabattcode einlösen"
|
23 |
"Are you sure you would like to remove this item from the shopping cart?","Soll dieser Artikel wirklich aus Ihrem Warenkorb entfernt werden?"
|
24 |
"Back","Zurück"
|
25 |
+
"Back to Billing Information","Zurück zur Rechnungsadresse"
|
26 |
"Back to Select Addresses","Zurück zur Adress-Auswahl"
|
27 |
+
"Back to Shipping Information","Zurück zur Lieferadresse"
|
28 |
"Back to Shopping Cart","Zurück zum Warenkorb"
|
29 |
"Based on your selection, you may be interested in the following items:","Ausgehend von Ihrer Auswahl könnten Sie auch an den folgenden Artikel interessiert sein:"
|
30 |
"Billing Address","Rechnungsadresse"
|
31 |
+
"Billing Information","Rechnungsadresse"
|
32 |
+
"Billing Information - %s","Rechnungsadresse - %s"
|
33 |
"Cancel Coupon","Rabattcode stornieren"
|
34 |
"Cannot add item to the shopping cart.","Artikel konnte nicht zum Warenkorb hinzugefügt werden."
|
35 |
"Cannot add the item to shopping cart","Konnte Artikel nicht in den Warenkorb legen"
|
72 |
"Content Height (css)","Inhalt Höhe (CSS)"
|
73 |
"Continue","Fortsetzen"
|
74 |
"Continue Shopping","Weiter einkaufen"
|
75 |
+
"Continue to Billing Information","Weiter zur Rechnungsadresse"
|
76 |
"Continue to Review Your Order","Weiter zur Bestellübersicht"
|
77 |
+
"Continue to Shipping Information","Weiter zur Lieferadresse"
|
78 |
"Country","Land"
|
79 |
"Coupon code ""%s"" is not valid.","Rabattcode ""%s"" ist ungültig."
|
80 |
"Coupon code ""%s"" was applied.","Rabattcode ""%s"" wurde angewendet."
|
81 |
"Coupon code was canceled.","Rabattcode wurde storniert."
|
82 |
"Create Billing Address","Rechnungsadresse anlegen"
|
83 |
+
"Create Shipping Address","Lieferadresse anlegen"
|
84 |
"Create an order from shopping cart","Erstelle eine Bestellung aus dem Warenkorb"
|
85 |
"Create shopping cart","Warenkorb anlegen"
|
86 |
"Customer Address is not valid.","Kundenanschrift ist nicht gültig."
|
104 |
"Edit Billing Address","Rechnungsadresse bearbeiten"
|
105 |
"Edit Condition","Bedingung bearbeiten"
|
106 |
"Edit Items","Artikel bearbeiten"
|
107 |
+
"Edit Shipping Address","Lieferadresse bearbeiten"
|
108 |
"Edit Terms and Conditions","AGB bearbeiten"
|
109 |
"Edit Your Cart","Warenkorb bearbeiten"
|
110 |
"Edit item","Artikel bearbeiten"
|
209 |
"Please choose to register or to checkout as a guest","Bitte registrieren Sie sich, oder gehen Sie als Gast zur Kasse"
|
210 |
"Please log in below:","Bitte melden Sie sich hier an:"
|
211 |
"Please select region, state or province","Bitte wählen Sie Region, Land oder Bundesland"
|
212 |
+
"Please select shipping address for applicable items","Bitte wählen Sie die Lieferadresse für die entsprechenden Artikel"
|
213 |
"Please select shipping methods for all addresses","Bitte wählen Sie die Versandarten für alle Adressen"
|
214 |
"Please select valid payment method.","Bitte wählen Sie eine gültige Zahlart."
|
215 |
"Please specify payment method.","Bitte bestimmen Sie die Bezahlmethode."
|
250 |
"Select Shipping Method","Versandart auswählen"
|
251 |
"Select State/Province...","Land/Bundesland auswählen…"
|
252 |
"Select a billing address from your address book or enter a new address.","Wählen Sie eine Rechnungsadresse aus Ihrem Adressbuch oder legen Sie eine neue Adresse an."
|
253 |
+
"Select a shipping address from your address book or enter a new address.","Wählen Sie eine Lieferadresse aus Ihrem Adressbuch oder legen Sie eine neue Adresse ein."
|
254 |
"Send Payment Failed Email Copy Method","Methode für E-Mail Kopie bei Zahlungsfehler"
|
255 |
"Send Payment Failed Email Copy To","E-Mail Kopie bei<br />Zahlungsfehler an"
|
256 |
"Send To","Sende an"
|
262 |
"Ship to Multiple Addresses","An mehrere Adressen versenden"
|
263 |
"Ship to different address","An andere Adresse verschicken"
|
264 |
"Ship to this address","An diese Adresse verschicken"
|
265 |
+
"Shipping Address","Lieferadresse"
|
266 |
+
"Shipping Information","Lieferadresse"
|
267 |
"Shipping Method","Versandart"
|
268 |
"Shipping Methods","Versandarten"
|
269 |
"Shipping To","Verschicken an"
|
270 |
+
"Shipping information","Lieferadresse"
|
271 |
"Shipping method has not been selected yet","Es wurde noch keine Versandart ausgewählt"
|
272 |
"Shipping methods in shopping cart","Versandarten im Warenkorb"
|
273 |
"Shipping selection is not applicable.","Ausgewählte Versandart nicht verfügbar."
|
app/locale/de_DE/Mage_Customer.csv
CHANGED
@@ -399,8 +399,8 @@
|
|
399 |
"The suffix that goes after name (Jr., Sr., etc.)","Das Suffix nach dem namen (Jr., Sr., usw.)"
|
400 |
"The title that goes before name (Mr., Mrs., etc.)","Die Anrede vor dem Namen (Herr, Frau, usw.)"
|
401 |
"There are no items in customer's wishlist at the moment","Momentan gibt es keine Artikel auf dem Wunschzettel des Kunden."
|
402 |
-
"There are no items in customer
|
403 |
-
"There is already an account with this email address. If you are sure that it is your email address, <a href=""%s"">click here</a> to get your password and access your account.","Es existiert bereits ein Benutzerkonto mit dieser Mailadresse. Wenn Sie sicher sind das es
|
404 |
"There was an error validating the VAT ID.","Bei der Prüfung der USt-IdNr. ist ein Fehler aufgetreten."
|
405 |
"There was an error validating the VAT ID. The customer would belong to Customer Group %s.","Bei der Prüfung der USt-IdNr. ist ein Fehler aufgetreten. Der Kunde wird der Kundengruppe %s zugeordnet."
|
406 |
"This account is not confirmed.","Dieses Benutzerkonto wurde nicht bestätigt."
|
399 |
"The suffix that goes after name (Jr., Sr., etc.)","Das Suffix nach dem namen (Jr., Sr., usw.)"
|
400 |
"The title that goes before name (Mr., Mrs., etc.)","Die Anrede vor dem Namen (Herr, Frau, usw.)"
|
401 |
"There are no items in customer's wishlist at the moment","Momentan gibt es keine Artikel auf dem Wunschzettel des Kunden."
|
402 |
+
"There are no items in customer's shopping cart at the moment","Es gibt momentan keine Artikel im Kundenwarenkorb"
|
403 |
+
"There is already an account with this email address. If you are sure that it is your email address, <a href=""%s"">click here</a> to get your password and access your account.","Es existiert bereits ein Benutzerkonto mit dieser Mailadresse. Wenn Sie sicher sind das es Ihre E-Mail Adresse ist, dann <a href=""%s"">klicken Sie hier</a>, um ein neues Passwort anzufordern und wieder Zugriff zu bekommen."
|
404 |
"There was an error validating the VAT ID.","Bei der Prüfung der USt-IdNr. ist ein Fehler aufgetreten."
|
405 |
"There was an error validating the VAT ID. The customer would belong to Customer Group %s.","Bei der Prüfung der USt-IdNr. ist ein Fehler aufgetreten. Der Kunde wird der Kundengruppe %s zugeordnet."
|
406 |
"This account is not confirmed.","Dieses Benutzerkonto wurde nicht bestätigt."
|
app/locale/de_DE/Mage_Eav.csv
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"""%s"" does not fit the entered date format.","""%s"" erfüllt nicht das festgelegte Datumsformat."
|
3 |
"""%s"" exceeds the allowed file size.","""%s"" überschreitet die erlaubte Dateigröße."
|
4 |
"""%s"" exceeds the allowed length.","""%s"" überschreitet die erlaubte Länge."
|
5 |
-
"""%s"" has not only alphabetic and digit characters.","""%s"" enthält nicht nur alphabetische oder
|
6 |
"""%s"" has not only alphabetic characters.","""%s"" enthält nicht nur alphabetische Zeichen."
|
7 |
"""%s"" height exceeds allowed value of %s px.","""%s"" Höhe überschreitet den erlaubten Wert von %s px."
|
8 |
"""%s"" invalid type entered.","""%s"" Ungültiger Typ eingegeben."
|
2 |
"""%s"" does not fit the entered date format.","""%s"" erfüllt nicht das festgelegte Datumsformat."
|
3 |
"""%s"" exceeds the allowed file size.","""%s"" überschreitet die erlaubte Dateigröße."
|
4 |
"""%s"" exceeds the allowed length.","""%s"" überschreitet die erlaubte Länge."
|
5 |
+
"""%s"" has not only alphabetic and digit characters.","""%s"" enthält nicht nur alphabetische oder numerische Zeichen."
|
6 |
"""%s"" has not only alphabetic characters.","""%s"" enthält nicht nur alphabetische Zeichen."
|
7 |
"""%s"" height exceeds allowed value of %s px.","""%s"" Höhe überschreitet den erlaubten Wert von %s px."
|
8 |
"""%s"" invalid type entered.","""%s"" Ungültiger Typ eingegeben."
|
app/locale/de_DE/Mage_Payment.csv
CHANGED
@@ -26,7 +26,7 @@
|
|
26 |
"Cash On Delivery Payment","Nachnahme"
|
27 |
"Centinel API URL","Centinel API URL"
|
28 |
"Check / Money Order","Scheck/Zahlungsanweisung"
|
29 |
-
"Credit Card Number","
|
30 |
"Credit Card Type","Kreditkartentyp"
|
31 |
"Credit Card Types","Kreditkartentypen"
|
32 |
"Credit card number mismatch with credit card type.","Kreditkartennummer entspricht nicht dem Kreditkartentyp."
|
@@ -44,7 +44,7 @@
|
|
44 |
"Initial non-recurring payment amount due immediately upon profile creation.","Einrichtungsgebühr für sofortige Wertstellung bei Vertragsabschluss."
|
45 |
"Instructions","Anweisungen"
|
46 |
"Internal Reference ID","Interne Referenznummer"
|
47 |
-
"Invalid Credit Card Number","Ungültige
|
48 |
"Issue Number","Vorgangsnummer"
|
49 |
"Make Check Payable to","Scheck ausstellen auf"
|
50 |
"Make Check payable to:","Scheck ausstellen auf:"
|
26 |
"Cash On Delivery Payment","Nachnahme"
|
27 |
"Centinel API URL","Centinel API URL"
|
28 |
"Check / Money Order","Scheck/Zahlungsanweisung"
|
29 |
+
"Credit Card Number","Kreditkartennummer"
|
30 |
"Credit Card Type","Kreditkartentyp"
|
31 |
"Credit Card Types","Kreditkartentypen"
|
32 |
"Credit card number mismatch with credit card type.","Kreditkartennummer entspricht nicht dem Kreditkartentyp."
|
44 |
"Initial non-recurring payment amount due immediately upon profile creation.","Einrichtungsgebühr für sofortige Wertstellung bei Vertragsabschluss."
|
45 |
"Instructions","Anweisungen"
|
46 |
"Internal Reference ID","Interne Referenznummer"
|
47 |
+
"Invalid Credit Card Number","Ungültige Kreditkartennummer"
|
48 |
"Issue Number","Vorgangsnummer"
|
49 |
"Make Check Payable to","Scheck ausstellen auf"
|
50 |
"Make Check payable to:","Scheck ausstellen auf:"
|
app/locale/de_DE/Mage_Sales.csv
CHANGED
@@ -860,9 +860,9 @@
|
|
860 |
"in","in"
|
861 |
"kg","kg"
|
862 |
"lb","lb"
|
863 |
-
"the credit memo email is not sent","Die Gutschrift
|
864 |
-
"the credit memo email was sent","Die Gutschrift
|
865 |
-
"the invoice email is not sent","Die Rechnung wurde
|
866 |
"the invoice email was sent","Die Rechnungs E-Mail wurde versandt"
|
867 |
"the order confirmation email is not sent","Die Bestellbestätigung wurde nicht gesendet"
|
868 |
"the order confirmation email was sent","Die Bestellbestätigung wurde versandt"
|
860 |
"in","in"
|
861 |
"kg","kg"
|
862 |
"lb","lb"
|
863 |
+
"the credit memo email is not sent","Die Gutschrift-E-Mail wurde nicht versandt"
|
864 |
+
"the credit memo email was sent","Die Gutschrift-E-Mail wurde versandt"
|
865 |
+
"the invoice email is not sent","Die Rechnung-E-Mail wurde nicht versandt"
|
866 |
"the invoice email was sent","Die Rechnungs E-Mail wurde versandt"
|
867 |
"the order confirmation email is not sent","Die Bestellbestätigung wurde nicht gesendet"
|
868 |
"the order confirmation email was sent","Die Bestellbestätigung wurde versandt"
|
app/locale/de_DE/Mage_Sendfriend.csv
CHANGED
@@ -6,13 +6,13 @@
|
|
6 |
"Catalog Product Email to a Friend","Artikel per E-Mail an einen Freund"
|
7 |
"Email Address","E-Mail Adresse"
|
8 |
"Email Address:","E-Mail Adresse:"
|
9 |
-
"Email Templates","E-Mail Vorlagen
|
10 |
"Email to a Friend","E-Mail an einen Freund"
|
11 |
"Email:","E-Mail:"
|
12 |
"Enabled","Aktiviert"
|
13 |
"Invalid Sender Information","Ungültige Absender Information"
|
14 |
-
"Invalid sender email.","Ungültige Absender E-Mail Adresse"
|
15 |
-
"Limit Sending By","Begrenze E-Mail Versand durch
|
16 |
"Max Products Sent in 1 Hour","Maximale Versandhäufigkeit je Artikel binnen 1 Stunde"
|
17 |
"Max Recipients","Maximale Anzahl an gleichzeitigen Empfänger"
|
18 |
"Maximum %d email addresses allowed.","Höchstens %d E-Mail Adressen erlaubt."
|
@@ -21,7 +21,7 @@
|
|
21 |
"Name:","Name:"
|
22 |
"No more than %d emails can be sent at a time.","Nicht mehr wie %d E-Mails können zur selben Zeit versendet werden."
|
23 |
"Please define a correct Cookie instance.","Bitte definieren Sie eine korrekte Cookie-Instanz."
|
24 |
-
"Please define a correct Product instance.","Bitte definieren Sie eine korrekte Artikel-Instanz"
|
25 |
"Please define the correct Sender information.","Bitte definieren Sie eine korrekte Absender-Information."
|
26 |
"Recipient:","Empfänger:"
|
27 |
"Remove Email","E-Mail entfernen"
|
6 |
"Catalog Product Email to a Friend","Artikel per E-Mail an einen Freund"
|
7 |
"Email Address","E-Mail Adresse"
|
8 |
"Email Address:","E-Mail Adresse:"
|
9 |
+
"Email Templates","E-Mail Vorlagen"
|
10 |
"Email to a Friend","E-Mail an einen Freund"
|
11 |
"Email:","E-Mail:"
|
12 |
"Enabled","Aktiviert"
|
13 |
"Invalid Sender Information","Ungültige Absender Information"
|
14 |
+
"Invalid sender email.","Ungültige Absender E-Mail Adresse."
|
15 |
+
"Limit Sending By","Begrenze E-Mail Versand durch"
|
16 |
"Max Products Sent in 1 Hour","Maximale Versandhäufigkeit je Artikel binnen 1 Stunde"
|
17 |
"Max Recipients","Maximale Anzahl an gleichzeitigen Empfänger"
|
18 |
"Maximum %d email addresses allowed.","Höchstens %d E-Mail Adressen erlaubt."
|
21 |
"Name:","Name:"
|
22 |
"No more than %d emails can be sent at a time.","Nicht mehr wie %d E-Mails können zur selben Zeit versendet werden."
|
23 |
"Please define a correct Cookie instance.","Bitte definieren Sie eine korrekte Cookie-Instanz."
|
24 |
+
"Please define a correct Product instance.","Bitte definieren Sie eine korrekte Artikel-Instanz."
|
25 |
"Please define the correct Sender information.","Bitte definieren Sie eine korrekte Absender-Information."
|
26 |
"Recipient:","Empfänger:"
|
27 |
"Remove Email","E-Mail entfernen"
|
app/locale/de_DE/Mage_Tax.csv
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
"Before Discount","Vor Rabatt"
|
21 |
"CSV","CSV"
|
22 |
"Calculation Settings","Berechnung"
|
23 |
-
"Catalog Prices","
|
24 |
"Class Name","Klassenname"
|
25 |
"Code","Code"
|
26 |
"Country","Land"
|
20 |
"Before Discount","Vor Rabatt"
|
21 |
"CSV","CSV"
|
22 |
"Calculation Settings","Berechnung"
|
23 |
+
"Catalog Prices","Katalogpreise"
|
24 |
"Class Name","Klassenname"
|
25 |
"Code","Code"
|
26 |
"Country","Land"
|
app/locale/de_DE/Mage_XmlConnect.csv
CHANGED
@@ -188,7 +188,7 @@
|
|
188 |
"Creating a Template is allowed only for applications which have device type iPhone.","Das Erstellen einer Vorlage ist nur für iPhone-Apps möglich."
|
189 |
"Credit Card","Kreditkarte"
|
190 |
"Credit Card %s","Kreditkarte %s"
|
191 |
-
"Credit Card Number","
|
192 |
"Credit Card Type","Kreditkartentyp"
|
193 |
"Credit card number does not match credit card type.","Kreditkartennummer entspricht nicht Kreditkartentyp."
|
194 |
"Current Balance: %s","Aktuelles Guthaben: %s"
|
188 |
"Creating a Template is allowed only for applications which have device type iPhone.","Das Erstellen einer Vorlage ist nur für iPhone-Apps möglich."
|
189 |
"Credit Card","Kreditkarte"
|
190 |
"Credit Card %s","Kreditkarte %s"
|
191 |
+
"Credit Card Number","Kreditkartennummer"
|
192 |
"Credit Card Type","Kreditkartentyp"
|
193 |
"Credit card number does not match credit card type.","Kreditkartennummer entspricht nicht Kreditkartentyp."
|
194 |
"Current Balance: %s","Aktuelles Guthaben: %s"
|
app/locale/de_DE/sql_translation/attributes.sql
CHANGED
@@ -55,6 +55,7 @@ UPDATE `eav_attribute` SET `frontend_label` = 'Bundesland' WHERE `eav_attribute`
|
|
55 |
UPDATE `eav_attribute` SET `frontend_label` = 'Postleitzahl' WHERE `eav_attribute`.`attribute_code` ='postcode';
|
56 |
UPDATE `eav_attribute` SET `frontend_label` = 'Telefon' WHERE `eav_attribute`.`attribute_code` ='telephone';
|
57 |
UPDATE `eav_attribute` SET `frontend_label` = 'Steuernummer/USt-IdNr.' WHERE `eav_attribute`.`attribute_code` ='taxvat';
|
|
|
58 |
UPDATE `eav_attribute` SET `frontend_label` = 'Ist bestätigt' WHERE `eav_attribute`.`attribute_code` ='confirmation';
|
59 |
UPDATE `eav_attribute` SET `frontend_label` = 'Angelegt am' WHERE `eav_attribute`.`attribute_code` ='created_at';
|
60 |
UPDATE `eav_attribute` SET `frontend_label` = 'Geschlecht' WHERE `eav_attribute`.`attribute_code` ='gender';
|
@@ -107,6 +108,7 @@ UPDATE `eav_attribute` SET `frontend_label` = 'Gewicht' WHERE `eav_attribute`.`a
|
|
107 |
UPDATE `eav_attribute` SET `frontend_label` = 'Hersteller' WHERE `eav_attribute`.`attribute_code` ='manufacturer';
|
108 |
UPDATE `eav_attribute` SET `frontend_label` = 'Medien Galerie' WHERE `eav_attribute`.`attribute_code` ='media_gallery';
|
109 |
UPDATE `eav_attribute` SET `frontend_label` = 'Preisstaffel' WHERE `eav_attribute`.`attribute_code` ='tier_price';
|
|
|
110 |
UPDATE `eav_attribute` SET `frontend_label` = 'Farbe' WHERE `eav_attribute`.`attribute_code` ='color';
|
111 |
UPDATE `eav_attribute` SET `frontend_label` = 'Artikel als neu setzen ab' WHERE `eav_attribute`.`attribute_code` ='news_from_date';
|
112 |
UPDATE `eav_attribute` SET `frontend_label` = 'Artikel als neu setzen bis' WHERE `eav_attribute`.`attribute_code` ='news_to_date';
|
@@ -122,7 +124,7 @@ UPDATE `eav_attribute` SET `frontend_label` = 'Aktiv bis' WHERE `eav_attribute`.
|
|
122 |
UPDATE `eav_attribute` SET `frontend_label` = 'Eigenes Layout Update' WHERE `eav_attribute`.`attribute_code` ='custom_layout_update';
|
123 |
UPDATE `eav_attribute` SET `frontend_label` = 'Seiten Layout' WHERE `eav_attribute`.`attribute_code` ='page_layout';
|
124 |
UPDATE `eav_attribute` SET `frontend_label` = 'Artikeloptionen anzeigen in' WHERE `eav_attribute`.`attribute_code` ='options_container';
|
125 |
-
UPDATE `eav_attribute` SET `frontend_label` = 'Soll man
|
126 |
UPDATE `eav_attribute` SET `frontend_label` = 'Preis Ansicht' WHERE `eav_attribute`.`attribute_code` ='price_view';
|
127 |
-- since Magento 1.6.x
|
128 |
UPDATE `eav_attribute` SET `frontend_label` = 'Herstellungsland' WHERE `eav_attribute`.`attribute_code` ='country_of_manufacture';
|
55 |
UPDATE `eav_attribute` SET `frontend_label` = 'Postleitzahl' WHERE `eav_attribute`.`attribute_code` ='postcode';
|
56 |
UPDATE `eav_attribute` SET `frontend_label` = 'Telefon' WHERE `eav_attribute`.`attribute_code` ='telephone';
|
57 |
UPDATE `eav_attribute` SET `frontend_label` = 'Steuernummer/USt-IdNr.' WHERE `eav_attribute`.`attribute_code` ='taxvat';
|
58 |
+
UPDATE `eav_attribute` SET `frontend_label` = 'Steuernummer/USt-IdNr.' WHERE `eav_attribute`.`attribute_code` ='vat_id';
|
59 |
UPDATE `eav_attribute` SET `frontend_label` = 'Ist bestätigt' WHERE `eav_attribute`.`attribute_code` ='confirmation';
|
60 |
UPDATE `eav_attribute` SET `frontend_label` = 'Angelegt am' WHERE `eav_attribute`.`attribute_code` ='created_at';
|
61 |
UPDATE `eav_attribute` SET `frontend_label` = 'Geschlecht' WHERE `eav_attribute`.`attribute_code` ='gender';
|
108 |
UPDATE `eav_attribute` SET `frontend_label` = 'Hersteller' WHERE `eav_attribute`.`attribute_code` ='manufacturer';
|
109 |
UPDATE `eav_attribute` SET `frontend_label` = 'Medien Galerie' WHERE `eav_attribute`.`attribute_code` ='media_gallery';
|
110 |
UPDATE `eav_attribute` SET `frontend_label` = 'Preisstaffel' WHERE `eav_attribute`.`attribute_code` ='tier_price';
|
111 |
+
UPDATE `eav_attribute` SET `frontend_label` = 'Gruppenpreis' WHERE `eav_attribute`.`attribute_code` ='group_price';
|
112 |
UPDATE `eav_attribute` SET `frontend_label` = 'Farbe' WHERE `eav_attribute`.`attribute_code` ='color';
|
113 |
UPDATE `eav_attribute` SET `frontend_label` = 'Artikel als neu setzen ab' WHERE `eav_attribute`.`attribute_code` ='news_from_date';
|
114 |
UPDATE `eav_attribute` SET `frontend_label` = 'Artikel als neu setzen bis' WHERE `eav_attribute`.`attribute_code` ='news_to_date';
|
124 |
UPDATE `eav_attribute` SET `frontend_label` = 'Eigenes Layout Update' WHERE `eav_attribute`.`attribute_code` ='custom_layout_update';
|
125 |
UPDATE `eav_attribute` SET `frontend_label` = 'Seiten Layout' WHERE `eav_attribute`.`attribute_code` ='page_layout';
|
126 |
UPDATE `eav_attribute` SET `frontend_label` = 'Artikeloptionen anzeigen in' WHERE `eav_attribute`.`attribute_code` ='options_container';
|
127 |
+
UPDATE `eav_attribute` SET `frontend_label` = 'Soll man den Artikel via Google Checkout bestellen können' WHERE `eav_attribute`.`attribute_code` ='enable_googlecheckout';
|
128 |
UPDATE `eav_attribute` SET `frontend_label` = 'Preis Ansicht' WHERE `eav_attribute`.`attribute_code` ='price_view';
|
129 |
-- since Magento 1.6.x
|
130 |
UPDATE `eav_attribute` SET `frontend_label` = 'Herstellungsland' WHERE `eav_attribute`.`attribute_code` ='country_of_manufacture';
|
app/locale/de_DE/sql_translation/attributes_default.sql
CHANGED
@@ -96,6 +96,7 @@ UPDATE `eav_attribute` SET `frontend_label` = 'Weight' WHERE `eav_attribute`.`at
|
|
96 |
UPDATE `eav_attribute` SET `frontend_label` = 'Manufacturer' WHERE `eav_attribute`.`attribute_code` ='manufacturer';
|
97 |
UPDATE `eav_attribute` SET `frontend_label` = 'Media Gallery' WHERE `eav_attribute`.`attribute_code` ='media_gallery';
|
98 |
UPDATE `eav_attribute` SET `frontend_label` = 'Tier Price' WHERE `eav_attribute`.`attribute_code` ='tier_price';
|
|
|
99 |
UPDATE `eav_attribute` SET `frontend_label` = 'Color' WHERE `eav_attribute`.`attribute_code` ='color';
|
100 |
UPDATE `eav_attribute` SET `frontend_label` = 'Set Product as New from Date ' WHERE `eav_attribute`.`attribute_code` ='news_from_date';
|
101 |
UPDATE `eav_attribute` SET `frontend_label` = 'Set Product as New to Date ' WHERE `eav_attribute`.`attribute_code` ='news_to_date';
|
96 |
UPDATE `eav_attribute` SET `frontend_label` = 'Manufacturer' WHERE `eav_attribute`.`attribute_code` ='manufacturer';
|
97 |
UPDATE `eav_attribute` SET `frontend_label` = 'Media Gallery' WHERE `eav_attribute`.`attribute_code` ='media_gallery';
|
98 |
UPDATE `eav_attribute` SET `frontend_label` = 'Tier Price' WHERE `eav_attribute`.`attribute_code` ='tier_price';
|
99 |
+
UPDATE `eav_attribute` SET `frontend_label` = 'Group Price' WHERE `eav_attribute`.`attribute_code` ='group_price';
|
100 |
UPDATE `eav_attribute` SET `frontend_label` = 'Color' WHERE `eav_attribute`.`attribute_code` ='color';
|
101 |
UPDATE `eav_attribute` SET `frontend_label` = 'Set Product as New from Date ' WHERE `eav_attribute`.`attribute_code` ='news_from_date';
|
102 |
UPDATE `eav_attribute` SET `frontend_label` = 'Set Product as New to Date ' WHERE `eav_attribute`.`attribute_code` ='news_to_date';
|
app/locale/de_DE/template/email/.DS_Store
CHANGED
Binary file
|
app/locale/de_DE/template/email/account_new.html
CHANGED
@@ -32,15 +32,17 @@ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif;
|
|
32 |
<ul style="font-size:12px; line-height:16px; margin:0 0 16px 0; padding:0;">
|
33 |
<li style="list-style:none inside; padding:0 0 0 10px;">– Schnellerer Bezahlvorgang beim nächsten Einkauf</li>
|
34 |
<li style="list-style:none inside; padding:0 0 0 10px;">– Den Status laufender Bestellungen einsehen</li>
|
35 |
-
|
36 |
<li style="list-style:none inside; padding:0 0 0 10px;">– Verwalten Ihrer Kundendaten</li>
|
37 |
<li style="list-style:none inside; padding:0 0 0 10px;">– Ihr Passwort ändern</li>
|
38 |
<li style="list-style:none inside; padding:0 0 0 10px;">– Verschiedene Adressen für den Versand an Familienmitglieder und Freunde sowie Rechnungsadressen speichern</li>
|
39 |
</ul>
|
40 |
<p style="font-size:12px; line-height:16px; margin:0;">
|
41 |
-
|
42 |
-
|
43 |
-
|
|
|
|
|
44 |
</tr>
|
45 |
<tr>
|
46 |
<td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Vielen Dank! <strong>{{var store.getFrontendName()}}</strong></p></center></td>
|
@@ -50,4 +52,4 @@ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif;
|
|
50 |
</tr>
|
51 |
</table>
|
52 |
</div>
|
53 |
-
</body>
|
32 |
<ul style="font-size:12px; line-height:16px; margin:0 0 16px 0; padding:0;">
|
33 |
<li style="list-style:none inside; padding:0 0 0 10px;">– Schnellerer Bezahlvorgang beim nächsten Einkauf</li>
|
34 |
<li style="list-style:none inside; padding:0 0 0 10px;">– Den Status laufender Bestellungen einsehen</li>
|
35 |
+
<li style="list-style:none inside; padding:0 0 0 10px;">– Bestellverlauf einsehen</li>
|
36 |
<li style="list-style:none inside; padding:0 0 0 10px;">– Verwalten Ihrer Kundendaten</li>
|
37 |
<li style="list-style:none inside; padding:0 0 0 10px;">– Ihr Passwort ändern</li>
|
38 |
<li style="list-style:none inside; padding:0 0 0 10px;">– Verschiedene Adressen für den Versand an Familienmitglieder und Freunde sowie Rechnungsadressen speichern</li>
|
39 |
</ul>
|
40 |
<p style="font-size:12px; line-height:16px; margin:0;">
|
41 |
+
Falls Sie Fragen oder Anregungen haben, kontaktieren Sie uns bitte wahlweise per E-Mail
|
42 |
+
<a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
|
43 |
+
oder auch gerne per Telefon unter der Rufnummer {{config path='general/store_information/phone'}}.
|
44 |
+
</p>
|
45 |
+
</td>
|
46 |
</tr>
|
47 |
<tr>
|
48 |
<td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Vielen Dank! <strong>{{var store.getFrontendName()}}</strong></p></center></td>
|
52 |
</tr>
|
53 |
</table>
|
54 |
</div>
|
55 |
+
</body>
|
app/locale/de_DE/template/email/account_new_confirmation.html
CHANGED
@@ -31,11 +31,12 @@ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif;
|
|
31 |
<h1 style="font-size:14px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Guten Tag {{htmlescape var=$customer.name}},</h1>
|
32 |
<p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">Ihre E-Mail Adresse {{var customer.email}} muss bestätigt werden, bevor Sie sich damit in unserem Shop anmelden können.</p>
|
33 |
<p style="font-size:12px; line-height:16px; margin:0 0 8px 0;">Um die E-Mail Adresse zu bestätigen, klicken Sie bitte auf diesen <a href="{{store url="customer/account/confirm/" _query_id=$customer.id _query_key=$customer.confirmation _query_back_url=$back_url}}" style="color:#1E7EC8;">Bestätigungslink</a>.<br />Dieser Link ist nur einmal gültig.</p>
|
34 |
-
|
35 |
<p style="font-size:12px; line-height:16px; margin:0;">
|
36 |
-
|
37 |
-
|
38 |
-
|
|
|
|
|
39 |
</tr>
|
40 |
<tr>
|
41 |
<td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Vielen Dank! <strong>{{var store.getFrontendName()}}</strong></p></center></td>
|
@@ -45,4 +46,4 @@ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif;
|
|
45 |
</tr>
|
46 |
</table>
|
47 |
</div>
|
48 |
-
</body>
|
31 |
<h1 style="font-size:14px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Guten Tag {{htmlescape var=$customer.name}},</h1>
|
32 |
<p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">Ihre E-Mail Adresse {{var customer.email}} muss bestätigt werden, bevor Sie sich damit in unserem Shop anmelden können.</p>
|
33 |
<p style="font-size:12px; line-height:16px; margin:0 0 8px 0;">Um die E-Mail Adresse zu bestätigen, klicken Sie bitte auf diesen <a href="{{store url="customer/account/confirm/" _query_id=$customer.id _query_key=$customer.confirmation _query_back_url=$back_url}}" style="color:#1E7EC8;">Bestätigungslink</a>.<br />Dieser Link ist nur einmal gültig.</p>
|
|
|
34 |
<p style="font-size:12px; line-height:16px; margin:0;">
|
35 |
+
Falls Sie Fragen oder Anregungen haben, kontaktieren Sie uns bitte wahlweise per E-Mail
|
36 |
+
<a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
|
37 |
+
oder auch gerne per Telefon unter der Rufnummer {{config path='general/store_information/phone'}}.
|
38 |
+
</p>
|
39 |
+
</td>
|
40 |
</tr>
|
41 |
<tr>
|
42 |
<td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Vielen Dank! <strong>{{var store.getFrontendName()}}</strong></p></center></td>
|
46 |
</tr>
|
47 |
</table>
|
48 |
</div>
|
49 |
+
</body>
|
app/locale/de_DE/template/email/account_new_confirmed.html
CHANGED
@@ -32,15 +32,16 @@ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif;
|
|
32 |
<ul style="font-size:12px; line-height:16px; margin:0 0 16px 0; padding:0;">
|
33 |
<li style="list-style:none inside; padding:0 0 0 10px;">– Schnellerer Bezahlvorgang beim nächsten Einkauf</li>
|
34 |
<li style="list-style:none inside; padding:0 0 0 10px;">– Den Status laufender Bestellungen einsehen</li>
|
35 |
-
|
36 |
<li style="list-style:none inside; padding:0 0 0 10px;">– Verwalten Ihrer Kundendaten</li>
|
37 |
<li style="list-style:none inside; padding:0 0 0 10px;">– Ihr Passwort ändern</li>
|
38 |
<li style="list-style:none inside; padding:0 0 0 10px;">– Verschiedene Adressen für den Versand an Familienmitglieder und Freunde sowie Rechnungsadressen speichern</li>
|
39 |
</ul>
|
40 |
<p style="font-size:12px; line-height:16px; margin:0;">
|
41 |
-
|
42 |
-
|
43 |
-
|
|
|
44 |
</td>
|
45 |
</tr>
|
46 |
<tr>
|
@@ -51,4 +52,4 @@ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif;
|
|
51 |
</tr>
|
52 |
</table>
|
53 |
</div>
|
54 |
-
</body>
|
32 |
<ul style="font-size:12px; line-height:16px; margin:0 0 16px 0; padding:0;">
|
33 |
<li style="list-style:none inside; padding:0 0 0 10px;">– Schnellerer Bezahlvorgang beim nächsten Einkauf</li>
|
34 |
<li style="list-style:none inside; padding:0 0 0 10px;">– Den Status laufender Bestellungen einsehen</li>
|
35 |
+
<li style="list-style:none inside; padding:0 0 0 10px;">– Bestellhistorie einsehen</li>
|
36 |
<li style="list-style:none inside; padding:0 0 0 10px;">– Verwalten Ihrer Kundendaten</li>
|
37 |
<li style="list-style:none inside; padding:0 0 0 10px;">– Ihr Passwort ändern</li>
|
38 |
<li style="list-style:none inside; padding:0 0 0 10px;">– Verschiedene Adressen für den Versand an Familienmitglieder und Freunde sowie Rechnungsadressen speichern</li>
|
39 |
</ul>
|
40 |
<p style="font-size:12px; line-height:16px; margin:0;">
|
41 |
+
Falls Sie Fragen oder Anregungen haben, kontaktieren Sie uns bitte wahlweise per E-Mail
|
42 |
+
<a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
|
43 |
+
oder auch gerne per Telefon unter der Rufnummer {{config path='general/store_information/phone'}}.
|
44 |
+
</p>
|
45 |
</td>
|
46 |
</tr>
|
47 |
<tr>
|
52 |
</tr>
|
53 |
</table>
|
54 |
</div>
|
55 |
+
</body>
|
app/locale/de_DE/template/email/payment_failed.html
CHANGED
@@ -58,10 +58,10 @@ Use vars: {{var var_name}}
|
|
58 |
{{var paymentMethod}} (via {{var checkoutType}})
|
59 |
</p>
|
60 |
<p>
|
61 |
-
<b>Datum & Zeit</b><br />
|
62 |
{{var dateAndTime}}
|
63 |
</p>
|
64 |
</td>
|
65 |
</tr>
|
66 |
</tbody>
|
67 |
-
</table>
|
58 |
{{var paymentMethod}} (via {{var checkoutType}})
|
59 |
</p>
|
60 |
<p>
|
61 |
+
<b>Datum & Zeit</b><br />
|
62 |
{{var dateAndTime}}
|
63 |
</p>
|
64 |
</td>
|
65 |
</tr>
|
66 |
</tbody>
|
67 |
+
</table>
|
app/locale/de_DE/template/email/sales/creditmemo_new.html
CHANGED
@@ -52,7 +52,7 @@ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif;
|
|
52 |
<table cellspacing="0" cellpadding="0" border="0" width="650">
|
53 |
<thead>
|
54 |
<tr>
|
55 |
-
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">
|
56 |
<th width="10"></th>
|
57 |
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Zahlungsart:</th>
|
58 |
</tr>
|
@@ -74,7 +74,7 @@ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif;
|
|
74 |
<table cellspacing="0" cellpadding="0" border="0" width="650">
|
75 |
<thead>
|
76 |
<tr>
|
77 |
-
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">
|
78 |
<th width="10"></th>
|
79 |
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Versandart:</th>
|
80 |
</tr>
|
52 |
<table cellspacing="0" cellpadding="0" border="0" width="650">
|
53 |
<thead>
|
54 |
<tr>
|
55 |
+
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Rechnungsadresse:</th>
|
56 |
<th width="10"></th>
|
57 |
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Zahlungsart:</th>
|
58 |
</tr>
|
74 |
<table cellspacing="0" cellpadding="0" border="0" width="650">
|
75 |
<thead>
|
76 |
<tr>
|
77 |
+
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Lieferadresse:</th>
|
78 |
<th width="10"></th>
|
79 |
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Versandart:</th>
|
80 |
</tr>
|
app/locale/de_DE/template/email/sales/creditmemo_new_guest.html
CHANGED
@@ -50,7 +50,7 @@ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif;
|
|
50 |
<table cellspacing="0" cellpadding="0" border="0" width="650">
|
51 |
<thead>
|
52 |
<tr>
|
53 |
-
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">
|
54 |
<th width="10"></th>
|
55 |
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Zahlungsart:</th>
|
56 |
</tr>
|
@@ -72,7 +72,7 @@ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif;
|
|
72 |
<table cellspacing="0" cellpadding="0" border="0" width="650">
|
73 |
<thead>
|
74 |
<tr>
|
75 |
-
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">
|
76 |
<th width="10"></th>
|
77 |
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Versandart:</th>
|
78 |
</tr>
|
50 |
<table cellspacing="0" cellpadding="0" border="0" width="650">
|
51 |
<thead>
|
52 |
<tr>
|
53 |
+
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Rechnungsadresse:</th>
|
54 |
<th width="10"></th>
|
55 |
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Zahlungsart:</th>
|
56 |
</tr>
|
72 |
<table cellspacing="0" cellpadding="0" border="0" width="650">
|
73 |
<thead>
|
74 |
<tr>
|
75 |
+
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Lieferadresse:</th>
|
76 |
<th width="10"></th>
|
77 |
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Versandart:</th>
|
78 |
</tr>
|
app/locale/de_DE/template/email/sales/invoice_new.html
CHANGED
@@ -44,7 +44,7 @@ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif;
|
|
44 |
</tr>
|
45 |
<tr>
|
46 |
<td>
|
47 |
-
<h2 style="font-size:14px; font-weight:normal; margin:0;">Ihre Rechnung Nr. {{var invoice.increment_id}} für Bestellung
|
48 |
</td>
|
49 |
</tr>
|
50 |
<tr>
|
@@ -52,7 +52,7 @@ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif;
|
|
52 |
<table cellspacing="0" cellpadding="0" border="0" width="650">
|
53 |
<thead>
|
54 |
<tr>
|
55 |
-
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">
|
56 |
<th width="10"></th>
|
57 |
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Zahlart:</th>
|
58 |
</tr>
|
@@ -74,7 +74,7 @@ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif;
|
|
74 |
<table cellspacing="0" cellpadding="0" border="0" width="100%">
|
75 |
<thead>
|
76 |
<tr>
|
77 |
-
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">
|
78 |
<th width="10"></th>
|
79 |
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Versandart:</th>
|
80 |
</tr>
|
@@ -106,4 +106,4 @@ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif;
|
|
106 |
</tr>
|
107 |
</table>
|
108 |
</div>
|
109 |
-
</body>
|
44 |
</tr>
|
45 |
<tr>
|
46 |
<td>
|
47 |
+
<h2 style="font-size:14px; font-weight:normal; margin:0;">Ihre Rechnung Nr. {{var invoice.increment_id}} für Bestellung Nr.{{var order.increment_id}}</h2>
|
48 |
</td>
|
49 |
</tr>
|
50 |
<tr>
|
52 |
<table cellspacing="0" cellpadding="0" border="0" width="650">
|
53 |
<thead>
|
54 |
<tr>
|
55 |
+
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Rechnungsadresse:</th>
|
56 |
<th width="10"></th>
|
57 |
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Zahlart:</th>
|
58 |
</tr>
|
74 |
<table cellspacing="0" cellpadding="0" border="0" width="100%">
|
75 |
<thead>
|
76 |
<tr>
|
77 |
+
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Lieferadresse:</th>
|
78 |
<th width="10"></th>
|
79 |
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Versandart:</th>
|
80 |
</tr>
|
106 |
</tr>
|
107 |
</table>
|
108 |
</div>
|
109 |
+
</body>
|
app/locale/de_DE/template/email/sales/invoice_new_guest.html
CHANGED
@@ -50,7 +50,7 @@ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif;
|
|
50 |
<table cellspacing="0" cellpadding="0" border="0" width="650">
|
51 |
<thead>
|
52 |
<tr>
|
53 |
-
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">
|
54 |
<th width="10"></th>
|
55 |
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Zahlart:</th>
|
56 |
</tr>
|
@@ -72,7 +72,7 @@ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif;
|
|
72 |
<table cellspacing="0" cellpadding="0" border="0" width="650">
|
73 |
<thead>
|
74 |
<tr>
|
75 |
-
<th align="left" width="650" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">
|
76 |
<th width="10"></th>
|
77 |
<th align="left" width="650" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Versandart:</th>
|
78 |
</tr>
|
50 |
<table cellspacing="0" cellpadding="0" border="0" width="650">
|
51 |
<thead>
|
52 |
<tr>
|
53 |
+
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Rechnungsadresse:</th>
|
54 |
<th width="10"></th>
|
55 |
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Zahlart:</th>
|
56 |
</tr>
|
72 |
<table cellspacing="0" cellpadding="0" border="0" width="650">
|
73 |
<thead>
|
74 |
<tr>
|
75 |
+
<th align="left" width="650" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Lieferadresse:</th>
|
76 |
<th width="10"></th>
|
77 |
<th align="left" width="650" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Versandart:</th>
|
78 |
</tr>
|
app/locale/de_DE/template/email/sales/invoice_update_guest.html
CHANGED
@@ -46,4 +46,5 @@ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif;
|
|
46 |
</td>
|
47 |
</tr>
|
48 |
</table>
|
49 |
-
</div>
|
|
46 |
</td>
|
47 |
</tr>
|
48 |
</table>
|
49 |
+
</div>
|
50 |
+
</body>
|
app/locale/de_DE/template/email/sales/order_new.html
CHANGED
@@ -42,6 +42,7 @@ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif;
|
|
42 |
oder auch gerne per Telefon unter der Rufnummer {{config path='general/store_information/phone'}}.
|
43 |
</p>
|
44 |
<p style="font-size:12px; line-height:16px; margin:0;">Nachfolgend Ihre Bestellbestätigung, vielen Dank noch einmal für die Bestellung!</p>
|
|
|
45 |
</tr>
|
46 |
<tr>
|
47 |
<td>
|
@@ -53,7 +54,7 @@ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif;
|
|
53 |
<table cellspacing="0" cellpadding="0" border="0" width="650">
|
54 |
<thead>
|
55 |
<tr>
|
56 |
-
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">
|
57 |
<th width="10"></th>
|
58 |
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Zahlart:</th>
|
59 |
</tr>
|
@@ -75,7 +76,7 @@ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif;
|
|
75 |
<table cellspacing="0" cellpadding="0" border="0" width="650">
|
76 |
<thead>
|
77 |
<tr>
|
78 |
-
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">
|
79 |
<th width="10"></th>
|
80 |
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Versandart:</th>
|
81 |
</tr>
|
42 |
oder auch gerne per Telefon unter der Rufnummer {{config path='general/store_information/phone'}}.
|
43 |
</p>
|
44 |
<p style="font-size:12px; line-height:16px; margin:0;">Nachfolgend Ihre Bestellbestätigung, vielen Dank noch einmal für die Bestellung!</p>
|
45 |
+
</td>
|
46 |
</tr>
|
47 |
<tr>
|
48 |
<td>
|
54 |
<table cellspacing="0" cellpadding="0" border="0" width="650">
|
55 |
<thead>
|
56 |
<tr>
|
57 |
+
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Rechnungsadresse:</th>
|
58 |
<th width="10"></th>
|
59 |
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Zahlart:</th>
|
60 |
</tr>
|
76 |
<table cellspacing="0" cellpadding="0" border="0" width="650">
|
77 |
<thead>
|
78 |
<tr>
|
79 |
+
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Lieferadresse:</th>
|
80 |
<th width="10"></th>
|
81 |
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Versandart:</th>
|
82 |
</tr>
|
app/locale/de_DE/template/email/sales/order_new_guest.html
CHANGED
@@ -52,7 +52,7 @@ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif;
|
|
52 |
<table cellspacing="0" cellpadding="0" border="0" width="650">
|
53 |
<thead>
|
54 |
<tr>
|
55 |
-
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">
|
56 |
<th width="10"></th>
|
57 |
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Zahlart:</th>
|
58 |
</tr>
|
@@ -74,7 +74,7 @@ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif;
|
|
74 |
<table cellspacing="0" cellpadding="0" border="0" width="650">
|
75 |
<thead>
|
76 |
<tr>
|
77 |
-
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">
|
78 |
<th width="10"></th>
|
79 |
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Versandart:</th>
|
80 |
</tr>
|
52 |
<table cellspacing="0" cellpadding="0" border="0" width="650">
|
53 |
<thead>
|
54 |
<tr>
|
55 |
+
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Rechnungsadresse:</th>
|
56 |
<th width="10"></th>
|
57 |
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Zahlart:</th>
|
58 |
</tr>
|
74 |
<table cellspacing="0" cellpadding="0" border="0" width="650">
|
75 |
<thead>
|
76 |
<tr>
|
77 |
+
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Lieferadresse:</th>
|
78 |
<th width="10"></th>
|
79 |
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Versandart:</th>
|
80 |
</tr>
|
app/locale/de_DE/template/email/sales/order_update_guest.html
CHANGED
@@ -13,8 +13,9 @@
|
|
13 |
body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
|
14 |
@-->
|
15 |
|
16 |
-
<
|
17 |
-
<
|
|
|
18 |
<tr>
|
19 |
<td align="center" valign="top">
|
20 |
<!-- [ header starts here] -->
|
@@ -46,4 +47,5 @@ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif;
|
|
46 |
</td>
|
47 |
</tr>
|
48 |
</table>
|
49 |
-
</div>
|
|
13 |
body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
|
14 |
@-->
|
15 |
|
16 |
+
<body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
|
17 |
+
<div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
|
18 |
+
<table cellspacing="0" cellpadding="0" border="0" width="100%">
|
19 |
<tr>
|
20 |
<td align="center" valign="top">
|
21 |
<!-- [ header starts here] -->
|
47 |
</td>
|
48 |
</tr>
|
49 |
</table>
|
50 |
+
</div>
|
51 |
+
</body>
|
app/locale/de_DE/template/email/sales/shipment_new.html
CHANGED
@@ -56,7 +56,7 @@ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif;
|
|
56 |
<table cellspacing="0" cellpadding="0" border="0" width="650">
|
57 |
<thead>
|
58 |
<tr>
|
59 |
-
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">
|
60 |
<th width="10"></th>
|
61 |
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Zahlungsart:</th>
|
62 |
</tr>
|
@@ -77,7 +77,7 @@ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif;
|
|
77 |
<table cellspacing="0" cellpadding="0" border="0" width="100%">
|
78 |
<thead>
|
79 |
<tr>
|
80 |
-
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">
|
81 |
<th width="10"></th>
|
82 |
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Versandart:</th>
|
83 |
</tr>
|
56 |
<table cellspacing="0" cellpadding="0" border="0" width="650">
|
57 |
<thead>
|
58 |
<tr>
|
59 |
+
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Rechnungsadresse:</th>
|
60 |
<th width="10"></th>
|
61 |
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Zahlungsart:</th>
|
62 |
</tr>
|
77 |
<table cellspacing="0" cellpadding="0" border="0" width="100%">
|
78 |
<thead>
|
79 |
<tr>
|
80 |
+
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Lieferadresse:</th>
|
81 |
<th width="10"></th>
|
82 |
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Versandart:</th>
|
83 |
</tr>
|
app/locale/de_DE/template/email/sales/shipment_new_guest.html
CHANGED
@@ -54,7 +54,7 @@ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif;
|
|
54 |
<table cellspacing="0" cellpadding="0" border="0" width="650">
|
55 |
<thead>
|
56 |
<tr>
|
57 |
-
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">
|
58 |
<th width="10"></th>
|
59 |
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Zahlungsart:</th>
|
60 |
</tr>
|
@@ -75,7 +75,7 @@ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif;
|
|
75 |
<table cellspacing="0" cellpadding="0" border="0" width="100%">
|
76 |
<thead>
|
77 |
<tr>
|
78 |
-
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">
|
79 |
<th width="10"></th>
|
80 |
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Versandart:</th>
|
81 |
</tr>
|
54 |
<table cellspacing="0" cellpadding="0" border="0" width="650">
|
55 |
<thead>
|
56 |
<tr>
|
57 |
+
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Rechnungsadresse:</th>
|
58 |
<th width="10"></th>
|
59 |
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Zahlungsart:</th>
|
60 |
</tr>
|
75 |
<table cellspacing="0" cellpadding="0" border="0" width="100%">
|
76 |
<thead>
|
77 |
<tr>
|
78 |
+
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Lieferadresse:</th>
|
79 |
<th width="10"></th>
|
80 |
<th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Versandart:</th>
|
81 |
</tr>
|
app/locale/de_DE/template/email/wishlist_share.html
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<!--@subject Schauen Sie sich {{var customer.name}}
|
2 |
<!--@vars
|
3 |
{"store url=\"\"":"Store Url",
|
4 |
"skin url=\"images/logo_email.gif\" _area='frontend'":"Email Logo Image",
|
@@ -39,4 +39,4 @@ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif;
|
|
39 |
</tr>
|
40 |
</table>
|
41 |
</div>
|
42 |
-
</body>
|
1 |
+
<!--@subject Schauen Sie sich {{var customer.name}}s Wunschzettel an @-->
|
2 |
<!--@vars
|
3 |
{"store url=\"\"":"Store Url",
|
4 |
"skin url=\"images/logo_email.gif\" _area='frontend'":"Email Logo Image",
|
39 |
</tr>
|
40 |
</table>
|
41 |
</div>
|
42 |
+
</body>
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Locale_Mage_community_de_DE</name>
|
4 |
-
<version>1.7.0.2.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Deutsches Sprachpaket</summary>
|
10 |
<description>Deutsches Sprachpaket für Magento Commerce - inkl. Übersetzung des TinyMCE und Transaktionsemails</description>
|
11 |
-
<notes>
|
12 |
<authors><author><name>Rico Neitzel</name><user>auto-converted</user><email>rico@buro71a.de</email></author><author><name>Daniel Sasse</name><user>auto-converted</user><email>info@golox-web.de</email></author></authors>
|
13 |
-
<date>2013-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magelocale"><dir name="de_DE"><dir name="sql_translation"><file name="attributes.sql" hash="ed7b7c05322149d3b84605448ce7f68d"/><file name="attributes_default.sql" hash="a782e32138f8ab4deffbb01ab76d2a26"/></dir><dir name="template"><dir name="email"><dir name="sales"><file name="creditmemo_new.html" hash="466dcd4e42980501b5e7a72b7fa352dd"/><file name="creditmemo_new_guest.html" hash="ea9db4f9b7c530415bb1f280d71b6362"/><file name="creditmemo_update.html" hash="64ba8d52b8a7f687ce71ff72d927fa25"/><file name="creditmemo_update_guest.html" hash="df92fbf5f294d5b4f4d5bd8af37b19e4"/><file name="invoice_new.html" hash="5ba7387988ae578ee59c6f80dd0e3014"/><file name="invoice_new_guest.html" hash="cede684976c5e5be29c4ba2c26b5992d"/><file name="invoice_update.html" hash="5f0fd3c7de94e76ed4eab0be86bfa4fd"/><file name="invoice_update_guest.html" hash="9befcef811afc192870cf2c178d12abb"/><file name="order_new.html" hash="ebb65516640ba7cc0e242ed9e8d2d415"/><file name="order_new_guest.html" hash="09010d3ccfda5c1abb310bfce8f4b092"/><file name="order_update.html" hash="1fb7234e5d56d79943e953b1a0af962d"/><file name="order_update_guest.html" hash="cba1c94d53614d0671da721556054eef"/><file name="shipment_new.html" hash="331e8b9c1c6ce1152f037a156f30ac1d"/><file name="shipment_new_guest.html" hash="0c70b318dea3f28f0384b3a5d21c2cae"/><file name="shipment_update.html" hash="59986cc05e71b160ce6c5e2a09cf7243"/><file name="shipment_update_guest.html" hash="8ac183bb696b5991e76479355818814a"/></dir><file name="account_new.html" hash="11810c6ff5e6053dcdd48a35cf2c098d"/><file name="account_new_confirmation.html" hash="294a9126d2c71c491d3522ea2b663813"/><file name="account_new_confirmed.html" hash="24820b4b06735670278466d423c9f94b"/><file name="account_password_reset_confirmation.html" hash="ac1fb6da3a9752a8ce9657a522eb9d9d"/><file name="admin_password_new.html" hash="c66ebc411764342799c2c2d10975386e"/><file name="admin_password_reset_confirmation.html" hash="4334e78378c8583bc0193e665f6140b2"/><file name="contact_form.html" hash="140ebe4e438a11ab51de08c0cde97b6d"/><file name="currency_update_warning.html" hash="bf96b30c989edbec0c56fd6da17a4867"/><file name="log_clean_warning.html" hash="3587ff929597dc306bbe96c7bbedb071"/><file name="moneybookers_activateemail.html" hash="6427c835221a5765dc64bb78bdd56206"/><file name="newsletter_subscr_confirm.html" hash="9792dbca1a69153a72491dd28799aeb6"/><file name="newsletter_subscr_success.html" hash="971ea1436a440696f355d7e4f344301d"/><file name="newsletter_unsub_success.html" hash="e251671119492726b32b78bfdf1a3bd5"/><file name="password_new.html" hash="2f0d7bb14c21fc499bcada40af2ac4b7"/><file name="payment_failed.html" hash="0a1839c1f820806e7f28754793bc679a"/><file name="product_alert_cron_error.html" hash="82319a0b11ccce324ee434afda3edf23"/><file name="product_price_alert.html" hash="b771c5f318e6369d1d1cd07f9a3f4bc5"/><file name="product_share.html" hash="1373375094037915fb7c6c25307e034f"/><file name="product_stock_alert.html" hash="7d53cce12b6ff0a28c5b9d63609c9f75"/><file name="sitemap_generate_warning.html" hash="87cf27884326ff7a0bbd1ffc82876d93"/><file name="token.html" hash="16b5edb277c16fcf4400f29e694fe36b"/><file name="wishlist_share.html" hash="e82a89633e860816f79868866ef00b65"/><file name=".DS_Store" hash="5bed224e8de88121af86384f6fa2a488"/></dir><file name=".DS_Store" hash="b820979e6fe92dabad1a89f34c273bde"/></dir><file name="Mage_AdminNotification.csv" hash="47662e09f8cd47da8fe59865666b2cf5"/><file name="Mage_Adminhtml.csv" hash="fa0278662d17f65b1da5fa65f274d579"/><file name="Mage_Api.csv" hash="68a4c871818f437562489cfbfb838967"/><file name="Mage_Api2.csv" hash="26c1d1d191fe88f219f96d868673dcc6"/><file name="Mage_Authorizenet.csv" hash="1ab2206f1842edd33ce90c2eff4005bc"/><file name="Mage_Backup.csv" hash="5098cc35e5e7fe1205ebd52f1321ea9d"/><file name="Mage_Bundle.csv" hash="ccb830d2e43d8d917495ff9515042e99"/><file name="Mage_Captcha.csv" hash="f25ea6dfa732057151a211aa287d26a7"/><file name="Mage_Catalog.csv" hash="fb75ec7e6d138acd381cdfdbcceb4164"/><file name="Mage_CatalogInventory.csv" hash="61d39c026362e7dc95378215b521cb3e"/><file name="Mage_CatalogRule.csv" hash="dd7b47aec6ffc610b98314c0ababc4f9"/><file name="Mage_CatalogSearch.csv" hash="5f78c2de310f9ed555d099f312f2781f"/><file name="Mage_Centinel.csv" hash="0adeb04307ae48aea5df0c8f78b06331"/><file name="Mage_Checkout.csv" hash="151df2afd85a67bd956f87de0ef750d7"/><file name="Mage_Cms.csv" hash="d4578caea67f79b3d73c14382bad5cff"/><file name="Mage_Compiler.csv" hash="c5b2fb5f4dae92051993bdf71cb56ff3"/><file name="Mage_Connect.csv" hash="1acea569bce7342c76a23fd5765247d9"/><file name="Mage_Contacts.csv" hash="6663d1076ac6f911e4e27473e67a34b3"/><file name="Mage_Core.csv" hash="a29dde3e1dc4722b308abf4026f7072a"/><file name="Mage_Cron.csv" hash="066a3f15e4ea8d25fd659219b44ee4d0"/><file name="Mage_CurrencySymbol.csv" hash="a2e4912e8abe287ff608d4252f490307"/><file name="Mage_Customer.csv" hash="24da0c26bdf266676b07d88c14d469bc"/><file name="Mage_Dataflow.csv" hash="94d59bf25cf1d68514db5ed05bea67d0"/><file name="Mage_Directory.csv" hash="1ae4d77e22b1013c15a8833f703c2a4d"/><file name="Mage_Downloadable.csv" hash="f35bd0e51be1faff0772644de74abe1d"/><file name="Mage_Eav.csv" hash="5ff137570674a4cc57a8da3266a78e31"/><file name="Mage_GiftMessage.csv" hash="9d7a3a9b4383e84c847f95ba81549655"/><file name="Mage_GoogleAnalytics.csv" hash="79e73e4fea07bafa7ed60de357e361ff"/><file name="Mage_GoogleBase.csv" hash="02d271b015f091fe2ed04759b2324833"/><file name="Mage_GoogleCheckout.csv" hash="6805b9392276a0d3f7659a14e62092cd"/><file name="Mage_ImportExport.csv" hash="fa548d248198ca69b53b65c6438de416"/><file name="Mage_Index.csv" hash="4f14a2f5212be92c3c83a14e61611165"/><file name="Mage_Install.csv" hash="412c466a430549391f7394c4d028f379"/><file name="Mage_Log.csv" hash="edd0a92a3733e3d5cdd653f8bd4f751b"/><file name="Mage_Media.csv" hash="92385312a3b372edb3e97f2c0be44266"/><file name="Mage_Newsletter.csv" hash="390318d4457cd9dd9e6f356d316e0714"/><file name="Mage_OAuth.csv" hash="3f33ca5137e7e6996f08b32586994651"/><file name="Mage_Page.csv" hash="773d3ca882409755a3e10b5a7c524143"/><file name="Mage_PageCache.csv" hash="178f93edb98b710dade79dfebfb6fa34"/><file name="Mage_Paygate.csv" hash="24427c4d46763c38d83ce9705baae1be"/><file name="Mage_Payment.csv" hash="58a4f5c93fca152a798535d328ddee16"/><file name="Mage_Paypal.csv" hash="207b808a861dc4ef2eade1d7f51fd205"/><file name="Mage_PaypalUk.csv" hash="8a7e2a644a443d4ab36f54576fbf107c"/><file name="Mage_Persistent.csv" hash="7bd80005a995eff09cfb0f1d1699a63c"/><file name="Mage_Poll.csv" hash="480eea33d1198ba309d3f1cb5db8d58c"/><file name="Mage_ProductAlert.csv" hash="c641396af760cd21a1c9b352d725e78c"/><file name="Mage_Rating.csv" hash="c6fea67f4f2ed932faaa9bdda169d56b"/><file name="Mage_Reports.csv" hash="3f3dc789d974a7c7a0a63c1ff4429b99"/><file name="Mage_Review.csv" hash="744373d3d263ce4c10c412ac61e31eec"/><file name="Mage_Rss.csv" hash="0e75338e8915c5b9f1a54b72646a0fc5"/><file name="Mage_Rule.csv" hash="5615defc7ae87783c3a556a2acbcc934"/><file name="Mage_Sales.csv" hash="4b2df556b2f330666c51591777a8380f"/><file name="Mage_SalesRule.csv" hash="024e44879dc72273c4b2f8cc077d4daf"/><file name="Mage_Sendfriend.csv" hash="d104f3338d4a8fa2118114ed7f34f509"/><file name="Mage_Shipping.csv" hash="4a66106ccfdf3a4cf4189eb6e58dd13a"/><file name="Mage_Sitemap.csv" hash="ba66bae1282efdf7de4d225f3b6d8f7e"/><file name="Mage_Tag.csv" hash="e0c59adc8137e162cdf88eebab9b8b6a"/><file name="Mage_Tax.csv" hash="ab68eac867ecac7f0e79ea0b36d179c0"/><file name="Mage_Usa.csv" hash="d6ef344129fa315e4c69d52211922c2b"/><file name="Mage_Weee.csv" hash="9bd40f3954f100a1577188fc8907000e"/><file name="Mage_Widget.csv" hash="87253f195977b8dad7654e8344366d08"/><file name="Mage_Wishlist.csv" hash="fb30510ad0269e30d2a175b182d9bb89"/><file name="Mage_XmlConnect.csv" hash="f554376b863d89109ef66bbcce1366cb"/><file name="Phoenix_Moneybookers.csv" hash="74f70f742f96378f4c7cce3bc6086264"/><file name=".DS_Store" hash="37fd633942007139438b17fa49b3f16d"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="locale"><dir name="de_DE"><file name="translate.csv" hash="79c527fc2439935e8a95ba7e34f2bc5c"/></dir></dir><dir name="layout"><file name="localepackde.xml" hash="5f62b484e558b7b7ccf3750db1ebe04c"/></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="locale"><dir name="de_DE"><file name="translate.csv" hash="7bb034aa706ebdc69cbb806a3ac18da2"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="downloader"><dir name="template_de"><dir name="install"><file name="download.phtml" hash="d5a63008278edd4b86effae66358725e"/><file name="footer.phtml" hash="eacc930aa3495478ea27c3337949c86b"/><file name="header.phtml" hash="853f01240ff3a44cfe633ecc878defd8"/><file name="writable.phtml" hash="2016bf3f7fe295a524ceb9f3416ecadb"/></dir><dir name="pear"><file name="dist.phtml" hash="fa6c90777dfa472c65cb56eba04c9d3c"/><file name="iframe.phtml" hash="22dc6bd214c6d2e3ed5690751d0cbd3f"/><file name="packages.phtml" hash="503287eed9da59219e3c6767bd0b47da"/></dir><file name="exception.phtml" hash="07af8f0318520fdbb3f6eedd008bf7b8"/><file name="footer.phtml" hash="0f215e178bdcb5565f2c0d0945d52dee"/><file name="header.phtml" hash="73308f315c1405d427db9c885e8aa1d8"/><file name="index.phtml" hash="e5113e36121602591fe57c064ded5fbf"/><file name="login.phtml" hash="35efef0e6798c5d9c977b138cfe6a7c1"/><file name="messages.phtml" hash="6e6207a8305ea9d34155a47ac625a567"/><file name="noroute.phtml" hash="c718be912f6f26ed6ee23275a75df94e"/><file name="settings.phtml" hash="ea7cb2e062a6313630a88f41753a6c8f"/><file name="writable.phtml" hash="528a3a6797f8cff101a5d4efe242bc9f"/><file name=".DS_Store" hash="774d7be3c43de5c9dcdb51dde28878f3"/></dir><dir name="template_de_1.5"><dir name="connect"><file name="iframe.phtml" hash="d4a99d5f7c26167196d82d8c537ffa8f"/><file name="packages.phtml" hash="ba4fa6ef28fe927abec69a54ffb2bf48"/><file name="packages_prepare.phtml" hash="01e5914a9ebf10d8f188e74a8239f8b4"/></dir><dir name="install"><file name="download.phtml" hash="af04d8b4814cefeae261e3f40a543e98"/><file name="footer.phtml" hash="67035179d790b92f0ba308994d57cc5e"/><file name="header.phtml" hash="1209f2f1a037b81e5e8d16cce9485763"/><file name="writable.phtml" hash="9adb03c2bbaabadda1c8a245d61ae01f"/></dir><file name="exception.phtml" hash="1e393d59669a79ca944ac159c8551f2e"/><file name="footer.phtml" hash="74dbde83bace57a008fa5cc38fa2940b"/><file name="header.phtml" hash="16d97ca4de478b834513e2dbc9e7bf32"/><file name="index.phtml" hash="7076bb37c3d99345bab82e7e8a7514f7"/><file name="login.phtml" hash="e14ee71c66d36d5776756156085c61e8"/><file name="messages.phtml" hash="31427aa364773f81c7091a881c83b48f"/><file name="noroute.phtml" hash="5391f7ff0d774d7ab2d0c961ad023f36"/><file name="settings.phtml" hash="7d308e5a19f96e12ec3d70635d55e124"/><file name="writable.phtml" hash="3f4e69fc330d06a7900f3b1ba837ce56"/><file name=".DS_Store" hash="8cdb7c3abb5b9e5da91cbe9129bcbb1d"/><file name=".htaccess" hash="72617d60821288133a367f70bf39ad93"/></dir><dir name="template_de_1.7"><dir name="connect"><file name="iframe.phtml" hash="641c497a11217156ee70d2384bf5e04c"/><file name="packages.phtml" hash="4086fc96c5887c8294b9612f1bd4384b"/><file name="packages_prepare.phtml" hash="0197aaaf1afeb7e435c1f5b8d4fbbd78"/></dir><dir name="install"><file name="download.phtml" hash="b338372b3a810db50d04a56239efe6f9"/><file name="footer.phtml" hash="03e05ab4c0019af21ce04dc50adb6b30"/><file name="header.phtml" hash="86c59b34ff535813998251230008df2b"/><file name="writable.phtml" hash="bdabd54c935d8fa792c32a445785eec4"/></dir><file name="exception.phtml" hash="9112a87043f800452d4798f79104c42a"/><file name="footer.phtml" hash="04d03498532a197d0de98c36e7e5e8ac"/><file name="header.phtml" hash="db53d47a20ef8ac5a093cbcd4e2ef9cc"/><file name="index.phtml" hash="f5e71e5949024e65f9658465cd670ff9"/><file name="login.phtml" hash="0ca54585ec7e1069f7b15b0e0d66ad23"/><file name="messages.phtml" hash="382dd9e57a0cb2ad40835faab731e78b"/><file name="noroute.phtml" hash="0a5d2c9f2edfd93aaf61872c057e861a"/><file name="settings.phtml" hash="ec928f89cbd8d8011727f89f4a7de753"/><file name="writable.phtml" hash="ad326c80f9200acf9b384278ee02bd14"/><file name=".DS_Store" hash="9087459fdf8e793864c4f01894fca3cd"/><file name=".htaccess" hash="72617d60821288133a367f70bf39ad93"/></dir></dir><dir name="js"><dir name="german"><dir name="localepackde"><file name="setup.js" hash="142f08ea3c513145a775da80467af6df"/></dir></dir><dir name="tiny_mce"><dir name="langs"><file name="de.js" hash="8243936c8d9e20c42e46fbb62cde4ddd"/></dir><dir name="plugins"><dir name="advhr"><dir name="langs"><file name="de_dlg.js" hash="f620d1ca3be73bc04c2015e38f637714"/></dir></dir><dir name="advimage"><dir name="langs"><file name="de_dlg.js" hash="1593c4e51b6d9a5e408eed71e9d5e1ad"/></dir></dir><dir name="advlink"><dir name="langs"><file name="de_dlg.js" hash="b498351a11a49745714dfbb271a98ea4"/></dir></dir><dir name="emotions"><dir name="langs"><file name="de_dlg.js" hash="9733de8e0ae9d7528a1d18b0f66f20a4"/></dir></dir><dir name="fullpage"><dir name="langs"><file name="de_dlg.js" hash="46802a256ea3f17c9715c050dc94c0dc"/></dir></dir><dir name="media"><dir name="langs"><file name="de_dlg.js" hash="c4b5ff8fd07229b3ec079f4f9b8e5d0e"/></dir></dir><dir name="paste"><dir name="langs"><file name="de_dlg.js" hash="d29bbd8a82f5a36d1502b0312c8a0e47"/></dir></dir><dir name="searchreplace"><dir name="langs"><file name="de_dlg.js" hash="70526e0b1c58511dd783d8eb1144ddfa"/></dir></dir><dir name="style"><dir name="langs"><file name="de_dlg.js" hash="10ff5a58fa9743a5e4abbe37c73d1432"/></dir></dir><dir name="table"><dir name="langs"><file name="de_dlg.js" hash="a852da92a63b69178bc7007247b12a81"/></dir></dir><dir name="template"><dir name="langs"><file name="de_dlg.js" hash="49ce04ca8ae4f08d5578f25243712d45"/></dir></dir><dir name="xhtmlxtras"><dir name="langs"><file name="de_dlg.js" hash="9936c4f0f747a155b1e49a2835ee5b94"/></dir></dir></dir><dir name="themes"><dir name="advanced"><dir name="langs"><file name="de.js" hash="830198b6af78ad073231df0e4585e95e"/><file name="de_dlg.js" hash="3a4501a05b91ec5217859019ff34ad99"/></dir></dir><dir name="simple"><dir name="langs"><file name="de.js" hash="fa14c299f3a2a19fc126866af26c2154"/></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="German"><dir name="LocalePackDe"><dir name="Helper"><file name="Data.php" hash="1cb37c723154333621e8890f4f867b81"/></dir><dir name="Model"><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="etc"><file name="config.xml" hash="fbf307f473402a37e530b575cdb6733e"/><file name="system.xml" hash="7fac576b9fb2445bdacc5343e9546b3a"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="dd84f19a3ab55a8bbbdab7c658e3f20f"/></dir><file name=".DS_Store" hash="c0d0cbde00689638e5f4b966b5e89765"/></dir></target><target name="mageetc"><dir name="modules"><file name="German_LocalePackDe.xml" hash="7212cab0b6011167e46255a02435c956"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Locale_Mage_community_de_DE</name>
|
4 |
+
<version>1.7.0.2.4</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Deutsches Sprachpaket</summary>
|
10 |
<description>Deutsches Sprachpaket für Magento Commerce - inkl. Übersetzung des TinyMCE und Transaktionsemails</description>
|
11 |
+
<notes>Verschiedene Fehlerkorrekturen</notes>
|
12 |
<authors><author><name>Rico Neitzel</name><user>auto-converted</user><email>rico@buro71a.de</email></author><author><name>Daniel Sasse</name><user>auto-converted</user><email>info@golox-web.de</email></author></authors>
|
13 |
+
<date>2013-04-28</date>
|
14 |
+
<time>18:14:24</time>
|
15 |
+
<contents><target name="magelocale"><dir name="de_DE"><dir name="sql_translation"><file name="attributes.sql" hash="ee562985a01396b670ba971fb7a68af4"/><file name="attributes_default.sql" hash="6864280a283e957932d779cce6b53d41"/></dir><dir name="template"><dir name="email"><dir name="sales"><file name="creditmemo_new.html" hash="dc9b4e3f762d31e1cee317abecedff7d"/><file name="creditmemo_new_guest.html" hash="e2a4b741e953d3c0df42bc18c0e6a0d2"/><file name="creditmemo_update.html" hash="64ba8d52b8a7f687ce71ff72d927fa25"/><file name="creditmemo_update_guest.html" hash="df92fbf5f294d5b4f4d5bd8af37b19e4"/><file name="invoice_new.html" hash="3d26079deede29b6146d1767cedc298d"/><file name="invoice_new_guest.html" hash="fa63a7c0b9f821a6b6428c8761febd99"/><file name="invoice_update.html" hash="5f0fd3c7de94e76ed4eab0be86bfa4fd"/><file name="invoice_update_guest.html" hash="6905589b89dea172dbeff7eda988d248"/><file name="order_new.html" hash="5af29fff315002f049675c3ef6c35672"/><file name="order_new_guest.html" hash="337d18c9bce422464deea236fba10ca5"/><file name="order_update.html" hash="1fb7234e5d56d79943e953b1a0af962d"/><file name="order_update_guest.html" hash="79f1484ebfc7bdac4bc6ff5f88186dbc"/><file name="shipment_new.html" hash="e4590b07c8b6d6b4a27dc4227c54276c"/><file name="shipment_new_guest.html" hash="824d411ccba4d3816f1b8ec6765923ec"/><file name="shipment_update.html" hash="59986cc05e71b160ce6c5e2a09cf7243"/><file name="shipment_update_guest.html" hash="8ac183bb696b5991e76479355818814a"/></dir><file name="account_new.html" hash="b6f42d98726d39e7ec2378799ea1b8fa"/><file name="account_new_confirmation.html" hash="950286a0e989909dea49874fed7b3844"/><file name="account_new_confirmed.html" hash="8c2d707e87af74322ccd577872ab587a"/><file name="account_password_reset_confirmation.html" hash="ac1fb6da3a9752a8ce9657a522eb9d9d"/><file name="admin_password_new.html" hash="c66ebc411764342799c2c2d10975386e"/><file name="admin_password_reset_confirmation.html" hash="4334e78378c8583bc0193e665f6140b2"/><file name="contact_form.html" hash="140ebe4e438a11ab51de08c0cde97b6d"/><file name="currency_update_warning.html" hash="bf96b30c989edbec0c56fd6da17a4867"/><file name="log_clean_warning.html" hash="3587ff929597dc306bbe96c7bbedb071"/><file name="moneybookers_activateemail.html" hash="6427c835221a5765dc64bb78bdd56206"/><file name="newsletter_subscr_confirm.html" hash="9792dbca1a69153a72491dd28799aeb6"/><file name="newsletter_subscr_success.html" hash="971ea1436a440696f355d7e4f344301d"/><file name="newsletter_unsub_success.html" hash="e251671119492726b32b78bfdf1a3bd5"/><file name="password_new.html" hash="2f0d7bb14c21fc499bcada40af2ac4b7"/><file name="payment_failed.html" hash="85c930937f9d37454e31b715e78021f0"/><file name="product_alert_cron_error.html" hash="82319a0b11ccce324ee434afda3edf23"/><file name="product_price_alert.html" hash="b771c5f318e6369d1d1cd07f9a3f4bc5"/><file name="product_share.html" hash="1373375094037915fb7c6c25307e034f"/><file name="product_stock_alert.html" hash="7d53cce12b6ff0a28c5b9d63609c9f75"/><file name="sitemap_generate_warning.html" hash="87cf27884326ff7a0bbd1ffc82876d93"/><file name="token.html" hash="16b5edb277c16fcf4400f29e694fe36b"/><file name="wishlist_share.html" hash="1817df4e291e39053b2f44ba8729056e"/><file name=".DS_Store" hash="56205668bf1a702a8e3c7ccd1e2453e6"/></dir><file name=".DS_Store" hash="b820979e6fe92dabad1a89f34c273bde"/></dir><file name="Mage_AdminNotification.csv" hash="47662e09f8cd47da8fe59865666b2cf5"/><file name="Mage_Adminhtml.csv" hash="15d5fe4ba0eedd8cf2a16238c8055099"/><file name="Mage_Api.csv" hash="68a4c871818f437562489cfbfb838967"/><file name="Mage_Api2.csv" hash="26c1d1d191fe88f219f96d868673dcc6"/><file name="Mage_Authorizenet.csv" hash="1ab2206f1842edd33ce90c2eff4005bc"/><file name="Mage_Backup.csv" hash="5098cc35e5e7fe1205ebd52f1321ea9d"/><file name="Mage_Bundle.csv" hash="ccb830d2e43d8d917495ff9515042e99"/><file name="Mage_Captcha.csv" hash="f25ea6dfa732057151a211aa287d26a7"/><file name="Mage_Catalog.csv" hash="b36cad17bcdd6922b689a81dd5b3c399"/><file name="Mage_CatalogInventory.csv" hash="61d39c026362e7dc95378215b521cb3e"/><file name="Mage_CatalogRule.csv" hash="dd7b47aec6ffc610b98314c0ababc4f9"/><file name="Mage_CatalogSearch.csv" hash="5f78c2de310f9ed555d099f312f2781f"/><file name="Mage_Centinel.csv" hash="0adeb04307ae48aea5df0c8f78b06331"/><file name="Mage_Checkout.csv" hash="e3318658c8735e403a812dcb03a21229"/><file name="Mage_Cms.csv" hash="d4578caea67f79b3d73c14382bad5cff"/><file name="Mage_Compiler.csv" hash="c5b2fb5f4dae92051993bdf71cb56ff3"/><file name="Mage_Connect.csv" hash="1acea569bce7342c76a23fd5765247d9"/><file name="Mage_Contacts.csv" hash="6663d1076ac6f911e4e27473e67a34b3"/><file name="Mage_Core.csv" hash="a29dde3e1dc4722b308abf4026f7072a"/><file name="Mage_Cron.csv" hash="066a3f15e4ea8d25fd659219b44ee4d0"/><file name="Mage_CurrencySymbol.csv" hash="a2e4912e8abe287ff608d4252f490307"/><file name="Mage_Customer.csv" hash="39d25bc7c84931ece30716a69aacbae6"/><file name="Mage_Dataflow.csv" hash="94d59bf25cf1d68514db5ed05bea67d0"/><file name="Mage_Directory.csv" hash="1ae4d77e22b1013c15a8833f703c2a4d"/><file name="Mage_Downloadable.csv" hash="f35bd0e51be1faff0772644de74abe1d"/><file name="Mage_Eav.csv" hash="56daeac8f46f678d14912c3c517e8595"/><file name="Mage_GiftMessage.csv" hash="9d7a3a9b4383e84c847f95ba81549655"/><file name="Mage_GoogleAnalytics.csv" hash="79e73e4fea07bafa7ed60de357e361ff"/><file name="Mage_GoogleBase.csv" hash="02d271b015f091fe2ed04759b2324833"/><file name="Mage_GoogleCheckout.csv" hash="6805b9392276a0d3f7659a14e62092cd"/><file name="Mage_ImportExport.csv" hash="fa548d248198ca69b53b65c6438de416"/><file name="Mage_Index.csv" hash="4f14a2f5212be92c3c83a14e61611165"/><file name="Mage_Install.csv" hash="412c466a430549391f7394c4d028f379"/><file name="Mage_Log.csv" hash="edd0a92a3733e3d5cdd653f8bd4f751b"/><file name="Mage_Media.csv" hash="92385312a3b372edb3e97f2c0be44266"/><file name="Mage_Newsletter.csv" hash="390318d4457cd9dd9e6f356d316e0714"/><file name="Mage_OAuth.csv" hash="3f33ca5137e7e6996f08b32586994651"/><file name="Mage_Page.csv" hash="773d3ca882409755a3e10b5a7c524143"/><file name="Mage_PageCache.csv" hash="178f93edb98b710dade79dfebfb6fa34"/><file name="Mage_Paygate.csv" hash="24427c4d46763c38d83ce9705baae1be"/><file name="Mage_Payment.csv" hash="8872d6fb12a84fb7d8ef682b10698c6d"/><file name="Mage_Paypal.csv" hash="207b808a861dc4ef2eade1d7f51fd205"/><file name="Mage_PaypalUk.csv" hash="8a7e2a644a443d4ab36f54576fbf107c"/><file name="Mage_Persistent.csv" hash="7bd80005a995eff09cfb0f1d1699a63c"/><file name="Mage_Poll.csv" hash="480eea33d1198ba309d3f1cb5db8d58c"/><file name="Mage_ProductAlert.csv" hash="c641396af760cd21a1c9b352d725e78c"/><file name="Mage_Rating.csv" hash="c6fea67f4f2ed932faaa9bdda169d56b"/><file name="Mage_Reports.csv" hash="3f3dc789d974a7c7a0a63c1ff4429b99"/><file name="Mage_Review.csv" hash="744373d3d263ce4c10c412ac61e31eec"/><file name="Mage_Rss.csv" hash="0e75338e8915c5b9f1a54b72646a0fc5"/><file name="Mage_Rule.csv" hash="5615defc7ae87783c3a556a2acbcc934"/><file name="Mage_Sales.csv" hash="864360bbf3faac6d245d8ec549ca11af"/><file name="Mage_SalesRule.csv" hash="024e44879dc72273c4b2f8cc077d4daf"/><file name="Mage_Sendfriend.csv" hash="29cee7efd42a81b2716e49937adf2e3d"/><file name="Mage_Shipping.csv" hash="4a66106ccfdf3a4cf4189eb6e58dd13a"/><file name="Mage_Sitemap.csv" hash="ba66bae1282efdf7de4d225f3b6d8f7e"/><file name="Mage_Tag.csv" hash="e0c59adc8137e162cdf88eebab9b8b6a"/><file name="Mage_Tax.csv" hash="368415cc148e4340095b75dcb61a0f6e"/><file name="Mage_Usa.csv" hash="d6ef344129fa315e4c69d52211922c2b"/><file name="Mage_Weee.csv" hash="9bd40f3954f100a1577188fc8907000e"/><file name="Mage_Widget.csv" hash="87253f195977b8dad7654e8344366d08"/><file name="Mage_Wishlist.csv" hash="fb30510ad0269e30d2a175b182d9bb89"/><file name="Mage_XmlConnect.csv" hash="0400a930c679c7d1919f1373a3895902"/><file name="Phoenix_Moneybookers.csv" hash="74f70f742f96378f4c7cce3bc6086264"/><file name=".DS_Store" hash="442cb10affeb40a44b6db616d1e02a37"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="locale"><dir name="de_DE"><file name="translate.csv" hash="9e2c2c67967c5a53886fad5bdb1f5f2d"/></dir></dir><dir name="layout"><file name="localepackde.xml" hash="8721799edb91a69695ccd1994443d4bc"/></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="locale"><dir name="de_DE"><file name="translate.csv" hash="7bb034aa706ebdc69cbb806a3ac18da2"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="downloader"><dir name="template_de"><dir name="install"><file name="download.phtml" hash="d5a63008278edd4b86effae66358725e"/><file name="footer.phtml" hash="eacc930aa3495478ea27c3337949c86b"/><file name="header.phtml" hash="853f01240ff3a44cfe633ecc878defd8"/><file name="writable.phtml" hash="2016bf3f7fe295a524ceb9f3416ecadb"/></dir><dir name="pear"><file name="dist.phtml" hash="fa6c90777dfa472c65cb56eba04c9d3c"/><file name="iframe.phtml" hash="22dc6bd214c6d2e3ed5690751d0cbd3f"/><file name="packages.phtml" hash="503287eed9da59219e3c6767bd0b47da"/></dir><file name="exception.phtml" hash="07af8f0318520fdbb3f6eedd008bf7b8"/><file name="footer.phtml" hash="0f215e178bdcb5565f2c0d0945d52dee"/><file name="header.phtml" hash="73308f315c1405d427db9c885e8aa1d8"/><file name="index.phtml" hash="e5113e36121602591fe57c064ded5fbf"/><file name="login.phtml" hash="35efef0e6798c5d9c977b138cfe6a7c1"/><file name="messages.phtml" hash="6e6207a8305ea9d34155a47ac625a567"/><file name="noroute.phtml" hash="c718be912f6f26ed6ee23275a75df94e"/><file name="settings.phtml" hash="ea7cb2e062a6313630a88f41753a6c8f"/><file name="writable.phtml" hash="528a3a6797f8cff101a5d4efe242bc9f"/><file name=".DS_Store" hash="774d7be3c43de5c9dcdb51dde28878f3"/></dir><dir name="template_de_1.5"><dir name="connect"><file name="iframe.phtml" hash="d4a99d5f7c26167196d82d8c537ffa8f"/><file name="packages.phtml" hash="ba4fa6ef28fe927abec69a54ffb2bf48"/><file name="packages_prepare.phtml" hash="01e5914a9ebf10d8f188e74a8239f8b4"/></dir><dir name="install"><file name="download.phtml" hash="af04d8b4814cefeae261e3f40a543e98"/><file name="footer.phtml" hash="67035179d790b92f0ba308994d57cc5e"/><file name="header.phtml" hash="1209f2f1a037b81e5e8d16cce9485763"/><file name="writable.phtml" hash="9adb03c2bbaabadda1c8a245d61ae01f"/></dir><file name="exception.phtml" hash="1e393d59669a79ca944ac159c8551f2e"/><file name="footer.phtml" hash="74dbde83bace57a008fa5cc38fa2940b"/><file name="header.phtml" hash="16d97ca4de478b834513e2dbc9e7bf32"/><file name="index.phtml" hash="7076bb37c3d99345bab82e7e8a7514f7"/><file name="login.phtml" hash="e14ee71c66d36d5776756156085c61e8"/><file name="messages.phtml" hash="31427aa364773f81c7091a881c83b48f"/><file name="noroute.phtml" hash="5391f7ff0d774d7ab2d0c961ad023f36"/><file name="settings.phtml" hash="7d308e5a19f96e12ec3d70635d55e124"/><file name="writable.phtml" hash="3f4e69fc330d06a7900f3b1ba837ce56"/><file name=".DS_Store" hash="8cdb7c3abb5b9e5da91cbe9129bcbb1d"/><file name=".htaccess" hash="72617d60821288133a367f70bf39ad93"/></dir><dir name="template_de_1.7"><dir name="connect"><file name="iframe.phtml" hash="641c497a11217156ee70d2384bf5e04c"/><file name="packages.phtml" hash="4086fc96c5887c8294b9612f1bd4384b"/><file name="packages_prepare.phtml" hash="0197aaaf1afeb7e435c1f5b8d4fbbd78"/></dir><dir name="install"><file name="download.phtml" hash="b338372b3a810db50d04a56239efe6f9"/><file name="footer.phtml" hash="03e05ab4c0019af21ce04dc50adb6b30"/><file name="header.phtml" hash="86c59b34ff535813998251230008df2b"/><file name="writable.phtml" hash="bdabd54c935d8fa792c32a445785eec4"/></dir><file name="exception.phtml" hash="9112a87043f800452d4798f79104c42a"/><file name="footer.phtml" hash="04d03498532a197d0de98c36e7e5e8ac"/><file name="header.phtml" hash="db53d47a20ef8ac5a093cbcd4e2ef9cc"/><file name="index.phtml" hash="f5e71e5949024e65f9658465cd670ff9"/><file name="login.phtml" hash="0ca54585ec7e1069f7b15b0e0d66ad23"/><file name="messages.phtml" hash="382dd9e57a0cb2ad40835faab731e78b"/><file name="noroute.phtml" hash="0a5d2c9f2edfd93aaf61872c057e861a"/><file name="settings.phtml" hash="ec928f89cbd8d8011727f89f4a7de753"/><file name="writable.phtml" hash="ad326c80f9200acf9b384278ee02bd14"/><file name=".DS_Store" hash="9087459fdf8e793864c4f01894fca3cd"/><file name=".htaccess" hash="72617d60821288133a367f70bf39ad93"/></dir></dir><dir name="js"><dir name="german"><dir name="localepackde"><file name="setup.js" hash="142f08ea3c513145a775da80467af6df"/></dir></dir><dir name="tiny_mce"><dir name="langs"><file name="de.js" hash="8243936c8d9e20c42e46fbb62cde4ddd"/></dir><dir name="plugins"><dir name="advhr"><dir name="langs"><file name="de_dlg.js" hash="f620d1ca3be73bc04c2015e38f637714"/></dir></dir><dir name="advimage"><dir name="langs"><file name="de_dlg.js" hash="1593c4e51b6d9a5e408eed71e9d5e1ad"/></dir></dir><dir name="advlink"><dir name="langs"><file name="de_dlg.js" hash="b498351a11a49745714dfbb271a98ea4"/></dir></dir><dir name="emotions"><dir name="langs"><file name="de_dlg.js" hash="9733de8e0ae9d7528a1d18b0f66f20a4"/></dir></dir><dir name="fullpage"><dir name="langs"><file name="de_dlg.js" hash="46802a256ea3f17c9715c050dc94c0dc"/></dir></dir><dir name="media"><dir name="langs"><file name="de_dlg.js" hash="c4b5ff8fd07229b3ec079f4f9b8e5d0e"/></dir></dir><dir name="paste"><dir name="langs"><file name="de_dlg.js" hash="d29bbd8a82f5a36d1502b0312c8a0e47"/></dir></dir><dir name="searchreplace"><dir name="langs"><file name="de_dlg.js" hash="70526e0b1c58511dd783d8eb1144ddfa"/></dir></dir><dir name="style"><dir name="langs"><file name="de_dlg.js" hash="10ff5a58fa9743a5e4abbe37c73d1432"/></dir></dir><dir name="table"><dir name="langs"><file name="de_dlg.js" hash="a852da92a63b69178bc7007247b12a81"/></dir></dir><dir name="template"><dir name="langs"><file name="de_dlg.js" hash="49ce04ca8ae4f08d5578f25243712d45"/></dir></dir><dir name="xhtmlxtras"><dir name="langs"><file name="de_dlg.js" hash="9936c4f0f747a155b1e49a2835ee5b94"/></dir></dir></dir><dir name="themes"><dir name="advanced"><dir name="langs"><file name="de.js" hash="830198b6af78ad073231df0e4585e95e"/><file name="de_dlg.js" hash="3a4501a05b91ec5217859019ff34ad99"/></dir></dir><dir name="simple"><dir name="langs"><file name="de.js" hash="fa14c299f3a2a19fc126866af26c2154"/></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="German"><dir name="LocalePackDe"><dir name="Helper"><file name="Data.php" hash="e39f1f6d7e6eeba1ae5112c93b91ed8a"/></dir><dir name="Model"><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="etc"><file name="config.xml" hash="ba316441dabafce6ad509a66cca7eb00"/><file name="system.xml" hash="7de2e4e3cd60d4317f178cbfc1027fb7"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="dd84f19a3ab55a8bbbdab7c658e3f20f"/></dir><file name=".DS_Store" hash="c0d0cbde00689638e5f4b966b5e89765"/></dir></target><target name="mageetc"><dir name="modules"><file name="German_LocalePackDe.xml" hash="24a59115a606bf75d65ce24d0252552b"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|