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

32 lines
1.7 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_'. Constants::OXID_MODULE_ID.'bDev' => 'Developer mode',
'SHOP_MODULE_'. Constants::OXID_MODULE_ID.'_sAlternativePdfLogoName' => 'Alternative PDF Logo Name<br><br>
Without specification (empty) the following file name will be <u style="color: orangered">automatically</u> selected: <b>pdf_logo.jpg</b><br>
2024-09-06 18:42:36 +02:00
This file must be located in the <b>source/out/THEME/img/</b> folder <b>and must be PNG or JPG for technical reasons</b>.<br><br>
<u>If necessary, no image will be inserted!</u>',
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',
2020-07-05 14:08:51 +02:00
'D3_PDFDOCUMENTS_PDF_TYPE' => 'Document',
'D3_PDFDOCUMENTS_LANGUAGE' => 'Language',
'D3_PDFDOCUMENTS_PDF_GENERATE' => 'Create Document',
2020-06-30 00:44:07 +02:00
);