PDF rausgenommen
This commit is contained in:
@ -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');
|
||||
|
@ -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');
|
||||
|
Reference in New Issue
Block a user