magento 1.9
When user order a product he gets a order confirm email, which contain a table with a column named "Item", how can I translate "Item" to "produkt"??
Have checked in mage_sales.csv and there the item is translated, but yet the email sent shows "Item" (not product).
also the template came with 4 store views (english, spanish, frech, russian), but my client only need norwegian language. So I disabled spanish, french and russian, And have been using inline translation to translate text from english to norwegian. Think maybe emails are sent with english translation as the store view is in named english... not sure
any ideas?