PDF rausgenommen

This commit is contained in:
aschwarz
2023-01-23 11:03:31 +01:00
parent 82d562a322
commit a6523903eb
28078 changed files with 4247552 additions and 2 deletions

View File

@ -0,0 +1,24 @@
<?php
/* ----------------------------------------------------------------------
$Id: newsletter.php,v 1.3 2007/06/13 16:15:14 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: newsletter.php,v 1.2 2002/03/11 14:15:04 harley_vb
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('TEXT_COUNT_CUSTOMERS', 'Anzahl der Kunden, welche das Rundschreiben erhalten: %s');

View File

@ -0,0 +1,34 @@
<?php
/* ----------------------------------------------------------------------
$Id: product_notification.php,v 1.3 2007/06/13 16:15:14 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: product_notification.php,v 1.2 2002/03/11 14:15:44 harley_vb
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('TEXT_COUNT_CUSTOMERS', 'Anzahl der Kunden, welche das Rundschreiben erhalten: %s');
define('TEXT_PRODUCTS', 'Produkte');
define('TEXT_SELECTED_PRODUCTS', 'ausgewählte Produkte');
define('JS_PLEASE_SELECT_PRODUCTS', 'Bitte w<>len Sie zumindest ein Produkt aus!');
define('BUTTON_GLOBAL', 'GLOBAL');
define('BUTTON_SELECT', '>>>');
define('BUTTON_UNSELECT', '<<<');
define('BUTTON_SUBMIT', 'Weiter');
define('BUTTON_CANCEL', 'Abbrechen');