pdfdokumente/Application/views/admin/en/pdfdocuments_lang.php

27 lines
1.0 KiB
PHP
Raw Normal View History

2020-06-30 00:44:07 +02:00
<?php
/**
2020-07-04 23:25:24 +02:00
* See LICENSE file for license details.
*
2020-06-30 00:44:07 +02:00
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
2020-07-04 23:25:24 +02:00
* @author D3 Data Development - Daniel Seifert <support@shopmodule.com>
2020-06-30 00:44:07 +02:00
* @link http://www.oxidmodule.com
*/
2020-07-04 23:25:24 +02:00
2020-06-30 00:44:07 +02:00
$sLangName = "English";
$aLang = array(
'charset' => 'utf-8',
'SHOP_MODULE_GROUP_d3PdfDocumentsmain' => 'Basic settings',
'SHOP_MODULE_d3PdfDocumentsbDev' => 'Developer mode',
2020-07-03 20:04:21 +02:00
2020-07-03 21:59:18 +02:00
'D3_PDFDOCUMENTS' => 'PDF Documents',
2020-07-03 20:04:21 +02:00
'D3_PDFDOCUMENTS_INVOICE' => 'Invoice',
'D3_PDFDOCUMENTS_INVOICE_WITHOUT_LOGO' => 'Invoice without logo',
'D3_PDFDOCUMENTS_DELIVERYNOTE' => 'Deliverynote',
'D3_PDFDOCUMENTS_DELIVERYNOTE_WITHOUT_LOGO' => 'Deliverynote without logo',
'D3_PDFDOCUMENTS_PDF_TYPE' => 'PDF Type',
'D3_PDFDOCUMENTS_PDF_GENERATE' => 'Create PDF',
2020-06-30 00:44:07 +02:00
);