Skip to content

Commit

Permalink
[BUGFIX] Fixed german translation "Warenkorbrn"
Browse files Browse the repository at this point in the history
Warenkorbrn" is not really a german word. I corrected the translation. This phrase is also wrong in all Magento 1.x versions.
  • Loading branch information
cmuench committed Dec 26, 2014
1 parent e4b6347 commit b02792d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/code/Magento/Catalog/i18n/de_DE.csv
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Qty,Qty
Action,Aktion
Reset,Zurücksetzen
Edit,Bearbeiten
"Add to Cart","Zum Warenkobrn hinzufügen"
"Add to Cart","Zum Warenkorb hinzufügen"
"Images (.gif, .jpg, .png)","Images (.gif, .jpg, .png)"
"First Name",Vorname
"Last Name","Letzter Name"
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Reports/i18n/de_DE.csv
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Subtotal,Zwischensumme
Discount,Discount
Action,Aktion
Total,Gesamtbetrag
"Add to Cart","Zum Warenkobrn hinzufügen"
"Add to Cart","Zum Warenkorb hinzufügen"
Orders,Aufträge
Bestsellers,Bestseller
Customer,Kundenname
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Sales/i18n/de_DE.csv
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Total,Gesamt
"Move to Wishlist","Auf Wunschzettel schreiben"
Edit,Bearbeiten
Item,Objekt
"Add to Cart","Zum Warenkobrn hinzufügen"
"Add to Cart","Zum Warenkorb hinzufügen"
Sku,SKU
"Order saving error: %1","Order saving error: %1"
"You created the order.","You created the order."
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Wishlist/i18n/de_DE.csv
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Action,Action
"Are you sure that you want to remove this item?","Are you sure that you want to remove this item?"
Edit,Bearbeiten
"Remove item","Artikel löschen"
"Add to Cart","Zum Warenkobrn hinzufügen"
"Add to Cart","Zum Warenkorb hinzufügen"
Delete,Delete
Enabled,Enabled
"We cannot add this item to your shopping cart.","We cannot add this item to your shopping cart."
Expand Down

1 comment on commit b02792d

@quafzi
Copy link

@quafzi quafzi commented on b02792d Jan 6, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heureka, dass ich das noch erleben darf... :)

Please sign in to comment.