Dieser Inhalt ist auch auf Deutsch verfügbar.
How to translate the Magento PDF invoice?

With my Advanced Invoice Layout Magento Extension you are able to customize the Magento default PDF invoice layout to adapt it to your needs and improve the look'n'feel of the invoice.
Therefore you can also easily add your own translations (of course this in accordance to Magento best practices):
- Identify the text string that you want to translate in the template files in
app/design/frontend/base/default/template/advancedinvoicelayout
, e.g. the string "Invoice #%s" inapp/design/frontend/base/default/template/advancedinvoicelayout/default/invoice.phtml
- Search for this text string in file
app/locale/xx_XX/Vianetz_AdvancedInvoiceLayout.csv
with xx_XX being the locale code, e.g. "de_DE". - If the text string is available just change the translation to your needs, otherwise add a new line at the end of the file with your translation like
"Invoice #%s","Ihre Rechnung Nr. %s"
- Flush the Magento Cache in the backend