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,60 @@
<?php
/* ----------------------------------------------------------------------
$Id: admin_account.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: admin_members.php,v 1.13 2002/08/19 01:45:58 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Admin Account');
define('TABLE_HEADING_ACCOUNT', 'My Account');
define('TEXT_INFO_FULLNAME', '<b>Name: </b>');
define('TEXT_INFO_FIRSTNAME', '<b>Firstname: </b>');
define('TEXT_INFO_LASTNAME', '<b>Lastname: </b>');
define('TEXT_INFO_EMAIL', '<b>Email Address: </b>');
define('TEXT_INFO_PASSWORD', '<b>Password: </b>');
define('TEXT_INFO_PASSWORD_HIDDEN', '-Hidden-');
define('TEXT_INFO_PASSWORD_CONFIRM', '<b>Confirm Password: </b>');
define('TEXT_INFO_CREATED', '<b>Account Created: </b>');
define('TEXT_INFO_LOGDATE', '<b>Last Access: </b>');
define('TEXT_INFO_LOGNUM', '<b>Log Number: </b>');
define('TEXT_INFO_GROUP', '<b>Group Level: </b>');
define('TEXT_INFO_ERROR', '<font color="red">Email address has already been used! Please try again.</font>');
define('TEXT_INFO_MODIFIED', 'Modified: ');
define('TEXT_INFO_HEADING_DEFAULT', 'Edit Account ');
define('TEXT_INFO_HEADING_CONFIRM_PASSWORD', 'Password Confirmation ');
define('TEXT_INFO_INTRO_CONFIRM_PASSWORD', 'Password:');
define('TEXT_INFO_INTRO_CONFIRM_PASSWORD_ERROR', '<font color="red"><b>ERROR:</b> wrong password!</font>');
define('TEXT_INFO_INTRO_DEFAULT', 'Click <b>edit button</b> below to change your account.');
define('TEXT_INFO_INTRO_DEFAULT_FIRST_TIME', '<br /><b>WARNING:</b><br />Hello <b>%s</b>, you just come here for the first time. We recommend you to change your password!');
define('TEXT_INFO_INTRO_DEFAULT_FIRST', '<br /><b>WARNING:</b><br />Hello <b>%s</b>, we recommend you to change your email (<font color="red">admin@localhost</font>) and password!');
define('TEXT_INFO_INTRO_EDIT_PROCESS', 'All fields are required. Click save to submit.');
define('JS_ALERT_FIRSTNAME', '- Required: Firstname \n');
define('JS_ALERT_LASTNAME', '- Required: Lastname \n');
define('JS_ALERT_EMAIL', '- Required: Email address \n');
define('JS_ALERT_PASSWORD', '- Required: Password \n');
define('JS_ALERT_FIRSTNAME_LENGTH', '- Firstname length must over ');
define('JS_ALERT_LASTNAME_LENGTH', '- Lastname length must over ');
define('JS_ALERT_PASSWORD_LENGTH', '- Password length must over ');
define('JS_ALERT_EMAIL_FORMAT', '- Email address format is invalid! \n');
define('JS_ALERT_EMAIL_USED', '- Email address has already been used! \n');
define('JS_ALERT_PASSWORD_CONFIRM', '- Miss typing in Password Confirmation field! \n');

View File

@ -0,0 +1,57 @@
<?php
/* ----------------------------------------------------------------------
$Id: admin_files.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: admin_categories.php,v 1.13 2002/08/19 01:45:58 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Admin "Boxes" Menu');
define('TABLE_HEADING_ACTION', 'Action');
define('TABLE_HEADING_BOXES', 'Boxes');
define('TABLE_HEADING_FILENAME', 'Filenames');
define('TABLE_HEADING_GROUPS', 'Groups');
define('TABLE_HEADING_STATUS', 'Status');
define('TEXT_COUNT_BOXES', 'Boxes: ');
define('TEXT_COUNT_FILES', 'File(s): ');
//categories access
define('TEXT_INFO_HEADING_DEFAULT_BOXES', 'Boxes: ');
define('TEXT_INFO_DEFAULT_BOXES_INTRO', 'Simply click the green button to install the box or the red button to uninstall it.<br /><br /><b>WARNING:</b> If you uninstall the box, all files stored in also will be remove!');
define('TEXT_INFO_DEFAULT_BOXES_INSTALLED', ' installed');
define('TEXT_INFO_DEFAULT_BOXES_NOT_INSTALLED', ' not installed');
define('STATUS_BOX_INSTALLED', 'Installed');
define('STATUS_BOX_NOT_INSTALLED', 'Not Installed');
define('STATUS_BOX_REMOVE', 'Remove');
define('STATUS_BOX_INSTALL', 'Install');
//files access
define('TEXT_INFO_HEADING_DEFAULT_FILE', 'File: ');
define('TEXT_INFO_HEADING_DELETE_FILE', 'Remove Confirmation');
define('TEXT_INFO_HEADING_NEW_FILE', 'Store Files');
define('TEXT_INFO_DEFAULT_FILE_INTRO', 'Click <b>store files</b> button to insert new file to current box: ');
define('TEXT_INFO_DELETE_FILE_INTRO', 'Remove <font color="red"><b>%s</b></font> from <b>%s</b> box? ');
define('TEXT_INFO_NEW_FILE_INTRO', 'Check the <font color="red"><b>left menu</b></font> to make sure you store the right files.');
define('TEXT_INFO_NEW_FILE_BOX', 'Current Box: ');

View File

@ -0,0 +1,106 @@
<?php
/* ----------------------------------------------------------------------
$Id: admin_members.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: admin_members.php,v 1.13 2002/08/19 01:45:58 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
if ($_GET['gID']) {
define('HEADING_TITLE', 'Admin Groups');
} elseif ($_GET['gPath']) {
define('HEADING_TITLE', 'Define Groups');
} else {
define('HEADING_TITLE', 'Admin Members');
}
define('TEXT_COUNT_GROUPS', 'Groups: ');
define('TABLE_HEADING_NAME', 'Name');
define('TABLE_HEADING_EMAIL', 'Email Address');
define('TABLE_HEADING_PASSWORD', 'Password');
define('TABLE_HEADING_CONFIRM', 'Confirm Password');
define('TABLE_HEADING_GROUPS', 'Groups Level');
define('TABLE_HEADING_CREATED', 'Account Created');
define('TABLE_HEADING_MODIFIED', 'Account Created');
define('TABLE_HEADING_LOGDATE', 'Last Access');
define('TABLE_HEADING_LOGNUM', 'LogNum');
define('TABLE_HEADING_LOG_NUM', 'Log Number');
define('TABLE_HEADING_ACTION', 'Action');
define('TABLE_HEADING_GROUPS_NAME', 'Groups Name');
define('TABLE_HEADING_GROUPS_DEFINE', 'Boxes and Files Selection');
define('TABLE_HEADING_GROUPS_GROUP', 'Level');
define('TABLE_HEADING_GROUPS_CATEGORIES', 'Categories Permission');
define('TEXT_INFO_HEADING_DEFAULT', 'Admin Member ');
define('TEXT_INFO_HEADING_DELETE', 'Delete Permission ');
define('TEXT_INFO_HEADING_EDIT', 'Edit Category / ');
define('TEXT_INFO_HEADING_NEW', 'New Admin Member ');
define('TEXT_INFO_DEFAULT_INTRO', 'Member group');
define('TEXT_INFO_DELETE_INTRO', 'Remove <nobr><b>%s</b></nobr> from <nobr>Admin Members?</nobr>');
define('TEXT_INFO_DELETE_INTRO_NOT', 'You can not delete <nobr>%s group!</nobr>');
define('TEXT_INFO_EDIT_INTRO', 'Set permission level here: ');
define('TEXT_INFO_FULLNAME', 'Name: ');
define('TEXT_INFO_FIRSTNAME', 'Firstname: ');
define('TEXT_INFO_LASTNAME', 'Lastname: ');
define('TEXT_INFO_EMAIL', 'Email Address: ');
define('TEXT_INFO_PASSWORD', 'Password: ');
define('TEXT_INFO_CONFIRM', 'Confirm Password: ');
define('TEXT_INFO_CREATED', 'Account Created: ');
define('TEXT_INFO_MODIFIED', 'Account Modified: ');
define('TEXT_INFO_LOGDATE', 'Last Access: ');
define('TEXT_INFO_LOGNUM', 'Log Number: ');
define('TEXT_INFO_GROUP', 'Group Level: ');
define('TEXT_INFO_ERROR', '<font color="red">Email address has already been used! Please try again.</font>');
define('JS_ALERT_FIRSTNAME', '- Required: Firstname \n');
define('JS_ALERT_LASTNAME', '- Required: Lastname \n');
define('JS_ALERT_EMAIL', '- Required: Email address \n');
define('JS_ALERT_EMAIL_FORMAT', '- Email address format is invalid! \n');
define('JS_ALERT_EMAIL_USED', '- Email address has already been used! \n');
define('JS_ALERT_LEVEL', '- Required: Group Member \n');
define('ADMIN_EMAIL_SUBJECT', 'New Admin Member');
define('ADMIN_EMAIL_TEXT', 'Hi %s,' . "\n\n" . 'You can access the admin panel with the following password. Once you access the admin, please change your password!' . "\n\n" . 'Website : %s' . "\n" . 'Username: %s' . "\n" . 'Password: %s' . "\n\n" . 'Thanks!' . "\n" . '%s' . "\n\n" . 'This is an automated response, please do not reply!');
define('TEXT_INFO_HEADING_DEFAULT_GROUPS', 'Admin Group ');
define('TEXT_INFO_HEADING_DELETE_GROUPS', 'Delete Group ');
define('TEXT_INFO_DEFAULT_GROUPS_INTRO', '<b>NOTE:</b><li><b>edit:</b> edit group name.</li><li><b>delete:</b> delete group.</li><li><b>define:</b> define group access.</li>');
define('TEXT_INFO_DELETE_GROUPS_INTRO', 'It\'s also will delete member of this group. Are you sure want to delete <nobr><b>%s</b> group?</nobr>');
define('TEXT_INFO_DELETE_GROUPS_INTRO_NOT', 'You can not delete this groups!');
define('TEXT_INFO_GROUPS_INTRO', 'Give an unique group name. Click next to submit.');
define('TEXT_INFO_HEADING_GROUPS', 'New Group');
define('TEXT_INFO_GROUPS_NAME', ' <b>Group Name:</b><br />Give an unique group name. Then, click next to submit.<br />');
define('TEXT_INFO_GROUPS_NAME_FALSE', '<font color="red"><b>ERROR:</b> At least the group name must have more than 5 character!</font>');
define('TEXT_INFO_GROUPS_NAME_USED', '<font color="red"><b>ERROR:</b> Group name has already been used!</font>');
define('TEXT_INFO_GROUPS_LEVEL', 'Group Level: ');
define('TEXT_INFO_GROUPS_BOXES', '<b>Boxes Permission:</b><br />Give access to selected boxes.');
define('TEXT_INFO_GROUPS_BOXES_INCLUDE', 'Include files stored in: ');
define('TEXT_INFO_HEADING_DEFINE', 'Define Group');
if ($_GET['gPath'] == 1) {
define('TEXT_INFO_DEFINE_INTRO', '<b>%s :</b><br />You can not change file permission for this group.<br /><br />');
} else {
define('TEXT_INFO_DEFINE_INTRO', '<b>%s :</b><br />Change permission for this group by selecting or unselecting boxes and files provided. Click <b>save</b> to save the changes.<br /><br />');
}

View File

@ -0,0 +1,60 @@
<?php
/* ----------------------------------------------------------------------
$Id: administrators.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
Login and Logoff for osCommerce Administrators.
Original Version by Blake Schwendiman
blake@intechra.net
Updated Version 1.1.0 (03/01/2002) by Christopher Conkie
chris@conkiec.freeserve.co.uk
updated version 1.2.0 (06/27/2002) by Steve Myers
info@megashare.net
updated version 1.3.0 (03/06/2003) by Steve Myers
chinaz@cga.net.cn
----------------------------------------------------------------------
The Exchange Project - Community Made Shopping!
http://www.theexchangeproject.org
Copyright (c) 2000,2001 The Exchange Project
Implemented by Blake Schwendiman (blake@intechra.net)
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('TOP_BAR_TITLE', 'Administrators');
define('HEADING_TITLE', 'Set up Administrators');
define('SUB_BAR_TITLE', 'Add, edit or remove login information for Administrators.');
define('TEXT_ADMINISTRATOR_USERNAME', 'UserName:');
define('TEXT_ADMINISTRATOR_PASSWORD', 'Password:');
define('TEXT_ADMINISTRATOR_CONFPWD', 'Confirm Password:');
define( 'TEXT_CURRENT_ADMINISTRATORS', 'Current Administrators' );
define( 'TEXT_ADD_ADMINISTRATOR', 'Add New Administrator' );
define( 'TEXT_NO_CURRENT_ADMINS', 'There are currently no defined administrators.' );
define( 'TEXT_ADMIN_DELETE', 'Delete' );
define( 'TEXT_ADMIN_SAVE', 'Add New' );
define( 'TEXT_PWD_ERROR', '<br /><p class="main">The password did not match the confirmation password or the password was empty. New administrator <b>not added</b>.</p>' );
define( 'TEXT_UNAME_ERROR', '<br /><p class="main">The username cannot be empty. New administrator <b>not added</b>.</p>' );
define( 'TEXT_FULL_ACCESS', 'This administrator has <b>full</b> access.' );
define( 'TEXT_PARTIAL_ACCESS', 'This administrator has access to the following areas. CTRL+Click to select multiple.' );
define( 'TEXT_ADMIN_HAS_ACCESS_TO', 'Administrator Rights' );

View File

@ -0,0 +1,158 @@
<?php
/* ----------------------------------------------------------------------
$Id: categories.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: categories.php,v 1.24 2002/08/17 09:43:33 project3000
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Categories / Products');
define('HEADING_TITLE_SEARCH', 'Search:');
define('HEADING_TITLE_GOTO', 'Go To:');
define('TABLE_HEADING_ID', 'ID');
define('TABLE_HEADING_CATEGORIES_PRODUCTS', 'Categories / Products');
define('TABLE_HEADING_ACTION', 'Action');
define('TABLE_HEADING_STATUS', 'Status');
define('TABLE_HEADING_MANUFACTURERS', 'Manufacturers');
define('TABLE_HEADING_PRODUCT_SORT', 'Sort Order');
define('TEXT_NEW_PRODUCT', 'New Product in &quot;%s&quot;');
define('TEXT_CATEGORIES', 'Categories:');
define('TEXT_CATEGORY', 'Category');
define('TEXT_SUBCATEGORIES', 'Subcategories:');
define('TEXT_PRODUCTS', 'Products:');
define('TEXT_PRODUCTS_PRICE_INFO', 'Price:');
define('TEXT_PRODUCTS_TAX_CLASS', 'Tax Class:');
define('TEXT_PRODUCTS_AVERAGE_RATING', 'Average Rating:');
define('TEXT_PRODUCTS_QUANTITY_INFO', 'Quantity:');
define('TEXT_DATE_ADDED', 'Date Added:');
define('TEXT_DATE_AVAILABLE', 'Date Available:');
define('TEXT_LAST_MODIFIED', 'Last Modified:');
define('TEXT_IMAGE_NONEXISTENT', 'IMAGE DOES NOT EXIST');
define('TEXT_NO_CHILD_CATEGORIES_OR_PRODUCTS', 'Please insert a new category or product in&nbsp;<b>%s</b>');
define('TEXT_PRODUCT_MORE_INFORMATION', 'For more information, please visit this products <a href="http://%s" target="blank"><u>webpage</u></a>.');
define('TEXT_PRODUCT_DATE_ADDED', 'This product was added to our catalog on %s.');
define('TEXT_PRODUCT_DATE_AVAILABLE', 'This product will be in stock on %s.');
define('TEXT_INFO_PERCENTAGE', 'Percentage:');
define('TEXT_INFO_EXPIRES_DATE', 'Expires At:');
define('TEXT_EDIT_INTRO', 'Please make any necessary changes');
define('TEXT_EDIT_CATEGORIES_ID', 'Category ID:');
define('TEXT_EDIT_CATEGORIES_NAME', 'Category Name:');
define('TEXT_EDIT_CATEGORIES_PAGE_TITLE', 'Meta Tag Titlel for SEO:');
define('TEXT_EDIT_CATEGORIES_HEADING_TITLE', 'Category Headline:');
define('TEXT_EDIT_CATEGORIES_DESCRIPTION', 'Category Description:');
define('TEXT_EDIT_CATEGORIES_DESCRIPTION_META', 'Meta Tag Description:');
define('TEXT_EDIT_CATEGORIES_IMAGE', 'Category Image:');
define('TEXT_EDIT_COLOR', 'Color:');
define('TEXT_EDIT_MENU_TYPE', 'Badge:');
define('TEXT_EDIT_NEW', 'NEW');
define('TEXT_EDIT_PROMO', 'PROMO');
define('TEXT_EDIT_SORT_ORDER', 'Sort Order:');
define('TEXT_EDIT_STATUS', 'Status:');
define('TEXT_TAX_INFO', ' ex VAT:');
define('TEXT_PRODUCTS_LIST_PRICE', 'List:');
define('TEXT_INFO_BANNER', 'Banner');
define('TEXT_INFO_DETAILS', 'Details');
define('TEXT_INFO_PREVIEW', 'Preview');
define('TEXT_INFO_PRIMARY', 'Primary');
define('TEXT_INFO_SLIDER', 'Slider');
define('TEXT_INFO_COPY_TO_INTRO', 'Please choose a new category you wish to copy this product to');
define('TEXT_INFO_CURRENT_CATEGORIES', 'Current Categories:');
define('TEXT_INFO_HEADING_NEW_CATEGORY', 'New Category');
define('TEXT_INFO_HEADING_EDIT_CATEGORY', 'Edit Category');
define('TEXT_INFO_HEADING_DELETE_CATEGORY', 'Delete Category');
define('TEXT_INFO_HEADING_MOVE_CATEGORY', 'Move Category');
define('TEXT_INFO_HEADING_DELETE_PRODUCT', 'Delete Product');
define('TEXT_INFO_HEADING_MOVE_PRODUCT', 'Move Product');
define('TEXT_INFO_HEADING_COPY_TO', 'Copy To');
define('TEXT_DELETE_CATEGORY_INTRO', 'Are you sure you want to delete this category?');
define('TEXT_DELETE_PRODUCT_INTRO', 'Are you sure you want to permanently delete this product?');
define('TEXT_DELETE_WARNING_CHILDS', '<b>WARNING:</b> There are %s (child-)categories still linked to this category!');
define('TEXT_DELETE_WARNING_PRODUCTS', '<b>WARNING:</b> There are %s products still linked to this category!');
define('TEXT_MOVE_PRODUCTS_INTRO', 'Please select which category you wish <b>%s</b> to reside in');
define('TEXT_MOVE_CATEGORIES_INTRO', 'Please select which category you wish <b>%s</b> to reside in');
define('TEXT_MOVE', 'Move <b>%s</b> to:');
define('TEXT_NEW_CATEGORY_INTRO', 'Please fill out the following information for the new category');
define('TEXT_CATEGORIES_NAME', 'Category Name:');
define('TEXT_CATEGORIES_IMAGE', 'Category Image:');
define('TEXT_ADD_MORE_UPLOAD', 'Add more upload boxes');
define('TEXT_NOT_RELOAD', 'Does not reload!');
define('TEXT_SORT_ORDER', 'Sort Order:');
define('TEXT_PRODUCTS_STATUS', 'Products Status:');
define('TEXT_PRODUCTS_DATE_AVAILABLE', 'Date Available:');
define('TEXT_PRODUCT_NOT_AVAILABLE', 'not available');
define('TEXT_PRODUCTS_MANUFACTURER', 'Products Manufacturer:');
define('TEXT_PRODUCTS_NAME', 'Products Name:');
define('TEXT_PRODUCTS_DESCRIPTION', 'Products Description:');
define('TEXT_PRODUCTS_DESCRIPTION_META', 'Description of article for Description TAG (max. 250 letters)');
define('TEXT_PRODUCTS_QUANTITY', 'Products Quantity:');
define('TEXT_PRODUCTS_REORDER_LEVEL', 'Products Reorder Level:');
define('TEXT_PRODUCTS_MODEL', 'Products Model:');
define('TEXT_PRODUCTS_IMAGE', 'Products Image:');
define('TEXT_PRODUCTS_URL', 'Products URL:');
define('TEXT_PRODUCTS_URL_WITHOUT_HTTP', '<small>(without http://)</small>');
define('TEXT_PRODUCTS_PRICE', 'Products Price:');
define('TEXT_PRODUCTS_WEIGHT', 'Products Weight:');
define('TEXT_PRODUCTS_STATUS', 'Products Status:');
define('EMPTY_CATEGORY', 'Empty Category');
define('TEXT_HOW_TO_COPY', 'Copy Method:');
define('TEXT_COPY_AS_LINK', 'Link product');
define('TEXT_COPY_AS_DUPLICATE', 'Duplicate product');
define('ERROR_CANNOT_LINK_TO_SAME_CATEGORY', 'Error: Can not link products in the same category.');
define('ERROR_CATALOG_IMAGE_DIRECTORY_NOT_WRITEABLE', 'Error: Catalog images directory is not writeable: ' . OOS_ABSOLUTE_PATH . OOS_IMAGES);
define('ERROR_CATALOG_IMAGE_DIRECTORY_DOES_NOT_EXIST', 'Error: Catalog images directory does not exist: ' . OOS_ABSOLUTE_PATH . OOS_IMAGES);
define('TEXT_ADD_SLAVE_PRODUCT', 'Enter in the Product ID to add this product as a slave:');
define('IMAGE_SLAVE', 'Slave Products');
define('TEXT_CURRENT_SLAVE_PRODUCTS', 'Current Slave products:');
define('BUTTON_DELETE_SLAVE', 'Delete this slave product');
define('TEXT_SUCCESSFULLY_SLAVE', 'This product was successfully added as a slave.');
define('TEXT_ERROR_SLAVE', 'This product does not exist or is already a slave.');
define('CAT_CATEGORY_ID_TEXT', 'ID # ');
define('CAT_PRODUCT_ID_TEXT', 'ID # ');
define('CAT_ATTRIBUTES_BASE_PRICE_TEXT', ' Attribute Base Price: ');
define('CAT_LIST_PRICE_TEXT', 'List:');
define('CAT_REBATE_PRICE_TEXT', 'Rebate: ');
define('CAT_QUANTITY_MIN_TEXT', 'Min: ');
define('CAT_QUANTITY_MIN_TEXT', 'Max: ');
define('CAT_QUANTITY_UNITS_TEXT', 'Units: ');
define('TEXT_COPY_ATTRIBUTES_ONLY', 'Only used for Duplicate Products ...');
define('TEXT_COPY_ATTRIBUTES', 'Copy Product Attribuites to Duplicate?');
define('TEXT_COPY_ATTRIBUTES_YES', 'Yes');
define('TEXT_COPY_ATTRIBUTES_NO', 'No');
define('TEXT_DATA', 'Data');
define('TEXT_IMAGES', 'Images');
define('TEXT_UPLOAD', 'File Upload');
define('TEXT_IMAGE_REMOVE', '<b>Remove</b> this Image from this category?');

View File

@ -0,0 +1,383 @@
<?php
/* ----------------------------------------------------------------------
$Id: configuration.php,v 1.4 2008/06/04 14:41:37 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: configuration.php,v 1.7 2002/01/04 03:51:40 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
If you made a translation, please send to
lang@oos-shop.de
the translated file.
---------------------------------------------------------------------- */
define('TABLE_HEADING_CONFIGURATION_TITLE', 'Title');
define('TABLE_HEADING_CONFIGURATION_VALUE', 'Value');
define('TABLE_HEADING_ACTION', 'Action');
define('TEXT_INFO_EDIT_INTRO', 'Please make any necessary changes');
define('TEXT_INFO_DATE_ADDED', 'Date Added:');
define('TEXT_INFO_LAST_MODIFIED', 'Last Modified:');
define('TEXT_IMAGE_NONEXISTENT', 'IMAGE DOES NOT EXIST');
define('STORE_NAME_TITLE', 'Store Name');
define('STORE_NAME_DESC', 'The name of my store');
define('STORE_LOGO_TITLE', 'Logo');
define('STORE_LOGO_DESC', 'The logo of my shop');
define('STORE_OWNER_TITLE', 'Store Owner');
define('STORE_OWNER_DESC', 'The name of my store owner');
define('STORE_OWNER_EMAIL_ADDRESS_TITLE', 'E-Mail Address');
define('STORE_OWNER_EMAIL_ADDRESS_DESC', 'The e-mail address of my store owner');
define('STORE_OWNER_VAT_ID_TITLE' , 'VAT ID of Shop Owner');
define('STORE_OWNER_VAT_ID_DESC' , 'The VAT ID of the Shop Owner');
define('STORE_ADDRESS_STREET_TITLE', 'Store Address: Street');
define('STORE_ADDRESS_STREET_DESC', 'This is the Street used on printable documents and displayed online');
define('STORE_ADDRESS_POSTCODE_TITLE', 'Store Address: Postcode');
define('STORE_ADDRESS_POSTCODE_DESC', 'This is the Postcode used on printable documents and displayed online');
define('STORE_ADDRESS_CITY_TITLE', 'Store Address: City');
define('STORE_ADDRESS_CITY_DESC', 'This is the City used on printable documents and displayed online');
define('STORE_ADDRESS_TELEPHONE_NUMBER_TITLE', 'Store Address: Phone');
define('STORE_ADDRESS_TELEPHONE_NUMBER_DESC', 'This is the Phone used on printable documents and displayed online');
define('STORE_ADDRESS_EMAIL_TITLE', 'Store Address: E-Mail Address');
define('STORE_ADDRESS_EMAIL_DESC', 'This is the e-mail address of my store ');
define('STORE_COUNTRY_TITLE', 'Country');
define('STORE_COUNTRY_DESC', 'The country my store is located in <br><br><b>Note: Please remember to update the store zone.</b>');
define('STORE_ZONE_TITLE', 'Zone');
define('STORE_ZONE_DESC', 'The zone my store is located in');
define('EXPECTED_PRODUCTS_SORT_TITLE', 'Expected Sort Order');
define('EXPECTED_PRODUCTS_SORT_DESC', 'This is the sort order used in the expected products box.');
define('EXPECTED_PRODUCTS_FIELD_TITLE', 'Expected Sort Field');
define('EXPECTED_PRODUCTS_FIELD_DESC', 'The column to sort by in the expected products box.');
define('USE_DEFAULT_LANGUAGE_CURRENCY_TITLE', 'Switch To Default Language Currency');
define('USE_DEFAULT_LANGUAGE_CURRENCY_DESC', 'Automatically switch to the language\'s currency when it is changed');
define('ADVANCED_SEARCH_DEFAULT_OPERATOR_TITLE', 'Default Search Operator');
define('ADVANCED_SEARCH_DEFAULT_OPERATOR_DESC', 'Default search operators');
define('STORE_NAME_ADDRESS_TITLE', 'Store Address and Phone');
define('STORE_NAME_ADDRESS_DESC', 'This is the Store Name, Address and Phone used on printable documents and displayed online');
define('TAX_DECIMAL_PLACES_TITLE', 'Tax Decimal Places');
define('TAX_DECIMAL_PLACES_DESC', 'Pad the tax value this amount of decimal places');
define('DISPLAY_PRICE_WITH_TAX_TITLE', 'Display Prices with Tax');
define('DISPLAY_PRICE_WITH_TAX_DESC', 'Display prices with tax included (true) or add the tax at the end (false)');
define('BASE_PRICE_TITLE', 'Use base price');
define('BASE_PRICE_DESC', 'Would you like to use products with a basic price?');
define('PRODUCTS_OPTIONS_SORT_BY_PRICE_TITLE', 'Sorting product options');
define('PRODUCTS_OPTIONS_SORT_BY_PRICE_DESC', 'Would you like to sort the product opions according to prices?');
define('ENTRY_FIRST_NAME_MIN_LENGTH_TITLE', 'First Name');
define('ENTRY_FIRST_NAME_MIN_LENGTH_DESC', 'Minimum length of first name');
define('ENTRY_LAST_NAME_MIN_LENGTH_TITLE', 'Last Name');
define('ENTRY_LAST_NAME_MIN_LENGTH_DESC', 'Minimum length of last name');
define('ENTRY_DOB_MIN_LENGTH_TITLE', 'Date of Birth');
define('ENTRY_DOB_MIN_LENGTH_DESC', 'Minimum length of date of birth');
define('ENTRY_EMAIL_ADDRESS_MIN_LENGTH_TITLE', 'E-Mail Address');
define('ENTRY_EMAIL_ADDRESS_MIN_LENGTH_DESC', 'Minimum length of e-mail address');
define('ENTRY_STREET_ADDRESS_MIN_LENGTH_TITLE', 'Street Address');
define('ENTRY_STREET_ADDRESS_MIN_LENGTH_DESC', 'Minimum length of street address');
define('ENTRY_COMPANY_LENGTH_TITLE', 'Company');
define('ENTRY_COMPANY_LENGTH_DESC', 'Minimum length of company name');
define('ENTRY_POSTCODE_MIN_LENGTH_TITLE', 'Post Code');
define('ENTRY_POSTCODE_MIN_LENGTH_DESC', 'Minimum length of post code');
define('ENTRY_CITY_MIN_LENGTH_TITLE', 'City');
define('ENTRY_CITY_MIN_LENGTH_DESC', 'Minimum length of city');
define('ENTRY_STATE_MIN_LENGTH_TITLE', 'State');
define('ENTRY_STATE_MIN_LENGTH_DESC', 'Minimum length of state');
define('ENTRY_TELEPHONE_MIN_LENGTH_TITLE', 'Telephone Number');
define('ENTRY_TELEPHONE_MIN_LENGTH_DESC', 'Minimum length of telephone number');
define('ENTRY_PASSWORD_MIN_LENGTH_TITLE', 'Password');
define('ENTRY_PASSWORD_MIN_LENGTH_DESC', 'Minimum length of password');
define('MIN_DISPLAY_BESTSELLERS_TITLE', 'Best Sellers');
define('MIN_DISPLAY_BESTSELLERS_DESC', 'Minimum number of best sellers to display');
define('MIN_DISPLAY_ALSO_PURCHASED_TITLE', 'Also Purchased');
define('MIN_DISPLAY_ALSO_PURCHASED_DESC', 'Minimum number of products to display in the \'This Customer Also Purchased\' block');
define('MIN_DISPLAY_XSELL_PRODUCTS_TITLE', 'Produkt-Empfehlungen');
define('MIN_DISPLAY_XSELL_PRODUCTS_DESC', 'Minimum Anzahl von Produkten, die in der \'Produkt-Empfehlungen\' Anzeige angezeigt werden');
define('MAX_ADDRESS_BOOK_ENTRIES_TITLE', 'Address Book Entries');
define('MAX_ADDRESS_BOOK_ENTRIES_DESC', 'Maximum address book entries a customer is allowed to have');
define('MAX_DISPLAY_SEARCH_RESULTS_TITLE', 'Search Results');
define('MAX_DISPLAY_SEARCH_RESULTS_DESC', 'Amount of products to list');
define('MAX_DISPLAY_PAGE_LINKS_TITLE', 'Page Links');
define('MAX_DISPLAY_PAGE_LINKS_DESC', 'Number of \'number\' links use for page-sets');
define('MAX_DISPLAY_NEW_PRODUCTS_TITLE', 'New Products Module');
define('MAX_DISPLAY_NEW_PRODUCTS_DESC', 'Maximum number of new products to display in a category');
define('MAX_DISPLAY_UPCOMING_PRODUCTS_TITLE', 'Products Expected');
define('MAX_DISPLAY_UPCOMING_PRODUCTS_DESC', 'Maximum number of products expected to display');
define('MAX_RANDOM_SELECT_NEW_TITLE', 'Selection of Random New Products');
define('MAX_RANDOM_SELECT_NEW_DESC', 'How many records to select from to choose one random new product to display');
define('MAX_DISPLAY_PRODUCTS_NEW_TITLE', 'New Products Listing');
define('MAX_DISPLAY_PRODUCTS_NEW_DESC', 'Maximum number of new products to display in new products page');
define('MAX_DISPLAY_BESTSELLERS_TITLE', 'Best Sellers');
define('MAX_DISPLAY_BESTSELLERS_DESC', 'Maximum number of best sellers to display');
define('MAX_DISPLAY_ALSO_PURCHASED_TITLE', 'Also Purchased');
define('MAX_DISPLAY_ALSO_PURCHASED_DESC', 'Maximum number of products to display in the \'This Customer Also Purchased\' block');
define('MAX_DISPLAY_ORDER_HISTORY_TITLE', 'Order History');
define('MAX_DISPLAY_ORDER_HISTORY_DESC', 'Maximum number of orders to display in the order history page');
define('MAX_DISPLAY_XSELL_PRODUCTS_TITLE', 'Produkt-Empfehlungen');
define('MAX_DISPLAY_XSELL_PRODUCTS_DESC', 'Maximale Anzahl von Produkten, die im \'Produkt-Empfehlungen\'-Block angezeigt werden');
define('MAX_DISPLAY_WISHLIST_PRODUCTS_TITLE', 'Wunschzettel');
define('MAX_DISPLAY_WISHLIST_PRODUCTS_DESC', 'Maximale Produkte auf der Wunschzettel-Seite');
define('MAX_DISPLAY_PRODUCTS_IN_PRODUCTS_HISTORY_BOX_TITLE', 'Anzahl der Products History');
define('MAX_DISPLAY_PRODUCTS_IN_PRODUCTS_HISTORY_BOX_DESC', 'Maximale Anzahl von Produkten, die im \'Products History\'-Block angezeigt werden');
define('SMALL_IMAGE_WIDTH_TITLE', 'Small Image Width');
define('SMALL_IMAGE_WIDTH_DESC', 'The pixel width of small images');
define('SMALL_IMAGE_HEIGHT_TITLE', 'Small Image Height');
define('SMALL_IMAGE_HEIGHT_DESC', 'The pixel height of small images');
define('SUBCATEGORY_IMAGE_WIDTH_TITLE', 'Subcategory Image Width');
define('SUBCATEGORY_IMAGE_WIDTH_DESC', 'The pixel width of subcategory images');
define('SUBCATEGORY_IMAGE_HEIGHT_TITLE', 'Subcategory Image Height');
define('SUBCATEGORY_IMAGE_HEIGHT_DESC', 'The pixel height of subcategory images');
define('IMAGE_ZOOM_TITLE', 'Enlarge image on product info pagee');
define('IMAGE_ZOOM_DESC', 'Enlarge image on:');
define('ZOOM_BUTTON_TITLE', 'Position of the \'Zoom In\' button');
define('ZOOM_BUTTON_DESC', 'The button position on the image of the product info page');
define('CUSTOMER_NOT_LOGIN_TITLE', 'Access authorisation');
define('CUSTOMER_NOT_LOGIN_DESC', 'The access authorization is granted by the administrator after checking the customer data.');
define('SEND_CUSTOMER_EDIT_EMAILS_TITLE', 'Customer data by mail');
define('SEND_CUSTOMER_EDIT_EMAILS_DESC', 'The customer data are sent to the Shopbetreiber by email');
define('DEFAULT_MAX_ORDER_TITLE', 'Customer credit');
define('DEFAULT_MAX_ORDER_DESC', 'Maximum value of an order');
define('ACCOUNT_GENDER_TITLE', 'Form of address');
define('ACCOUNT_GENDER_DESC', 'The salutation is displayed');
define('ACCOUNT_DOB_TITLE', 'Date of birth');
define('ACCOUNT_DOB_DESC', 'The dough date is required as an input if \'true\' is set. Otherwise it is not displayed as an input option.');
define('ACCOUNT_COMPANY_TITLE', 'Company Name');
define('ACCOUNT_COMPANY_DESC', 'Company name is displayed');
define('ACCOUNT_OWNER_TITLE', 'Owner');
define('ACCOUNT_OWNER_DESC', 'The owner of the company is displayed');
define('ACCOUNT_VAT_ID_TITLE', 'Value added tax ID');
define('ACCOUNT_VAT_ID_DESC', 'The sales tax ID for commercial customers can be entered.');
define('ACCOUNT_STATE_TITLE', 'Federal State');
define('ACCOUNT_STATE_DESC', 'The display and input of the federal state is possible. The input is mandatory for display.');
define('ACCOUNT_ACCOUNT_TELEPHONE_TITLE', 'Telephone number');
define('ACCOUNT_ACCOUNT_TELEPHONE_DESC', 'Do you need the phone number of your customer?');
define('NEWSLETTER_TITLE', 'Newsletter');
define('NEWSLETTER_DESC', 'Would you like to send newsletter?');
define('PRODUCTS_NOTIFICATIONS_TITLE', 'Products notifications');
define('PRODUCTS_NOTIFICATIONS_DESC', 'Would you like to send Products notifications?');
define('STORE_ORIGIN_COUNTRY_TITLE', 'Country Code');
define('STORE_ORIGIN_COUNTRY_DESC', 'Enter the &quot;ISO 3166&quot; Country Code of the Store to be used in shipping quotes. To find your country code, visit the <A HREF=\"http://www.din.de/gremien/nas/nabd/iso3166ma/codlstp1/index.html\" TARGET=\"_blank\">ISO 3166 Maintenance Agency</A>.');
define('STORE_ORIGIN_ZIP_TITLE', 'Postal Code');
define('STORE_ORIGIN_ZIP_DESC', 'Enter the Postal Code (ZIP) of the Store to be used in shipping quotes.');
define('SHIPPING_MAX_WEIGHT_TITLE', 'Enter the Maximum Package Weight you will ship');
define('SHIPPING_MAX_WEIGHT_DESC', 'Carriers have a max weight limit for a single package. This is a common one for all.');
define('SHIPPING_BOX_WEIGHT_TITLE', 'Package Tare weight.');
define('SHIPPING_BOX_WEIGHT_DESC', 'What is the weight of typical packaging of small to medium packages?');
define('SHIPPING_BOX_PADDING_TITLE', 'Larger packages - percentage increase.');
define('SHIPPING_BOX_PADDING_DESC', 'For 10% enter 10');
define('STOCK_CHECK_TITLE', 'Check stock level');
define('STOCK_CHECK_DESC', 'Check to see if sufficent stock is available');
define('STOCK_LIMITED_TITLE', 'Subtract stock');
define('STOCK_LIMITED_DESC', 'Subtract product in stock by product orders');
define('STOCK_ALLOW_CHECKOUT_TITLE', 'Allow Checkout');
define('STOCK_ALLOW_CHECKOUT_DESC', 'Allow customer to checkout even if there is insufficient stock');
define('STOCK_MARK_PRODUCT_OUT_OF_STOCK_TITLE', 'Mark product out of stock');
define('STOCK_MARK_PRODUCT_OUT_OF_STOCK_DESC', 'Display something on screen so customer can see which product has insufficient stock');
define('STOCK_REORDER_LEVEL_TITLE', 'Stock Re-order level');
define('STOCK_REORDER_LEVEL_DESC', 'Define when stock needs to be re-ordered');
define('STORE_PAGE_PARSE_TIME_TITLE', 'Store Page Parse Time');
define('STORE_PAGE_PARSE_TIME_DESC', 'Store the time it takes to parse a page');
define('STORE_PAGE_PARSE_TIME_LOG_TITLE', 'Log Destination');
define('STORE_PAGE_PARSE_TIME_LOG_DESC', 'Directory and filename of the page parse time log');
define('STORE_PARSE_DATE_TIME_FORMAT_TITLE', 'Log Date Format');
define('STORE_PARSE_DATE_TIME_FORMAT_DESC', 'The date format');
define('DISPLAY_PAGE_PARSE_TIME_TITLE', 'Display The Page Parse Time');
define('DISPLAY_PAGE_PARSE_TIME_DESC', 'Display the page parse time (store page parse time must be enabled)');
define('USE_CACHE_TITLE', 'Use Cache');
define('USE_CACHE_DESC', 'Use caching features');
define('DOWNLOAD_ENABLED_TITLE', 'Enable download');
define('DOWNLOAD_ENABLED_DESC', 'Enable the products download functions.');
define('DOWNLOAD_BY_REDIRECT_TITLE', 'Download by redirect');
define('DOWNLOAD_BY_REDIRECT_DESC', 'Use browser redirection for download. Disable on non-Unix systems.');
define('DOWNLOAD_MAX_DAYS_TITLE', 'Expiry delay (days)');
define('DOWNLOAD_MAX_DAYS_DESC', 'Set number of days before the download link expires. 0 means no limit.');
define('DOWNLOAD_MAX_COUNT_TITLE', 'Maximum number of downloads');
define('DOWNLOAD_MAX_COUNT_DESC', 'Set the maximum number of downloads. 0 means no download authorized.');
define('DOWNLOADS_CONTROLLER_ON_HOLD_MSG_TITLE', 'Downloads Controller Download on hold message');
define('DOWNLOADS_CONTROLLER_ON_HOLD_MSG_DESC', 'Downloads Controller Download on hold message');
define('DOWNLOADS_CONTROLLER_ORDERS_STATUS_TITLE', 'Downloads Controller Order Status Value');
define('DOWNLOADS_CONTROLLER_ORDERS_STATUS_DESC', 'Downloads Controller Order Status Value - Default=2');
define('SHOW_PRICE_TITLE', 'Produktpreis');
define('SHOW_PRICE_DESC', 'M&ouml;chten Sie den Produktpreis anzeigen?');
define('SHOW_SPECIALS_PRICE_TITLE', 'Sonderangebote');
define('SHOW_SPECIALS_PRICE_DESC', 'M&ouml;chten Sie den Angebotspreis anzeigen?');
define('SHOW_SPECIALS_PRICE_EXPIRES_TITLE', 'Datum Sonderangebote');
define('SHOW_SPECIALS_PRICE_EXPIRES_DESC', 'M&ouml;chten Sie das Gültigkeitsdatum der Angebotspreise anzeigen?');
define('SHOW_TAX_CLASS_ID_TITLE', 'Steuersatz');
define('SHOW_TAX_CLASS_ID_DESC', 'M&ouml;chten Sie den Steuersatz anzeigen?');
define('SHOW_OPTIONS_TITLE', 'Produktoptionen');
define('SHOW_OPTIONS_DESC', 'M&ouml;chten Sie die Produktoptionen anzeigen?');
define('SHOW_OPTIONS_PRICE_TITLE', 'Preis der Produktoptionen');
define('SHOW_OPTIONS_PRICE_DESC', 'M&ouml;chten Sie die Preise der Produktoptionen anzeigen?');
define('SECURITY_CODE_LENGTH_TITLE', 'Redeem Code');
define('SECURITY_CODE_LENGTH_DESC', 'Set the length of the redeem code, the longer the more secure');
define('NEW_SIGNUP_GIFT_VOUCHER_AMOUNT_TITLE', 'Neukunden Gutschein');
define('NEW_SIGNUP_GIFT_VOUCHER_AMOUNT_DESC', 'Determines the amount of the rebate which the new customer will receive. Leave the field empty when the new customer will not be receiving a \'Welcome Gift\'.');
define('NEW_SIGNUP_DISCOUNT_COUPON_TITLE', 'Coupon ID');
define('NEW_SIGNUP_DISCOUNT_COUPON_DESC', 'Set the coupon ID that will be sent by email to a new signup, if no id is set then no email');
define('STORE_TEMPLATES_TITLE', 'Layout Vorlage');
define('STORE_TEMPLATES_DESC', 'Shop Templates');
define('SHOW_DATE_ADDED_AVAILABLE_TITLE', 'Produkt - Datum');
define('SHOW_DATE_ADDED_AVAILABLE_DESC', 'M&ouml;chten Sie im Shop das Datum von der Aufnahme des Produktes zeigen?');
define('SHOW_COUNTS_TITLE', 'Artikelanzahl in den jeweiligen Kategorien');
define('SHOW_COUNTS_DESC', 'Anzeigen, wieviele Produkte in jeder Kategorie vorhanden sind');
define('DISPLAY_CART_TITLE', 'Display Cart After Adding Product');
define('DISPLAY_CART_DESC', 'Display the shopping cart after adding a product (or return back to their origin)');
define('OOS_SMALL_IMAGE_WIDTH_TITLE', 'Small Image Width');
define('OOS_SMALL_IMAGE_WIDTH_DESC', 'The pixel width of small images');
define('OOS_SMALL_IMAGE_HEIGHT_TITLE', 'Small Image Height');
define('OOS_SMALL_IMAGE_HEIGHT_DESC', 'The pixel height of small images');
define('OOS_BIGIMAGE_WIDTH_TITLE', 'Width large image');
define('OOS_BIGIMAGE_WIDTH_DESC', 'Width of the large image in pixels');
define('OOS_BIGIMAGE_HEIGHT_TITLE', 'Height large image');
define('OOS_BIGIMAGE_HEIGHT_DESC', 'Height of the large image in pixels');
define('OOS_META_TITLE_TITLE', 'Shop Title');
define('OOS_META_TITLE_DESC', 'The Title');
define('OOS_META_DESCRIPTION_TITLE', 'Description');
define('OOS_META_DESCRIPTION_DESC', 'The description of your shop(max. 250 characters)');
define('OOS_META_AUTHOR_TITLE', 'Author');
define('OOS_META_AUTHOR_DESC', 'The author of the shop');
define('OOS_META_COPYRIGHT_TITLE', 'Copyright');
define('OOS_META_COPYRIGHT_DESC', 'Der Entwickler des Shop');
define('SITE_ICONS_TITLE', 'Site Icons');
define('SITE_ICONS_DESC', 'Site Icons are what you see in browser tabs and bookmark bars. Upload one here!');
define('FACEBOOK_URL_TITLE', 'Facebook');
define('FACEBOOK_URL_DESC', 'URL of the Facebook page:');
define('SKYPE_URL_TITLE', 'Skype');
define('SKYPE_URL_DESC', 'URL of the Skype page');
define('LINKEDIN_URL_TITLE', 'Linkedin');
define('LINKEDIN_URL_DESC', 'URL of the Linkedin page');
define('PINTEREST_URL_TITLE', 'Pinterest');
define('PINTEREST_URL_DESC', 'URL of the Pinterest page');
define('TWITTER_URL_TITLE', 'Twitter');
define('TWITTER_URL_DESC', 'URL of the Twitter page');
define('DRIBBBLE_URL_TITLE', 'Dribbble');
define('DRIBBBLE_URL_DESC', 'URL of the Dribbble page');

View File

@ -0,0 +1,40 @@
<?php
define('1_TITLE', 'My Store');
define('1_DESC', 'General information about my store');
define('2_TITLE', 'Minimum Values');
define('2_DESC', 'The minimum values for functions / data');
define('3_TITLE', 'Maximum Values');
define('3_DESC', 'The maximum values for functions / data');
define('4_TITLE', 'Images');
define('4_DESC', 'Image parameters');
define('5_TITLE', 'Customer Information');
define('5_DESC', 'Customer data configurationn');
define('6_TITLE', 'Module Options');
define('6_DESC', 'Hidden from configuration');
define('7_TITLE', 'Shipping/Packaging');
define('7_DESC', 'Shipping options available at my store');
define('8_TITLE', 'Stock');
define('8_DESC', 'Stock configuration options');
define('9_TITLE', 'Download');
define('9_DESC', 'Downloadable products options');
define('10_TITLE', 'Vouchers');
define('10_DESC', 'Vouchers configuration options');
define('11_TITLE', 'Shop Layout');
define('11_DESC', 'Theme configuration options');
define('12_TITLE', 'Meta-Tag');
define('12_DESC', 'Maintain the data that the search engines import here');
define('13_TITLE', 'Social Profil');
define('13_DESC', 'Specify the social networking profile data of your site so that search engines can identify which profiles belong to that site.');

View File

@ -0,0 +1,47 @@
<?php
/* ----------------------------------------------------------------------
$Id: content_block.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Content Block');
define('TABLE_HEADING_BLOCK', 'Block');
define('TABLE_HEADING_COLUMN', 'Column');
define('TABLE_HEADING_SORT_ORDER', 'Reihenfolge');
define('TABLE_HEADING_STATUS', 'Status');
define('TABLE_HEADING_LOGIN', 'Login');
define('TABLE_HEADING_ACTION', 'Aktion');
define('TEXT_HEADING_NEW_BLOCK', 'Neue Block');
define('TEXT_HEADING_EDIT_BLOCK', 'Block bearbeiten');
define('TEXT_HEADING_DELETE_BLOCK', 'Block l&ouml;schen');
define('TEXT_DATE_ADDED', 'hinzugefügt am:');
define('TEXT_LAST_MODIFIED', 'letzte Änderung am:');
define('TEXT_NEW_INTRO', 'Bitte geben Sie den neuen Block mit allen relevanten Daten ein.');
define('TEXT_EDIT_INTRO', 'Bitte führen Sie alle notwendigen Änderungen durch');
define('TEXT_BLOCK_FUNCTION', 'Funktion');
define('TEXT_BLOCK_CACHE', 'cache id');
define('TEXT_BLOCK_LOGIN', 'Login');
define('TEXT_BLOCK_NAME', 'Block - Name');
define('TEXT_BLOCK_PAGE', 'Seite');
define('TEXT_DELETE_INTRO', 'Sind Sie sicher, dass Sie diesen Block l&ouml;schen m&ouml;chten?');

View File

@ -0,0 +1,35 @@
<?php
/* ----------------------------------------------------------------------
$Id: content_page_type.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Seitentyp');
define('TABLE_HEADING_PAGE_TYPE', 'Seitentyp');
define('TABLE_HEADING_ACTION', 'Aktion');
define('TEXT_INFO_EDIT_INTRO', 'Bitte führen Sie alle notwendigen Änderungen durch');
define('TEXT_INFO_PAGE_TYPE_NAME', 'Seitentyp:');
define('TEXT_INFO_INSERT_INTRO', 'Bitte geben Sie den neuen Seitentyp mit allen relevanten Daten ein');
define('TEXT_INFO_DELETE_INTRO', 'Sind Sie sicher, dass Sie diesen Bestellstatus l&ouml;schen m&ouml;chten?');
define('TEXT_INFO_HEADING_NEW_PAGE_TYPE', 'Neuer Seitentyp');
define('TEXT_INFO_HEADING_EDIT_PAGE_TYPE', 'Seitentyp bearbeiten');
define('TEXT_INFO_HEADING_DELETE_PAGE_TYPE', 'Seitentyp l&ouml;schen');
define('ERROR_STATUS_USED_IN_ORDERS', 'Fehler: Dieser Seitentyp wird zur Zeit noch bei den Bl<42>ken verwendet.');

View File

@ -0,0 +1,40 @@
<?php
/* ----------------------------------------------------------------------
$Id: countries.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: countries.php,v 1.4 2002/01/12 17:02:18 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Billing Countries');
define('TABLE_HEADING_COUNTRY_NAME', 'Billing Country');
define('TABLE_HEADING_COUNTRY_CODES', 'ISO Codes');
define('TABLE_HEADING_ACTION', 'Action');
define('TEXT_INFO_EDIT_INTRO', 'Please make any necessary changes');
define('TEXT_INFO_COUNTRY_NAME', 'Name:');
define('TEXT_INFO_COUNTRY_CODE_2', 'ISO Code (2):');
define('TEXT_INFO_COUNTRY_CODE_3', 'ISO Code (3):');
define('TEXT_INFO_ADDRESS_FORMAT', 'Address Format:');
define('TEXT_INFO_INSERT_INTRO', 'Please enter the new billing country with its related data');
define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete this billing country?');
define('TEXT_INFO_HEADING_NEW_COUNTRY', 'New Billing Country');
define('TEXT_INFO_HEADING_EDIT_COUNTRY', 'Edit Billing Country');
define('TEXT_INFO_HEADING_DELETE_COUNTRY', 'Delete Billing Country');

View File

@ -0,0 +1,98 @@
<?php
/* ----------------------------------------------------------------------
$Id: coupon_admin.php,v 1.4 2007/11/14 20:23:57 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: coupon_admin.php,v 1.1.2.5 2003/05/13 23:28:30 wilt
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('TOP_BAR_TITLE', 'Statistics');
define('HEADING_TITLE', 'Discount Coupons');
define('HEADING_TITLE_STATUS', 'Status : ');
define('TEXT_CUSTOMER', 'Customer:');
define('TEXT_COUPON', 'Coupon Name');
define('TEXT_COUPON_ALL', 'All Coupons');
define('TEXT_COUPON_ACTIVE', 'Active Coupons');
define('TEXT_COUPON_INACTIVE', 'Inactive Coupons');
define('TEXT_SUBJECT', 'Subject:');
define('TEXT_FROM', 'From:');
define('TEXT_FREE_SHIPPING', 'Free Shipping');
define('TEXT_MESSAGE', 'Message:');
define('TEXT_SELECT_CUSTOMER', 'Select Customer');
define('TEXT_ALL_CUSTOMERS', 'All Customers');
define('TEXT_NEWSLETTER_CUSTOMERS', 'To All Newsletter Subscribers');
define('TEXT_CONFIRM_DELETE', 'Are you sure you want to delete this Coupon?');
define('TEXT_TO_REDEEM', 'You can redeem this coupon during checkout. Just enter the code in the box provided, and click on the redeem button.');
define('TEXT_IN_CASE', ' in case you have any problems. ');
define('TEXT_VOUCHER_IS', 'The coupon code is ');
define('TEXT_REMEMBER', 'Don\'t lose the coupon code, make sure to keep the code safe so you can benefit from this special offer.');
define('TEXT_VISIT', 'when you visit ' . OOS_HTTPS_SERVER . OOS_SHOP);
define('TEXT_ENTER_CODE', ' and enter the code ');
define('TABLE_HEADING_ACTION', 'Action');
define('CUSTOMER_ID', 'Customer id');
define('CUSTOMER_NAME', 'Customer Name');
define('REDEEM_DATE', 'Date Redeemed');
define('IP_ADDRESS', 'IP Address');
define('TEXT_REDEMPTIONS', 'Redemptions');
define('TEXT_REDEMPTIONS_TOTAL', 'In Total');
define('TEXT_REDEMPTIONS_CUSTOMER', 'For this Customer');
define('TEXT_NO_FREE_SHIPPING', 'No Free Shipping');
define('NOTICE_EMAIL_SENT_TO', 'Notice: Email sent to: %s');
define('ERROR_NO_CUSTOMER_SELECTED', 'Error: No customer has been selected.');
define('COUPON_NAME', 'Coupon Name');
//define('COUPON_VALUE', 'Coupon Value');
define('COUPON_AMOUNT', 'Coupon Amount');
define('COUPON_CODE', 'Coupon Code');
define('COUPON_STARTDATE', 'Start Date');
define('COUPON_FINISHDATE', 'End Date');
define('COUPON_FREE_SHIP', 'Free Shipping');
define('COUPON_DESC', 'Coupon Description');
define('COUPON_MIN_ORDER', 'Coupon Minimum Order');
define('COUPON_USES_COUPON', 'Uses per Coupon');
define('COUPON_USES_USER', 'Uses per Customer');
define('COUPON_PRODUCTS', 'Valid Product List');
define('COUPON_CATEGORIES', 'Valid Categories List');
define('VOUCHER_NUMBER_USED', 'Number Used');
define('DATE_CREATED', 'Date Created');
define('DATE_MODIFIED', 'Date Modified');
define('TEXT_HEADING_NEW_COUPON', 'Create New Coupon');
define('TEXT_NEW_INTRO', 'Please fill out the following information for the new coupon.<br />');
define('ERROR_NO_COUPON_AMOUNT', 'Error: No coupon amount has been selected');
define('COUPON_NAME_HELP', 'A short name for the coupon');
define('COUPON_AMOUNT_HELP', 'The value of the discount for the coupon, either fixed or add a % on the end for a percentage discount.');
define('COUPON_CODE_HELP', 'You can enter your own code here, or leave blank for an auto generated one.');
define('COUPON_STARTDATE_HELP', 'The date the coupon will be valid from');
define('COUPON_FINISHDATE_HELP', 'The date the coupon expires');
define('COUPON_FREE_SHIP_HELP', 'The coupon gives free shipping on an order. Note. This overrides the coupon_amount figure but respects the minimum order value');
define('COUPON_DESC_HELP', 'A description of the coupon for the customer');
define('COUPON_MIN_ORDER_HELP', 'The minimum order value before the coupon is valid');
define('COUPON_USES_COUPON_HELP', 'The maximum number of times the coupon can be used, leave blank if you want no limit.');
define('COUPON_USES_USER_HELP', 'Number of times a user can use the coupon, leave blank for no limit.');
define('COUPON_PRODUCTS_HELP', 'A comma separated list of product_ids that this coupon can be used with. Leave blank for no restrictions.');
define('COUPON_CATEGORIES_HELP', 'A comma separated list of cpaths that this coupon can be used with, leave blank for no restrictions.');
define('TEXT_FROM_NAME', 'Absender Name:');
define('TEXT_FROM_MAIL', 'Absender eMail:');

View File

@ -0,0 +1,85 @@
<?php
/* ----------------------------------------------------------------------
$Id: coupon_restrict.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: coupon_admin.php,v 1.1.2.2 2003/04/22 21:36:18 wilt
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('TOP_BAR_TITLE', 'Statistics');
define('HEADING_TITLE', 'Discount Coupons');
define('HEADING_TITLE_STATUS', 'Status : ');
define('TEXT_CUSTOMER', 'Customer:');
define('TEXT_COUPON', 'Coupon Name');
define('TEXT_COUPON_ALL', 'All Coupons');
define('TEXT_COUPON_ACTIVE', 'Active Coupons');
define('TEXT_COUPON_INACTIVE', 'Inactive Coupons');
define('TEXT_SUBJECT', 'Subject:');
define('TEXT_FROM', 'From:');
define('TEXT_FREE_SHIPPING', 'Free Shipping');
define('TEXT_MESSAGE', 'Message:');
define('TEXT_SELECT_CUSTOMER', 'Select Customer');
define('TEXT_ALL_CUSTOMERS', 'All Customers');
define('TEXT_NEWSLETTER_CUSTOMERS', 'To All Newsletter Subscribers');
define('TEXT_CONFIRM_DELETE', 'Are you sure you want to delete this Coupon?');
define('TEXT_TO_REDEEM', 'You can redeem this coupon during checkout. Just enter the code in the box provided, and click on the redeem button.');
define('TEXT_IN_CASE', ' in case you have any problems. ');
define('TEXT_VOUCHER_IS', 'The coupon code is ');
define('TEXT_REMEMBER', 'Don\'t lose the coupon code, make sure to keep the code safe so you can benefit from this special offer.');
define('TEXT_VISIT', 'when you visit ' . OOS_HTTPS_SERVER . OOS_SHOP);
define('TEXT_ENTER_CODE', ' and enter the code ');
define('TABLE_HEADING_ACTION', 'Action');
define('NOTICE_EMAIL_SENT_TO', 'Notice: Email sent to: %s');
define('ERROR_NO_CUSTOMER_SELECTED', 'Error: No customer has been selected.');
define('COUPON_NAME', 'Coupon Name');
//define('COUPON_VALUE', 'Coupon Value');
define('COUPON_AMOUNT', 'Coupon Amount');
define('COUPON_CODE', 'Coupon Code');
define('COUPON_STARTDATE', 'Start Date');
define('COUPON_FINISHDATE', 'End Date');
define('COUPON_FREE_SHIP', 'Free Shipping');
define('COUPON_DESC', 'Coupon Description');
define('COUPON_MIN_ORDER', 'Coupon Minimum Order');
define('COUPON_USES_COUPON', 'Uses per Coupon');
define('COUPON_USES_USER', 'Uses per Customer');
define('COUPON_PRODUCTS', 'Valid Product List');
define('COUPON_CATEGORIES', 'Valid Categories List');
define('VOUCHER_NUMBER_USED', 'Number Used');
define('DATE_CREATED', 'Date Created');
define('DATE_MODIFIED', 'Date Modified');
define('TEXT_HEADING_NEW_COUPON', 'Create New Coupon');
define('TEXT_NEW_INTRO', 'Please fill out the following information for the new coupon.<br />');
define('COUPON_NAME_HELP', 'A short name for the coupon');
define('COUPON_AMOUNT_HELP', 'The value of the discount for the coupon, either fixed or add a % on the end for a percentage discount.');
define('COUPON_CODE_HELP', 'You can enter your own code here, or leave blank for an auto generated one.');
define('COUPON_STARTDATE_HELP', 'The date the coupon will be valid from');
define('COUPON_FINISHDATE_HELP', 'The date the coupon expires');
define('COUPON_FREE_SHIP_HELP', 'The coupon gives free shiiping on an order. Note. This overides the coupon_amount figure but respects the minimum order value');
define('COUPON_DESC_HELP', 'A description of the coupon for the customer');
define('COUPON_MIN_ORDER_HELP', 'The minimum order value before the coupon is valid');
define('COUPON_USES_COUPON_HELP', 'The maximum number of times the coupon can be used, leave blank if you want no limit.');
define('COUPON_USES_USER_HELP', 'Number of times a user can use the coupon, leave blank for no limit.');
define('COUPON_PRODUCTS_HELP', 'A comma separated list of product_ids that this coupon can be used with. Leave blank for no restrictions.');
define('COUPON_CATEGORIES_HELP', 'A comma separated list of cpaths that this coupon can be used with, leave blank for no restrictions.');

View File

@ -0,0 +1,50 @@
<?php
/* ----------------------------------------------------------------------
$Id: currencies.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: currencies.php,v 1.10 2002/01/12 17:20:32 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Currencies');
define('TABLE_HEADING_CURRENCY_NAME', 'Currency');
define('TABLE_HEADING_CURRENCY_CODES', 'Code');
define('TABLE_HEADING_CURRENCY_VALUE', 'Value');
define('TABLE_HEADING_ACTION', 'Action');
define('TEXT_INFO_EDIT_INTRO', 'Please make any necessary changes');
define('TEXT_INFO_CURRENCY_TITLE', 'Title:');
define('TEXT_INFO_CURRENCY_CODE', 'Code:');
define('TEXT_INFO_CURRENCY_SYMBOL_LEFT', 'Symbol Left:');
define('TEXT_INFO_CURRENCY_SYMBOL_RIGHT', 'Symbol Right:');
define('TEXT_INFO_CURRENCY_DECIMAL_POINT', 'Decimal Point:');
define('TEXT_INFO_CURRENCY_THOUSANDS_POINT', 'Thousands Point:');
define('TEXT_INFO_CURRENCY_DECIMAL_PLACES', 'Decimal Places:');
define('TEXT_INFO_CURRENCY_LAST_UPDATED', 'Last Updated:');
define('TEXT_INFO_CURRENCY_VALUE', 'Value:');
define('TEXT_INFO_CURRENCY_EXAMPLE', 'Example Output:');
define('TEXT_INFO_INSERT_INTRO', 'Please enter the new currency with its related data');
define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete this currency?');
define('TEXT_INFO_HEADING_NEW_CURRENCY', 'New Currency');
define('TEXT_INFO_HEADING_EDIT_CURRENCY', 'Edit Currency');
define('TEXT_INFO_HEADING_DELETE_CURRENCY', 'Delete Currency');
define('TEXT_INFO_SET_AS_DEFAULT', TEXT_SET_DEFAULT . ' (requires a manual update of currency values)');
define('ERROR_REMOVE_DEFAULT_CURRENCY', 'Error: The default currency can not be removed. Please set another currency as default, and try again.');

View File

@ -0,0 +1,82 @@
<?php
/* ----------------------------------------------------------------------
$Id: customers.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: customers.php,v 1.12 2002/01/12 18:46:27 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
If you made a translation, please send to
lang@oos-shop.de
the translated file.
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Customers');
define('HEADING_TITLE_SEARCH', 'Search:');
define('TABLE_HEADING_FIRSTNAME', 'First Name');
define('TABLE_HEADING_LASTNAME', 'Last Name');
define('TABLE_HEADING_ACCOUNT_CREATED', 'Account Created');
define('TABLE_HEADING_ACTION', 'Action');
define('HEADING_TITLE_STATUS', 'Status:');
define('TEXT_ALL_CUSTOMERS', 'All Customers');
define('HEADING_TITLE_LOGIN', 'Login');
define('TEXT_INFO_HEADING_STATUS_CUSTOMER', 'Edit Customer Status');
define('TEXT_NO_CUSTOMER_HISTORY', 'No Customer History Available');
define('TABLE_HEADING_NEW_VALUE', 'New Value');
define('TABLE_HEADING_OLD_VALUE', 'Old Value');
define('TABLE_HEADING_CUSTOMER_NOTIFIED', 'Customer Notified');
define('TABLE_HEADING_DATE_ADDED', 'Date Added');
define('CATEGORY_MAX_ORDER', 'Maximum Order');
define('ENTRY_MAX_ORDER', 'Credit Limit:');
define('ENTRY_VAT_ID_STATUS', 'Vat ID check');
define('ENTRY_VAT_ID_STATUS_YES', 'yes');
define('ENTRY_VAT_ID_STATUS_NO', 'no');
define('TEXT_DATE_ACCOUNT_CREATED', 'Account Created:');
define('TEXT_DATE_ACCOUNT_LAST_MODIFIED', 'Last Modified:');
define('TEXT_INFO_DATE_LAST_LOGON', 'Last Logon:');
define('TEXT_INFO_NUMBER_OF_LOGONS', 'Number of Logons:');
define('TEXT_INFO_COUNTRY', 'Country:');
define('TEXT_INFO_NUMBER_OF_REVIEWS', 'Number of Reviews:');
define('TEXT_DELETE_INTRO', 'Are you sure you want to delete this customer?');
define('TEXT_DELETE_REVIEWS', 'Delete %s review(s)');
define('TEXT_INFO_HEADING_DELETE_CUSTOMER', 'Delete Customer');
define('TYPE_BELOW', 'Type below');
define('PLEASE_SELECT', 'Select One');
define('EMAIL_SUBJECT', 'Welcome to ' . STORE_NAME);
define('EMAIL_GREET_MR', 'Dear Mr. ');
define('EMAIL_GREET_MS', 'Dear Ms. ');
define('EMAIL_GREET_NONE', 'Dear Sir');
define('EMAIL_WELCOME', 'We welcome you to <b>' . STORE_NAME . '</b>.' . "\n\n");
define('EMAIL_TEXT', 'You can now take part in the <b>various services</b> we have to offer you. Some of these services include:' . "\n\n" . '<li><b>Permanent Cart</b> - Any products added to your online cart remain there until you remove them, or check them out.' . "\n" . '<li><b>Address Book</b> - We can now deliver your products to another address other than yours! This is perfect to send birthday gifts direct to the birthday-person themselves.' . "\n" . '<li><b>Order History</b> - View your history of purchases that you have made with us.' . "\n" . '<li><b>Products Reviews</b> - Share your opinions on products with our other customers.' . "\n\n");
define('EMAIL_CONTACT', 'For help with any of our online services, please email the store-owner: ' . STORE_OWNER_EMAIL_ADDRESS . '.' . "\n\n");
define('EMAIL_WARNING', '<b>Note:</b> This email address was given to us by one of our customers. If you did not signup to be a member, please send a email to ' . STORE_OWNER_EMAIL_ADDRESS . '.' . "\n");
define('EMAIL_PASSWORD_BODY', 'Your password to \'' . STORE_NAME . '\' is:' . "\n\n" . ' %s' . "\n\n");
define('EMAIL_GV_INCENTIVE_HEADER', 'As part of our welcome to new customers, we have sent you an e-Gift Voucher worth %s');
define('EMAIL_GV_REDEEM', 'The redeem code for is %s, you can enter the redeem code when checking out, after making a purchase');
define('EMAIL_GV_LINK', 'or by following this link ');
define('EMAIL_COUPON_INCENTIVE_HEADER', 'Congratulation, to make your first visit to our online shop a more rewarding experience' . "\n" .
' below are details of a Discount Coupon created just for you' . "\n\n");
define('EMAIL_COUPON_REDEEM', 'To use the coupon enter the redeem code which is %s during checkout, ' . "\n" .
'after making a purchase');

View File

@ -0,0 +1,74 @@
<?php
/* ----------------------------------------------------------------------
$Id: customers_status.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: customers_status.php,v 1.1 2002/09/30
----------------------------------------------------------------------
For Customers Status v3.x
Contribution based on:
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2002 - 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Customers Status');
define('TABLE_HEADING_CUSTOMERS_STATUS', 'Customers Status');
define('TABLE_HEADING_ACTION', 'Action');
define('TABLE_HEADING_CUSTOMERS_QTY_DISCOUNTS', 'Qty price Discount');
define('TABLE_HEADING_AMOUNT', 'Minimum Amount');
define('TEXT_INFO_EDIT_INTRO', 'Please make any necessary changes');
define('TEXT_INFO_CUSTOMERS_STATUS_NAME', 'Customers Status:');
define('TEXT_INFO_CUSTOMERS_STATUS_IMAGE', 'Customers Status Image:');
define('TEXT_INFO_CUSTOMERS_STATUS_DISCOUNT_PRICE', 'Discount (0 to 100):');
define('TEXT_INFO_INSERT_INTRO', 'Please enter the new customers status with its related data');
define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete this order status?');
define('TEXT_INFO_HEADING_NEW_CUSTOMERS_STATUS', 'New Customers Status');
define('TEXT_INFO_HEADING_EDIT_CUSTOMERS_STATUS', 'Edit Customers Status');
define('TEXT_INFO_HEADING_DELETE_CUSTOMERS_STATUS', 'Delete Customers Status');
define('TEXT_INFO_CUSTOMERS_STATUS_DISCOUNT_OT_XMEMBER_INTRO', 'You can select an order total discout working with XMember Discount. This discount will apply only as Total Discount and will not change displayed price');
define('ENTRY_OT_XMEMBER', 'Order Total Discount:');
define('TEXT_INFO_CUSTOMERS_STATUS_MINIMUM_AMOUNT_OT_XMEMBER_INTRO', 'Minimum order before discount');
define('ENTRY_MINIMUM_AMOUNT_OT_XMEMBER', 'Minimum Amount');
define('TEXT_INFO_CUSTOMERS_STATUS_STAFFELPREIS_INTRO', 'You can select if this status allow price by quantity known as staffelpreise module. Order total can apply to staffelpreis');
define('ENTRY_STAFFELPREIS', 'Qty price Discount:');
define('TEXT_INFO_CUSTOMERS_STATUS_PAYMENT_INTRO', 'You can set for this customers status the payment method.');
define('ENTRY_CUSTOMERS_STATUS_PAYMENT', 'Payment : ');
define('TEXT_INFO_CUSTOMERS_STATUS_PUBLIC_INTRO', 'You can set for this customers status if these status info will be displayed to customer or not in the account box. ');
define('ENTRY_CUSTOMERS_STATUS_PUBLIC', 'Status Public : ');
define('TEXT_INFO_CUSTOMERS_STATUS_SHOW_PRICE_INTRO', 'You can set for this customers status if the price will be displayed or not. ');
define('ENTRY_CUSTOMERS_STATUS_SHOW_PRICE', 'Show Price : ');
define('TEXT_INFO_CUSTOMERS_STATUS_SHOW_PRICE__TAX_INTRO', 'You can set for this customers status if the price will be displayed including tax or not. ');
define('ENTRY_CUSTOMERS_STATUS_SHOW_PRICE_TAX', 'Price with Tax : ');
define('ENTRY_TAX_YES','Yes');
define('ENTRY_TAX_NO','No');
define('ENTRY_YES','Yes');
define('ENTRY_NO','No');
define('ERROR_REMOVE_DEFAULT_CUSTOMER_STATUS', 'Error: The default customer status can not be removed. Please set another customer status as default, and try again.');
define('ERROR_STATUS_USED_IN_CUSTOMERS', 'Error: This order status is currently used in customers.');
define('ERROR_STATUS_USED_IN_HISTORY', 'Error: This order status is currently used in the order status history.');

View File

@ -0,0 +1,109 @@
<?php
/* ----------------------------------------------------------------------
$Id: edit_orders.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: edit_orders.php,v 1.25 2003/08/07 00:28:44 jwh
----------------------------------------------------------------------
Order Editor
Contribution based on:
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Editing Order');
define('HEADING_TITLE_SEARCH', 'Order ID:');
define('HEADING_TITLE_STATUS', 'Status:');
define('ADDING_TITLE', 'Adding a Product to Order');
define('ENTRY_UPDATE_TO_CC', '(Update to <b>Credit Card</b> to view CC fields.)');
define('TABLE_HEADING_COMMENTS', 'Comments');
define('TABLE_HEADING_CUSTOMERS', 'Customers');
define('TABLE_HEADING_ORDER_TOTAL', 'Order Total');
define('TABLE_HEADING_DATE_PURCHASED', 'Date Purchased');
define('TABLE_HEADING_STATUS', 'Status');
define('TABLE_HEADING_ACTION', 'Action');
define('TABLE_HEADING_QUANTITY', 'Qty.');
define('TABLE_HEADING_PRODUCTS_MODEL', 'Model');
define('TABLE_HEADING_PRODUCTS', 'Products');
define('TABLE_HEADING_TAX', 'Tax');
define('TABLE_HEADING_TOTAL', 'Total');
define('TABLE_HEADING_UNIT_PRICE', 'Unit Price');
define('TABLE_HEADING_TOTAL_PRICE', 'Total Price');
define('TABLE_HEADING_CUSTOMER_NOTIFIED', 'Customer Notified');
define('TABLE_HEADING_DATE_ADDED', 'Date Added');
define('ENTRY_CUSTOMER', 'Customer:');
define('ENTRY_CUSTOMER_NAME', 'Name');
define('ENTRY_CUSTOMER_COMPANY', 'Company');
define('ENTRY_CUSTOMER_ADDRESS', 'Address');
define('ENTRY_CUSTOMER_CITY', 'City');
define('ENTRY_CUSTOMER_STATE', 'State');
define('ENTRY_CUSTOMER_POSTCODE', 'Postcode');
define('ENTRY_CUSTOMER_COUNTRY', 'Country');
define('ENTRY_SOLD_TO', 'SOLD TO:');
define('ENTRY_DELIVERY_TO', 'Delivery To:');
define('ENTRY_SHIP_TO', 'SHIP TO:');
define('ENTRY_SHIPPING_ADDRESS', 'Shipping Address:');
define('ENTRY_BILLING_ADDRESS', 'Billing Address:');
define('ENTRY_PAYMENT_METHOD', 'Payment Method:');
define('ENTRY_SUB_TOTAL', 'Sub-Total:');
define('ENTRY_TAX', 'Tax:');
define('ENTRY_SHIPPING', 'Shipping:');
define('ENTRY_TOTAL', 'Total:');
define('ENTRY_DATE_PURCHASED', 'Date Purchased:');
define('ENTRY_STATUS', 'Status:');
define('ENTRY_DATE_LAST_UPDATED', 'Date Last Updated:');
define('ENTRY_NOTIFY_CUSTOMER', 'Notify Customer:');
define('ENTRY_NOTIFY_COMMENTS', 'Append Comments:');
define('ENTRY_PRINTABLE', 'Print Invoice');
define('TEXT_INFO_HEADING_DELETE_ORDER', 'Delete Order');
define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete this order?');
define('TEXT_INFO_RESTOCK_PRODUCT_QUANTITY', 'Restock product quantity');
define('TEXT_DATE_ORDER_CREATED', 'Date Created:');
define('TEXT_DATE_ORDER_LAST_MODIFIED', 'Last Modified:');
define('TEXT_DATE_ORDER_ADDNEW', 'Add product.');
define('TEXT_INFO_PAYMENT_METHOD', 'Payment Method:');
define('TEXT_ALL_ORDERS', 'All Orders');
define('TEXT_NO_ORDER_HISTORY', 'No Order History Available');
define('EMAIL_SEPARATOR', '------------------------------------------------------');
define('EMAIL_TEXT_SUBJECT', 'Order Update');
define('EMAIL_TEXT_ORDER_NUMBER', 'Order Number:');
define('EMAIL_TEXT_INVOICE_URL', 'Detailed Invoice:');
define('EMAIL_TEXT_DATE_ORDERED', 'Date Ordered:');
define('EMAIL_TEXT_STATUS_UPDATE', 'Your order has been updated to the following status.' . "\n\n" . 'New status: %s' . "\n\n" . 'Please reply to this email if you have any questions.' . "\n");
define('EMAIL_TEXT_COMMENTS_UPDATE', 'The comments for your order are' . "\n\n%s\n\n");
define('ERROR_ORDER_DOES_NOT_EXIST', 'Error: Order does not exist.');
define('SUCCESS_ORDER_UPDATED', 'Success: Order has been successfully updated.');
define('WARNING_ORDER_NOT_UPDATED', 'Warning: Nothing to change. The order was not updated.');
define('ADDPRODUCT_TEXT_CATEGORY_CONFIRM', 'OK');
define('ADDPRODUCT_TEXT_SELECT_PRODUCT', 'Choose product');
define('ADDPRODUCT_TEXT_PRODUCT_CONFIRM', 'OK');
define('ADDPRODUCT_TEXT_SELECT_OPTIONS', 'Choose options');
define('ADDPRODUCT_TEXT_OPTIONS_CONFIRM', 'OK');
define('ADDPRODUCT_TEXT_OPTIONS_NOTEXIST', 'No Options: Skipped..');
define('ADDPRODUCT_TEXT_CONFIRM_QUANTITY', 'Qty.');
define('ADDPRODUCT_TEXT_CONFIRM_ADDNOW', 'Add now');

View File

@ -0,0 +1,31 @@
<?php
/* ----------------------------------------------------------------------
$Id: email_orders.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: orders.php,v 1.24 2003/02/09 13:15:22 thomasamoulton
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('EMAIL_SEPARATOR', '------------------------------------------------------');
define('EMAIL_TEXT_SUBJECT', 'Order Update');
define('EMAIL_TEXT_ORDER_NUMBER', 'Order Number:');
define('EMAIL_TEXT_INVOICE_URL', 'Detailed Invoice:');
define('EMAIL_TEXT_DATE_ORDERED', 'Date Ordered:');
define('EMAIL_TEXT_STATUS_UPDATE', 'Your order has been updated to the following status.' . "\n\n" . 'New status: %s' . "\n\n" . 'Please reply to this email if you have any questions.' . "\n");
define('EMAIL_TEXT_COMMENTS_UPDATE', 'The comments for your order are' . "\n\n%s\n\n");

View File

@ -0,0 +1,60 @@
<?php
/* ----------------------------------------------------------------------
$Id: export_excel.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: backup.php,v 1.16 2002/03/16 21:30:02 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
If you made a translation, please send to
lang@oos-shop.de
the translated file.
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Database Backup Manager');
define('TABLE_HEADING_TITLE', 'Title');
define('TABLE_HEADING_FILE_DATE', 'Date');
define('TABLE_HEADING_FILE_SIZE', 'Size');
define('TABLE_HEADING_ACTION', 'Action');
define('TEXT_INFO_HEADING_NEW_BACKUP', 'New Backup');
define('TEXT_INFO_HEADING_RESTORE_LOCAL', 'Restore Local');
define('TEXT_INFO_NEW_BACKUP', 'Do not interrupt the backup process which might take a couple of minutes.');
define('TEXT_INFO_UNPACK', '<br /><br />(after unpacking the file from the archive)');
define('TEXT_INFO_DATE', 'Date:');
define('TEXT_INFO_SIZE', 'Size:');
define('TEXT_INFO_COMPRESSION', 'Compression:');
define('TEXT_INFO_USE_GZIP', 'Use GZIP');
define('TEXT_INFO_USE_ZIP', 'Use ZIP');
define('TEXT_INFO_USE_NO_COMPRESSION', 'No Compression (Pure SQL)');
define('TEXT_INFO_DOWNLOAD_ONLY', 'Download only (do not store server side)');
define('TEXT_INFO_BEST_THROUGH_HTTPS', 'Best through a HTTPS connection');
define('TEXT_DELETE_INTRO', 'Are you sure you want to delete this backup?');
define('TEXT_NO_EXTENSION', 'None');
define('TEXT_EXPORT_DIRECTORY', 'Backup Directory:');
define('TEXT_FORGET', '(<u>forget</u>)');
define('ERROR_EXPORT_DIRECTORY_DOES_NOT_EXIST', 'Error!</strong> Backup directory does not exist. Please set this in configure.php.');
define('ERROR_EXPORT_DIRECTORY_NOT_WRITEABLE', 'Error!</strong> Backup directory is not writeable.');
define('ERROR_DOWNLOAD_LINK_NOT_ACCEPTABLE', 'Error!</strong> Download link not acceptable.');
define('SUCCESS_DATABASE_SAVED', 'Success!</strong> The database has been saved.');
define('SUCCESS_DATABASE_RESTORED', 'Success!</strong> The database has been restored.');
define('SUCCESS_EXPORT_DELETED', 'Success!</strong> The backup has been removed.');

View File

@ -0,0 +1,39 @@
<?php
/* ----------------------------------------------------------------------
$Id: featured.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Featured Products');
define('TABLE_HEADING_PRODUCTS', 'Products');
define('TABLE_HEADING_STATUS', 'Status');
define('TABLE_HEADING_ACTION', 'Action');
define('TEXT_FEATURED_PRODUCT', 'Product:');
define('TEXT_FEATURED_EXPIRES_DATE', 'Expiry Date:<br /><small>(YYYY-MM-DD)</small>');
define('TEXT_INFO_DATE_ADDED', 'Date Added:');
define('TEXT_INFO_LAST_MODIFIED', 'Last Modified:');
define('TEXT_INFO_EXPIRES_DATE', 'Expires At:');
define('TEXT_INFO_STATUS_CHANGE', 'Status Change:');
define('TEXT_INFO_HEADING_DELETE_FEATURED', 'Delete Featured Product');
define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete this featured product?');
define('TEXT_IMAGE_NONEXISTENT', 'IMAGE DOES NOT EXIST');

View File

@ -0,0 +1,27 @@
<?php
/* ----------------------------------------------------------------------
$Id: forbiden.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Access Denied');
define('NAVBAR_TITLE', 'No Right Permission Access');
define('TEXT_MAIN', '&nbsp;Please contact your <b>Web Administrator</b> to request <br />&nbsp;more access or if you found any problem.<br />&nbsp;');
define('TEXT_BACK', 'back');

View File

@ -0,0 +1,58 @@
<?php
/* ----------------------------------------------------------------------
$Id: geo_zones.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: geo_zones.php,v 1.6 2002/02/17 18:45:07 dgw_
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Tax Zones');
define('TABLE_HEADING_COUNTRY', 'Country');
define('TABLE_HEADING_COUNTRY_ZONE', 'Zone');
define('TABLE_HEADING_TAX_ZONES', 'Tax Zones');
define('TABLE_HEADING_ACTION', 'Action');
define('TEXT_INFO_HEADING_NEW_ZONE', 'New Zone');
define('TEXT_INFO_NEW_ZONE_INTRO', 'Please enter the new zone information');
define('TEXT_INFO_HEADING_EDIT_ZONE', 'Edit Zone');
define('TEXT_INFO_EDIT_ZONE_INTRO', 'Please make any necessary changes');
define('TEXT_INFO_HEADING_DELETE_ZONE', 'Delete Zone');
define('TEXT_INFO_DELETE_ZONE_INTRO', 'Are you sure you want to delete this zone?');
define('TEXT_INFO_HEADING_NEW_SUB_ZONE', 'New Sub Zone');
define('TEXT_INFO_NEW_SUB_ZONE_INTRO', 'Please enter the new sub zone information');
define('TEXT_INFO_HEADING_EDIT_SUB_ZONE', 'Edit Sub Zone');
define('TEXT_INFO_EDIT_SUB_ZONE_INTRO', 'Please make any necessary changes');
define('TEXT_INFO_HEADING_DELETE_SUB_ZONE', 'Delete Sub Zone');
define('TEXT_INFO_DELETE_SUB_ZONE_INTRO', 'Are you sure you want to delete this sub zone?');
define('TEXT_INFO_DATE_ADDED', 'Date Added:');
define('TEXT_INFO_LAST_MODIFIED', 'Last Modified:');
define('TEXT_INFO_ZONE_NAME', 'Zone Name:');
define('TEXT_INFO_ZONE_DESCRIPTION', 'Description:');
define('TEXT_INFO_COUNTRY', 'Country:');
define('TEXT_INFO_COUNTRY_ZONE', 'Zone:');
define('TYPE_BELOW', 'All Zones');
define('PLEASE_SELECT', 'All Zones');
define('TEXT_ALL_COUNTRIES', 'All Countries');

View File

@ -0,0 +1,54 @@
<?php
/* ----------------------------------------------------------------------
$Id: gv_mail.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: gv_mail.php,v 1.5.2.2 2003/04/27 12:36:00 wilt
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Send Gift Voucher To Customers');
define('TEXT_CUSTOMER', 'Customer:');
define('TEXT_SUBJECT', 'Subject:');
define('TEXT_FROM', 'From:');
define('TEXT_TO', 'Email To:');
define('TEXT_AMOUNT', 'Amount');
define('TEXT_MESSAGE', 'Message:');
define('TEXT_SINGLE_EMAIL', '<span class="smallText">Use this for sending single emails, otherwise use dropdown above</span>');
define('TEXT_SELECT_CUSTOMER', 'Select Customer');
define('TEXT_ALL_CUSTOMERS', 'All Customers');
define('TEXT_NEWSLETTER_CUSTOMERS', 'To All Newsletter Subscribers');
define('NOTICE_EMAIL_SENT_TO', 'Notice: Email sent to: %s');
define('ERROR_NO_CUSTOMER_SELECTED', 'Error: No customer has been selected.');
define('ERROR_NO_AMOUNT_SELECTED', 'Error: No amount has been selected.');
define('TEXT_GV_WORTH', 'The Gift Voucher is worth ');
define('TEXT_TO_REDEEM', 'To redeem this Gift Voucher, please click on the link below. Please also write down the redemption code');
define('TEXT_WHICH_IS', 'which is');
define('TEXT_IN_CASE', ' in case you have any problems.');
define('TEXT_OR_VISIT', 'or visit ');
define('TEXT_ENTER_CODE', ' and enter the code during the checkout process');
define ('TEXT_REDEEM_COUPON_MESSAGE_HEADER', 'You recently purchasd a Gift Voucher from our site, for security reasons, the amount of the Gift Voucher was not immediatley credited to you. The shop owner has now released this amount.');
define ('TEXT_REDEEM_COUPON_MESSAGE_AMOUNT', "\n\n" . 'The value of the Gift Voucher was %s');
define ('TEXT_REDEEM_COUPON_MESSAGE_BODY', "\n\n" . 'You can now visit our site, login and send the Gift Voucher amount to anyone you want.');
define ('TEXT_REDEEM_COUPON_MESSAGE_FOOTER', "\n\n");
define('TEXT_FROM_NAME', 'Absender Name:');
define('TEXT_FROM_MAIL', 'Absender eMail:');

View File

@ -0,0 +1,45 @@
<?php
/* ----------------------------------------------------------------------
$Id: gv_queue.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File:gv_queue.php,v 1.2.2.1 2003/04/27 12:36:00 wilt
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2002 - 2003 osCommerce
Gift Voucher System v1.0
Copyright (c) 2001,2002 Ian C Wilson
http://www.phesis.org
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Gift Voucher Release Queue');
define('TABLE_HEADING_CUSTOMERS', 'Customers');
define('TABLE_HEADING_ORDERS_ID', 'Order-No.');
define('TABLE_HEADING_VOUCHER_VALUE', 'Voucher Value');
define('TABLE_HEADING_DATE_PURCHASED', 'Date Purchased');
define('TABLE_HEADING_ACTION', 'Action');
define('TEXT_REDEEM_COUPON_MESSAGE_HEADER', 'You recently purchased a Gift Voucher from our online store.' . "\n"
. 'For security reasons this was not made immediately available to you.' . "\n"
. 'However this amount has now been released. You can now visit our store' . "\n"
. 'and sent the value via email to someone else' . "\n\n");
define('TEXT_REDEEM_COUPON_MESSAGE_AMOUNT', 'The Gift Voucher(s) you purchased are worth %s' . "\n\n");
define('TEXT_REDEEM_COUPON_MESSAGE_BODY', '');
define('TEXT_REDEEM_COUPON_MESSAGE_FOOTER', '');
define('TEXT_REDEEM_COUPON_SUBJECT', 'Gift Voucher Purchase');

View File

@ -0,0 +1,44 @@
<?php
/* ----------------------------------------------------------------------
$Id: gv_sent.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: gv_sent.php,v 1.2 2003/02/18 00:15:52 wilt
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2002 - 2003 osCommerce
Gift Voucher System v1.0
Copyright (c) 2001,2002 Ian C Wilson
http://www.phesis.org
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Gift Voucher\'s Sent');
define('TABLE_HEADING_SENDERS_NAME', 'Senders Name');
define('TABLE_HEADING_VOUCHER_VALUE', 'Voucher Value');
define('TABLE_HEADING_VOUCHER_CODE', 'Voucher Code');
define('TABLE_HEADING_DATE_SENT', 'Date Sent');
define('TABLE_HEADING_ACTION', 'Action');
define('TEXT_INFO_SENDERS_ID', 'Senders ID:');
define('TEXT_INFO_AMOUNT_SENT', 'Amount Sent:');
define('TEXT_INFO_DATE_SENT', 'Date Sent:');
define('TEXT_INFO_VOUCHER_CODE', 'Voucher Code:');
define('TEXT_INFO_EMAIL_ADDRESS', 'Email Addr:');
define('TEXT_INFO_DATE_REDEEMED', 'Date Redeemed:');
define('TEXT_INFO_IP_ADDRESS', 'IP Address:');
define('TEXT_INFO_CUSTOMERS_ID', 'Customer Id:');
define('TEXT_INFO_NOT_REDEEMED', 'Not Redeemed');

View File

@ -0,0 +1,29 @@
<?php
/* ----------------------------------------------------------------------
$Id: export_excel.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: backup.php,v 1.16 2002/03/16 21:30:02 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
If you made a translation, please send to
lang@oos-shop.de
the translated file.
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Update Excel Price');

View File

@ -0,0 +1,48 @@
<?php
/* ----------------------------------------------------------------------
$Id: index.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: index.php,v 1.2 2002/03/30 11:10:39 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Choose an action..');
define('BOX_TITLE_ORDERS', 'Orders');
define('BOX_TITLE_STATISTICS', 'Statistics');
define('BOX_ENTRY_HAMPEAGE', 'Homepage');
define('BOX_ENTRY_MAILING_LISTS', 'Mailing Lists');
define('BOX_ENTRY_FAQ', 'FAQ');
define('BOX_ENTRY_CUSTOMERS', 'Customers:');
define('BOX_ENTRY_PRODUCTS', 'Products:');
define('BOX_ENTRY_REVIEWS', 'Reviews:');
define('BOX_CONNECTION_PROTECTED', 'You are protected by a %s secure SSL connection.');
define('BOX_CONNECTION_UNPROTECTED', 'You are <font color="#ff0000">not</font> protected by a secure SSL connection.');
define('BOX_CONNECTION_UNKNOWN', 'unknown');
define('CATALOG_CONTENTS', 'Contents');
define('REPORTS_PRODUCTS', 'Products');
define('REPORTS_ORDERS', 'Orders');
define('TOOLS_BACKUP', 'Backup');
define('TOOLS_BANNERS', 'Banners');
define('TOOLS_FILES', 'Files');

View File

@ -0,0 +1,47 @@
<?php
/* ----------------------------------------------------------------------
$Id: information.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: information.php,v 1.14 2003/02/16 02:09:20 harley_vb
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Legally relevant pages');
define('TABLE_HEADING_INFORMATION', 'Legally relevant page');
define('TABLE_HEADING_ACTION', 'Action');
define('TABLE_HEADING_STATUS', 'Status');
define('TABLE_HEADING_SORT', 'Sort Order');
define('TEXT_HEADING_NEW_INFORMATION', 'New legally relevant page');
define('TEXT_HEADING_EDIT_INFORMATION', 'Edit Information');
define('TEXT_HEADING_DELETE_INFORMATION', 'Delete information');
define('TEXT_INFORMATION', 'Information:');
define('TEXT_DATE_ADDED', 'Date Added:');
define('TEXT_LAST_MODIFIED', 'Last Modified:');
define('TEXT_NEW_INTRO', 'Please enter the new information with all relevant data.');
define('TEXT_EDIT_INTRO', 'Please make all necessary changes.');
define('TEXT_INFORMATION_NAME', 'Information Name:');
define('TEXT_INFORMATION_DESCRIPTION', 'Information Description:');
define('TEXT_INFORMATION_HEADING_TITLE', 'Page Title:');
define('TEXT_INFORMATION_SORT_ORDER', 'Sort Order:');
define('TEXT_DELETE_INTRO', 'Are you sure you want to delete this page?');
define('TEXT_DATA', 'Data');

View File

@ -0,0 +1,43 @@
<?php
/* ----------------------------------------------------------------------
$Id: invoice.php,v 1.4 2007/08/11 05:51:00 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: invoice.php,v 1.1 2002/06/11 18:17:59 dgw_
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('TABLE_HEADING_COMMENTS', 'Comments');
define('TABLE_HEADING_PRODUCTS_MODEL', 'Model');
define('TABLE_HEADING_PRODUCTS_SERIAL_NUMBER', 'Serial Number');
define('TABLE_HEADING_PRODUCTS', 'Products');
define('TABLE_HEADING_TAX', 'Tax');
define('TABLE_HEADING_TOTAL', 'Total');
define('TABLE_HEADING_PRICE_EXCLUDING_TAX', 'Price (ex)');
define('TABLE_HEADING_PRICE_INCLUDING_TAX', 'Price (inc)');
define('TABLE_HEADING_TOTAL_EXCLUDING_TAX', 'Total (ex)');
define('TABLE_HEADING_TOTAL_INCLUDING_TAX', 'Total (inc)');
define('ENTRY_SOLD_TO', 'SOLD TO:');
define('ENTRY_SHIP_TO', 'SHIP TO:');
define('ENTRY_ORDER_NUMBER', 'Order #');
define('ENTRY_ORDER_DATE', 'Order Date & Time');
define('ENTRY_PAYMENT_METHOD', 'Payment Method:');
define('ENTRY_SUB_TOTAL', 'Sub-Total:');
define('ENTRY_TAX', 'Tax:');
define('ENTRY_SHIPPING', 'Shipping:');
define('ENTRY_TOTAL', 'Total:');

View File

@ -0,0 +1,29 @@
<?php
/* ----------------------------------------------------------------------
$Id: itransact.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: itransact.php,v 1.4 2002/03/30 16:07:00 harley_vb
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Open Your Transaction Control Panel');
define('SUB_BAR_TITLE', 'Click the image below. Your Gateway ID and Password are required.');
define('CPANEL_URL', 'https://secure.itransact.com/support/login.html');
define('CPANEL_URL_NAME', 'ctrlpan');

View File

@ -0,0 +1,51 @@
<?php
/* ----------------------------------------------------------------------
$Id: languages.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: languages.php,v 1.5 2002/01/18 00:46:42 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Languages');
define('HEADING_TITLE_SEARCH', 'Search:');
define('HEADING_TITLE_STATUS', 'Status:');
define('TEXT_ALL_LANGUAGES', 'alle Sprachen');
define('TEXT_ACTIVE_LANGUAGES', 'aktive Sprachen');
define('TABLE_HEADING_LANGUAGE_NAME', 'Language');
define('TABLE_HEADING_LANGUAGE_ISO_639_2', 'ISO 639-2');
define('TABLE_HEADING_LANGUAGE_ISO_639_1', 'ISO 639-1');
define('TABLE_HEADING_LANGUAGE_ISO_3166_1', 'ISO_3166-1');
define('TABLE_HEADING_LANGUAGE_STATUS', 'Status');
define('TABLE_HEADING_ACTION', 'Action');
define('TEXT_INFO_EDIT_INTRO', 'Please make any necessary changes');
define('TEXT_INFO_LANGUAGE_NAME', 'Name:');
define('TEXT_INFO_LANGUAGE_ISO_639_2', 'ISO 639-2');
define('TEXT_INFO_LANGUAGE_ISO_639_1', 'ISO 639-1');
define('TEXT_INFO_LANGUAGE_ISO_3166_1', 'ISO_3166-1');
define('TEXT_INFO_LANGUAGE_IMAGE', 'Image:');
define('TEXT_INFO_LANGUAGE_DIRECTORY', 'Directory:');
define('TEXT_INFO_LANGUAGE_SORT_ORDER', 'Sort Order:');
define('TEXT_INFO_INSERT_INTRO', 'Please enter the new language with its related data');
define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete this language?');
define('TEXT_INFO_HEADING_NEW_LANGUAGE', 'New Language');
define('TEXT_INFO_HEADING_EDIT_LANGUAGE', 'Edit Language');
define('TEXT_INFO_HEADING_DELETE_LANGUAGE', 'Delete Language');
define('ERROR_REMOVE_DEFAULT_LANGUAGE', 'Error: The default language can not be removed. Please set another language as default, and try again.');

View File

@ -0,0 +1,43 @@
<?php
/* ----------------------------------------------------------------------
$Id: login.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: login.php,v 1.11 2002/06/03 13:19:42 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Login Panel');
define('HEADING_RETURNING_ADMIN', 'Login Panel:');
define('TEXT_RETURNING_ADMIN', 'Staff only!');
define('ENTRY_EMAIL_ADDRESS', 'E-Mail Address:');
define('ENTRY_PASSWORD', 'Password:');
define('ENTRY_FIRSTNAME', 'First Name:');
define('IMAGE_BUTTON_LOGIN', 'Submit');
define('SECURITYCODE', 'Securitycode:');
define('TEXT_PASSWORD_FORGOTTEN', 'Password forgotten?');
define('TEXT_LOGIN_ERROR', '<strong>ERROR:</strong> Wrong username or password!');
define('TEXT_FORGOTTEN_ERROR', '<strong>ERROR:</strong> first name and password not match!');
define('TEXT_FORGOTTEN_FAIL', 'You have try over 3 times. For security reason, please contact your Web Administrator to get new password.');
define('TEXT_FORGOTTEN_SUCCESS', 'The new password have sent to your email address. Please check your email and click back to login.');
define('ADMIN_EMAIL_SUBJECT', 'New Password');
define('ADMIN_EMAIL_TEXT', 'Hi %s,' . "\n\n" . 'You can access the admin panel with the following password. Once you access the admin, please change your password!' . "\n\n" . 'Website : %s' . "\n" . 'Username: %s' . "\n" . 'Password: %s' . "\n\n" . 'Thanks!' . "\n" . '%s' . "\n\n" . 'This is an automated response, please do not reply!');

View File

@ -0,0 +1,26 @@
<?php
/* ----------------------------------------------------------------------
$Id: logoff.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Log Off');
define('NAVBAR_TITLE', 'Log Off');
define('TEXT_MAIN', 'You have been logged-off from <b>Admin</b> area. It is safe to leave the computer now. Click back to relogin');
define('TEXT_RELOGIN', 're-login');

View File

@ -0,0 +1,39 @@
<?php
/* ----------------------------------------------------------------------
$Id: mail.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: mail.php,v 1.8 2002/01/18 17:28:53 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Send Email To Customers');
define('TEXT_CUSTOMER', 'Customer:');
define('TEXT_SUBJECT', 'Subject:');
define('TEXT_FROM', 'From:');
define('TEXT_MESSAGE', 'Message:');
define('TEXT_SELECT_CUSTOMER', 'Select Customer');
define('TEXT_ALL_CUSTOMERS', 'All Customers');
define('TEXT_NEWSLETTER_CUSTOMERS', 'To All Newsletter Subscribers');
define('NOTICE_EMAIL_SENT_TO', 'Notice: Email sent to: %s');
define('ERROR_NO_CUSTOMER_SELECTED', 'Error: No customer has been selected.');
define('TEXT_FROM_NAME', 'Absender Name:');
define('TEXT_FROM_MAIL', 'Absender eMail:');

View File

@ -0,0 +1,53 @@
<?php
/* ----------------------------------------------------------------------
$Id: manual_loging.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: spg_manual_info.php
----------------------------------------------------------------------
P&G Shipping Module Version 0.4 12/03/2002
osCommerce Shipping Management Module
Copyright (c) 2002 - Oliver Baelde
http://www.francecontacts.com
dev@francecontacts.com
- eCommerce Solutions development and integration -
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2002 - 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Manual Entry Flag');
define('TABLE_HEADING_MANUAL_ENTRY', 'Flag');
define('TABLE_HEADING_STATUS', 'Status');
define('TABLE_HEADING_ACTION', 'Action');
define('TABLE_HEADING_MANUAL_ENTRY_PROCESS', 'IMPORTANT: Read Manual Entry Process here before starting');
define('TABLE_HEADING_EMAIL_PROCESS', 'Make sure to SET TO INACTIVE this flag as soon as you are done with manual entry');
define('TEXT_CONTACT_CLASS', 'Contact Type Class');
define('HEADING_LOGIN_ADMIN_EXPLAIN', 'If Client has already an account in the catalog, login here');
define('HEADING_CREATE_ORDER_EXPLAIN', 'If you need to create a new account and enter a manual order , start here.<br />* Note: this order entry process will not send emails to client when account is created or order placed.');
define('TEXT_INFO_DATE_ADDED', 'Date Added:');
define('TEXT_INFO_LAST_MODIFIED', 'Last Modified:');
define('TEXT_INFO_EXPIRES_DATE', 'Expires At:');
define('TEXT_INFO_STATUS_CHANGE', 'Status Change:');
define('IMAGE_LOGIN', 'Admin Login');
define('HEADING_SET_FLAG', 'In order To Do a Manual Entry, set the flag status to active (Green).<br />For added security, set flag status to inactive (Red) when you are done with this utility');
define('MAN_LOGIN_ADMIN', 'Admin Login to Catalog');
define('MAN_LOGIN_ADMIN_EXPLAIN', 'You can login now to the catalog under an admin account.');
define('HEADING_LOGIN_ADMIN', 'Admin Login under Existing Account Name');
define('TEXT_EMAIL_ADDRESS', 'Select Customer');
define('TEXT_SELECT_CUSTOMER', 'Select Customer');
define('IMAGE_CREATE_ORDER', 'Create Order');
define('HEADING_CREATE_ORDER_ADMIN', 'Create Order under NEW account name');

View File

@ -0,0 +1,53 @@
<?php
/* ----------------------------------------------------------------------
$Id: manufacturers.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: manufacturers.php,v 1.10 2002/08/19 01:58:58
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Manufacturers');
define('TABLE_HEADING_MANUFACTURERS', 'Manufacturers');
define('TABLE_HEADING_ACTION', 'Action');
define('TEXT_HEADING_NEW_MANUFACTURER', 'New Manufacturer');
define('TEXT_HEADING_EDIT_MANUFACTURER', 'Edit Manufacturer');
define('TEXT_HEADING_DELETE_MANUFACTURER', 'Delete Manufacturer');
define('TEXT_MANUFACTURERS', 'Manufacturers:');
define('TEXT_DATE_ADDED', 'Date Added:');
define('TEXT_LAST_MODIFIED', 'Last Modified:');
define('TEXT_PRODUCTS', 'Products:');
define('TEXT_IMAGE_NONEXISTENT', 'IMAGE DOES NOT EXIST');
define('TEXT_NEW_INTRO', 'Please fill out the following information for the new manufacturer');
define('TEXT_EDIT_INTRO', 'Please make any necessary changes');
define('TEXT_MANUFACTURERS_NAME', 'Manufacturers Name:');
define('TEXT_MANUFACTURERS_IMAGE', 'Manufacturers Image:');
define('TEXT_MANUFACTURERS_URL', 'Manufacturers URL:');
define('TEXT_DELETE_INTRO', 'Are you sure you want to delete this manufacturer?');
define('TEXT_DELETE_IMAGE', 'Delete manufacturers image?');
define('TEXT_DELETE_PRODUCTS', 'Delete products from this manufacturer? (including product reviews, products on special, upcoming products)');
define('TEXT_DELETE_WARNING_PRODUCTS', '<b>WARNING:</b> There are %s products still linked to this manufacturer!');
define('ERROR_DIRECTORY_NOT_WRITEABLE', 'Error: I can not write to this directory. Please set the right user permissions on: %s');
define('ERROR_DIRECTORY_DOES_NOT_EXIST', 'Error: Directory does not exist: %s');

View File

@ -0,0 +1,29 @@
<?php
/* ----------------------------------------------------------------------
$Id: max_order.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: max_order.php v1.00 2003/04/27 JOHNSON
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2001 - 2003 osCommerce
Max Order - 2003/04/27 JOHNSON - Copyright (c) 2003 Matti Ressler - mattifinn@optusnet.com.au
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('NAVBAR_TITLE', 'Maximum order');
define('HEADING_TITLE', 'Maximum order');
define('TEXT_INFORMATION', 'You are '. $currencies->format ($cart->show_total() - (+$max_order)) .' above your ' . $currencies->format($max_order) . ' Credit Limit. <br />Please contact our Sales Team to confirm your order.');

View File

@ -0,0 +1,34 @@
<?php
/* ----------------------------------------------------------------------
$Id: modules.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: modules.php,v 1.5 2002/04/03 23:25:41 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE_MODULES_PAYMENT', 'Payment Modules');
define('HEADING_TITLE_MODULES_SHIPPING', 'Shipping Modules');
define('HEADING_TITLE_MODULES_ORDER_TOTAL', 'Order Total Modules');
define('TABLE_HEADING_MODULES', 'Modules');
define('TABLE_HEADING_SORT_ORDER', 'Sort Order');
define('TABLE_HEADING_STATUS', 'Status');
define('TABLE_HEADING_ACTION', 'Action');
define('TEXT_MODULE_DIRECTORY', 'Module Directory:');

View File

@ -0,0 +1,25 @@
<?php
/* ----------------------------------------------------------------------
$Id: newsletter.php,v 1.3 2007/06/13 16:38:21 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.3 2002/03/08 18:38:18 hpdl
----------------------------------------------------------------------
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', 'Customers receiving newsletter: %s');

View File

@ -0,0 +1,35 @@
<?php
/* ----------------------------------------------------------------------
$Id: product_notification.php,v 1.3 2007/06/13 16:38:21 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.3 2002/03/10 01:34:25 hpdl
----------------------------------------------------------------------
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', 'Customers receiving newsletter: %s');
define('TEXT_PRODUCTS', 'Products');
define('TEXT_SELECTED_PRODUCTS', 'Selected Products');
define('JS_PLEASE_SELECT_PRODUCTS', 'Please select some products.');
define('BUTTON_GLOBAL', 'GLOBAL');
define('BUTTON_SELECT', '>>>');
define('BUTTON_UNSELECT', '<<<');
define('BUTTON_SUBMIT', 'Submit');
define('BUTTON_CANCEL', 'Cancel');

View File

@ -0,0 +1,50 @@
<?php
/* ----------------------------------------------------------------------
$Id: newsletters.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: newsletters.php,v 1.5 2002/03/08 22:10:08 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Newsletter Manager');
define('TABLE_HEADING_NEWSLETTERS', 'Newsletters');
define('TABLE_HEADING_SIZE', 'Size');
define('TABLE_HEADING_MODULE', 'Module');
define('TABLE_HEADING_SENT', 'Sent');
define('TABLE_HEADING_STATUS', 'Status');
define('TABLE_HEADING_ACTION', 'Action');
define('TEXT_NEWSLETTER_MODULE', 'Module:');
define('TEXT_NEWSLETTER_TITLE', 'Newsletter Title:');
define('TEXT_NEWSLETTER_CONTENT', 'Content:');
define('TEXT_NEWSLETTER_DATE_ADDED', 'Date Added:');
define('TEXT_NEWSLETTER_DATE_SENT', 'Date Sent:');
define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete this newsletter?');
define('TEXT_PLEASE_WAIT', 'Please wait .. sending emails ..<br /><br />Please do not interrupt this process!');
define('TEXT_FINISHED_SENDING_EMAILS', 'Finished sending e-mails!');
define('ERROR_NEWSLETTER_TITLE', 'Error: Newsletter title required');
define('ERROR_NEWSLETTER_MODULE', 'Error: Newsletter module required');
define('ERROR_REMOVE_UNLOCKED_NEWSLETTER', 'Error: Please lock the newsletter before deleting it.');
define('ERROR_EDIT_UNLOCKED_NEWSLETTER', 'Error: Please lock the newsletter before editing it.');
define('ERROR_SEND_UNLOCKED_NEWSLETTER', 'Error: Please lock the newsletter before sending it.');

View File

@ -0,0 +1,111 @@
<?php
/* ----------------------------------------------------------------------
$Id: orders.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: orders.php,v 1.24 2003/02/09 13:15:22 thomasamoulton
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
If you made a translation, please send to
lang@oos-shop.de
the translated file.
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Orders');
define('HEADING_TITLE_SEARCH', 'Order ID:');
define('HEADING_TITLE_STATUS', 'Status:');
define('TABLE_HEADING_COMMENTS', 'Comments');
define('TABLE_HEADING_CUSTOMERS', 'Customers');
define('TABLE_HEADING_ORDER_TOTAL', 'Order Total');
define('TABLE_HEADING_DATE_PURCHASED', 'Date Purchased');
define('TABLE_HEADING_STATUS', 'Status');
define('TABLE_HEADING_ACTION', 'Action');
define('TABLE_HEADING_QUANTITY', 'Qty.');
define('TABLE_HEADING_PRODUCTS_SERIAL_NUMBER', 'Serial Number');
define('TABLE_HEADING_PRODUCTS_MODEL', 'Model');
define('TABLE_HEADING_PRODUCTS', 'Products');
define('TABLE_HEADING_TAX', 'Tax');
define('TABLE_HEADING_TOTAL', 'Total');
define('TABLE_HEADING_STATUS', 'Status');
define('TABLE_HEADING_PRICE_EXCLUDING_TAX', 'Price (ex)');
define('TABLE_HEADING_PRICE_INCLUDING_TAX', 'Price (inc)');
define('TABLE_HEADING_TOTAL_EXCLUDING_TAX', 'Total (ex)');
define('TABLE_HEADING_TOTAL_INCLUDING_TAX', 'Total (inc)');
define('TABLE_HEADING_STATUS', 'Status');
define('TABLE_HEADING_CUSTOMER_NOTIFIED', 'Customer Notified');
define('TABLE_HEADING_DATE_ADDED', 'Date Added');
define('ENTRY_CUSTOMER', 'Customer:');
define('ENTRY_SOLD_TO', 'SOLD TO:');
define('ENTRY_STREET_ADDRESS', 'Street Address:');
define('ENTRY_CITY', 'City:');
define('ENTRY_POST_CODE', 'Post Code:');
define('ENTRY_STATE', 'State:');
define('ENTRY_COUNTRY', 'Country:');
define('ENTRY_TELEPHONE', 'Telephone:');
define('ENTRY_EMAIL_ADDRESS', 'E-Mail Address:');
define('ENTRY_DELIVERY_TO', 'Delivery To:');
define('ENTRY_SHIP_TO', 'SHIP TO:');
define('ENTRY_SHIPPING_ADDRESS', 'Shipping Address:');
define('ENTRY_BILLING_ADDRESS', 'Billing Address:');
define('ENTRY_ORDER_NUMBER', 'Order #');
define('ENTRY_ORDER_DATE', 'Order Date & Time');
define('ENTRY_PAYMENT_METHOD', 'Payment Method:');
define('ENTRY_SUB_TOTAL', 'Sub-Total:');
define('ENTRY_TAX', 'Tax:');
define('ENTRY_SHIPPING', 'Shipping:');
define('ENTRY_TOTAL', 'Total:');
define('ENTRY_DATE_PURCHASED', 'Date Purchased:');
define('ENTRY_STATUS', 'Status:');
define('ENTRY_DATE_LAST_UPDATED', 'Date Last Updated:');
define('ENTRY_NOTIFY_CUSTOMER', 'Notify Customer:');
define('ENTRY_NOTIFY_COMMENTS', 'Append Comments:');
define('ENTRY_PRINTABLE', 'Print Invoice');
define('TEXT_INFO_HEADING_DELETE_ORDER', 'Delete Order');
define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete this order?');
define('TEXT_INFO_RESTOCK_PRODUCT_QUANTITY', 'Restock product quantity');
define('TEXT_DATE_ORDER_CREATED', 'Date Created:');
define('TEXT_DATE_ORDER_LAST_MODIFIED', 'Last Modified:');
define('TEXT_INFO_PAYMENT_METHOD', 'Payment Method:');
define('TEXT_ALL_ORDERS', 'All Orders');
define('TEXT_NO_ORDER_HISTORY', 'No Order History Available');
define('ERROR_ORDER_DOES_NOT_EXIST', 'Error: Order does not exist.');
define('SUCCESS_ORDER_UPDATED', 'Success: Order has been successfully updated.');
define('WARNING_ORDER_NOT_UPDATED', 'Warning: Nothing to change. The order was not updated.');
define('TEXT_BANK', 'Bankeinzug');
define('TEXT_BANK_OWNER', 'Kontoinhaber:');
define('TEXT_BANK_NUMBER', 'Kontonummer:');
define('TEXT_BANK_BLZ', 'BLZ:');
define('TEXT_BANK_NAME', 'Bank:');
define('TEXT_BANK_STATUS', 'Prüfstatus:');
define('TEXT_BANK_PRZ', 'Prüfverfahren:');
define('TEXT_BANK_ERROR_1', 'Kontonummer stimmt nicht mit BLZ überein!');
define('TEXT_BANK_ERROR_2', 'Für diese Kontonummer ist kein Prüfverfahren definiert!');
define('TEXT_BANK_ERROR_3', 'Kontonummer nicht prüfbar! Prüfverfahren nicht implementiert');
define('TEXT_BANK_ERROR_4', 'Kontonummer technisch nicht prüfbar!');
define('TEXT_BANK_ERROR_5', 'Bankleitzahl nicht gefunden!');
define('TEXT_BANK_ERROR_8', 'Keine Bankleitzahl angegeben!');
define('TEXT_BANK_ERROR_9', 'Keine Kontonummer angegeben!');
define('TEXT_BANK_ERRORCODE', 'Fehlercode:');

View File

@ -0,0 +1,40 @@
<?php
/* ----------------------------------------------------------------------
$Id: orders_status.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: orders_status.php,v 1.5 2002/01/29 14:43:00 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Orders Status');
define('TABLE_HEADING_ORDERS_STATUS', 'Orders Status');
define('TABLE_HEADING_ACTION', 'Action');
define('TEXT_INFO_EDIT_INTRO', 'Please make any necessary changes');
define('TEXT_INFO_ORDERS_STATUS_NAME', 'Orders Status:');
define('TEXT_INFO_INSERT_INTRO', 'Please enter the new orders status with its related data');
define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete this order status?');
define('TEXT_INFO_HEADING_NEW_ORDERS_STATUS', 'New Orders Status');
define('TEXT_INFO_HEADING_EDIT_ORDERS_STATUS', 'Edit Orders Status');
define('TEXT_INFO_HEADING_DELETE_ORDERS_STATUS', 'Delete Orders Status');
define('ERROR_REMOVE_DEFAULT_ORDER_STATUS', 'Error: The default order status can not be removed. Please set another order status as default, and try again.');
define('ERROR_STATUS_USED_IN_ORDERS', 'Error: This order status is currently used in orders.');
define('ERROR_STATUS_USED_IN_HISTORY', 'Error: This order status is currently used in the order status history.');

View File

@ -0,0 +1,32 @@
<?php
/* ----------------------------------------------------------------------
$Id: packingslip.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: packingslip.php,v 1.1 2002/06/11 17:41:55 dgw_
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('TABLE_HEADING_COMMENTS', 'Comments');
define('TABLE_HEADING_PRODUCTS_MODEL', 'Model');
define('TABLE_HEADING_PRODUCTS_SERIAL_NUMBER', 'Serial Number');
define('TABLE_HEADING_PRODUCTS', 'Products');
define('ENTRY_SOLD_TO', 'SOLD TO:');
define('ENTRY_SHIP_TO', 'SHIP TO:');
define('ENTRY_PAYMENT_METHOD', 'Payment Method:');

View File

@ -0,0 +1,28 @@
<?php
/* ----------------------------------------------------------------------
$Id: password_forgotten.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: password_forgotten.php,v 1.6 2002/11/19 01:48:08 dgw_
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('ADMIN_PASSWORD_SUBJECT', STORE_NAME . ' - New Password');
define('ADMIN_EMAIL_TEXT', 'A new password was requested from ' . oos_server_get_var('REMOTE_ADDR') . '.' . "\n\n" . 'Your new password to \'' . STORE_NAME . '\' is:' . "\n\n" . ' %s' . "\n\n");
define('HEADING_PASSWORD_FORGOTTEN', 'Password Forgotten:');
define('TEXT_PASSWORD_INFO', 'Please enter your Username and e-mail address then click on the Send Password button.<br />You will receive a new password shortly. Use this new password to access the site.');

View File

@ -0,0 +1,20 @@
<?php
/* ----------------------------------------------------------------------
$Id: plugins.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Plugins');
define('TABLE_HEADING_PLUGINS', 'Plugins');
define('TABLE_HEADING_SORT_ORDER', 'Sort Order');
define('TABLE_HEADING_STATUS', 'Status');
define('TABLE_HEADING_ACTION', 'Action');
define('TEXT_MODULE_DIRECTORY', 'Module Directory:');

View File

@ -0,0 +1,98 @@
<?php
/* ----------------------------------------------------------------------
$Id: products.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: categories.php,v 1.24 2002/08/17 09:43:33 project3000
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'New Product');
define('TEXT_NEW_PRODUCT', 'New Product in &quot;%s&quot;');
define('TEXT_PRODUCTS', 'Products');
define('TEXT_PRODUCTS_DATA', 'Productsdata');
define('TEXT_PRODUCTS_PRICE_INFO', 'Price:');
define('TEXT_PRODUCTS_TAX_CLASS', 'Tax Class:');
define('TEXT_PRODUCTS_AVERAGE_RATING', 'Average Rating:');
define('TEXT_PRODUCTS_QUANTITY_INFO', 'Quantity:');
define('TEXT_DATE_ADDED', 'Date Added:');
define('TEXT_DATE_AVAILABLE', 'Date Available:');
define('TEXT_LAST_MODIFIED', 'Last Modified:');
define('TEXT_IMAGE_NONEXISTENT', 'IMAGE DOES NOT EXIST');
define('TEXT_PRODUCT_MORE_INFORMATION', 'For more information, please visit this products <a href="http://%s" target="blank"><u>webpage</u></a>.');
define('TEXT_PRODUCT_DATE_ADDED', 'This product was added to our catalog on %s.');
define('TEXT_PRODUCT_DATE_AVAILABLE', 'This product will be in stock on %s.');
define('TEXT_TAX_INFO', ' ex VAT:');
define('TEXT_PRODUCTS_LIST_PRICE', 'List:');
define('TEXT_PRODUCTS_BASE_PRICE', 'Base Price ');
define('TEXT_PRODUCTS_BASE_UNIT', 'Base Price Units:');
define('TEXT_PRODUCTS_BASE_PRICE_FACTOR', 'Factor to calculate Base Price:');
define('TEXT_PRODUCTS_BASE_QUANTITY', 'Base Quantity:');
define('TEXT_PRODUCTS_PRODUCT_QUANTITY', 'Product Quantity:');
define('TEXT_PRODUCTS_PRODUCT_MINIMUM_ORDER', 'Minimum Order Quantity');
define('TEXT_PRODUCTS_PRODUCT_PACKAGING_UNIT', 'Packaging Unit');
define('TEXT_PRODUCTS_PRODUCT_MAXIMUM_ORDER', 'Maximum Order Quantity');
define('TEXT_PRODUCTS_UNIT', 'Product Unit');
define('TEXT_PRODUCTS_IMAGE_REMOVE', '<b>Remove</b> this Image from this Product?');
define('TEXT_PRODUCTS_BUTTON_DELETE', '<b>Delete</b> this Image from the Server?');
define('TEXT_ADD_MORE_UPLOAD', 'Add more upload boxes');
define('TEXT_NOT_RELOAD', 'Does not reload!');
define('TEXT_INFO_DETAILS', 'Details');
define('TEXT_INFO_PREVIEW', 'Preview');
define('ENTRY_STATUS', 'Status:');
define('TEXT_PRODUCTS_STATUS', 'Products Status:');
define('TEXT_CATEGORIES', 'Categories');
define('TEXT_PRODUCTS_DATE_AVAILABLE', 'Date Available:');
define('TEXT_PRODUCT_NOT_AVAILABLE', 'not available');
define('TEXT_PRODUCTS_MANUFACTURER', 'Products Manufacturer:');
define('TEXT_PRODUCTS_NAME', 'Products Name:');
define('TEXT_PRODUCTS_TITLE', 'Products Title for SEO:');
define('TEXT_PRODUCTS_DESCRIPTION', 'Products Description:');
define('TEXT_PRODUCTS_SHORT_DESCRIPTION', 'Short Products Description:');
define('TEXT_PRODUCTS_ESSENTIAL_CHARACTERISTICS', 'The essential characteristics:');
define('TEXT_EDIT_CATEGORIES_DESCRIPTION_META', 'Category description for Description TAG (max. 250 letters)');
define('TEXT_PRODUCTS_QUANTITY', 'Products Quantity:');
define('TEXT_PRODUCTS_REORDER_LEVEL', 'Products Reorder Level:');
define('TEXT_REPLACEMENT_PRODUCT', 'Replacement Product:');
define('TEXT_PRODUCTS_MODEL', 'Products Model:');
define('TEXT_PRODUCTS_EAN', 'EAN :');
define('TEXT_PRODUCTS_IMAGE', 'Products Image');
define('TEXT_PRODUCTS_URL', 'Products URL:');
define('TEXT_PRODUCTS_URL_WITHOUT_HTTP', '<small>(without http://)</small>');
define('TEXT_PRODUCTS_PRICE', 'Products Price (Net):');
define('TEXT_PRODUCTS_PRICE_WITH_TAX', 'Products Price (Gross):');
define('TEXT_PRODUCTS_WEIGHT', 'Products Weight:');
define('TEXT_IMAGE_REMOVE', '<b>Remove</b> this Image from this product?');
define('ERROR_CANNOT_LINK_TO_SAME_CATEGORY', 'Error: Can not link products in the same category.');
define('ERROR_CATALOG_IMAGE_DIRECTORY_NOT_WRITEABLE', 'Error: Catalog images directory is not writeable: ' . OOS_ABSOLUTE_PATH . OOS_IMAGES);
define('ERROR_CATALOG_IMAGE_DIRECTORY_DOES_NOT_EXIST', 'Error: Catalog images directory does not exist: ' . OOS_ABSOLUTE_PATH . OOS_IMAGES);
define('ERROR_OUTOFSTOCK', 'Not enough items of this product in stock Available.');
define('ERROR_REPLACEMENT', 'A replacement product was specified. The status has been changed to : No longer available/there is a replacement product.');
define('TEXT_DISCOUNTS_TITLE','Quantity Discounts');
define('TEXT_DISCOUNTS_BREAKS','Breaks');
define('TEXT_DISCOUNTS_QTY','Quantity');
define('TEXT_DISCOUNTS_PRICE','Price (Net)');
define('TEXT_DISCOUNTS_PRICE_WITH_TAX', 'Price (Gross):');

View File

@ -0,0 +1,48 @@
<?php
/* ----------------------------------------------------------------------
$Id: products_attributes.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: products_attributes.php,v 1.6 2002/03/30 16:01: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('HEADING_TITLE_OPT', 'Product Options');
define('HEADING_TITLE_VAL', 'Option Values');
define('HEADING_TITLE_ATRIB', 'Products Attributes');
define('TABLE_HEADING_ID', 'ID');
define('TABLE_HEADING_PRODUCT', 'Product Name');
define('TABLE_HEADING_OPT_NAME', 'Option Name');
define('TABLE_HEADING_OPT_VALUE', 'Option Value');
define('TABLE_HEADING_OPT_PRICE', 'Value Price');
define('TABLE_HEADING_OPT_TYPE', 'Optionstype');
define('TABLE_HEADING_SORT_ORDER_VALUE', 'Sort Order');
define('TABLE_HEADING_OPT_PRICE_PREFIX', 'Prefix');
define('TABLE_HEADING_ACTION', 'Action');
define('TABLE_HEADING_DOWNLOAD', 'Downloadable products:');
define('TABLE_TEXT_FILENAME', 'Filename:');
define('TABLE_TEXT_MAX_DAYS', 'Expiry days:');
define('TABLE_TEXT_MAX_COUNT', 'Maximum download count:');
define('TEXT_TAX_INFO', ' ex VAT:');
define('MAX_ROW_LISTS_OPTIONS', 10);
define('TEXT_WARNING_OF_DELETE', 'This option has products and values linked to it - it is not safe to delete it.');
define('TEXT_OK_TO_DELETE', 'This option has no products and values linked to it - it is safe to delete it.');
define('TEXT_OPTION_ID', 'Option ID');
define('TEXT_OPTION_NAME', 'Option Name');

View File

@ -0,0 +1,43 @@
<?php
/* ----------------------------------------------------------------------
$Id: products_attributes_add.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: products_attributes.php,v 1.6 2002/03/30 16:01: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('HEADING_TITLE_ATRIB', 'Products Attributes');
define('TABLE_HEADING_ID', 'ID');
define('TABLE_HEADING_PRODUCT', 'Product Name');
define('TABLE_HEADING_OPT_NAME', 'Option Name');
define('TABLE_HEADING_OPT_VALUE', 'Option Value');
define('TABLE_HEADING_OPT_PRICE', 'Value Price');
define('TABLE_HEADING_OPT_TYPE', 'Optionstype');
define('TABLE_HEADING_SORT_ORDER_VALUE', 'Sort Order');
define('TABLE_HEADING_OPT_PRICE_PREFIX', 'Prefix');
define('TABLE_HEADING_ACTION', 'Action');
define('TABLE_HEADING_DOWNLOAD', 'Downloadable products:');
define('TABLE_TEXT_FILENAME', 'Filename:');
define('TABLE_TEXT_MAX_DAYS', 'Expiry days:');
define('TABLE_TEXT_MAX_COUNT', 'Maximum download count:');
define('TEXT_TAX_INFO', ' ex VAT:');
define('MAX_ROW_LISTS_OPTIONS', 10);
define('TEXT_OPTION_ID', 'Option ID');
define('TEXT_OPTION_NAME', 'Option Name');

View File

@ -0,0 +1,31 @@
<?php
/* ----------------------------------------------------------------------
$Id: products_expected.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: products_expected.php,v 1.7 2002/01/30 01:23:42 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Products Expected');
define('TABLE_HEADING_PRODUCTS', 'Products');
define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected');
define('TABLE_HEADING_ACTION', 'Action');
define('TEXT_INFO_DATE_EXPECTED', 'Date Expected:');

View File

@ -0,0 +1,37 @@
<?php
/* ----------------------------------------------------------------------
$Id: products.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: categories.php,v 1.22 2002/08/17 09:43:33 project3000
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Products Status');
define('TABLE_HEADING_PRODUCTS_STATUS', 'Products Status');
define('TABLE_HEADING_ACTION', 'Aktion');
define('TEXT_INFO_EDIT_INTRO', 'Please make any necessary changes');
define('TEXT_INFO_PRODUCTS_STATUS_NAME', 'Orders Status:');
define('TEXT_INFO_INSERT_INTRO', 'Please enter the new products status with its related data');
define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete this product status?');
define('TEXT_INFO_HEADING_NEW_PRODUCTS_STATUS', 'New Products Status');
define('TEXT_INFO_HEADING_EDIT_PRODUCTS_STATUS', 'Edit Products Status');
define('TEXT_INFO_HEADING_DELETE_PRODUCTS_STATUS', 'Delete Products Status');
define('ERROR_REMOVE_DEFAULT_ORDER_STATUS', 'Error: The default product status can not be removed. Please set another product status as default, and try again.');
define('ERROR_STATUS_USED_IN_PRODUCTS', 'Error: This product status is currently used in orders.');
define('ERROR_STATUS_USED_IN_HISTORY', 'Error: This product status is currently used in the product status history.');

View File

@ -0,0 +1,37 @@
<?php
/* ----------------------------------------------------------------------
$Id: products_units.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: orders_status.php,v 1.5 2002/01/29 14:43:00 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Packing unit');
define('TABLE_HEADING_PRODUCTS_UNITS', 'Packing unit');
define('TABLE_HEADING_ACTION', 'Action');
define('TEXT_INFO_EDIT_INTRO', 'Please make any necessary changes');
define('TEXT_INFO_PRODUCTS_UNITS_NAME', 'Packing unit:');
define('TEXT_INFO_INSERT_INTRO', 'Please enter the new orders status with its related data');
define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete this order status?');
define('TEXT_INFO_HEADING_NEW_PRODUCTS_UNITS', 'New packing unit');
define('TEXT_INFO_HEADING_EDIT_PRODUCTS_UNITS', 'Edit packing unit');
define('TEXT_INFO_HEADING_DELETE_PRODUCTS_UNITS', 'Delete packing unit');
define('ERROR_REMOVE_DEFAULT_ORDER_STATUS', 'Error: The default packing unit can not be removed. Please set another packing unit as default, and try again.');
define('ERROR_STATUS_USED_IN_PRODUCTS', 'Error: This packing unit is currently used in products.');

View File

@ -0,0 +1,55 @@
<?php
/* ----------------------------------------------------------------------
$Id: reviews.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: reviews.php,v 1.6 2002/01/30 16:24:23 harley_vb
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Reviews');
define('TABLE_HEADING_PRODUCTS', 'Products');
define('TABLE_HEADING_RATING', 'Rating');
define('TABLE_HEADING_STATUS', 'Status:');
define('TABLE_HEADING_DATE_ADDED', 'Date Added');
define('TABLE_HEADING_ACTION', 'Action');
define('ENTRY_PRODUCT', 'Product:');
define('ENTRY_FROM', 'From:');
define('ENTRY_DATE', 'Date:');
define('ENTRY_REVIEW', 'Review:');
define('ENTRY_REVIEW_TEXT', '<small><font color="#ff0000"><b>NOTE:</b></font></small>&nbsp;HTML is not translated!&nbsp;');
define('ENTRY_RATING', 'Rating:');
define('TEXT_INFO_DELETE_REVIEW_INTRO', 'Are you sure you want to delete this review?');
define('TEXT_INFO_DATE_ADDED', 'Date Added:');
define('TEXT_INFO_LAST_MODIFIED', 'Last Modified:');
define('TEXT_IMAGE_NONEXISTENT', 'IMAGE DOES NOT EXIST');
define('TEXT_INFO_REVIEW_AUTHOR', 'Author:');
define('TEXT_INFO_REVIEW_RATING', 'Rating:');
define('TEXT_INFO_REVIEW_STATUS', 'Review Status:');
define('TEXT_INFO_REVIEW_READ', 'Read:');
define('TEXT_INFO_REVIEW_SIZE', 'Size:');
define('TEXT_INFO_PRODUCTS_AVERAGE_RATING', 'Average Rating:');
define('TEXT_OF_5_STARS', '%s of 5 Stars!');
define('TEXT_GOOD', '<small><font color="#ff0000"><b>GOOD</b></font></small>');
define('TEXT_BAD', '<small><font color="#ff0000"><b>BAD</b></font></small>');
define('TEXT_INFO_HEADING_DELETE_REVIEW', 'Delete Review');

View File

@ -0,0 +1,46 @@
<?php
/* ----------------------------------------------------------------------
$Id: specials.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: specials.php,v 1.10 2002/03/16 15:07:21 project3000
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Specials');
define('TABLE_HEADING_PRODUCTS', 'Products');
define('TABLE_HEADING_PRODUCTS_PRICE', 'Products Price');
define('TABLE_HEADING_STATUS', 'Status');
define('TABLE_HEADING_ACTION', 'Action');
define('TEXT_SPECIALS_PRODUCT', 'Product:');
define('TEXT_SPECIALS_SPECIAL_PRICE', 'Special Price:');
define('TEXT_SPECIALS_EXPIRES_DATE', 'Expiry Date:<br /><small>(YYYY-MM-DD)</small>');
define('TEXT_SPECIALS_PRICE_TIP', '<b>Specials Notes:</b><ul><li>You can enter a percentage to deduct in the Specials Price field, for example: <b>20%</b></li><li>If you enter a new price, the decimal separator must be a \'.\' (decimal-point), example: <b>49.99</b></li><li>Leave the expiry date empty for no expiration</li></ul>');
define('TEXT_INFO_DATE_ADDED', 'Date Added:');
define('TEXT_INFO_LAST_MODIFIED', 'Last Modified:');
define('TEXT_INFO_NEW_PRICE', 'New Price:');
define('TEXT_INFO_ORIGINAL_PRICE', 'Original Price:');
define('TEXT_INFO_PERCENTAGE', 'Percentage:');
define('TEXT_INFO_EXPIRES_DATE', 'Expires At:');
define('TEXT_INFO_STATUS_CHANGE', 'Status Change:');
define('TEXT_TAX_INFO', ' ex VAT:');
define('TEXT_IMAGE_NONEXISTENT', 'IMAGE DOES NOT EXIST');
define('TEXT_INFO_HEADING_DELETE_SPECIALS', 'Delete Special');
define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete the special products price?');

View File

@ -0,0 +1,29 @@
<?php
/* ----------------------------------------------------------------------
$Id: stats_customers.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: stats_customers.php,v 1.6 2002/03/30 15:54:15 harley_vb
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Best Customer Orders-Total');
define('TABLE_HEADING_NUMBER', 'No.');
define('TABLE_HEADING_CUSTOMERS', 'Customers');
define('TABLE_HEADING_TOTAL_PURCHASED', 'Total Purchased');

View File

@ -0,0 +1,46 @@
<?php
/* ----------------------------------------------------------------------
$Id: stats_keywords.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: stats_keywords.php
----------------------------------------------------------------------
by Cheng
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2002 - 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Search Keyword: Statistics & Replacements');
define('WORD_ENTRY_ORIGINAL', 'Original word/phrase:');
define('WORD_ENTRY_REPLACEMENT', 'Replacement word/phrase:');
define('KEYWORD_TITLE', 'Keyword');
define('KEYWORD_TITLE2', 'Search Counts');
define('SIDEBAR_HEADING', 'Keyword Options');
define('SIDEBAR_INFO_1', 'Use the button below to ADD all new data in the DB to this page.');
define('SIDEBAR_INFO_2', 'To delete <b>ALL</b> keyword data from the database, click the button below:');
define('SIDEBAR_INFO_3', '<b>Replacement Words/Phrases</b><br /><br />Click here to view/edit the mis-spelt word/phrase data for search replacements:');
define('BUTTON_VIEW_WORD_LIST', 'View word/phrase list');
define('BUTTON_UPDATE_WORD_LIST', 'Update from Raw Data');
define('BUTTON_SORT_NAME', 'Sort By Name');
define('BUTTON_SORT_TOTAL', 'Sort By Totals');
define('BUTTON_DELETE', 'Delete');
define('BUTTON_EDIT_WORD', 'Edit this word');
define('BUTTON_ADD_WORD', 'Add word/phrase to table');
define('LINK_EDIT', 'Edit');
define('LINK_DELETE', 'Delete');

View File

@ -0,0 +1,34 @@
<?php
/* ----------------------------------------------------------------------
$Id: stats_low_stock.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: stats_low_stock.php
----------------------------------------------------------------------
The Exchange Project - Community Made Shopping!
http://www.theexchangeproject.org
Copyright (c) 2000,2001 The Exchange Project
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2001 - 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('TOP_BAR_TITLE', 'Statistics');
define('HEADING_TITLE', 'Products Below Re-Order Level');
define('TABLE_HEADING_NUMBER', 'No.');
define('TABLE_HEADING_PRODUCTS', 'Product Name');
define('TABLE_HEADING_QTY_LEFT', 'Qty Available');

View File

@ -0,0 +1,29 @@
<?php
/* ----------------------------------------------------------------------
$Id: stats_products_purchased.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: stats_products_purchased.php,v 1.5 2002/03/30 15:52:31 harley_vb
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Best Products Purchased');
define('TABLE_HEADING_NUMBER', 'No.');
define('TABLE_HEADING_PRODUCTS', 'Products');
define('TABLE_HEADING_PURCHASED', 'Purchased');

View File

@ -0,0 +1,31 @@
<?php
/* ----------------------------------------------------------------------
$Id: stats_products_viewed.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: stats_products_viewed.php,v 1.5 2002/03/30 15:51:03 harley_vb
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Best Viewed Products');
define('TABLE_HEADING_NUMBER', 'No.');
define('TABLE_HEADING_PRODUCTS', 'Products');
define('TABLE_HEADING_VIEWED', 'Viewed');
define('TEXT_VIEWS_RESET', 'The counter was reset!');

View File

@ -0,0 +1,66 @@
<?php
/* ----------------------------------------------------------------------
$Id: stats_sales_report2.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: stats_customers.php,v 1.9 2002/03/30 15:03:59 harley_vb
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('REPORT_DATE_FORMAT', 'm. d. Y');
define('HEADING_TITLE', 'Sales Report');
define('REPORT_TYPE_YEARLY', 'Yearly');
define('REPORT_TYPE_MONTHLY', 'Monthly');
define('REPORT_TYPE_WEEKLY', 'Weekly');
define('REPORT_TYPE_DAILY', 'Daily');
define('REPORT_START_DATE', 'from date');
define('REPORT_END_DATE', 'to date (inclusive)');
define('REPORT_DETAIL', 'detail');
define('REPORT_MAX', 'show top');
define('REPORT_ALL', 'all');
define('REPORT_SORT', 'sort');
define('REPORT_EXP', 'export');
define('REPORT_SEND', 'send');
define('EXP_NORMAL', 'normal');
define('EXP_HTML', 'HTML only');
define('EXP_CSV', 'CSV');
define('TABLE_HEADING_DATE', 'Date');
define('TABLE_HEADING_ORDERS', '#Orders');
define('TABLE_HEADING_ITEMS', '#Items');
define('TABLE_HEADING_REVENUE', 'Revenue');
define('TABLE_HEADING_SHIPPING', 'Shipping');
define('DET_HEAD_ONLY', 'no details');
define('DET_DETAIL', 'show details');
define('DET_DETAIL_ONLY', 'details with amount');
define('SORT_VAL0', 'standard');
define('SORT_VAL1', 'description');
define('SORT_VAL2', 'description desc');
define('SORT_VAL3', '#Items');
define('SORT_VAL4', '#Items desc');
define('SORT_VAL5', 'Revenue');
define('SORT_VAL6', 'Revenue desc');
define('REPORT_STATUS_FILTER', 'Status');
define('SR_SEPARATOR1', ';');
define('SR_SEPARATOR2', ';');
define('SR_NEWLINE', '\n\r');

View File

@ -0,0 +1,39 @@
<?php
/* ----------------------------------------------------------------------
$Id: tax_classes.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: tax_classes.php,v 1.4 2002/01/28 00:48:43 harley_vb
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Tax Classes');
define('TABLE_HEADING_TAX_CLASSES', 'Tax Classes');
define('TABLE_HEADING_ACTION', 'Action');
define('TEXT_INFO_EDIT_INTRO', 'Please make any necessary changes');
define('TEXT_INFO_CLASS_TITLE', 'Tax Class Title:');
define('TEXT_INFO_CLASS_DESCRIPTION', 'Description:');
define('TEXT_INFO_DATE_ADDED', 'Date Added:');
define('TEXT_INFO_LAST_MODIFIED', 'Last Modified:');
define('TEXT_INFO_INSERT_INTRO', 'Please enter the new tax class with its related data');
define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete this tax class?');
define('TEXT_INFO_HEADING_NEW_TAX_CLASS', 'New Tax Class');
define('TEXT_INFO_HEADING_EDIT_TAX_CLASS', 'Edit Tax Class');
define('TEXT_INFO_HEADING_DELETE_TAX_CLASS', 'Delete Tax Class');

View File

@ -0,0 +1,46 @@
<?php
/* ----------------------------------------------------------------------
$Id: tax_rates.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: tax_rates.php,v 1.6 2002/01/28 00:38:42 harley_vb
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Tax Rates');
define('TABLE_HEADING_TAX_RATE_PRIORITY', 'Priority');
define('TABLE_HEADING_TAX_CLASS_TITLE', 'Tax Class');
define('TABLE_HEADING_COUNTRIES_NAME', 'Country');
define('TABLE_HEADING_ZONE', 'Zone');
define('TABLE_HEADING_TAX_RATE', 'Tax Rate');
define('TABLE_HEADING_ACTION', 'Action');
define('TEXT_INFO_EDIT_INTRO', 'Please make any necessary changes');
define('TEXT_INFO_DATE_ADDED', 'Date Added:');
define('TEXT_INFO_LAST_MODIFIED', 'Last Modified:');
define('TEXT_INFO_CLASS_TITLE', 'Tax Class Title:');
define('TEXT_INFO_COUNTRY_NAME', 'Country:');
define('TEXT_INFO_ZONE_NAME', 'Zone:');
define('TEXT_INFO_TAX_RATE', 'Tax Rate (%):');
define('TEXT_INFO_TAX_RATE_PRIORITY', 'Priority:');
define('TEXT_INFO_RATE_DESCRIPTION', 'Description:');
define('TEXT_INFO_INSERT_INTRO', 'Please enter the new tax class with its related data');
define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete this tax rate?');
define('TEXT_INFO_HEADING_NEW_TAX_RATE', 'New Tax Rate');
define('TEXT_INFO_HEADING_EDIT_TAX_RATE', 'Edit Tax Rate');
define('TEXT_INFO_HEADING_DELETE_TAX_RATE', 'Delete Tax Rate');

View File

@ -0,0 +1,47 @@
<?php
/* ----------------------------------------------------------------------
$Id: up_sell_products.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: xsell_products.php, v1 2002/09/11
----------------------------------------------------------------------
Cross-Sell
Contribution based on:
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('UP_SELL_SUCCESS', 'UP Sell Items Successfully Update For UP Sell Product #'.$_GET['add_related_product_ID']);
define('SORT_UP_SELL_SUCCESS', 'Sort Order Successfully Update For UP Sell Product #'.$_GET['add_related_product_ID']);
define('HEADING_TITLE', 'UP-Sell (X-Sell) Admin');
define('TABLE_HEADING_PRODUCT_ID', 'Product Id');
define('TABLE_HEADING_PRODUCT_MODEL', 'Product Model');
define('TABLE_HEADING_PRODUCT_NAME', 'Product Name');
define('TABLE_HEADING_CURRENT_SELLS', 'Current UP-Sells');
define('TABLE_HEADING_UPDATE_SELLS', 'Update UP-Sells');
define('TABLE_HEADING_PRODUCT_IMAGE', 'Product Image');
define('TABLE_HEADING_PRODUCT_PRICE', 'Product Price');
define('TABLE_HEADING_UP_SELL_THIS', 'UP-Sell This?');
define('TEXT_EDIT_SELLS', 'Edit');
define('TEXT_SORT', 'Prioritize');
define('TEXT_SETTING_SELLS', 'Setting UP-Sells For');
define('TEXT_PRODUCT_ID', 'Product Id');
define('TEXT_MODEL', 'Model');
define('TABLE_HEADING_PRODUCT_SORT', 'Sort Order');
define('TEXT_IMAGE_NONEXISTENT', 'No Image');
define('TEXT_UP_SELL', 'UP-Sell');

View File

@ -0,0 +1,104 @@
<?php
/* ----------------------------------------------------------------------
$Id: categories.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: categories.php,v 1.24 2002/08/17 09:43:33 project3000
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Trash');
define('TABLE_HEADING_ID', 'ID');
define('TABLE_HEADING_CATEGORIES_PRODUCTS', 'Categories / Products');
define('TABLE_HEADING_ACTION', 'Action');
define('TABLE_HEADING_STATUS', 'Status');
define('TABLE_HEADING_MANUFACTURERS', 'Manufacturers');
define('TEXT_CATEGORIES', 'Categories');
define('TEXT_SUBCATEGORIES', 'Subcategories:');
define('TEXT_PRODUCTS', 'Products:');
define('TEXT_PRODUCTS_PRICE_INFO', 'Price:');
define('TEXT_PRODUCTS_TAX_CLASS', 'Tax Class:');
define('TEXT_PRODUCTS_AVERAGE_RATING', 'Average Rating:');
define('TEXT_PRODUCTS_QUANTITY_INFO', 'Quantity:');
define('TEXT_DATE_ADDED', 'Date Added:');
define('TEXT_DATE_AVAILABLE', 'Date Available:');
define('TEXT_LAST_MODIFIED', 'Last Modified:');
define('TEXT_IMAGE_NONEXISTENT', 'IMAGE DOES NOT EXIST');
define('TEXT_NO_CHILD_CATEGORIES_OR_PRODUCTS', 'No categories or products found in Trash.');
define('TEXT_PRODUCT_MORE_INFORMATION', 'For more information, please visit this products <a href="http://%s" target="blank"><u>webpage</u></a>.');
define('TEXT_PRODUCT_DATE_ADDED', 'This product was added to our catalog on %s.');
define('TEXT_PRODUCT_DATE_AVAILABLE', 'This product will be in stock on %s.');
define('TEXT_INFO_PERCENTAGE', 'Percentage:');
define('TEXT_INFO_EXPIRES_DATE', 'Expires At:');
define('TEXT_INFO_CURRENT_CATEGORIES', 'Current Categories:');
define('TEXT_INFO_HEADING_EDIT_CATEGORY', 'Edit Category');
define('TEXT_INFO_HEADING_DELETE_CATEGORY', 'Delete Permanently');
define('TEXT_INFO_HEADING_DELETE_PRODUCT', 'Delete Product');
define('TEXT_INFO_HEADING_UNTRASH', 'Untrash');
define('TEXT_DELETE_CATEGORY_INTRO', 'Are you sure you want to delete this category?');
define('TEXT_DELETE_PRODUCT_INTRO', 'Are you sure you want to permanently delete this product?');
define('TEXT_DELETE_WARNING_CHILDS', '<b>WARNING:</b> There are %s (child-)categories still linked to this category!');
define('TEXT_DELETE_WARNING_PRODUCTS', '<b>WARNING:</b> There are %s products still linked to this category!');
define('TEXT_MOVE_PRODUCTS_INTRO', 'Please select which category you wish <b>%s</b> to reside in');
define('TEXT_MOVE_CATEGORIES_INTRO', 'Please select which category you wish <b>%s</b> to reside in');
define('TEXT_MOVE', 'Move <b>%s</b> to:');
define('TEXT_NEW_CATEGORY_INTRO', 'Please fill out the following information for the new category');
define('TEXT_CATEGORIES_NAME', 'Category Name:');
define('TEXT_CATEGORIES_IMAGE', 'Category Image:');
define('TEXT_SORT_ORDER', 'Sort Order:');
define('TEXT_PRODUCTS_STATUS', 'Products Status:');
define('TEXT_PRODUCTS_DATE_AVAILABLE', 'Date Available:');
define('TEXT_PRODUCT_NOT_AVAILABLE', 'not available');
define('TEXT_PRODUCTS_MANUFACTURER', 'Products Manufacturer:');
define('TEXT_PRODUCTS_NAME', 'Products Name:');
define('TEXT_PRODUCTS_DESCRIPTION', 'Products Description:');
define('TEXT_PRODUCTS_DESCRIPTION_META', 'Description of article for Description TAG (max. 250 letters)');
define('TEXT_PRODUCTS_KEYWORDS_META', 'Article of search words for Keyword TAG (references by commaseparately - max. 250 letters)');
define('TEXT_PRODUCTS_QUANTITY', 'Products Quantity:');
define('TEXT_PRODUCTS_REORDER_LEVEL', 'Products Reorder Level:');
define('TEXT_PRODUCTS_MODEL', 'Products Model:');
define('TEXT_PRODUCTS_IMAGE', 'Products Image');
define('TEXT_PRODUCTS_URL', 'Products URL:');
define('TEXT_PRODUCTS_URL_WITHOUT_HTTP', '<small>(without http://)</small>');
define('TEXT_PRODUCTS_PRICE', 'Products Price:');
define('TEXT_PRODUCTS_WEIGHT', 'Products Weight:');
define('TEXT_PRODUCTS_STATUS', 'Products Status:');
define('EMPTY_CATEGORY', 'Empty Category');
define('TEXT_HOW_TO_COPY', 'Copy Method:');
define('TEXT_COPY_AS_LINK', 'Link product');
define('TEXT_COPY_AS_DUPLICATE', 'Duplicate product');
define('ERROR_CANNOT_LINK_TO_SAME_CATEGORY', 'Error: Can not link products in the same category.');
define('ERROR_CATALOG_IMAGE_DIRECTORY_NOT_WRITEABLE', 'Error: Catalog images directory is not writeable: ' . OOS_ABSOLUTE_PATH . OOS_IMAGES);
define('ERROR_CATALOG_IMAGE_DIRECTORY_DOES_NOT_EXIST', 'Error: Catalog images directory does not exist: ' . OOS_ABSOLUTE_PATH . OOS_IMAGES);
define('TEXT_ADD_SLAVE_PRODUCT', 'Enter in the Product ID to add this product as a slave:');
define('IMAGE_SLAVE', 'Slave Products');
define('TEXT_CURRENT_SLAVE_PRODUCTS', 'Current Slave products:');
define('BUTTON_DELETE_SLAVE', 'Delete this slave product');

View File

@ -0,0 +1,37 @@
<?php
/* ----------------------------------------------------------------------
$Id: whos_online.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: whos_online.php,v 1.5 2002/03/30 15:48:55 harley_vb
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Who\'s Online');
define('TABLE_HEADING_ONLINE', 'Online');
define('TABLE_HEADING_CUSTOMER_ID', 'ID');
define('TABLE_HEADING_FULL_NAME', 'Full Name');
define('TABLE_HEADING_IP_ADDRESS', 'IP Address');
define('TABLE_HEADING_ENTRY_TIME', 'Entry Time');
define('TABLE_HEADING_LAST_CLICK', 'Last Click');
define('TABLE_HEADING_LAST_PAGE_URL', 'Last URL');
define('TABLE_HEADING_ACTION', 'Action');
define('TABLE_HEADING_SHOPPING_CART', 'Users Shopping Cart');
define('TEXT_SHOPPING_CART_SUBTOTAL', 'Subtotal');
define('TEXT_NUMBER_OF_CUSTOMERS', 'Currently there are %s customers online');

View File

@ -0,0 +1,47 @@
<?php
/* ----------------------------------------------------------------------
$Id: xsell_products.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: xsell_products.php, v1 2002/09/11
----------------------------------------------------------------------
Cross-Sell
Contribution based on:
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('CROSS_SELL_SUCCESS', 'Cross Sell Items Successfully Update For Cross Sell Product #'.$_GET['add_related_product_ID']);
define('SORT_CROSS_SELL_SUCCESS', 'Sort Order Successfully Update For Cross Sell Product #'.$_GET['add_related_product_ID']);
define('HEADING_TITLE', 'Cross-Sell (X-Sell) Admin');
define('TABLE_HEADING_PRODUCT_ID', 'Product Id');
define('TABLE_HEADING_PRODUCT_MODEL', 'Product Model');
define('TABLE_HEADING_PRODUCT_NAME', 'Product Name');
define('TABLE_HEADING_CURRENT_SELLS', 'Current Cross-Sells');
define('TABLE_HEADING_UPDATE_SELLS', 'Update Cross-Sells');
define('TABLE_HEADING_PRODUCT_IMAGE', 'Product Image');
define('TABLE_HEADING_PRODUCT_PRICE', 'Product Price');
define('TABLE_HEADING_CROSS_SELL_THIS', 'Cross-Sell This?');
define('TEXT_EDIT_SELLS', 'Edit');
define('TEXT_SORT', 'Prioritize');
define('TEXT_SETTING_SELLS', 'Setting Cross-Sells For');
define('TEXT_PRODUCT_ID', 'Product Id');
define('TEXT_MODEL', 'Model');
define('TABLE_HEADING_PRODUCT_SORT', 'Sort Order');
define('TEXT_IMAGE_NONEXISTENT', 'No Image');
define('TEXT_CROSS_SELL', 'Cross-Sell');

View File

@ -0,0 +1,39 @@
<?php
/* ----------------------------------------------------------------------
$Id: zones.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: zones.php,v 1.4 2002/01/28 00:23:17 harley_vb
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Zones');
define('TABLE_HEADING_COUNTRY_NAME', 'Country');
define('TABLE_HEADING_ZONE_NAME', 'Zones');
define('TABLE_HEADING_ZONE_CODE', 'Code');
define('TABLE_HEADING_ACTION', 'Action');
define('TEXT_INFO_EDIT_INTRO', 'Please make any necessary changes');
define('TEXT_INFO_ZONES_NAME', 'Zones Name:');
define('TEXT_INFO_ZONES_CODE', 'Zones Code:');
define('TEXT_INFO_COUNTRY_NAME', 'Country:');
define('TEXT_INFO_INSERT_INTRO', 'Please enter the new zone with its related data');
define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete this zone?');
define('TEXT_INFO_HEADING_NEW_ZONE', 'New Zone');
define('TEXT_INFO_HEADING_EDIT_ZONE', 'Edit Zone');
define('TEXT_INFO_HEADING_DELETE_ZONE', 'Delete Zone');