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,17 @@
<?php
/* ----------------------------------------------------------------------
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
$aLang['navbar_title'] = 'Error 403';
$aLang['heading_title'] = 'Forbidden';
$aLang['text_information'] = 'No Right Permission Access!';

View File

@ -0,0 +1,18 @@
<?php
/* ----------------------------------------------------------------------
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
$aLang['navbar_title'] = 'Error 404';
$aLang['heading_title'] = 'PAGE NOT FOUND';
$aLang['text_information'] = 'Sorry, <strong>The page you requested can not be found!</strong>';
$aLang['text_search_again'] = 'Please, search again using more specific keywords.';
$aLang['text_back_to_home'] = 'Back to homepage now!';

View File

@ -0,0 +1,34 @@
<?php
/* ----------------------------------------------------------------------
$Id: account_address_book.php,v 1.3 2007/06/12 16:51:18 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: address_book.php,v 1.6 2002/05/23 22:56:20 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
$aLang['navbar_title_1'] = 'My Account';
$aLang['navbar_title_2'] = 'My Personal Address Book';
$aLang['heading_title'] = 'My Address Book';
$aLang['table_heading_number'] = 'No.';
$aLang['table_heading_name'] = 'Name';
$aLang['table_heading_location'] = 'Location';
$aLang['text_no_entries_in_address_book'] = 'You have no entries in your address book!';
$aLang['text_maximum_entries'] = '<strong>NOTE:</strong> A maximum of %s address book entries allowed.';
$aLang['text_maximum_entries_reached'] = '<strong>NOTE:</strong> Maximum of %s address book entries reached.';

View File

@ -0,0 +1,31 @@
<?php
/* ----------------------------------------------------------------------
$Id: account_address_book_process.php,v 1.3 2007/06/12 16:51:18 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: address_book_process.php,v 1.7 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
---------------------------------------------------------------------- */
$aLang['navbar_title_1'] = 'My Account';
$aLang['navbar_title_2'] = 'Address Book';
$aLang['navbar_title_add_entry'] = 'New Entry';
$aLang['navbar_title_modify_entry'] = 'Modify Entry';
$aLang['navbar_title_delete_entry'] = 'Delete Entry';
$aLang['heading_title_add_entry'] = 'New Address Book Entry';
$aLang['heading_title_modify_entry'] = 'Address Book Entry';
$aLang['heading_title_delete_entry'] = 'Address Book Delete';
$aLang['set_as_primary'] = 'Set as primary address';

View File

@ -0,0 +1,49 @@
<?php
/* ----------------------------------------------------------------------
$Id: user_account_edit.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: account_edit.php,v 1.7 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
---------------------------------------------------------------------- */
$aLang['navbar_title_1'] = 'My Account';
$aLang['navbar_title_2'] = 'Edit Account';
$aLang['heading_title'] = 'My Account Info';
$aLang['owner_email_subject'] = 'New Customer Details';
$aLang['owner_email_date'] = 'Date:';
$aLang['owner_email_company_info'] = 'Company Details';
$aLang['owner_email_contact'] = 'Contact Information';
$aLang['owner_email_options'] = 'Options';
$aLang['owner_email_company'] = 'Company Name:';
$aLang['owner_email_owner'] = 'Owner';
$aLang['owner_email_gender'] = 'Gender:';
$aLang['owner_email_first_name'] = 'First Name:';
$aLang['owner_email_last_name'] = 'Last Name:';
$aLang['owner_email_date_of_birth'] = 'Date of Birth:';
$aLang['owner_email_address'] = 'E-Mail-Address:';
$aLang['owner_email_street'] = 'Street Address:';
$aLang['owner_email_post_code'] = 'Post Code:';
$aLang['owner_email_city'] = 'City:';
$aLang['owner_email_state'] = 'State/Province:';
$aLang['owner_email_country'] = 'Country:';
$aLang['owner_email_telephone_number'] = 'Telephone Number:';
$aLang['owner_email_newsletter'] = 'Newsletter:';
$aLang['owner_email_newsletter_yes'] = 'Subscribed';
$aLang['owner_email_newsletter_no'] = 'Unsubscribed';
$aLang['email_separator'] = '------------------------------------------------------';

View File

@ -0,0 +1,37 @@
<?php
/* ----------------------------------------------------------------------
$Id: account_history.php,v 1.3 2007/06/12 16:51:18 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: account_history.php,v 1.6 2002/06/02 19:08:26 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
$aLang['navbar_title_1'] = 'My Account';
$aLang['navbar_title_2'] = 'History';
$aLang['heading_title'] = 'My Order History';
$aLang['text_order_number'] = 'Order Number:';
$aLang['text_order_status'] = 'Order Status:';
$aLang['text_order_date'] = 'Order Date:';
$aLang['text_order_shipped_to'] = 'Shipped To:';
$aLang['text_order_products'] = 'Products:';
$aLang['text_order_cost'] = 'Order Cost:';
$aLang['text_view_order'] = 'View Order';
$aLang['text_no_purchases'] = 'You have not yet made any purchases.';

View File

@ -0,0 +1,53 @@
<?php
/* ----------------------------------------------------------------------
$Id: account_history_info.php,v 1.3 2007/06/12 16:51:18 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: account_history_info.php,v 1.14 2003/02/06 17:38:15 thomasamoulton
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
$aLang['navbar_title_1'] = 'My Account';
$aLang['navbar_title_2'] = 'History';
$aLang['navbar_title_3'] = 'Order Information';
$aLang['heading_title'] = 'Order Information';
$aLang['heading_order_number'] = 'Order';
$aLang['heading_order_date'] = 'Order Date:';
$aLang['heading_order_total'] = 'Order Total:';
$aLang['heading_delivery_address'] = 'Delivery Address';
$aLang['heading_shipping_method'] = 'Shipping Method';
$aLang['heading_products'] = 'Products';
$aLang['heading_tax'] = 'Tax';
$aLang['heading_total'] = 'Total';
$aLang['heading_billing_information'] = 'Billing Information';
$aLang['heading_billing_address'] = 'Billing Address';
$aLang['heading_payment_method'] = 'Payment Method';
$aLang['heading_order_history'] = 'Order History';
$aLang['heading_comment'] = 'Comment';
$aLang['text_no_comments_available'] = 'No comments available.';
$aLang['serial'] = 'Serial #:';
$aLang['table_heading_download_date'] = 'Link expires: ';
$aLang['table_heading_download_count'] = ' downloads remain.';
$aLang['heading_download'] = 'Download links';

View File

@ -0,0 +1,25 @@
<?php
/* ----------------------------------------------------------------------
$Id: account_order_history.php,v 1.3 2007/06/12 16:51:18 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
---------------------------------------------------------------------- */
$aLang['navbar_title'] = 'Your personal shopping list';
$aLang['heading_title'] = 'Your personal shopping list';
$aLang['text_no_products'] = 'Your personal shopping list makes buying ' . STORE_NAME . ' items very convenient: all items you order in our shop are automatically saved in your shopping list. So if you wish to order items repeatedly you just have to go to your shopping list and enter the desired amount for each item. Then just click "add items to cart" to fill up your shopping cart with these items.
This saves precious time because you don\'t have to go through the tedious search process every time.<br><br>
<strong>Your shopping list is empty at this time.</strong><br>
<br>
This is how you can add items to your shopping list:<br>
<br>
Every time you purchase products from our shop all items are added automatically to your shopping list.';

View File

@ -0,0 +1,36 @@
<?php
/* ----------------------------------------------------------------------
$Id: account_wishlist.php,v 1.3 2007/06/12 16:51:18 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: wishlist_help.php,v 1 2002/11/09
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2002 - 2003 osCommerce
----------------------------------------------------------------------
The Exchange Project - Community Made Shopping!
http://www.theexchangeproject.org
Copyright (c) 2000,2001 The Exchange Project
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
$aLang['navbar_title'] = 'My Wishlist';
$aLang['heading_title'] = 'My Wishlist';
$aLang['table_heading_remove'] = 'Remove';
$aLang['table_heading_quantity'] = 'Qty.';
$aLang['table_heading_model'] = 'Model';
$aLang['table_heading_products'] = 'Product(s)';
$aLang['table_heading_price'] = 'Price';
$aLang['table_heading_total'] = 'Total';

View File

@ -0,0 +1,29 @@
<?php
/* ----------------------------------------------------------------------
$Id: admin_login.php,v 1.3 2007/06/12 16:51:19 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
---------------------------------------------------------------------- */
$aLang['navbar_title'] = 'Login';
$aLang['heading_title'] = 'Admin, Please Sign In';
$aLang['entry_key'] = 'Secure Key';
$aLang['heading_admin_login'] = 'Login under Customer account';
$aLang['text_login_error'] = '<strong>ERROR:</strong> No match for \'E-Mail-Address\' and/or \'Password\'.';
$aLang['text_login_error2'] = '<strong>NO ACCESS GRANTED: Due to prior chargebacks or other fraud, your account is blacklisted on our site.<br /><br /> We no longer accept online orders from this account.<br /><br />If you wish to order, you will need to get in touch with us by phone and pay by money order or bank transfer before we ship.<br /><br />Order will be shipped with Signature Confirmation surcahrge.<br /><br /> We will need to receive by mail a SIGNED purchase order before shipping.<br /><br />The order will be shipped to a verified address only. </strong><br /><br />';

View File

@ -0,0 +1,56 @@
<?php
/* ----------------------------------------------------------------------
$Id: checkout_confirmation.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: checkout_confirmation.php,v 1.24 2003/02/06 17:38:16 thomasamoulton
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
$aLang['navbar_title_1'] = 'Checkout';
$aLang['navbar_title_2'] = 'Confirmation';
$aLang['heading_title'] = 'Order Confirmation';
$aLang['heading_delivery_address'] = 'Delivery Address';
$aLang['heading_shipping_method'] = 'Shipping Method';
$aLang['heading_products'] = 'Products';
$aLang['table_heading_price'] = 'Price';
$aLang['table_heading_quantity'] = 'Qty.';
$aLang['heading_tax'] = 'Tax';
$aLang['heading_total'] = 'Total';
$aLang['heading_billing_information'] = 'Billing Information';
$aLang['heading_billing_address'] = 'Billing Address';
$aLang['heading_payment_method'] = 'Payment Method';
$aLang['heading_payment_information'] = 'Payment Information';
$aLang['heading_order_comments'] = 'Comments About Your Order';
$aLang['heading_shooping_card'] = 'Order Items';
$aLang['text_edit'] = 'Edit';
$aLang['text_edit'] = 'More ...';
$aLang['heading_conditions_information'] = 'Right of revocation';
$aLang['heading_conditions_text'] = 'Put here your information about the right of revocation.';
$aLang['text_checkout_info'] = 'Before submitting your order, you have the opportunity here to correct the data and articles you have entered.<br>
You can end the ordering process at any time by closing the browser window, or by pressing the <strong>Order now at the price stated</strong> button.';
$aLang['text_conditions'] = 'I have read the general <a href="%s" target="_blank"><strong>Terms and Conditions</strong></a> of the provider and declare my agreement by sending the order.<br>
I have read and understood the <a href="%s" target="_blank"><strong>Right of Recission / the Sample Revocation Form</strong></a>.<br>
I have read the provisions of the <a href="%s" target="_blank"><strong>data protection declaration</strong></a> and agree with the provisions set out.';

View File

@ -0,0 +1,44 @@
<?php
/* ----------------------------------------------------------------------
$Id: checkout_payment.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: checkout_payment.php,v 1.14 2003/02/06 17:38:16 thomasamoulton
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
$aLang['navbar_title_1'] = 'Checkout';
$aLang['navbar_title_2'] = 'Payment Method';
$aLang['heading_title'] = 'Payment Information';
$aLang['table_heading_billing_address'] = 'Billing Address';
$aLang['text_selected_billing_destination'] = 'Please choose from your address book where you would like the invoice to be sent to.';
$aLang['title_billing_address'] = 'Billing Address:';
$aLang['table_heading_payment_method'] = 'Payment Method';
$aLang['text_select_payment_method'] = 'Please select the preferred payment method to use on this order.';
$aLang['title_please_select'] = 'Please Select';
$aLang['text_enter_payment_information'] = 'This is currently the only payment method available to use on this order.';
$aLang['table_heading_comments'] = 'Add Comments About Your Order';
$aLang['title_continue_checkout_procedure'] = 'Continue Checkout Procedure';
$aLang['text_continue_checkout_procedure'] = 'to confirm this order.';
$aLang['heading_conditions_information'] = 'Conditions of Use';
$aLang['text_conditions_confirm'] = 'I accept your conditions of use';
$aLang['text_conditions_download'] = 'Download Conditions';

View File

@ -0,0 +1,44 @@
<?php
/* ----------------------------------------------------------------------
$Id: checkout_payment_address.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: checkout_payment_address.php,v 1.1 2002/11/01 03:55:32 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
$aLang['navbar_title_1'] = 'Checkout';
$aLang['navbar_title_2'] = 'Change Billing Address';
$aLang['heading_title'] = 'Payment Information';
$aLang['table_heading_payment_address'] = 'Billing Address';
$aLang['text_selected_payment_destination'] = 'This is the currently selected billing address where the invoice to this order will be delivered to.';
$aLang['title_payment_address'] = 'Billing Address:';
$aLang['table_heading_address_book_entries'] = 'Address Book Entries';
$aLang['text_select_other_payment_destination'] = 'Please select the preferred billing address if the invoice to this order is to be delivered elsewhere.';
$aLang['title_please_select'] = 'Please Select';
$aLang['table_heading_new_payment_address'] = 'New Billing Address';
$aLang['text_create_new_payment_address'] = 'Please use the following form to create a new billing address to use for this order.';
$aLang['table_heading_new_payment_address_problem'] = 'New Billing Address Problem';
$aLang['text_new_payment_address_problem'] = 'Please check the new billing address information below, as there were problems verifying the information.';
$aLang['title_continue_checkout_procedure'] = 'Continue Checkout Procedure';
$aLang['text_continue_checkout_procedure'] = 'to select the preferred payment method.';

View File

@ -0,0 +1,43 @@
<?php
/* ----------------------------------------------------------------------
$Id: checkout_process.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: checkout_process.php,v 1.26 2002/11/01 04:22:05 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.
---------------------------------------------------------------------- */
$aLang['email_text_subject'] = 'Order Process';
$aLang['email_text_order_number'] = 'Order Number:';
$aLang['email_text_invoice_url'] = 'Detailed Invoice:';
$aLang['email_text_date_ordered'] = 'Date Ordered:';
$aLang['email_text_products'] = 'Products';
$aLang['email_text_subtotal'] = 'Sub-Total:';
$aLang['email_text_tax'] = 'Tax: ';
$aLang['email_text_shipping'] = 'Shipping: ';
$aLang['email_text_total'] = 'Total: ';
$aLang['email_text_delivery_address'] = 'Delivery Address';
$aLang['email_text_billing_address'] = 'Billing Address';
$aLang['email_text_payment_method'] = 'Payment Method';
$aLang['email_separator'] = '------------------------------------------------------';
$aLang['text_email_via'] = 'via';

View File

@ -0,0 +1,40 @@
<?php
/* ----------------------------------------------------------------------
$Id: checkout_shipping.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: checkout_shipping.php,v 1.3 2003/02/06 17:38:16 thomasamoulton
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
$aLang['navbar_title_1'] = 'Checkout';
$aLang['navbar_title_2'] = 'Shipping Method';
$aLang['heading_title'] = 'Delivery Information';
$aLang['table_heading_shipping_address'] = 'Shipping Address';
$aLang['text_choose_shipping_destination'] = 'Please choose from your address book where you would like the items to be delivered to.';
$aLang['title_shipping_address'] = 'Shipping Address:';
$aLang['table_heading_shipping_method'] = 'Shipping Method';
$aLang['text_choose_shipping_method'] = 'Please select the preferred shipping method to use on this order.';
$aLang['title_please_select'] = 'Please Select';
$aLang['text_enter_shipping_information'] = 'This is currently the only shipping method available to use on this order.';
$aLang['table_heading_comments'] = 'Add Comments About Your Order';
$aLang['title_continue_checkout_procedure'] = 'Continue Checkout Procedure';
$aLang['text_continue_checkout_procedure'] = 'to select the preferred payment method.';

View File

@ -0,0 +1,44 @@
<?php
/* ----------------------------------------------------------------------
$Id: checkout_shipping_address.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: checkout_shipping_address.php,v 1.1 2002/11/01 04:09:30 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
$aLang['navbar_title_1'] = 'Checkout';
$aLang['navbar_title_2'] = 'Change Shipping Address';
$aLang['heading_title'] = 'Delivery Information';
$aLang['table_heading_shipping_address'] = 'Shipping Address';
$aLang['text_selected_shipping_destination'] = 'This is the currently selected shipping address where the items in this order will be delivered to.';
$aLang['title_shipping_address'] = 'Shipping Address:';
$aLang['table_heading_address_book_entries'] = 'Address Book Entries';
$aLang['text_select_other_shipping_destination'] = 'Please select the preferred shipping address if the items in this order are to be delivered elsewhere.';
$aLang['title_please_select'] = 'Please Select';
$aLang['table_heading_new_shipping_address'] = 'New Shipping Address';
$aLang['text_create_new_shipping_address'] = 'Please use the following form to create a new shipping address to use for this order.';
$aLang['table_heading_new_shipping_address_problem'] = 'New Shipping Address Problem';
$aLang['text_new_shipping_address_problem'] = 'Please check the new shipping address information below, as there were problems verifying the information.';
$aLang['title_continue_checkout_procedure'] = 'Continue Checkout Procedure';
$aLang['text_continue_checkout_procedure'] = 'to select the preferred shipping method.';

View File

@ -0,0 +1,41 @@
<?php
/* ----------------------------------------------------------------------
$Id: checkout_success.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: checkout_success.php,v 1.11 2002/11/01 04:27:01 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
$aLang['navbar_title_1'] = 'Checkout';
$aLang['navbar_title_2'] = 'Success';
$aLang['heading_title'] = 'Your Order Has Been Processed!';
$aLang['text_success'] = 'Your order has been successfully processed! Your products will arrive at their destination within 2-5 working days.';
$aLang['text_notify_products'] = 'Please notify me of updates to the products I have selected below:';
$aLang['text_see_orders'] = 'You can view your order history by going to the <a href="' . oos_href_link($aContents['account']) . '">\'My Account\'</a> page and by clicking on <a href="' . oos_href_link($aContents['account_history']) . '">\'History\'</a>.';
$aLang['text_contact_store_owner'] = 'Please direct any questions you have to the <a href="' . oos_href_link($aContents['contact_us']) . '">store owner</a>.';
$aLang['text_thanks_for_shopping'] = 'Thanks for shopping with us online!';
$aLang['table_heading_download_date'] = 'Expiry date: ';
$aLang['table_heading_download_count'] = ' downloads remain.';
$aLang['heading_download'] = 'Download your products here:';
$aLang['footer_download'] = 'You can also download your products at a later time at \'%s\'';
$aLang['text_sincere_regards'] = 'Thank you very much for choosing us,';

View File

@ -0,0 +1,31 @@
<?php
/* ----------------------------------------------------------------------
$Id: main_contact_us.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: contact_us.php,v 1.7 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
---------------------------------------------------------------------- */
$aLang['heading_title'] = 'Contact Us';
$aLang['navbar_title'] = 'Contact Us';
$aLang['text_success'] = 'Your enquiry has been successfully sent to the Store Owner.';
$aLang['email_subject'] = 'Enquiry from ' . STORE_NAME;
$aLang['entry_name'] = 'Full Name:';
$aLang['entry_email'] = 'E-Mail Address:';
$aLang['entry_enquiry'] = 'Enquiry:';

View File

@ -0,0 +1,92 @@
<?php
/* ----------------------------------------------------------------------
$Id: user_create_account.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: create_account.php,v 1.8 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
---------------------------------------------------------------------- */
$aLang['navbar_title'] = 'Create an Account';
$aLang['heading_title'] = 'My Account Information';
$aLang['text_origin_login'] = '<strong>NOTE:</strong> If you already have an account with us, please login at the <a href="%s" class="alert-link"><u>login page</u></a>.';
$aLang['email_subject'] = 'Welcome to ' . STORE_NAME;
$aLang['email_greet_mr'] = 'Dear Mr. ' . stripslashes($lastname) . ',' . "\n\n";
$aLang['email_greet_ms'] = 'Dear Ms. ' . stripslashes($lastname) . ',' . "\n\n";
$aLang['email_greet_none'] = 'Dear ' . stripslashes($firstname) . ',' . "\n\n";
$aLang['email_welcome'] = 'We welcome you to <strong>' . STORE_NAME . '</strong>.' . "\n\n";
$aLang['email_text'] = 'You can now take part in the <strong>various services</strong> we have to offer you. Some of these services include:' . "\n\n" . '<li><strong>Permanent Cart</strong> - Any products added to your online cart remain there until you remove them, or check them out.' . "\n" . '<li><strong>Address Book</strong> - 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><strong>Order History</strong> - View your history of purchases that you have made with us.' . "\n" . '<li><strong>Products Reviews</strong> - Share your opinions on products with our other customers.' . "\n\n";
$aLang['email_contact'] = 'For help with any of our online services, please email the store-owner: ' . STORE_OWNER_EMAIL_ADDRESS . '.' . "\n\n";
$aLang['email_warning'] = '<strong>Note:</strong> 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";
$aLang['email_gv_incentive_header'] = 'As part of our welcome to new customers, we have sent you an e-Gift Voucher worth %s';
$aLang['email_gv_redeem'] = 'The redeem code for is %s, you can enter the redeem code when checking out, after making a purchase';
$aLang['email_gv_link'] = 'or by following this link ';
$aLang['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";
$aLang['email_coupon_redeem'] = 'To use the coupon enter the redeem code which is %s during checkout, ' . "\n" .
'after making a purchase';
$aLang['email_password'] = 'Ihr Passwort fr \'' . STORE_NAME . '\' lautet:' . "\n\n" . ' %s' . "\n\n";
$aLang['email_disclaimer'] = '--- Disclaimer ------------------------------------------------------------' . "\n\n" .
'Your privacy:' . "\n\n" .
'We will never sell or trade your personal information. We will not' . "\n" .
'reveal your personal information to anyone except if required by lawful' . "\n" .
'authority. The only exception to the privacy of your information is' . "\n" .
'your name and email being visible to all readers that access your' . "\n" .
'contributions on ' . oos_server_get_base_url() . '.' . "\n\n" .
'Please note that your connection to ' . oos_server_get_base_url() . ', like your connection' . "\n" .
'to many other websites, is not encrypted. Your login and password are' . "\n" .
'transmitted in plain text over your internet connection and may be' . "\n" .
'readable by malicious users. For this reason, you must not use' . "\n" .
'credentials that are identical to any other service you subscribe to.' . "\n" .
'To be safe, make a unique password for each of your internet services.' . "\n\n" .
'Unsolicited Email:' . "\n\n" .
'This email was initiated on ' . strftime(DATE_FORMAT_LONG) . ' by the IP ' . oos_server_get_remote() . "\n" .
'(' . oos_server_get_var('REMOTE_HOST') . '). If this IP address was not yours at that time, and' . "\n" .
'you wish to persue the abuse, please do not delete this email.' . "\n" .
'Instead, kindly ask the responsible webmaster at ' . STORE_OWNER_EMAIL_ADDRESS . '.' . "\n" .
'They can help you in most cases, but if you still feel unsatisfied then,' . "\n" .
'you may contact the ISP of the originating network of ' . oos_server_get_var('REMOTE_HOST') . '.' . "\n\n" .
'Important: The webmaster of ' . oos_server_get_base_url() . ' is contingently able to control' . "\n" .
'any abuses and is generally not resposible for this email.' . "\n\n" .
'If you do not wish to subscribe, simply do nothing. Thank you.';
$aLang['owner_email_subject'] = 'New Customer';
$aLang['owner_email_date'] = 'Date:';
$aLang['owner_email_company_info'] = 'Company Details';
$aLang['owner_email_contact'] = 'Contact Information';
$aLang['owner_email_options'] = 'Options';
$aLang['owner_email_company'] = 'Company Name:';
$aLang['owner_email_owner'] = 'Owner';
$aLang['owner_email_gender'] = 'Gender:';
$aLang['owner_email_first_name'] = 'First Name:';
$aLang['owner_email_last_name'] = 'Last Name:';
$aLang['owner_email_date_of_birth'] = 'Date of Birth:';
$aLang['owner_email_address'] = 'E-Mail-Address:';
$aLang['owner_email_street'] = 'Street Address:';
$aLang['owner_email_post_code'] = 'Post Code:';
$aLang['owner_email_city'] = 'City:';
$aLang['owner_email_state'] = 'State/Province:';
$aLang['owner_email_country'] = 'Country:';
$aLang['owner_email_telephone_number'] = 'Telephone Number:';
$aLang['owner_email_newsletter'] = 'Newsletter:';
$aLang['owner_email_newsletter_yes'] = 'Subscribed';
$aLang['owner_email_newsletter_no'] = 'Unsubscribed';
$aLang['email_separator'] = '------------------------------------------------------';

View File

@ -0,0 +1,28 @@
<?php
/* ----------------------------------------------------------------------
$Id: user_create_account_success.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: create_account_success.php,v 1.9 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
---------------------------------------------------------------------- */
$aLang['navbar_title_1'] = 'Create an Account';
$aLang['navbar_title_2'] = 'Success';
$aLang['heading_title'] = 'Your Account Has Been Created!';
$aLang['text_main'] = 'Congratulations! Your new account has been successfully created! You can now take advantage of member priviledges to enhance your online shopping experience with us. If you have <small><strong>ANY</strong></small> questions about the operation of this online shop, please email the <a href="%s">store owner</a>.<br /><br />A confirmation has been sent to the provided email address. If you have not received it within the hour, please <<a href="%s">contact us</a>.';
$aLang['text_sincere_regards'] = 'Thank you very much for choosing us,';

View File

@ -0,0 +1,22 @@
<?php
/* ----------------------------------------------------------------------
$Id: download.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: download.php,v 1.2 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
---------------------------------------------------------------------- */

View File

@ -0,0 +1,28 @@
<?php
/* ----------------------------------------------------------------------
$Id: featured.php,v 1.3 2007/06/12 16:51:19 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
---------------------------------------------------------------------- */
$aLang['navbar_title'] = 'Featured Products';
$aLang['heading_title'] = 'Featured Products';
$aLang['text_display_number_of_featured_products'] = 'These Are The Most For The Money';
$aLang['text_no_featured_products'] = 'There are no featured products.';
$aLang['text_date_added'] = 'Date Added:';
$aLang['text_manufacturer'] = 'Manufacturer:';
$aLang['text_price'] = 'Price:';

View File

@ -0,0 +1,84 @@
<?php
/* ----------------------------------------------------------------------
$Id: gv_faq.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: gv_faq.php,v 1.1.1.1.2.2 2003/05/04 12:24:25 wilt
----------------------------------------------------------------------
The Exchange Project - Community Made Shopping!
http://www.theexchangeproject.org
Gift Voucher System v1.0
Copyright (c) 2001,2002 Ian C Wilson
http://www.phesis.org
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
$aLang['navbar_title'] = 'Gift Voucher FAQ';
$aLang['heading_title'] = 'Gift Voucher FAQ';
$aLang['text_information'] = '
<h3>Purchasing Gift Vouchers.</h3>
<p>Gift Vouchers are purchased just like any other item in our store. You can
pay for them using the stores standard payment method(s).
Once purchased the value of the Gift Voucher will be added to your own personal
Gift Voucher Account. If you have funds in your Gift Voucher Account, you will
notice that the amount now shows in he Shopping Cart box, and also provides a
link to a page where you can send the Gift Voucher to some one via email.</p>
<h4>How to Send Gift Vouchers.</h4>
<p>To send a Gift Voucher you need to go to our Send Gift Voucher Page. You can
find the link to this page in the Shopping Cart Box in the right hand column of
each page.
When you send a Gift Voucher, you need to sepcify the following.
The name of the person you are sending the Gift Voucher too.
The email address of the person you are sending the Gift Voucher too.
The amount you want to send. (Note you don\'t have to send the full amount that
is in your Gift Voucher Account.)
A short message which will apear in the email.
Please ensure that you have entered all of the information correctly, although
you will be given the opportunity to change this as much as you want before
the email is actually sent.</p>
<h4>Buying with Gift Vouchers.</h4>
<p>If you have funds in your Gift Voucher Account, you can use those funds to
purchase other items in out store. At the checkout stage, an extra box will
appear. Ticking this box will apply those funds in your Gift Voucher Account.
Please note, you will still have to select another payment method if there
is not enough in your Gift Voucher Account to cover the cost of your purchase.
If you have more funds in your Gift Voucher Account than the total cost of
your purchase the balance will bel left in you Gift Voucher Account for the
future.</p>
<h4>Redeeming Gift Vouchers.</h4>
<p>If you receive a Gift Voucher by email it will contain details of who sent
you the Gift Voucher, along with possibly a short message from them. The Email
will also contain the Gift Voucher Number. It is probably a good idea to print
out this email for future reference. You can now redeem the Gift Voucher in
two ways.</p>
<ol>
<li>
By clicking on the link containe within the email for this express purpose.
This will take you to the store\'s Redeem Voucher page. you will the be requested
to create an account, before the Gift Voucher is validated and placed in your
Gift Voucher Account ready for you to spend it on whatever you want.</li>
<li>
During the checkout procces, on the same page that you select a payment method
there will be a box to enter a Redeem Code. Enter the code here, and click the redeem button. The code will be
validated and added to your Gift Voucher account. You Can then use the amount to purchase any item from our store
</li>
</ol>
<h4>When problems occur.</h4>
<p>For any queries regarding the Gift Voucher System, please contact the store
by email at '. STORE_OWNER_EMAIL_ADDRESS . '. Please make sure you give
as much information as possible in the email.</p> ';

View File

@ -0,0 +1,35 @@
<?php
/* ----------------------------------------------------------------------
$Id: gv_popup_coupon_help.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: popup_coupon_help.php,v 1.1.2.4 2003/05/01 22:04:29 wilt
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
$aLang['heading_coupon_help'] = 'Discount Coupon Help';
$aLang['text_close_window'] = 'Close Window [x]';
$aLang['text_coupon_help_header'] = 'Congratulations, you have redeemed a Discount Coupon.';
$aLang['text_coupon_help_name'] = '<br /><br />Coupon Name : %s';
$aLang['text_coupon_help_fixed'] = '<br /><br />The coupon is worth %s discount against your order';
$aLang['text_coupon_help_minorder'] = '<br /><br />You need to spend %s to use this coupon';
$aLang['text_coupon_help_freeship'] = '<br /><br />This coupon gives you free shipping on your order';
$aLang['text_coupon_help_desc'] = '<br /><br />Coupon Description : %s';
$aLang['text_coupon_help_date'] = '<br /><br />The coupon is valid between %s and %s';
$aLang['text_coupon_help_restrict'] = '<br /><br />Product/Category Restrictions';
$aLang['text_coupon_help_categories'] = 'Category';
$aLang['text_coupon_help_products'] = 'Product';

View File

@ -0,0 +1,30 @@
<?php
/* ----------------------------------------------------------------------
$Id: gv_redeem.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: gv_redeem.php,v 1.1.1.1.2.1 2003/04/18 16:56:03 wilt
----------------------------------------------------------------------
The Exchange Project - Community Made Shopping!
http://www.theexchangeproject.org
Gift Voucher System v1.0
Copyright (c) 2001,2002 Ian C Wilson
http://www.phesis.org
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
$aLang['navbar_title'] = 'Redeem Gift Voucher';
$aLang['heading_title'] = 'Redeem Gift Voucher';
$aLang['text_information'] = 'For more information regarding Gifr Vouchers, please see our <a href="%s"><u>GVRedeem Gift Voucher_FAQ</u></a>';
$aLang['text_invalid_gv'] = 'The Gift Voucher number may be invalid or has already been redeemed. To contact the shop <a href="%s"><u>owner please use the Contact Page</u></a>.';
$aLang['text_valid_gv'] = 'Congratulations, you have redeemed a Gift Voucher worth %s';

View File

@ -0,0 +1,36 @@
<?php
/* ----------------------------------------------------------------------
$Id: main_main.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: default.php,v 1.20 2003/02/14 12:51:58 dgw_
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
$aLang['text_main'] = '';
$aLang['table_heading_new_products'] = 'New Products For %s';
$aLang['table_heading_upcoming_products'] = 'Upcoming Products';
$aLang['table_heading_date_expected'] = 'Date Expected';
$aLang['table_heading_featured_products'] = 'Featured Products';
$aLang['table_heading_featured_products_category'] = 'Featured Products in %s';
$aLang['heading_title'] = 'What\'s New Here?';
$aLang['text_news_postedby'] = 'Posted by';
$aLang['text_news_reads'] = 'reads';
$aLang['text_news_comments'] = 'comments';
$aLang['text_news_score'] = 'Score:';
$aLang['text_news_printer'] = 'Printer Friendly Page';
$aLang['text_news_on'] = 'on';
$aLang['text_news_readmore'] = 'Read More...';

View File

@ -0,0 +1,31 @@
<?php
/* ----------------------------------------------------------------------
$Id: info_down_for_maintenance.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
WebMakers.com Added: Down for Maintenance No Store
Written by Linda McGrath osCOMMERCE@WebMakers.com
http://www.thewebmakerscorner.com
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
$aLang['navbar_title'] = 'Down for Maintenance';
$aLang['heading_title'] = 'Down for Maintenance';
$aLang['text_information'] = '
<br /><br />
We optimize our services, for this reason this page<br />
is not available yet.<br /><br />
We working highly on our updates, please visit<br />
us in 1-2 hours again.
<br /><br />
';

View File

@ -0,0 +1,29 @@
<?php
/* ----------------------------------------------------------------------
$Id: info_max_order.php,v 1.3 2007/06/12 16:51:19 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
---------------------------------------------------------------------- */
$aLang['navbar_title'] = 'Maximum order';
$aLang['heading_title'] = 'Maximum order';
$aLang['text_information'] = 'You are '. $oCurrencies->format ($_SESSION['cart']->show_total() - (+$_SESSION['customer_max_order'])) .' above your ' . $oCurrencies->format($_SESSION['customer_max_order']) . ' Credit Limit. <br />Please contact our Sales Team to confirm your order.';

View File

@ -0,0 +1,48 @@
<?php
/* ----------------------------------------------------------------------
$Id: ot_cmembers.php,v 1.3 2007/06/14 16:16:10 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: ot_gv.php,v 1.0 2002/04/03 23:09:49 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2002 - 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('MODULE_CMEMBERS_STATUS_TITLE', 'Display Total');
define('MODULE_CMEMBERS_STATUS_DESC', 'Do you want to enable the Order Discount?');
define('MODULE_CMEMBERS_SORT_ORDER_TITLE', 'Sort Order');
define('MODULE_CMEMBERS_SORT_ORDER_DESC', 'Sort order of display.');
define('MODULE_CMEMBERS_CART_COUNT_TITLE', 'Cart Count');
define('MODULE_CMEMBERS_CART_COUNT_DESC', 'Qty');
define('MODULE_CMEMBERS_OT_DISCOUNT_TITLE', 'Discount');
define('MODULE_CMEMBERS_OT_DISCOUNT_DESC', 'Discount');
define('MODULE_CMEMBERS_INC_SHIPPING_TITLE', 'Include Shipping');
define('MODULE_CMEMBERS_INC_SHIPPING_DESC', 'Include Shipping in calculation');
define('MODULE_CMEMBERS_INC_TAX_TITLE', 'Include Tax');
define('MODULE_CMEMBERS_INC_TAX_DESC', 'Include Tax in calculation');
define('MODULE_CMEMBERS_CALC_TAX_TITLE', 'Calculate Tax');
define('MODULE_CMEMBERS_CALC_TAX_DESC', 'Re-calculate Tax on discounted amount.');
$aLang['module_cmembers_title'] = 'Members Qty Discount';
$aLang['module_cmembers_description'] = 'Members Qty Discount';
$aLang['shipping_not_included'] = ' [Shipping not included]';
$aLang['tax_not_included'] = ' [Tax not included]';

View File

@ -0,0 +1,77 @@
<?php
/* ----------------------------------------------------------------------
$Id: ot_cod_fee.php,v 1.5 2007/10/29 18:21:06 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: ot_cod_fee.php,v 1.01 2003/02/24 06:05:00 harley_vb
----------------------------------------------------------------------
Copyright (C) 2001 - 2003 TheMedia, Dipl.-Ing Thomas Pl<50>kers
http://www.themedia.at & http://www.oscommerce.at
All rights reserved.
This program is free software licensed under the GNU General Public License (GPL).
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
If you made a translation, please send to
lang@oos-shop.de
the translated file.
---------------------------------------------------------------------- */
define('MODULE_ORDER_TOTAL_COD_STATUS_TITLE', 'Display COD');
define('MODULE_ORDER_TOTAL_COD_STATUS_DESC', 'Do you want this module to display?');
define('MODULE_ORDER_TOTAL_COD_SORT_ORDER_TITLE', 'Sort Order');
define('MODULE_ORDER_TOTAL_COD_SORT_ORDER_DESC', 'Sort order of display.');
define('MODULE_ORDER_TOTAL_COD_FEE_FLAT_TITLE', 'COD Fee for FLAT');
define('MODULE_ORDER_TOTAL_COD_FEE_FLAT_DESC', 'FLAT: &lt;Country code&gt;:&lt;COD price&gt;, .... 00 as country code applies for all countries. If country code is 00, it must be the last statement. If no 00:9.99 appears, COD shipping in foreign countries is not calculated (not possible)');
define('MODULE_ORDER_TOTAL_COD_FEE_ITEM_TITLE', 'COD Fee for ITEM');
define('MODULE_ORDER_TOTAL_COD_FEE_ITEM_DESC', 'ITEM: &lt;Country code&gt;:&lt;COD price&gt;, .... 00 as country code applies for all countries. If country code is 00, it must be the last statement. If no 00:9.99 appears, COD shipping in foreign countries is not calculated (not possible)');
define('MODULE_ORDER_TOTAL_COD_FEE_TABLE_TITLE', 'COD Fee for TABLE');
define('MODULE_ORDER_TOTAL_COD_FEE_TABLE_DESC', 'TABLE: &lt;Country code&gt;:&lt;COD price&gt;, .... 00 as country code applies for all countries. If country code is 00, it must be the last statement. If no 00:9.99 appears, COD shipping in foreign countries is not calculated (not possible)');
define('MODULE_ORDER_TOTAL_COD_FEE_ZONES_TITLE', 'COD Fee for ZONES');
define('MODULE_ORDER_TOTAL_COD_FEE_ZONES_DESC', 'ZONES: &lt;Country code&gt;:&lt;COD price&gt;, .... 00 as country code applies for all countries. If country code is 00, it must be the last statement. If no 00:9.99 appears, COD shipping in foreign countries is not calculated (not possible)');
define('MODULE_ORDER_TOTAL_COD_FEE_AP_TITLE', 'COD Fee for Austrian Post');
define('MODULE_ORDER_TOTAL_COD_FEE_AP_DESC', 'Austrian Post: &lt;Country code&gt;:&lt;COD price&gt;, .... 00 as country code applies for all countries. If country code is 00, it must be the last statement. If no 00:9.99 appears, COD shipping in foreign countries is not calculated (not possible)');
define('MODULE_ORDER_TOTAL_COD_FEE_CHP_TITLE', 'The Swiss Post');
define('MODULE_ORDER_TOTAL_COD_FEE_CHP_DESC', 'Swiss Post: &lt;Country code&gt;:&lt;COD price&gt;, .... 00 as country code applies for all countries. If country code is 00, it must be the last statement. If no 00:9.99 appears, COD shipping in foreign countries is not calculated (not possible)');
define('MODULE_ORDER_TOTAL_COD_FEE_DP_TITLE', 'COD Fee for German Post');
define('MODULE_ORDER_TOTAL_COD_FEE_DP_DESC', 'German Post: &lt;Country code&gt;:&lt;COD price&gt;, .... 00 as country code applies for all countries. If country code is 00, it must be the last statement. If no 00:9.99 appears, COD shipping in foreign countries is not calculated (not possible)');
define('MODULE_ORDER_TOTAL_COD_TAX_CLASS_TITLE', 'Tax Class');
define('MODULE_ORDER_TOTAL_COD_TAX_CLASS_DESC', 'Use the following tax class on the COD fee.');
$aLang['module_order_total_cod_title'] = 'Cash on Delivery Fee';
$aLang['module_order_total_cod_description'] = 'Cash on Delivery Fee';

View File

@ -0,0 +1,57 @@
<?php
/* ----------------------------------------------------------------------
$Id: ot_coupon.php,v 1.3 2007/06/14 16:16:10 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: ot_coupon.php,v 1.1.2.5 2003/05/14 22:52:59 wilt
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('MODULE_ORDER_TOTAL_COUPON_STATUS_TITLE', 'Display Total');
define('MODULE_ORDER_TOTAL_COUPON_STATUS_DESC', 'Do you want to display the Discount Coupon value?');
define('MODULE_ORDER_TOTAL_COUPON_SORT_ORDER_TITLE', 'Sort Order');
define('MODULE_ORDER_TOTAL_COUPON_SORT_ORDER_DESC', 'Sort order of display.');
define('MODULE_ORDER_TOTAL_COUPON_INC_SHIPPING_TITLE', 'Include Shipping');
define('MODULE_ORDER_TOTAL_COUPON_INC_SHIPPING_DESC', 'Include Shipping in calculation');
define('MODULE_ORDER_TOTAL_COUPON_INC_TAX_TITLE', 'Include Tax');
define('MODULE_ORDER_TOTAL_COUPON_INC_TAX_DESC', 'Include Tax in calculation.');
define('MODULE_ORDER_TOTAL_COUPON_CALC_TAX_TITLE', 'Re-calculate Tax');
define('MODULE_ORDER_TOTAL_COUPON_CALC_TAX_DESC', 'Re-Calculate Tax');
define('MODULE_ORDER_TOTAL_COUPON_TAX_CLASS_TITLE', 'Tax Class');
define('MODULE_ORDER_TOTAL_COUPON_TAX_CLASS_DESC', 'Use the following tax class when treating Discount Coupon as Credit Note.');
$aLang['module_order_total_coupon_title'] = 'Discount Coupons';
$aLang['module_order_total_coupon_header'] = 'Gift Vouchers/Discount Coupons';
$aLang['module_order_total_coupon_description'] = 'Discount Coupon';
$aLang['shipping_not_included'] = ' [Shipping not included]';
$aLang['tax_not_included'] = ' [Tax not included]';
$aLang['module_order_total_coupon_user_prompt'] = '';
$aLang['error_no_invalid_redeem_coupon'] = 'Invalid Coupon Code';
$aLang['error_invalid_startdate_coupon'] = 'This coupon is not available yet';
$aLang['error_invalid_finisdate_coupon'] = 'This coupon has expired';
$aLang['error_invalid_uses_coupon'] = 'This coupon could only be used ';
$aLang['times'] = ' times.';
$aLang['error_invalid_uses_user_coupon'] = 'You have used the coupon the maximum number of times allowed per customer.';
$aLang['redeemed_coupon'] = 'a coupon worth ';
$aLang['redeemed_min_order'] = 'on orders over ';
$aLang['redeemed_restrictions'] = ' [Product-Category restrictions apply]';
$aLang['text_enter_coupon_code'] = 'Enter Redeem Code&nbsp;&nbsp;';

View File

@ -0,0 +1,55 @@
<?php
/* ----------------------------------------------------------------------
$Id: ot_gv.php,v 1.3 2007/06/14 16:16:10 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: ot_gv.php,v 1.2.2.4 2003/05/14 22:52:59 wilt
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('MODULE_ORDER_TOTAL_GV_STATUS_TITLE', 'Display Total');
define('MODULE_ORDER_TOTAL_GV_STATUS_DESC', 'Do you want to display the Gift Voucher value?');
define('MODULE_ORDER_TOTAL_GV_SORT_ORDER_TITLE', 'Sort Order');
define('MODULE_ORDER_TOTAL_GV_SORT_ORDER_DESC', 'Sort order of display.');
define('MODULE_ORDER_TOTAL_GV_QUEUE_TITLE', 'Queue Purchases');
define('MODULE_ORDER_TOTAL_GV_QUEUE_DESC', 'Do you want to queue purchases of the Gift Voucher?');
define('MODULE_ORDER_TOTAL_GV_INC_SHIPPING_TITLE', 'Include Shipping');
define('MODULE_ORDER_TOTAL_GV_INC_SHIPPING_DESC', 'Include Shipping in calculation');
define('MODULE_ORDER_TOTAL_GV_INC_TAX_TITLE', 'Include Tax');
define('MODULE_ORDER_TOTAL_GV_INC_TAX_DESC', 'Include Tax in calculation.');
define('MODULE_ORDER_TOTAL_GV_CALC_TAX_TITLE', 'Re-calculate Tax');
define('MODULE_ORDER_TOTAL_GV_CALC_TAX_DESC', 'Re-Calculate Tax');
define('MODULE_ORDER_TOTAL_GV_TAX_CLASS_TITLE', 'Tax Class');
define('MODULE_ORDER_TOTAL_GV_TAX_CLASS_DESC', 'Use the following tax class when treating Gift Voucher as Credit Note.');
define('MODULE_ORDER_TOTAL_GV_CREDIT_TAX_TITLE', 'Credit including Tax');
define('MODULE_ORDER_TOTAL_GV_CREDIT_TAX_DESC', 'Add tax to purchased Gift Voucher when crediting to Account');
$aLang['module_order_total_gv_title'] = 'Gift Vouchers';
$aLang['module_order_total_gv_header'] = 'Gift Vouchers/Discount Coupons';
$aLang['module_order_total_gv_description'] = 'Gift Vouchers';
$aLang['shipping_not_included'] = ' [Shipping not included]';
$aLang['tax_not_included'] = ' [Tax not included]';
$aLang['module_order_total_gv_user_prompt'] = 'Tick to use Gift Voucher account balance ->&nbsp;';
$aLang['text_enter_gv_code'] = 'Enter Redeem Code&nbsp;&nbsp;';

View File

@ -0,0 +1,47 @@
<?php
/* ----------------------------------------------------------------------
$Id: ot_loworderfee.php,v 1.3 2007/06/14 16:16:10 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: ot_loworderfee.php,v 1.1 2002/04/08 22:12:08 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('MODULE_ORDER_TOTAL_LOWORDERFEE_STATUS_TITLE', 'Display Low Order Fee');
define('MODULE_ORDER_TOTAL_LOWORDERFEE_STATUS_DESC', 'Do you want to display the low order fee?');
define('MODULE_ORDER_TOTAL_LOWORDERFEE_SORT_ORDER_TITLE', 'Sort Order');
define('MODULE_ORDER_TOTAL_LOWORDERFEE_SORT_ORDER_DESC', 'Sort order of display.');
define('MODULE_ORDER_TOTAL_LOWORDERFEE_LOW_ORDER_FEE_TITLE', 'Allow Low Order Fee');
define('MODULE_ORDER_TOTAL_LOWORDERFEE_LOW_ORDER_FEE_DESC', 'Do you want to allow low order fees?');
define('MODULE_ORDER_TOTAL_LOWORDERFEE_ORDER_UNDER_TITLE', 'Order Fee For Orders Under');
define('MODULE_ORDER_TOTAL_LOWORDERFEE_ORDER_UNDER_DESC', 'Add the low order fee to orders under this amount.');
define('MODULE_ORDER_TOTAL_LOWORDERFEE_FEE_TITLE', 'Order Fee');
define('MODULE_ORDER_TOTAL_LOWORDERFEE_FEE_DESC', 'Low order fee.');
define('MODULE_ORDER_TOTAL_LOWORDERFEE_DESTINATION_TITLE', 'Attach Low Order Fee On Orders Made');
define('MODULE_ORDER_TOTAL_LOWORDERFEE_DESTINATION_DESC', 'Attach low order fee for orders sent to the set destination.');
define('MODULE_ORDER_TOTAL_LOWORDERFEE_TAX_CLASS_TITLE', 'Tax Class');
define('MODULE_ORDER_TOTAL_LOWORDERFEE_TAX_CLASS_DESC', 'Use the following tax class on the low order fee.');
$aLang['module_order_total_loworderfee_title'] = 'Low Order Fee';
$aLang['module_order_total_loworderfee_description'] = 'Low Order Fee';

View File

@ -0,0 +1,32 @@
<?php
/* ----------------------------------------------------------------------
$Id: ot_netto.php,v 1.3 2007/06/14 16:16:10 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: ot_netto.php,v 1.0.0.0 2004/03/07 19:30:00 Stephan Hilchenbach
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('MODULE_ORDER_TOTAL_NETTO_STATUS_TITLE', 'Display net');
define('MODULE_ORDER_TOTAL_NETTO_STATUS_DESC', 'Do you want to display the net amount?');
define('MODULE_ORDER_TOTAL_NETTO_SORT_ORDER_TITLE', 'Sort Order');
define('MODULE_ORDER_TOTAL_NETTO_SORT_ORDER_DESC', 'Sort order of display.');
$aLang['module_order_total_netto_title'] = 'net';
$aLang['module_order_total_netto_description'] = 'net amount';

View File

@ -0,0 +1,43 @@
<?php
/* ----------------------------------------------------------------------
$Id: ot_shipping.php,v 1.3 2007/06/14 16:16:10 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: ot_shipping.php,v 1.2 2003/02/05 22:34:45 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('MODULE_ORDER_TOTAL_SHIPPING_STATUS_TITLE', 'Display Shipping');
define('MODULE_ORDER_TOTAL_SHIPPING_STATUS_DESC', 'Do you want to display the order shipping cost?');
define('MODULE_ORDER_TOTAL_SHIPPING_SORT_ORDER_TITLE', 'Sort Order');
define('MODULE_ORDER_TOTAL_SHIPPING_SORT_ORDER_DESC', 'Sort order of display.');
define('MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING_TITLE', 'Allow Free Shipping');
define('MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING_DESC', 'Do you want to allow free shipping?');
define('MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING_OVER_TITLE', 'Free Shipping For Orders Over');
define('MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING_OVER_DESC', 'Provide free shipping for orders over the set amount.');
define('MODULE_ORDER_TOTAL_SHIPPING_DESTINATION_TITLE', 'Provide Free Shipping For Orders Made');
define('MODULE_ORDER_TOTAL_SHIPPING_DESTINATION_DESC', 'Provide free shipping for orders sent to the set destination.');
$aLang['module_order_total_shipping_title'] = 'Shipping';
$aLang['module_order_total_shipping_description'] = 'Order Shipping Cost';
$aLang['free_shipping_title'] = 'Free Shipping';
$aLang['free_shipping_description'] = 'Free shipping for orders over %s';

View File

@ -0,0 +1,31 @@
<?php
/* ----------------------------------------------------------------------
$Id: ot_subtotal.php,v 1.3 2007/06/14 16:16:10 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: ot_subtotal.php,v 1.1 2002/04/03 23:09:49 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('MODULE_ORDER_TOTAL_SUBTOTAL_STATUS_TITLE', 'Display net');
define('MODULE_ORDER_TOTAL_SUBTOTAL_STATUS_DESC', 'Do you want to display the order sub-total cost?');
define('MODULE_ORDER_TOTAL_SUBTOTAL_SORT_ORDER_TITLE', 'Sort Order');
define('MODULE_ORDER_TOTAL_SUBTOTAL_SORT_ORDER_DESC', 'Sort order of display.');
$aLang['module_order_total_subtotal_title'] = 'Sub-Total';
$aLang['module_order_total_subtotal_description'] = 'Order Sub-Total';

View File

@ -0,0 +1,34 @@
<?php
/* ----------------------------------------------------------------------
$Id: ot_tax.php,v 1.3 2007/06/14 16:16:10 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: ot_tax.php,v 1.1 2002/04/03 23:09:49 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('MODULE_ORDER_TOTAL_TAX_STATUS_TITLE', 'Display Tax');
define('MODULE_ORDER_TOTAL_TAX_STATUS_DESC', 'Do you want to display the order tax value?');
define('MODULE_ORDER_TOTAL_TAX_SORT_ORDER_TITLE', 'Sort Order');
define('MODULE_ORDER_TOTAL_TAX_SORT_ORDER_DESC', 'Sort order of display.');
$aLang['module_order_total_tax_title'] = 'Tax';
$aLang['module_order_total_tax_description'] = 'Order Tax';
$aLang['module_order_total_included_tax'] = 'inc ';
$aLang['module_order_total_ex_tax'] = '+ ';

View File

@ -0,0 +1,32 @@
<?php
/* ----------------------------------------------------------------------
$Id: ot_total.php,v 1.3 2007/06/14 16:16:10 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: ot_total.php,v 1.1 2002/04/03 23:09:49 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('MODULE_ORDER_TOTAL_TOTAL_STATUS_TITLE', 'Display Total');
define('MODULE_ORDER_TOTAL_TOTAL_STATUS_DESC', 'Do you want to display the total order value?');
define('MODULE_ORDER_TOTAL_TOTAL_SORT_ORDER_TITLE', 'Sort Order');
define('MODULE_ORDER_TOTAL_TOTAL_SORT_ORDER_DESC', 'Sort order of display.');
$aLang['module_order_total_total_title'] = 'Total';
$aLang['module_order_total_total_description'] = 'Order Total';

View File

@ -0,0 +1,42 @@
<?php
/* ----------------------------------------------------------------------
$Id: ot_xmembers.php,v 1.3 2007/06/14 16:16:10 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: ot_gv.php,v 1.0 2002/04/03 23:09:49 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2002 - 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('MODULE_XMEMBERS_STATUS_TITLE', 'Display Total');
define('MODULE_XMEMBERS_STATUS_DESC', 'Do you want to enable the Order Discount?');
define('MODULE_XMEMBERS_SORT_ORDER_TITLE', 'Sort Order');
define('MODULE_XMEMBERS_SORT_ORDER_DESC', 'Sort order of display.');
define('MODULE_XMEMBERS_INC_SHIPPING_TITLE', 'Include Shipping');
define('MODULE_XMEMBERS_INC_SHIPPING_DESC', 'Include Shipping in calculation');
define('MODULE_XMEMBERS_INC_TAX_TITLE', 'Include Tax');
define('MODULE_XMEMBERS_INC_TAX_DESC', 'Include Tax in calculation.');
define('MODULE_XMEMBERS_CALC_TAX_TITLE', 'Calculate Tax');
define('MODULE_XMEMBERS_CALC_TAX_DESC', 'Re-calculate Tax on discounted amount.');
$aLang['module_xmembers_title'] = 'Members Discount';
$aLang['module_xmembers_description'] = 'Members Discount';
$aLang['shipping_not_included'] = ' [Shipping not included]';
$aLang['tax_not_included'] = ' [Tax not included]';

View File

@ -0,0 +1,59 @@
<?php
/* ----------------------------------------------------------------------
$Id: cash.php,v 1.3 2007/06/14 16:15:58 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: cash.php,v 1.01 2003/02/19 01:53:00 harley_vb
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2002 - 2003 osCommerce
----------------------------------------------------------------------
Copyright (C) 2001 - 2003 TheMedia, Dipl.-Ing Thomas Pl<50>nkers
http://www.themedia.at & http://www.oscommerce.at
All rights reserved.
This program is free software licensed under the GNU General Public License (GPL).
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('MODULE_PAYMENT_CASH_STATUS_TITLE', 'Barzahlung');
define('MODULE_PAYMENT_CASH_STATUS_DESC', 'Wollen Sie Barzahlung anbieten?');
define('MODULE_PAYMENT_CASH_ZONE_TITLE', 'Zone fr diese Zahlungsweise');
define('MODULE_PAYMENT_CASH_ZONE_DESC', 'Wenn Sie eine Zone ausw<73>len, wird diese Zahlungsweise nur in dieser Zone angeboten.');
define('MODULE_PAYMENT_CASH_SORT_ORDER_TITLE', 'Reihenfolge der Anzeige');
define('MODULE_PAYMENT_CASH_SORT_ORDER_DESC', 'Niedrigste wird zuerst angezeigt.');
define('MODULE_PAYMENT_CASH_ORDER_STATUS_ID_TITLE', 'Order Status');
define('MODULE_PAYMENT_CASH_ORDER_STATUS_ID_DESC', 'Festlegung des Status fr Bestellungen, welche mit dieser Zahlungsweise durchgefhrt werden.');
$aLang['module_payment_cash_text_description'] = 'Cash Payment';
$aLang['module_payment_cash_text_title'] = 'Cash Payment';

View File

@ -0,0 +1,37 @@
<?php
/* ----------------------------------------------------------------------
$Id: cod.php,v 1.3 2007/06/14 16:15:58 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: cod.php,v 1.7 2002/11/01 05:31:57 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('MODULE_PAYMENT_COD_STATUS_TITLE', 'Enable Cash On Delivery Module');
define('MODULE_PAYMENT_COD_STATUS_DESC', 'Do you want to accept Cash On Delevery payments?');
define('MODULE_PAYMENT_COD_ZONE_TITLE', 'Payment Zone');
define('MODULE_PAYMENT_COD_ZONE_DESC', 'If a zone is selected, only enable this payment method for that zone.');
define('MODULE_PAYMENT_COD_SORT_ORDER_TITLE', 'Sort order of display.');
define('MODULE_PAYMENT_COD_SORT_ORDER_DESC', 'Sort order of display. Lowest is displayed first.');
define('MODULE_PAYMENT_COD_ORDER_STATUS_ID_TITLE', 'Set Order Status');
define('MODULE_PAYMENT_COD_ORDER_STATUS_ID_DESC', 'Set the status of orders made with this payment module to this value');
$aLang['module_payment_cod_text_title'] = 'Cash on Delivery';
$aLang['module_payment_cod_text_description'] = 'Cash on Delivery';

View File

@ -0,0 +1,78 @@
<?php
/* ----------------------------------------------------------------------
$Id: eubanktransfer.php,v 1.3 2007/06/14 16:15:58 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: moneyorder.php,v 1.8 2003/02/16 01:12:22 harley_vb
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
if (!defined('MODULE_PAYMENT_EU_BANKTRANSFER_BANKNAME')) {
define('MODULE_PAYMENT_EU_BANKTRANSFER_BANKNAME', '----');
define('MODULE_PAYMENT_EU_BANKTRANSFER_KONTONAME', '----');
define('MODULE_PAYMENT_EU_BANKTRANSFER_KONTONUM', '----');
define('MODULE_PAYMENT_EU_BANKTRANSFER_IBAN', '----');
define('MODULE_PAYMENT_EU_BANKTRANSFER_BIC', '----');
}
define('MODULE_PAYMENT_EU_BANKTRANSFER_STATUS_TITLE', 'Allow Bank Transfer Payment');
define('MODULE_PAYMENT_EU_BANKTRANSFER_STATUS_DESC', 'Do you want to accept bank transfers?');
define('MODULE_PAYMENT_EU_BANKTRANSFER_BANKNAME_TITLE', 'Bank Name');
define('MODULE_PAYMENT_EU_BANKTRANSFER_BANKNAME_DESC', 'Your full bank name');
define('MODULE_PAYMENT_EU_BANKTRANSFER_KONTONAME_TITLE', 'Account Name');
define('MODULE_PAYMENT_EU_BANKTRANSFER_KONTONAME_DESC', 'Name which is registered for the account.');
define('MODULE_PAYMENT_EU_BANKTRANSFER_KONTONUM_TITLE', 'Bank Account No.');
define('MODULE_PAYMENT_EU_BANKTRANSFER_KONTONUM_DESC', 'Your account number.');
define('MODULE_PAYMENT_EU_BANKTRANSFER_IBAN_TITLE', 'Bank Account IBAN');
define('MODULE_PAYMENT_EU_BANKTRANSFER_IBAN_DESC', 'International account id.<br />(ask your bank if you don\'t know it)');
define('MODULE_PAYMENT_EU_BANKTRANSFER_BIC_TITLE', 'Your account BIC / SWIFT code');
define('MODULE_PAYMENT_EU_BANKTRANSFER_BIC_DESC', 'International bank id.<br />(ask your bank if you don\'t know it)');
define('MODULE_PAYMENT_EU_BANKTRANSFER_ZONE_TITLE', 'Payment Zone');
define('MODULE_PAYMENT_EU_BANKTRANSFER_ZONE_DESC', 'If a zone is selected, only enable this payment method for that zone.');
define('MODULE_PAYMENT_EU_BANKTRANSFER_SORT_ORDER_TITLE', 'Sort order of display.');
define('MODULE_PAYMENT_EU_BANKTRANSFER_SORT_ORDER_DESC', 'Sort order of display. Lowest is displayed first.');
define('MODULE_PAYMENT_EU_BANKTRANSFER_ORDER_STATUS_ID_TITLE', 'Set Order Status');
define('MODULE_PAYMENT_EU_BANKTRANSFER_ORDER_STATUS_ID_DESC', 'Set the status of orders made with this payment module to this value');
$aLang['module_payment_eu_banktransfer_text_title'] = 'European Bank Transfer';
$aLang['module_payment_eu_banktransfer_text_description'] = '<br />Please use the following details to transfer your total order value:<br />' .
'<br />Bank Name: ' . MODULE_PAYMENT_EU_BANKTRANSFER_BANKNAME .
'<br />Account Name: ' . MMODULE_PAYMENT_EU_BANKTRANSFER_KONTONAME .
'<br />Account No.: ' . MODULE_PAYMENT_EU_BANKTRANSFER_KONTONUM .
'<br />IBAN: ' . MODULE_PAYMENT_EU_BANKTRANSFER_IBAN .
'<br />BIC/SWIFT: ' . MODULE_PAYMENT_EU_BANKTRANSFER_BIC .
'<br /><br />Your order will not ship until we receive payment in the above account.<br />';
$aLang['module_payment_eu_banktransfer_email_footer'] = 'Please use the following details to transfer your total order value:' . "\n\n" .
'Bank Name: ' . MODULE_PAYMENT_EU_BANKTRANSFER_BANKNAME . "\n" .
'Account Name: ' . MMODULE_PAYMENT_EU_BANKTRANSFER_KONTONAME . "\n" .
'Account No.: ' . MODULE_PAYMENT_EU_BANKTRANSFER_KONTONUM . "\n" .
'IBAN: ' . MODULE_PAYMENT_EU_BANKTRANSFER_IBAN . "\n" .
'BIC/SWIFT: ' . MODULE_PAYMENT_EU_BANKTRANSFER_BIC . "\n\n" .
'Your order will not ship until we receive payment in the above account.';

View File

@ -0,0 +1,37 @@
<?php
/* ----------------------------------------------------------------------
$Id: invoice.php,v 1.3 2007/06/14 16:15:58 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.21 2003/02/19 02:10:00 harley_vb
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2002 - 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('MODULE_PAYMENT_INVOICE_STATUS_TITLE', 'Rechnung');
define('MODULE_PAYMENT_INVOICE_STATUS_DESC', 'Wollen Sie Zahlungen per Rechnung anbieten?');
define('MODULE_PAYMENT_INVOICE_ZONE_TITLE', 'Zone fr diese Zahlungsweise');
define('MODULE_PAYMENT_INVOICE_ZONE_DESC', 'Wenn Sie eine Zone ausw<73>len, wird diese Zahlungsweise nur in dieser Zone angeboten.');
define('MODULE_PAYMENT_INVOICE_SORT_ORDER_TITLE', 'Reihenfolge der Anzeige');
define('MODULE_PAYMENT_INVOICE_SORT_ORDER_DESC', 'Niedrigste wird zuerst angezeigt.');
define('MODULE_PAYMENT_INVOICE_ORDER_STATUS_ID_TITLE', 'Order Status');
define('MODULE_PAYMENT_INVOICE_ORDER_STATUS_ID_DESC', 'Festlegung des Status fr Bestellungen, welche mit dieser Zahlungsweise durchgefhrt werden.');
$aLang['module_payment_invoice_text_description'] = 'Invoice';
$aLang['module_payment_invoice_text_title'] = 'Invoice';

View File

@ -0,0 +1,41 @@
<?php
/* ----------------------------------------------------------------------
$Id: moneyorder.php,v 1.3 2007/06/14 16:15:58 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: moneyorder.php,v 1.6 2003/01/24 21:36:04 thomasamoulton
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('MODULE_PAYMENT_MONEYORDER_STATUS_TITLE', 'Enable Check/Money Order Module');
define('MODULE_PAYMENT_MONEYORDER_STATUS_DESC', 'Do you want to accept Check/Money Order payments?');
define('MODULE_PAYMENT_MONEYORDER_PAYTO_TITLE', 'Make Payable to:');
define('MODULE_PAYMENT_MONEYORDER_PAYTO_DESC', 'Who should payments be made payable to?');
define('MODULE_PAYMENT_MONEYORDER_SORT_ORDER_TITLE', 'Sort order of display.');
define('MODULE_PAYMENT_MONEYORDER_SORT_ORDER_DESC', 'Sort order of display. Lowest is displayed first.');
define('MODULE_PAYMENT_MONEYORDER_ZONE_TITLE', 'Payment Zone');
define('MODULE_PAYMENT_MONEYORDER_ZONE_DESC', 'If a zone is selected, only enable this payment method for that zone.');
define('MODULE_PAYMENT_MONEYORDER_ORDER_STATUS_ID_TITLE', 'Set Order Status');
define('MODULE_PAYMENT_MONEYORDER_ORDER_STATUS_ID_DESC', 'Set the status of orders made with this payment module to this value');
$aLang['module_payment_moneyorder_text_title'] = 'Check/Money Order';
$aLang['module_payment_moneyorder_text_description'] = 'Make payable to:&nbsp;' . (defined('MODULE_PAYMENT_MONEYORDER_PAYTO') ? nl2br(MODULE_PAYMENT_MONEYORDER_PAYTO) : '') . '<br />Send to:<br /><br />' . nl2br(STORE_OWNER) . '<br /><br />' . 'Your order will not ship until we receive payment!';
$aLang['module_payment_moneyorder_text_email_footer'] = "Make payable to: ". (defined('MODULE_PAYMENT_MONEYORDER_PAYTO') ? MODULE_PAYMENT_MONEYORDER_PAYTO : '') . "\n\nSend to:\n" . STORE_OWNER . "\n\n" . 'Your order will not ship until we receive payment';

View File

@ -0,0 +1,43 @@
<?php
/* ----------------------------------------------------------------------
$Id: paypal.php,v 1.3 2007/06/14 16:15:58 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: paypal.php,v 1.7 2002/11/01 05:39:27 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('MODULE_PAYMENT_PAYPAL_STATUS_TITLE', 'Enable PayPal Module');
define('MODULE_PAYMENT_PAYPAL_STATUS_DESC', 'Do you want to accept PayPal payments?');
define('MODULE_PAYMENT_PAYPAL_ID_TITLE', 'E-Mail-Address');
define('MODULE_PAYMENT_PAYPAL_ID_DESC', 'The e-mail address to use for the PayPal service');
define('MODULE_PAYMENT_PAYPAL_CURRENCY_TITLE', 'Transaction Currency');
define('MODULE_PAYMENT_PAYPAL_CURRENCY_DESC', 'The currency to use for credit card transactions');
define('MODULE_PAYMENT_PAYPAL_SORT_ORDER_TITLE', 'Sort order of display.');
define('MODULE_PAYMENT_PAYPAL_SORT_ORDER_DESC', 'Sort order of display. Lowest is displayed first.');
define('MODULE_PAYMENT_PAYPAL_ZONE_TITLE', 'Payment Zone');
define('MODULE_PAYMENT_PAYPAL_ZONE_DESC', 'If a zone is selected, only enable this payment method for that zone.');
define('MODULE_PAYMENT_PAYPAL_ORDER_STATUS_ID_TITLE', 'Set Order Status');
define('MODULE_PAYMENT_PAYPAL_ORDER_STATUS_ID_DESC', 'Set the status of orders made with this payment module to this value');
$aLang['module_payment_paypal_text_title'] = 'PayPal';
$aLang['module_payment_paypal_text_description'] = 'PayPal';

View File

@ -0,0 +1,118 @@
<?php
/* ----------------------------------------------------------------------
$Id: ap.php,v 1.3 2007/06/13 16:42:27 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: ap.php,v 1.02 2003/02/18 03:33:00 harley_vb
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2002 - 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
/********************************************************************
* Copyright (C) 2002 - 2003 TheMedia, Dipl.-Ing Thomas Pl<50>kers
* http://www.themedia.at & http://www.oscommerce.at
*
* All rights reserved.
*
* This program is free software licensed under the GNU General Public License (GPL).
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
*********************************************************************/
define('MODULE_SHIPPING_AP_STATUS_TITLE', '<27>terreichische Post AG');
define('MODULE_SHIPPING_AP_STATUS_DESC', 'Wollen Sie den Versand ber die <20>terreichische Post AG anbieten?');
define('MODULE_SHIPPING_AP_HANDLING_TITLE', 'Handling Fee');
define('MODULE_SHIPPING_AP_HANDLING_DESC', 'Bearbeitungsgebhr fr diese Versandart in Euro');
define('MODULE_SHIPPING_AP_TAX_CLASS_TITLE', 'Steuersatz');
define('MODULE_SHIPPING_AP_TAX_CLASS_DESC', 'W<>len Sie den MwSt.-Satz fr diese Versandart aus.');
define('MODULE_SHIPPING_AP_ZONE_TITLE', 'Versand Zone');
define('MODULE_SHIPPING_AP_ZONE_DESC', 'Wenn Sie eine Zone ausw<73>len, wird diese Versandart nur in dieser Zone angeboten.');
define('MODULE_SHIPPING_AP_SORT_ORDER_TITLE', 'Reihenfolge der Anzeige');
define('MODULE_SHIPPING_AP_SORT_ORDER_DESC', 'Niedrigste wird zuerst angezeigt.');
define('MODULE_SHIPPING_AP_COUNTRIES_1_TITLE', 'Zone 1a L<>der');
define('MODULE_SHIPPING_AP_COUNTRIES_1_DESC', 'Durch Komma getrennt Liste der L<>der als zwei Zeichen ISO-Code Landeskennzahlen, die Teil der Zone 1a sind.');
define('MODULE_SHIPPING_AP_COST_1_TITLE', 'Zone 1a Tarif Tabelle bis 20 kg');
define('MODULE_SHIPPING_AP_COST_1_DESC', 'Tarif Tabelle fr die Zone 1a, basiered auf <strong>\'Schnelles Paket\'</strong> bis 20 kg Versandgewicht.');
define('MODULE_SHIPPING_AP_COUNTRIES_2_TITLE', 'Zone 1b L<>der');
define('MODULE_SHIPPING_AP_COUNTRIES_2_DESC', 'Durch Komma getrennt Liste der L<>der als zwei Zeichen ISO-Code Landeskennzahlen, die Teil der Zone 1b sind.');
define('MODULE_SHIPPING_AP_COST_2_TITLE', 'Zone 1b Tarif Tabelle bis 20 kg');
define('MODULE_SHIPPING_AP_COST_2_DESC', 'Tarif Tabelle fr die Zone 1b, basiered auf <strong>\'Schnelles Paket\'</strong> bis 20 kg Versandgewicht.');
define('MODULE_SHIPPING_AP_COUNTRIES_3_TITLE', 'Zone 2 L<>der');
define('MODULE_SHIPPING_AP_COUNTRIES_3_DESC', 'Durch Komma getrennt Liste der L<>der als zwei Zeichen ISO-Code Landeskennzahlen, die Teil der Zone 2 sind.');
define('MODULE_SHIPPING_AP_COST_3_TITLE', 'Zone 2 Tarif Tabelle bis 20 kg');
define('MODULE_SHIPPING_AP_COST_3_DESC', 'Tarif Tabelle fr die Zone 2, basiered auf <strong>\'Schnelles Paket\'</strong> bis 20 kg Versandgewicht.');
define('MODULE_SHIPPING_AP_COUNTRIES_4_TITLE', 'Zone 3 L<>der');
define('MODULE_SHIPPING_AP_COUNTRIES_4_DESC', 'Durch Komma getrennt Liste der L<>der als zwei Zeichen ISO-Code Landeskennzahlen, die Teil der Zone 3 sind.');
define('MODULE_SHIPPING_AP_COST_4_TITLE', 'Zone 3 Tarif Tabelle bis 20 kg');
define('MODULE_SHIPPING_AP_COST_4_DESC', 'Tarif Tabelle fr die Zone 3, basiered auf <strong>\'Schnelles Paket\'</strong> bis 20 kg Versandgewicht.');
define('MODULE_SHIPPING_AP_COUNTRIES_5_TITLE', 'Zone 4 L<>der');
define('MODULE_SHIPPING_AP_COUNTRIES_5_DESC', 'Durch Komma getrennt Liste der L<>der als zwei Zeichen ISO-Code Landeskennzahlen, die Teil der Zone 4 sind.');
define('MODULE_SHIPPING_AP_COST_5_TITLE', 'Zone 4 Tarif Tabelle bis 20 kg');
define('MODULE_SHIPPING_AP_COST_5_DESC', 'Tarif Tabelle fr die Zone 4, basiered auf <strong>\'Schnelles Paket\'</strong> bis 20 kg Versandgewicht.');
define('MODULE_SHIPPING_AP_COUNTRIES_6_TITLE', 'Zone 4 L<>der');
define('MODULE_SHIPPING_AP_COUNTRIES_6_DESC', 'Durch Komma getrennt Liste der L<>der als zwei Zeichen ISO-Code Landeskennzahlen, die Teil der Zone 4 sind.');
define('MODULE_SHIPPING_AP_COST_6_TITLE', 'Zone 4 Tarif Tabelle bis 20 kg');
define('MODULE_SHIPPING_AP_COST_6_DESC', 'Tarif Tabelle fr die Zone 4, basiered auf <strong>\'Schnelles Paket\'</strong> bis 20 kg Versandgewicht.');
define('MODULE_SHIPPING_AP_COUNTRIES_7_TITLE', 'Zone 5 L<>der');
define('MODULE_SHIPPING_AP_COUNTRIES_7_DESC', 'Durch Komma getrennt Liste der L<>der als zwei Zeichen ISO-Code Landeskennzahlen, die Teil der Zone 5 sind.');
define('MODULE_SHIPPING_AP_COST_7_TITLE', 'Zone 5 Tarif Tabelle bis 20 kg');
define('MODULE_SHIPPING_AP_COST_7_DESC', 'Tarif Tabelle fr die Zone 5, basiered auf <strong>\'Schnelles Paket\'</strong> bis 20 kg Versandgewicht.');
define('MODULE_SHIPPING_AP_COUNTRIES_8_TITLE', 'Zone Inland');
define('MODULE_SHIPPING_AP_COUNTRIES_8_DESC', 'Inlandszone');
define('MODULE_SHIPPING_AP_COST_8_TITLE', 'Zone Tarif Tabelle bis 31.5 kg');
define('MODULE_SHIPPING_AP_COST_8_DESC', 'Tarif Tabelle fr die Inlandszone, bis 31.5 kg Versandgewicht.');
$aLang['module_shipping_ap_text_title'] = 'Austrian Post AG';
$aLang['module_shipping_ap_text_description'] = 'Austrian Post AG - Worldwide Dispatch';
$aLang['module_shipping_ap_text_way'] = 'Dispatch to';
$aLang['module_shipping_ap_text_units'] = 'kg';
$aLang['module_shipping_ap_invalid_zone'] = 'Unfortunately it is not possible to dispatch into this country';
$aLang['module_shipping_ap_undefined_rate'] = 'Forwarding expenses cannot be calculated for the moment';

View File

@ -0,0 +1,120 @@
<?php
/* ----------------------------------------------------------------------
$Id: apinsured.php,v 1.1 2008/08/12 22:18:07 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: ap.php,v 1.02 2003/02/18 03:25:00 harley_vb
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2002 - 2003 osCommerce
----------------------------------------------------------------------
Copyright (C) 2001 - 2003 TheMedia, Dipl.-Ing Thomas Plänkers
http://www.themedia.at & http://www.oscommerce.at
All rights reserved.
This program is free software licensed under the GNU General Public License (GPL).
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
If you made a translation, please send to
lang@oos-shop.de
the translated file.
---------------------------------------------------------------------- */
define('MODULE_SHIPPING_AP_INSURED_STATUS_TITLE', 'Österreichische Post AG (versichert)');
define('MODULE_SHIPPING_AP_INSURED_STATUS_DESC', 'Wollen Sie den Versand über die Österreichische Post AG anbieten?');
define('MODULE_SHIPPING_AP_INSURED_HANDLING_TITLE', 'Handling Gebühr');
define('MODULE_SHIPPING_AP_INSURED_HANDLING_DESC', 'Bearbeitungsgebühr für diese Versandart in Euro');
define('MODULE_SHIPPING_AP_INSURED_TAX_CLASS_TITLE', 'Steuersatz');
define('MODULE_SHIPPING_AP_INSURED_TAX_CLASS_DESC', 'Wählen Sie den MwSt.-Satz für diese Versandart aus.');
define('MODULE_SHIPPING_AP_INSURED_ZONE_TITLE', 'Versand Zone');
define('MODULE_SHIPPING_AP_INSURED_ZONE_DESC', 'Geben Sie <strong>einzeln</strong> die Zonen an, in welche ein Versand möglich sein soll. (z.B. AT,DE (lassen Sie dieses Feld leer, wenn Sie alle Zonen erlauben wollen))');
define('MODULE_SHIPPING_AP_INSURED_SORT_ORDER_TITLE', 'Reihenfolge der Anzeige');
define('MODULE_SHIPPING_AP_INSURED_SORT_ORDER_DESC', 'Niedrigste wird zuerst angezeigt.');
define('MODULE_SHIPPING_AP_INSURED_COUNTRIES_1_TITLE', 'Zone 1a Länder');
define('MODULE_SHIPPING_AP_INSURED_COUNTRIES_1_DESC', 'Durch Komma getrennt Liste der Länder als zwei Zeichen ISO-Code Landeskennzahlen, die Teil der Zone 1a sind.');
define('MODULE_SHIPPING_AP_INSURED_COST_1_TITLE', 'Zone 1a Tarif Tabelle bis 20 kg');
define('MODULE_SHIPPING_AP_INSURED_COST_1_DESC', 'Tarif Tabelle für die Zone 1a, basiered auf <strong>\'Schnelles Paket\'</strong> bis 20 kg Versandgewicht.');
define('MODULE_SHIPPING_AP_INSURED_COUNTRIES_2_TITLE', 'Zone 1b Länder');
define('MODULE_SHIPPING_AP_INSURED_COUNTRIES_2_DESC', 'Durch Komma getrennt Liste der Länder als zwei Zeichen ISO-Code Landeskennzahlen, die Teil der Zone 1b sind.');
define('MODULE_SHIPPING_AP_INSURED_COST_2_TITLE', 'Zone 1b Tarif Tabelle bis 20 kg');
define('MODULE_SHIPPING_AP_INSURED_COST_2_DESC', 'Tarif Tabelle für die Zone 1b, basiered auf <strong>\'Schnelles Paket\'</strong> bis 20 kg Versandgewicht.');
define('MODULE_SHIPPING_AP_INSURED_COUNTRIES_3_TITLE', 'Zone 2 Länder');
define('MODULE_SHIPPING_AP_INSURED_COUNTRIES_3_DESC', 'Durch Komma getrennt Liste der Länder als zwei Zeichen ISO-Code Landeskennzahlen, die Teil der Zone 2 sind.');
define('MODULE_SHIPPING_AP_INSURED_COST_3_TITLE', 'Zone 2 Tarif Tabelle bis 20 kg');
define('MODULE_SHIPPING_AP_INSURED_COST_3_DESC', 'Tarif Tabelle für die Zone 2, basiered auf <strong>\'Schnelles Paket\'</strong> bis 20 kg Versandgewicht.');
define('MODULE_SHIPPING_AP_INSURED_COUNTRIES_4_TITLE', 'Zone 3 Länder');
define('MODULE_SHIPPING_AP_INSURED_COUNTRIES_4_DESC', 'Durch Komma getrennt Liste der Länder als zwei Zeichen ISO-Code Landeskennzahlen, die Teil der Zone 3 sind.');
define('MODULE_SHIPPING_AP_INSURED_COST_4_TITLE', 'Zone 3 Tarif Tabelle bis 20 kg');
define('MODULE_SHIPPING_AP_INSURED_COST_4_DESC', 'Tarif Tabelle für die Zone 3, basiered auf <strong>\'Schnelles Paket\'</strong> bis 20 kg Versandgewicht.');
define('MODULE_SHIPPING_AP_INSURED_COUNTRIES_5_TITLE', 'Zone 4 Länder');
define('MODULE_SHIPPING_AP_INSURED_COUNTRIES_5_DESC', 'Durch Komma getrennt Liste der Länder als zwei Zeichen ISO-Code Landeskennzahlen, die Teil der Zone 4 sind.');
define('MODULE_SHIPPING_AP_INSURED_COST_5_TITLE', 'Zone 4 Tarif Tabelle bis 20 kg');
define('MODULE_SHIPPING_AP_INSURED_COST_5_DESC', 'Tarif Tabelle für die Zone 4, basiered auf <strong>\'Schnelles Paket\'</strong> bis 20 kg Versandgewicht.');
define('MODULE_SHIPPING_AP_INSURED_COUNTRIES_6_TITLE', 'Zone 4 Länder');
define('MODULE_SHIPPING_AP_INSURED_COUNTRIES_6_DESC', 'Durch Komma getrennt Liste der Länder als zwei Zeichen ISO-Code Landeskennzahlen, die Teil der Zone 4 sind.');
define('MODULE_SHIPPING_AP_INSURED_COST_6_TITLE', 'Zone 4 Tarif Tabelle bis 20 kg');
define('MODULE_SHIPPING_AP_INSURED_COST_6_DESC', 'Tarif Tabelle für die Zone 4, basiered auf <strong>\'Schnelles Paket\'</strong> bis 20 kg Versandgewicht.');
define('MODULE_SHIPPING_AP_INSURED_COUNTRIES_7_TITLE', 'Zone 5 Länder');
define('MODULE_SHIPPING_AP_INSURED_COUNTRIES_7_DESC', 'Durch Komma getrennt Liste der Länder als zwei Zeichen ISO-Code Landeskennzahlen, die Teil der Zone 5 sind.');
define('MODULE_SHIPPING_AP_INSURED_COST_7_TITLE', 'Zone 5 Tarif Tabelle bis 20 kg');
define('MODULE_SHIPPING_AP_INSURED_COST_7_DESC', 'Tarif Tabelle für die Zone 5, basiered auf <strong>\'Schnelles Paket\'</strong> bis 20 kg Versandgewicht.');
define('MODULE_SHIPPING_AP_INSURED_COUNTRIES_8_TITLE', 'Zone Inland');
define('MODULE_SHIPPING_AP_INSURED_COUNTRIES_8_DESC', 'Inlandszone');
define('MODULE_SHIPPING_AP_INSURED_COST_8_TITLE', 'Zone Tarif Tabelle bis 31.5 kg');
define('MODULE_SHIPPING_AP_INSURED_COST_8_DESC', 'Tarif Tabelle für die Inlandszone, bis 31.5 kg Versandgewicht.');
$aLang['module_shipping_ap_insured_text_title'] = 'Österreichische Post AG (versichert)';
$aLang['module_shipping_ap_insured_text_description'] = 'Österreichische Post AG - Weltweites Versandmodul';
$aLang['module_shipping_ap_insured_text_way'] = 'Versand nach';
$aLang['module_shipping_ap_insured_text_units'] = 'kg';
$aLang['module_shipping_ap_insured_invalid_zone'] = 'Es ist leider kein Versand in dieses Land möglich';
$aLang['module_shipping_ap_insured_undefined_rate'] = 'Die Versandkosten können im Moment nicht errechnet werden';

View File

@ -0,0 +1,152 @@
<?php
/* ----------------------------------------------------------------------
$Id: chp.php,v 1.3 2007/06/13 16:42:27 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: chp.php,v 1.01 2003/02/18 03:33:00 harley_vb
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2002 - 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
/********************************************************************
* Copyright (C) 2002 - 2003 TheMedia, Dipl.-Ing Thomas Pl<50>kers
* http://www.themedia.at & http://www.oscommerce.at
*
* All rights reserved
*
* This program is free software licensed under the GNU General Public License (GPL).
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
*********************************************************************/
define('MODULE_SHIPPING_CHP_STATUS_TITLE', 'The Swiss Post');
define('MODULE_SHIPPING_CHP_STATUS_DESC', 'Do you want to offer Swiss Post shipping?');
define('MODULE_SHIPPING_CHP_HANDLING_TITLE', 'Handling Fee');
define('MODULE_SHIPPING_CHP_HANDLING_DESC', 'Handlingfee for this shipping method in CHF');
define('MODULE_SHIPPING_CHP_TAX_CLASS_TITLE', 'Tax Rate');
define('MODULE_SHIPPING_CHP_TAX_CLASS_DESC', 'Use the following tax class on the shipping fee');
define('MODULE_SHIPPING_CHP_ZONE_TITLE', 'Shipping Zone');
define('MODULE_SHIPPING_CHP_ZONE_DESC', 'If a zone is selected, only enable this shipping method for that zone');
define('MODULE_SHIPPING_CHP_SORT_ORDER_TITLE', 'Sort Order');
define('MODULE_SHIPPING_CHP_SORT_ORDER_DESC', 'Sort order of display');
define('MODULE_SHIPPING_CHP_COUNTRIES_1_TITLE', 'Swiss Post Zone 0 Countries');
define('MODULE_SHIPPING_CHP_COUNTRIES_1_DESC', 'Inland zone');
define('MODULE_SHIPPING_CHP_COST_ECO_1_TITLE', 'Shipping Table Zone 0 up to 30 kg ECO');
define('MODULE_SHIPPING_CHP_COST_ECO_1_DESC', 'Shipping Table Zone 0, based on <strong>\'ECO\'</strong> up to 30 kg shipping weight.');
define('MODULE_SHIPPING_CHP_COST_PRI_1_TITLE', 'Shipping Table Zone 0 up to 30 kg PRI');
define('MODULE_SHIPPING_CHP_COST_PRI_1_DESC', 'Shipping Table Zone 0, based on <strong>\'PRI\'</strong> up to 30 kg shipping weight.');
define('MODULE_SHIPPING_CHP_COST_URG_1_TITLE', 'Shipping Table Zone 0 up to 30 kg URG');
define('MODULE_SHIPPING_CHP_COST_URG_1_DESC', 'Shipping Table Zone 0, based on <strong>\'URG\'</strong> up to 30 kg shipping weight.');
define('MODULE_SHIPPING_CHP_COUNTRIES_2_TITLE', 'Swiss Post Zone 1 Countries');
define('MODULE_SHIPPING_CHP_COUNTRIES_2_DESC', 'Comma separated list of two character ISO country codes that are part of Zone 1.');
define('MODULE_SHIPPING_CHP_COST_ECO_2_TITLE', 'Shipping Table Zone 1 up to 30 kg ECO');
define('MODULE_SHIPPING_CHP_COST_ECO_2_DESC', 'Shipping Table Zone 1, based on <strong>\'ECO\'</strong> up to 30 kg shipping weight.');
define('MODULE_SHIPPING_CHP_COST_PRI_2_TITLE', 'Shipping Table Zone 1 up to 30 kg PRI');
define('MODULE_SHIPPING_CHP_COST_PRI_2_DESC', 'Shipping Table Zone 1, based on <strong>\'PRI\'</strong> up to 30 kg shipping weight.');
define('MODULE_SHIPPING_CHP_COST_URG_2_TITLE', 'Shipping Table Zone 1 up to 30 kg URG');
define('MODULE_SHIPPING_CHP_COST_URG_2_DESC', 'Shipping Table Zone 1, based on <strong>\'URG\'</strong> up to 30 kg shipping weight.');
define('MODULE_SHIPPING_CHP_COUNTRIES_3_TITLE', 'Swiss Post Zone 2 Countries');
define('MODULE_SHIPPING_CHP_COUNTRIES_3_DESC', 'Comma separated list of two character ISO country codes that are part of Zone 2.');
define('MODULE_SHIPPING_CHP_COST_ECO_3_TITLE', 'Shipping Table Zone 2 up to 30 kg ECO');
define('MODULE_SHIPPING_CHP_COST_ECO_3_DESC', 'Shipping Table Zone 2, based on <strong>\'ECO\'</strong> up to 30 kg shipping weight.');
define('MODULE_SHIPPING_CHP_COST_PRI_3_TITLE', 'Shipping Table Zone 2 up to 30 kg PRI');
define('MODULE_SHIPPING_CHP_COST_PRI_3_DESC', 'Shipping Table Zone 2, based on <strong>\'PRI\'</strong> up to 30 kg shipping weight.');
define('MODULE_SHIPPING_CHP_COST_URG_3_TITLE', 'Shipping Table Zone 2 up to 30 kg URG');
define('MODULE_SHIPPING_CHP_COST_URG_3_DESC', 'Shipping Table Zone 2, based on <strong>\'URG\'</strong> up to 30 kg shipping weight.');
define('MODULE_SHIPPING_CHP_COUNTRIES_4_TITLE', 'Swiss Post Zone 3 Countries');
define('MODULE_SHIPPING_CHP_COUNTRIES_4_DESC', 'Comma separated list of two character ISO country codes that are part of Zone 3.');
define('MODULE_SHIPPING_CHP_COST_ECO_4_TITLE', 'Shipping Table Zone 3 up to 30 kg ECO');
define('MODULE_SHIPPING_CHP_COST_ECO_4_DESC', 'Shipping Table Zone 3, based on <strong>\'ECO\'</strong> up to 30 kg shipping weight.');
define('MODULE_SHIPPING_CHP_COST_PRI_4_TITLE', 'Shipping Table Zone 3 up to 30 kg PRI');
define('MODULE_SHIPPING_CHP_COST_PRI_4_DESC', 'Shipping Table Zone 3, based on <strong>\'PRI\'</strong> up to 30 kg shipping weight.');
define('MODULE_SHIPPING_CHP_COST_URG_4_TITLE', 'Shipping Table Zone 3 up to 30 kg URG');
define('MODULE_SHIPPING_CHP_COST_URG_4_DESC', 'Shipping Table Zone 3, based on <strong>\'URG\'</strong> up to 30 kg shipping weight.');
define('MODULE_SHIPPING_CHP_COUNTRIES_5_TITLE', 'Swiss Post Zone 4 Countries');
define('MODULE_SHIPPING_CHP_COUNTRIES_5_DESC', 'Comma separated list of two character ISO country codes that are part of Zone 4.');
define('MODULE_SHIPPING_CHP_COST_ECO_5_TITLE', 'Shipping Table Zone 4 up to 30 kg ECO');
define('MODULE_SHIPPING_CHP_COST_ECO_5_DESC', 'Shipping Table Zone 4, based on <strong>\'ECO\'</strong> up to 30 kg shipping weight.');
define('MODULE_SHIPPING_CHP_COST_PRI_5_TITLE', 'Shipping Table Zone 4 up to 30 kg PRI');
define('MODULE_SHIPPING_CHP_COST_PRI_5_DESC', 'Shipping Table Zone 4, based on <strong>\'PRI\'</strong> up to 30 kg shipping weight.');
define('MODULE_SHIPPING_CHP_COST_URG_5_TITLE', 'Shipping Table Zone 4 up to 30 kg URG');
define('MODULE_SHIPPING_CHP_COST_URG_5_DESC', 'Shipping Table Zone 4, based on <strong>\'URG\'</strong> up to 30 kg shipping weight.');
define('MODULE_SHIPPING_CHP_COUNTRIES_6_TITLE', 'Swiss Post Zone 5 Countries');
define('MODULE_SHIPPING_CHP_COUNTRIES_6_DESC', 'Comma separated list of two character ISO country codes that are part of Zone 5.');
define('MODULE_SHIPPING_CHP_COST_ECO_6_TITLE', 'Shipping Table Zone 5 up to 30 kg ECO');
define('MODULE_SHIPPING_CHP_COST_ECO_6_DESC', 'Shipping Table Zone 5, based on <strong>\'ECO\'</strong> up to 30 kg shipping weight.');
define('MODULE_SHIPPING_CHP_COST_PRI_6_TITLE', 'Shipping Table Zone 5 up to 30 kg PRI');
define('MODULE_SHIPPING_CHP_COST_PRI_6_DESC', 'Shipping Table Zone 5, based on <strong>\'PRI\'</strong> up to 30 kg shipping weight.');
define('MODULE_SHIPPING_CHP_COST_URG_6_TITLE', 'Shipping Table Zone 5 up to 30 kg URG');
define('MODULE_SHIPPING_CHP_COST_URG_6_DESC', 'Shipping Table Zone 5, based on <strong>\'URG\'</strong> up to 30 kg shipping weight.');
define('MODULE_SHIPPING_CHP_COUNTRIES_7_TITLE', 'Swiss Post Zone 6 Countries');
define('MODULE_SHIPPING_CHP_COUNTRIES_7_DESC', 'Comma separated list of two character ISO country codes that are part of Zone 6.');
define('MODULE_SHIPPING_CHP_COST_ECO_7_TITLE', 'Shipping Table Zone 6 up to 30 kg ECO');
define('MODULE_SHIPPING_CHP_COST_ECO_7_DESC', 'Shipping Table Zone 6, based on <strong>\'ECO\'</strong> up to 30 kg shipping weight.');
define('MODULE_SHIPPING_CHP_COST_PRI_7_TITLE', 'Shipping Table Zone 6 up to 30 kg PRI');
define('MODULE_SHIPPING_CHP_COST_PRI_7_DESC', 'Shipping Table Zone 6, based on <strong>\'PRI\'</strong> up to 30 kg shipping weight.');
define('MODULE_SHIPPING_CHP_COST_URG_7_TITLE', 'Shipping Table Zone 6 up to 30 kg URG');
define('MODULE_SHIPPING_CHP_COST_URG_7_DESC', 'Shipping Table Zone 6, based on <strong>\'URG\'</strong> up to 30 kg shipping weight.');
$aLang['module_shipping_chp_text_title'] = 'The Swiss Post';
$aLang['module_shipping_chp_text_description'] = 'The Swiss Post';
$aLang['module_shipping_chp_text_way'] = 'Dispatch to';
$aLang['module_shipping_chp_text_units'] = 'kg';
$aLang['module_shipping_chp_invalid_zone'] = 'Unfortunately it is not possible to dispatch into this country';
$aLang['module_shipping_chp_undefined_rate'] = 'Forwarding expenses cannot be calculated for the moment';

View File

@ -0,0 +1,84 @@
<?php
/* ----------------------------------------------------------------------
$Id: dp.php,v 1.3 2007/06/13 16:42:27 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: dp.php,v 1.4 2003/02/18 03:33:00 harley_vb
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2002 - 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('MODULE_SHIPPING_DP_STATUS_TITLE', 'German Post - Worldwide Shipping Module');
define('MODULE_SHIPPING_DP_STATUS_DESC', 'Do you want to offer German Post shipping?');
define('MODULE_SHIPPING_DP_HANDLING_TITLE', 'Handling Fee');
define('MODULE_SHIPPING_DP_HANDLING_DESC', 'Handlingfee for this shipping method in Euro');
define('MODULE_SHIPPING_DP_TAX_CLASS_TITLE', 'Tax Rate');
define('MODULE_SHIPPING_DP_TAX_CLASS_DESC', 'Use the following tax class on the shipping fee.');
define('MODULE_SHIPPING_DP_ZONE_TITLE', 'Versand Zone');
define('MODULE_SHIPPING_DP_ZONE_DESC', 'Wenn Sie eine Zone ausw<73>len, wird diese Versandart nur in dieser Zone angeboten.');
define('MODULE_SHIPPING_DP_SORT_ORDER_TITLE', 'Sort order');
define('MODULE_SHIPPING_DP_SORT_ORDER_DESC', 'Sort order of display. Lowest is displayed first.');
define('MODULE_SHIPPING_DP_COUNTRIES_1_TITLE', 'DP Zone 1 Countries');
define('MODULE_SHIPPING_DP_COUNTRIES_1_DESC', 'Comma separated list of two character ISO country codes that are part of Zone 1');
define('MODULE_SHIPPING_DP_COST_1_TITLE', 'DP Zone 1 Shipping Table');
define('MODULE_SHIPPING_DP_COST_1_DESC', 'Shipping rates to Zone 1 destinations based on a range of order weights. Example: 0-3:8.50,3-7:10.50,... Weights greater than 0 and less than or equal to 3 would cost 14.57 for Zone 1 destinations.');
define('MODULE_SHIPPING_DP_COUNTRIES_2_TITLE', 'DP Zone 2 Countries');
define('MODULE_SHIPPING_DP_COUNTRIES_2_DESC', 'Comma separated list of two character ISO country codes that are part of Zone 2');
define('MODULE_SHIPPING_DP_COST_2_TITLE', 'DP Zone 2 Shipping Table');
define('MODULE_SHIPPING_DP_COST_2_DESC', 'Shipping rates to Zone 2 destinations based on a range of order weights. Example: 0-3:8.50,3-7:10.50,... Weights greater than 0 and less than or equal to 3 would cost 23.78 for Zone 2 destinations.');
define('MODULE_SHIPPING_DP_COUNTRIES_3_TITLE', 'DP Zone 3 Countries');
define('MODULE_SHIPPING_DP_COUNTRIES_3_DESC', 'Comma separated list of two character ISO country codes that are part of Zone 3');
define('MODULE_SHIPPING_DP_COUNTRIES_3_TITLE', 'DP Zone 3 Countries');
define('MODULE_SHIPPING_DP_COUNTRIES_3_DESC', 'Comma separated list of two character ISO country codes that are part of Zone 3');
define('MODULE_SHIPPING_DP_COST_3_TITLE', 'DP Zone 3 Countries');
define('MODULE_SHIPPING_DP_COST_3_DESC', 'Shipping rates to Zone 3 destinations based on a range of order weights. Example: 0-3:8.50,3-7:10.50,... Weights greater than 0 and less than or equal to 3 would cost 26.84 for Zone 3 destinations.');
define('MODULE_SHIPPING_DP_COUNTRIES_4_TITLE', 'DP Zone 4 Countries');
define('MODULE_SHIPPING_DP_COUNTRIES_4_DESC', 'Comma separated list of two character ISO country codes that are part of Zone 4');
define('MODULE_SHIPPING_DP_COST_4_TITLE', 'DP Zone 4 Shipping Table');
define('MODULE_SHIPPING_DP_COST_4_DESC', 'Shipping rates to Zone 4 destinations based on a range of order weights. Example: 0-3:8.50,3-7:10.50,... Weights greater than 0 and less than or equal to 3 would cost 32.98 for Zone 4 destinations.');
define('MODULE_SHIPPING_DP_COUNTRIES_5_TITLE', 'DP Zone 5 Countries');
define('MODULE_SHIPPING_DP_COUNTRIES_5_DESC', 'Comma separated list of two character ISO country codes that are part of Zone 5');
define('MODULE_SHIPPING_DP_COST_5_TITLE', 'DP Zone 5 Shipping Table');
define('MODULE_SHIPPING_DP_COST_5_DESC', 'Shipping rates to Zone 5 destinations based on a range of order weights. Example: 0-3:8.50,3-7:10.50,... Weights greater than 0 and less than or equal to 3 would cost 32.98 for Zone 5 destinations.');
define('MODULE_SHIPPING_DP_COUNTRIES_6_TITLE', 'DP Zone 6 Countries');
define('MODULE_SHIPPING_DP_COUNTRIES_6_DESC', 'Comma separated list of two character ISO country codes that are part of Zone 6');
define('MODULE_SHIPPING_DP_COST_6_TITLE', 'DP Zone 6 Shipping Table');
define('MODULE_SHIPPING_DP_COST_6_DESC', 'Shipping rates to Zone 6 destinations based on a range of order weights. Example: 0-3:8.50,3-7:10.50,... Weights greater than 0 and less than or equal to 3 would cost 5.62 for Zone 6 destinations.');
$aLang['module_shipping_dp_text_title'] = 'DHL';
$aLang['module_shipping_dp_text_description'] = 'DHL World Net';
$aLang['module_shipping_dp_text_way'] = 'Dispatch to';
$aLang['module_shipping_dp_text_units'] = 'kg';
$aLang['module_shipping_dp_invalid_zone'] = 'Unfortunately it is not possible to dispatch into this country';
$aLang['module_shipping_dp_undefined_rate'] = 'Forwarding expenses cannot be calculated for the moment';

View File

@ -0,0 +1,214 @@
<?php
/* ----------------------------------------------------------------------
$Id: fedexeu.php,v 1.3 2007/06/13 16:42:27 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: fedexeu.php,v 1.01 2003/02/18 03:33:00 harley_vb
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2002 - 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
/********************************************************************
* Copyright (C) 2002 - 2003 TheMedia, Dipl.-Ing Thomas Pl<50>kers
* http://www.themedia.at & http://www.oscommerce.at
*
* All rights reserved.
*
* This program is free software licensed under the GNU General Public License (GPL).
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
*********************************************************************/
define('MODULE_SHIPPING_FEDEXEU_STATUS_TITLE', 'FedEx Express Europe');
define('MODULE_SHIPPING_FEDEXEU_STATUS_DESC', 'Wollen Sie den Versand durch FedEx Express Europe anbieten?');
define('MODULE_SHIPPING_FEDEXEU_HANDLING_TITLE', 'Handling Fee');
define('MODULE_SHIPPING_FEDEXEU_HANDLING_DESC', 'Bearbeitungsgebhr fr diese Versandart in Euro');
define('MODULE_SHIPPING_FEDEXEU_TAX_CLASS_TITLE', 'Steuersatz');
define('MODULE_SHIPPING_FEDEXEU_TAX_CLASS_DESC', 'W<>len Sie den MwSt.-Satz fr diese Versandart aus.');
define('MODULE_SHIPPING_FEDEXEU_ZONE_TITLE', 'Versand Zone');
define('MODULE_SHIPPING_FEDEXEU_ZONE_DESC', 'Wenn Sie eine Zone ausw<73>len, wird diese Versandart nur in dieser Zone angeboten.');
define('MODULE_SHIPPING_FEDEXEU_SORT_ORDER_TITLE', 'Reihenfolge der Anzeige');
define('MODULE_SHIPPING_FEDEXEU_SORT_ORDER_DESC', 'Niedrigste wird zuerst angezeigt');
define('MODULE_SHIPPING_FEDEXEU_COUNTRIES_1_TITLE', 'Europazone 1 L<>der');
define('MODULE_SHIPPING_FEDEXEU_COUNTRIES_1_DESC', 'Eurozone');
define('MODULE_SHIPPING_FEDEXEU_COST_PAK_1_TITLE', 'Tariftabelle fr Zone 1 bis 2.50 kg PAK');
define('MODULE_SHIPPING_FEDEXEU_COST_PAK_1_DESC', 'Tarif Tabelle fr die Zone 1, basiered auf <strong>\'PAK\'</strong> bis 2.50 kg Versandgewicht.');
define('MODULE_SHIPPING_FEDEXEU_COST_BOX_1_TITLE', 'Tariftabelle fr Zone 1 bis 10 kg BOX');
define('MODULE_SHIPPING_FEDEXEU_COST_BOX_1_DESC', 'Tarif Tabelle fr die Zone 1, basiered auf <strong>\'BOX\'</strong> bis 10 kg Versandgewicht.');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_20_1_TITLE', 'Erh<72>ungszuschlag bis 20 kg BOX');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_20_1_DESC', 'Erh<72>ungszuschlag pro bersteigende 0,50 kg in EUR');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_40_1_TITLE', 'Erh<72>ungszuschlag bis 40 kg BOX');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_40_1_DESC', 'Erh<72>ungszuschlag pro bersteigende 0,50 kg in EUR');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_70_1_TITLE', 'Erh<72>ungszuschlag bis 70 kg BOX');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_70_1_DESC', 'Erh<72>ungszuschlag pro bersteigende 0,50 kg in EUR');
define('MODULE_SHIPPING_FEDEXEU_COUNTRIES_2_TITLE', 'Europazone 2 L<>der');
define('MODULE_SHIPPING_FEDEXEU_COUNTRIES_2_DESC', 'Durch Komma getrennt Liste der L<>der als zwei Zeichen ISO-Code Landeskennzahlen, die Teil der Zone 2 sind.');
define('MODULE_SHIPPING_FEDEXEU_COST_PAK_2_TITLE', 'Tariftabelle fr Zone 2 bis 2.50 kg PAK');
define('MODULE_SHIPPING_FEDEXEU_COST_PAK_2_DESC', 'Tarif Tabelle fr die Zone 2, basiered auf <strong>\'PAK\'</strong> bis 2.50 kg Versandgewicht.');
define('MODULE_SHIPPING_FEDEXEU_COST_BOX_2_TITLE', 'Tariftabelle fr Zone 2 bis 10 kg BOX');
define('MODULE_SHIPPING_FEDEXEU_COST_BOX_2_DESC', 'Tarif Tabelle fr die Zone 2, basiered auf <strong>\'BOX\'</strong> bis 10 kg Versandgewicht.');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_20_2_TITLE', 'Erh<72>ungszuschlag bis 20 kg BOX');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_20_2_DESC', 'Erh<72>ungszuschlag pro bersteigende 0,50 kg in EUR');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_40_2_TITLE', 'Erh<72>ungszuschlag bis 40 kg BOX');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_40_2_DESC', 'Erh<72>ungszuschlag pro bersteigende 0,50 kg in EUR');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_70_2_TITLE', 'Erh<72>ungszuschlag bis 70 kg BOX');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_70_2_DESC', 'Erh<72>ungszuschlag pro bersteigende 0,50 kg in EUR');
define('MODULE_SHIPPING_FEDEXEU_COUNTRIES_3_TITLE', 'Europazone 3 L<>der');
define('MODULE_SHIPPING_FEDEXEU_COUNTRIES_3_DESC', 'Durch Komma getrennt Liste der L<>der als zwei Zeichen ISO-Code Landeskennzahlen, die Teil der Zone 3 sind.');
define('MODULE_SHIPPING_FEDEXEU_COST_PAK_3_TITLE', 'Tariftabelle fr Zone 3 bis 2.50 kg PAK');
define('MODULE_SHIPPING_FEDEXEU_COST_PAK_3_DESC', 'Tarif Tabelle fr die Zone 3, basiered auf <strong>\'PAK\'</strong> bis 2.50 kg Versandgewicht.');
define('MODULE_SHIPPING_FEDEXEU_COST_BOX_3_TITLE', 'Tariftabelle fr Zone 3 bis 10 kg BOX');
define('MODULE_SHIPPING_FEDEXEU_COST_BOX_3_DESC', 'Tarif Tabelle fr die Zone 3, basiered auf <strong>\'BOX\'</strong> bis 10 kg Versandgewicht.');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_20_3_TITLE', 'Erh<72>ungszuschlag bis 20 kg BOX');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_20_3_DESC', 'Erh<72>ungszuschlag pro bersteigende 0,50 kg in EUR');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_40_3_TITLE', 'Erh<72>ungszuschlag bis 40 kg BOX');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_40_3_DESC', 'Erh<72>ungszuschlag pro bersteigende 0,50 kg in EUR');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_70_3_TITLE', 'Erh<72>ungszuschlag bis 70 kg BOX');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_70_3_DESC', 'Erh<72>ungszuschlag pro bersteigende 0,50 kg in EUR');
define('MODULE_SHIPPING_FEDEXEU_COUNTRIES_4_TITLE', 'Weltzone A L<>der');
define('MODULE_SHIPPING_FEDEXEU_COUNTRIES_4_DESC', 'Durch Komma getrennt Liste der L<>der als zwei Zeichen ISO-Code Landeskennzahlen, die Teil der Zone A sind.');
define('MODULE_SHIPPING_FEDEXEU_COST_PAK_4_TITLE', 'Tariftabelle fr Zone A bis 2.50 kg PAK');
define('MODULE_SHIPPING_FEDEXEU_COST_PAK_4_DESC', 'Tarif Tabelle fr die Zone A, basiered auf <strong>\'PAK\'</strong> bis 2.50 kg Versandgewicht.');
define('MODULE_SHIPPING_FEDEXEU_COST_BOX_4_TITLE', 'Tariftabelle fr Zone A bis 10 kg BOX');
define('MODULE_SHIPPING_FEDEXEU_COST_BOX_4_DESC', 'Tarif Tabelle fr die Zone A, basiered auf <strong>\'BOX\'</strong> bis 10 kg Versandgewicht.');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_20_4_TITLE', 'Erh<72>ungszuschlag bis 20 kg BOX');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_20_4_DESC', 'Erh<72>ungszuschlag pro bersteigende 0,50 kg in EUR');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_40_4_TITLE', 'Erh<72>ungszuschlag bis 40 kg BOX');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_40_4_DESC', 'Erh<72>ungszuschlag pro bersteigende 0,50 kg in EUR');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_70_4_TITLE', 'Erh<72>ungszuschlag bis 70 kg BOX');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_70_4_DESC', 'Erh<72>ungszuschlag pro bersteigende 0,50 kg in EUR');
define('MODULE_SHIPPING_FEDEXEU_COUNTRIES_5_TITLE', 'Weltzone B L<>der');
define('MODULE_SHIPPING_FEDEXEU_COUNTRIES_5_DESC', 'Durch Komma getrennt Liste der L<>der als zwei Zeichen ISO-Code Landeskennzahlen, die Teil der Zone B sind.');
define('MODULE_SHIPPING_FEDEXEU_COST_PAK_5_TITLE', 'Tariftabelle fr Zone B bis 2.50 kg PAK');
define('MODULE_SHIPPING_FEDEXEU_COST_PAK_5_DESC', 'Tarif Tabelle fr die Zone B, basiered auf <strong>\'PAK\'</strong> bis 2.50 kg Versandgewicht.');
define('MODULE_SHIPPING_FEDEXEU_COST_BOX_5_TITLE', 'Tariftabelle fr Zone B bis 10 kg BOX');
define('MODULE_SHIPPING_FEDEXEU_COST_BOX_5_DESC', 'Tarif Tabelle fr die Zone B, basiered auf <strong>\'BOX\'</strong> bis 10 kg Versandgewicht.');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_20_5_TITLE', 'Erh<72>ungszuschlag bis 20 kg BOX');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_20_5_DESC', 'Erh<72>ungszuschlag pro bersteigende 0,50 kg in EUR');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_40_5_TITLE', 'Erh<72>ungszuschlag bis 40 kg BOX');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_40_5_DESC', 'Erh<72>ungszuschlag pro bersteigende 0,50 kg in EUR');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_70_5_TITLE', 'Erh<72>ungszuschlag bis 70 kg BOX');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_70_5_DESC', 'Erh<72>ungszuschlag pro bersteigende 0,50 kg in EUR');
define('MODULE_SHIPPING_FEDEXEU_COUNTRIES_6_TITLE', 'Weltzone C L<>der');
define('MODULE_SHIPPING_FEDEXEU_COUNTRIES_6_DESC', 'Durch Komma getrennt Liste der L<>der als zwei Zeichen ISO-Code Landeskennzahlen, die Teil der Zone C sind.');
define('MODULE_SHIPPING_FEDEXEU_COST_PAK_6_TITLE', 'Tariftabelle fr Zone C bis 2.50 kg PAK');
define('MODULE_SHIPPING_FEDEXEU_COST_PAK_6_DESC', 'Tarif Tabelle fr die Zone C, basiered auf <strong>\'PAK\'</strong> bis 2.50 kg Versandgewicht.');
define('MODULE_SHIPPING_FEDEXEU_COST_BOX_6_TITLE', 'Tariftabelle fr Zone C bis 10 kg BOX');
define('MODULE_SHIPPING_FEDEXEU_COST_BOX_6_DESC', 'Tarif Tabelle fr die Zone C, basiered auf <strong>\'BOX\'</strong> bis 10 kg Versandgewicht.');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_20_6_TITLE', 'Erh<72>ungszuschlag bis 20 kg BOX');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_20_6_DESC', 'Erh<72>ungszuschlag pro bersteigende 0,50 kg in EUR');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_40_6_TITLE', 'Erh<72>ungszuschlag bis 40 kg BOX');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_40_6_DESC', 'Erh<72>ungszuschlag pro bersteigende 0,50 kg in EUR');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_70_6_TITLE', 'Erh<72>ungszuschlag bis 70 kg BOX');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_70_6_DESC', 'Erh<72>ungszuschlag pro bersteigende 0,50 kg in EUR');
define('MODULE_SHIPPING_FEDEXEU_COUNTRIES_7_TITLE', 'Weltzone D L<>der');
define('MODULE_SHIPPING_FEDEXEU_COUNTRIES_7_DESC', 'Durch Komma getrennt Liste der L<>der als zwei Zeichen ISO-Code Landeskennzahlen, die Teil der Zone D sind.');
define('MODULE_SHIPPING_FEDEXEU_COST_PAK_7_TITLE', 'Tariftabelle fr Zone D bis 2.50 kg PAK');
define('MODULE_SHIPPING_FEDEXEU_COST_PAK_7_DESC', 'Tarif Tabelle fr die Zone D, basiered auf <strong>\'PAK\'</strong> bis 2.50 kg Versandgewicht.');
define('MODULE_SHIPPING_FEDEXEU_COST_BOX_7_TITLE', 'Tariftabelle fr Zone D bis 10 kg BOX');
define('MODULE_SHIPPING_FEDEXEU_COST_BOX_7_DESC', 'Tarif Tabelle fr die Zone D, basiered auf <strong>\'BOX\'</strong> bis 10 kg Versandgewicht.');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_20_7_TITLE', 'Erh<72>ungszuschlag bis 20 kg BOX');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_20_7_DESC', 'Erh<72>ungszuschlag pro bersteigende 0,50 kg in EUR');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_40_7_TITLE', 'Erh<72>ungszuschlag bis 40 kg BOX');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_40_7_DESC', 'Erh<72>ungszuschlag pro bersteigende 0,50 kg in EUR');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_70_7_TITLE', 'Erh<72>ungszuschlag bis 70 kg BOX');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_70_7_DESC', 'Erh<72>ungszuschlag pro bersteigende 0,50 kg in EUR');
define('MODULE_SHIPPING_FEDEXEU_COUNTRIES_8_TITLE', 'Weltzone E L<>der');
define('MODULE_SHIPPING_FEDEXEU_COUNTRIES_8_DESC', 'Durch Komma getrennt Liste der L<>der als zwei Zeichen ISO-Code Landeskennzahlen, die Teil der Zone E sind.');
define('MODULE_SHIPPING_FEDEXEU_COST_PAK_8_TITLE', 'Tariftabelle fr Zone E bis 2.50 kg PAK');
define('MODULE_SHIPPING_FEDEXEU_COST_PAK_8_DESC', 'Tarif Tabelle fr die Zone E, basiered auf <strong>\'PAK\'</strong> bis 2.50 kg Versandgewicht.');
define('MODULE_SHIPPING_FEDEXEU_COST_BOX_8_TITLE', 'Tariftabelle fr Zone E bis 10 kg BOX');
define('MODULE_SHIPPING_FEDEXEU_COST_BOX_8_DESC', 'Tarif Tabelle fr die Zone E, basiered auf <strong>\'BOX\'</strong> bis 10 kg Versandgewicht.');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_20_8_TITLE', 'Erh<72>ungszuschlag bis 20 kg BOX');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_20_8_DESC', 'Erh<72>ungszuschlag pro bersteigende 0,50 kg in EUR');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_40_8_TITLE', 'Erh<72>ungszuschlag bis 40 kg BOX');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_40_8_DESC', 'Erh<72>ungszuschlag pro bersteigende 0,50 kg in EUR');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_70_8_TITLE', 'Erh<72>ungszuschlag bis 70 kg BOX');
define('MODULE_SHIPPING_FEDEXEU_SOOS_BOX_70_8_DESC', 'Erh<72>ungszuschlag pro bersteigende 0,50 kg in EUR');
$aLang['module_shipping_fedexeu_text_title'] = 'FedEx Express Europe';
$aLang['module_shipping_fedexeu_text_description'] = 'FedEx Express Europe';
$aLang['module_shipping_fedexeu_text_way'] = 'Dispatch to';
$aLang['module_shipping_fedexeu_text_units'] = 'kg';
$aLang['module_shipping_fedexeu_invalid_zone'] = 'Unfortunately it is not possible to dispatch into this country';
$aLang['module_shipping_fedexeu_undefined_rate'] = 'Forwarding expenses cannot be calculated for the moment';

View File

@ -0,0 +1,41 @@
<?php
/* ----------------------------------------------------------------------
$Id: flat.php,v 1.3 2007/06/13 16:42:27 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: flat.php,v 1.5 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('MODULE_SHIPPING_FLAT_STATUS_TITLE', 'Enable Flat Shipping');
define('MODULE_SHIPPING_FLAT_STATUS_DESC', 'Do you want to offer flat rate shipping?');
define('MODULE_SHIPPING_FLAT_COST_TITLE', 'Shipping Cost');
define('MODULE_SHIPPING_FLAT_COST_DESC', 'The shipping cost for all orders using this shipping method.');
define('MODULE_SHIPPING_FLAT_TAX_CLASS_TITLE', 'Tax Class');
define('MODULE_SHIPPING_FLAT_TAX_CLASS_DESC', 'Use the following tax class on the shipping fee.');
define('MODULE_SHIPPING_FLAT_ZONE_TITLE', 'Shipping Zone');
define('MODULE_SHIPPING_FLAT_ZONE_DESC', 'If a zone is selected, only enable this shipping method for that zone.');
define('MODULE_SHIPPING_FLAT_SORT_ORDER_TITLE', 'Sort Order');
define('MODULE_SHIPPING_FLAT_SORT_ORDER_DESC', 'Sort order of display.');
$aLang['module_shipping_flat_text_title'] = 'Flat Rate';
$aLang['module_shipping_flat_text_description'] = 'Flat Rate';
$aLang['module_shipping_flat_text_way'] = 'Best Way';

View File

@ -0,0 +1,44 @@
<?php
/* ----------------------------------------------------------------------
$Id: item.php,v 1.3 2007/06/13 16:42:27 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: item.php,v 1.5 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('MODULE_SHIPPING_ITEM_STATUS_TITLE', 'Enable Item Shipping');
define('MODULE_SHIPPING_ITEM_STATUS_DESC', 'Do you want to offer per item rate shipping?');
define('MODULE_SHIPPING_ITEM_COST_TITLE', 'Shipping Cost');
define('MODULE_SHIPPING_ITEM_COST_DESC', 'The shipping cost will be multiplied by the number of items in an order that uses this shipping method.');
define('MODULE_SHIPPING_ITEM_HANDLING_TITLE', 'Handling Fee');
define('MODULE_SHIPPING_ITEM_HANDLING_DESC', 'Handling fee for this shipping method.');
define('MODULE_SHIPPING_ITEM_TAX_CLASS_TITLE', 'Tax Class');
define('MODULE_SHIPPING_ITEM_TAX_CLASS_DESC', 'Use the following tax class on the shipping fee.');
define('MODULE_SHIPPING_ITEM_ZONE_TITLE', 'Shipping Zone');
define('MODULE_SHIPPING_ITEM_ZONE_DESC', 'If a zone is selected, only enable this shipping method for that zone.');
define('MODULE_SHIPPING_ITEM_SORT_ORDER_TITLE', 'Sort Order');
define('MODULE_SHIPPING_ITEM_SORT_ORDER_DESC', 'Sort order of display.');
$aLang['module_shipping_item_text_title'] = 'Per Item';
$aLang['module_shipping_item_text_description'] = 'Per Item';
$aLang['module_shipping_item_text_way'] = 'Best Way';

View File

@ -0,0 +1,34 @@
<?php
/* ----------------------------------------------------------------------
$Id: selfpickup.php,v 1.3 2007/06/13 16:42:27 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: item.php,v 1.5 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('MODULE_SHIPPING_SELFPICKUP_STATUS_TITLE', 'Enable Self Pickup');
define('MODULE_SHIPPING_SELFPICKUP_STATUS_DESC', 'Do you want to offer per item rate shipping?');
define('MODULE_SHIPPING_SELFPICKUP_ZONE_TITLE', 'Shipping Zone');
define('MODULE_SHIPPING_SELFPICKUP_ZONE_DESC', 'If a zone is selected, only enable this shipping method for that zone.');
define('MODULE_SHIPPING_SELFPICKUP_SORT_ORDER_TITLE', 'Sort Order');
define('MODULE_SHIPPING_SELFPICKUP_SORT_ORDER_DESC', 'Sort order of display.');
$aLang['module_shipping_selfpickup_text_title'] = 'Self Pickup';
$aLang['module_shipping_selfpickup_text_description'] = 'Pickup By The Customer';
$aLang['module_shipping_selfpickup_text_way'] = 'Self Pickup at our Company.';

View File

@ -0,0 +1,49 @@
<?php
/* ----------------------------------------------------------------------
$Id: table.php,v 1.3 2007/06/13 16:42:27 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: table.php,v 1.5 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('MODULE_SHIPPING_TABLE_STATUS_TITLE', 'Enable Table Method');
define('MODULE_SHIPPING_TABLE_STATUS_DESC', 'Do you want to offer table rate shipping?');
define('MODULE_SHIPPING_TABLE_COST_TITLE', 'Shipping Table');
define('MODULE_SHIPPING_TABLE_COST_DESC', 'The shipping cost is based on the total cost or weight of items. Example: 25:8.50,50:5.50,etc.. Up to 25 charge 8.50, from there to 50 charge 5.50, etc');
define('MODULE_SHIPPING_TABLE_MODE_TITLE', 'Table Method');
define('MODULE_SHIPPING_TABLE_MODE_DESC', 'The shipping cost is based on the order total or the total weight of the items ordered.');
define('MODULE_SHIPPING_TABLE_HANDLING_TITLE', 'Handling Fee');
define('MODULE_SHIPPING_TABLE_HANDLING_DESC', 'Handling fee for this shipping method.');
define('MODULE_SHIPPING_TABLE_TAX_CLASS_TITLE', 'Tax Class');
define('MODULE_SHIPPING_TABLE_TAX_CLASS_DESC', 'Use the following tax class on the shipping fee.');
define('MODULE_SHIPPING_TABLE_ZONE_TITLE', 'Shipping Zone');
define('MODULE_SHIPPING_TABLE_ZONE_DESC', 'If a zone is selected, only enable this shipping method for that zone.');
define('MODULE_SHIPPING_TABLE_SORT_ORDER_TITLE', 'Sort Order');
define('MODULE_SHIPPING_TABLE_SORT_ORDER_DESC', 'Sort order of display.');
$aLang['module_shipping_table_text_title'] = 'Table Rate';
$aLang['module_shipping_table_text_description'] = 'Table Rate';
$aLang['module_shipping_table_text_way'] = 'Best Way';
$aLang['module_shipping_table_text_weight'] = 'Weight';
$aLang['module_shipping_table_text_amount'] = 'Amount';

View File

@ -0,0 +1,52 @@
<?php
/* ----------------------------------------------------------------------
$Id: weight.php,v 1.3 2007/06/13 16:42:27 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: weight.php,v 1.02 2003/02/18 03:33:00 harley_vb
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2002 - 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('MODULE_SHIPPING_WEIGHT_STATUS_TITLE', 'Aktivieren der gew. Versandkosten');
define('MODULE_SHIPPING_WEIGHT_STATUS_DESC', 'M<>hten Sie gewichtsabh<62>gige Versandkosten anbieten?');
define('MODULE_SHIPPING_WEIGHT_HANDLING_TITLE', 'Handling Fee');
define('MODULE_SHIPPING_WEIGHT_HANDLING_DESC', 'Bearbeitungsgebhr fr diese Versandart.');
define('MODULE_SHIPPING_WEIGHT_TAX_CLASS_TITLE', 'Steuersatz');
define('MODULE_SHIPPING_WEIGHT_TAX_CLASS_DESC', 'W<>len Sie den MwSt.-Satz fr diese Versandart aus.');
define('MODULE_SHIPPING_WEIGHT_ZONE_TITLE', 'Versand Zone');
define('MODULE_SHIPPING_WEIGHT_ZONE_DESC', 'Wenn Sie eine Zone ausw<73>len, wird diese Versandart nur in dieser Zone angeboten.');
define('MODULE_SHIPPING_WEIGHT_SORT_ORDER_TITLE', 'Reihenfolge der Anzeige');
define('MODULE_SHIPPING_WEIGHT_SORT_ORDER_DESC', 'Niedrigste wird zuerst angezeigt.');
define('MODULE_SHIPPING_WEIGHT_COST_TITLE', 'Versandkostentabelle');
define('MODULE_SHIPPING_WEIGHT_COST_DESC', 'Versandkosten nach beliebigem Gewicht gestaffelt. z.B.: 31:15,40:28,50:30.5,100:33 bis 31kg->15 EUR, von 31-40kg->28 EUR, von 40-50kg->30.5 EUR und von 50-100kg->33 EUR. Von da an wird der \"Erh<72>ungsschritt\" benutzt!');
define('MODULE_SHIPPING_WEIGHT_STEP_TITLE', 'Erh<72>ungsschritt');
define('MODULE_SHIPPING_WEIGHT_STEP_DESC', 'Erh<72>ungsschritt pro bersteigendes kg in EUR');
define('MODULE_SHIPPING_WEIGHT_MODE_TITLE', 'Table Method');
define('MODULE_SHIPPING_WEIGHT_MODE_DESC', 'Is the shipping table based on total Weight or Total amount of order.');
$aLang['module_shipping_weight_text_title'] = 'Weight-dependent Shipping Cost';
$aLang['module_shipping_weight_text_description'] = 'Weight-dependent Shipping Cost';
$aLang['module_shipping_weight_text_way'] = 'Shipping Cost';
$aLang['module_shipping_weight_text_weight'] = 'Weight';
$aLang['module_shipping_weight_text_amount'] = 'Amount';

View File

@ -0,0 +1,50 @@
<?php
/* ----------------------------------------------------------------------
$Id: zones.php,v 1.4 2008/08/12 16:30:14 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.3 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('NUMBER_OF_ZONES',8);
define('MODULE_SHIPPING_ZONES_STATUS_TITLE', 'Enable Zones Method');
define('MODULE_SHIPPING_ZONES_STATUS_DESC', 'Do you want to offer zone rate shipping?');
define('MODULE_SHIPPING_ZONES_TAX_CLASS_TITLE', 'Tax Class');
define('MODULE_SHIPPING_ZONES_TAX_CLASS_DESC', 'Use the following tax class on the shipping fee.');
define('MODULE_SHIPPING_ZONES_SORT_ORDER_TITLE', 'Sort Order');
define('MODULE_SHIPPING_ZONES_SORT_ORDER_DESC', 'Sort order of display.');
for ($j=0;$j<NUMBER_OF_ZONES;$j++) {
define('MODULE_SHIPPING_ZONES_COUNTRIES_'.$j.'_TITLE', 'Zone '.$j.' Countries');
define('MODULE_SHIPPING_ZONES_COUNTRIES_'.$j.'_DESC', 'Comma separated list of two character ISO country codes that are part of Zone '.$j.'.');
define('MODULE_SHIPPING_ZONES_COST_'.$j.'_TITLE', 'Zone '.$j.' Shipping Table');
define('MODULE_SHIPPING_ZONES_COST_'.$j.'_DESC', 'Shipping rates to Zone '.$j.' destinations based on a group of maximum order weights. Example: 3:8.50,7:10.50,... Weights less than or equal to 3 would cost 8.50 for Zone '.$j.' destinations.');
define('MODULE_SHIPPING_ZONES_HANDLING_'.$j.'_TITLE', 'Zone '.$j.' Handling Fee');
define('MODULE_SHIPPING_ZONES_HANDLING_'.$j.'_DESC', 'Handling Fee for this shipping zone');
}
$aLang['module_shipping_zones_text_title'] = 'Zone Rates';
$aLang['module_shipping_zones_text_description'] = 'Zone Based Rates';
$aLang['module_shipping_zones_text_way'] = 'Shipping to';
$aLang['module_shipping_zones_text_units'] = 'lb(s)';
$aLang['module_shipping_zones_invalid_zone'] = 'No shipping available to the selected country';
$aLang['module_shipping_zones_undefined_rate'] = 'The shipping rate cannot be determined at this time';

View File

@ -0,0 +1,17 @@
<?php
/* ----------------------------------------------------------------------
$Id: newsletter_newsletter.php,v 1.3 2007/06/12 16:51:19 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
---------------------------------------------------------------------- */
$aLang['navbar_title'] = 'Ihr newsletter';
$aLang['heading_title'] = 'Abonnieren Sie unseren Newletter';

View File

@ -0,0 +1,52 @@
<?php
/* ----------------------------------------------------------------------
$Id: products_info.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: product_info.php,v 1.15 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
---------------------------------------------------------------------- */
$aLang['text_product_not_found'] = 'Product not found!';
$aLang['text_current_reviews'] = 'Current Reviews:';
$aLang['text_more_information'] = 'For more information, please visit this products <a href="%s" target="_blank"><u>webpage</u></a>.';
$aLang['text_manufacturer_info_homepage'] = '%s Homepage';
$aLang['text_date_added'] = 'This product was added to our catalog on %s.';
$aLang['text_date_available'] = 'This product will be in stock on %s.';
$aLang['text_also_purchased_products'] = 'Customers who bought this product also purchased';
$aLang['text_xsell_products'] = 'Family Products:';
$aLang['text_up_sell_products'] = 'Best Value:';
$aLang['text_product_options'] = 'Available Options:';
$aLang['text_optional_accessories'] = 'Optional accessories:';
$aLang['text_click_to_enlarge'] = 'Click to enlarge';
$aLang['text_close_window'] = 'Close Window [x]';
$aLang['products_order_qty_text'] = 'Qty.';
$aLang['text_product_notifications'] = 'My Product Notifications';
$aLang['text_product_notifications_introduction'] = 'The product notification list allows you to stay up to date on the products we have available, which gives you the chance to take advantage of our products on special.';
$aLang['table_heading_image'] = '';
$aLang['table_heading_model'] = 'Model';
$aLang['table_heading_products'] = 'Product Name';
$aLang['table_heading_manufacturer'] = 'Manufacturer';
$aLang['table_heading_quantity'] = 'Quantity';
$aLang['table_heading_list_price'] = 'List';
$aLang['table_heading_price'] = 'Price';
$aLang['table_heading_weight'] = 'Weight';
$aLang['table_heading_buy_now'] = 'Buy Now';
// modules/slavery_listing.php
$aLang['text_buy'] = 'Buy 1 \'';
$aLang['text_now'] = '\' now';

View File

@ -0,0 +1,29 @@
<?php
/* ----------------------------------------------------------------------
$Id: products_new.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: products_new.php,v 1.3 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
---------------------------------------------------------------------- */
$aLang['navbar_title'] = 'New Products';
$aLang['heading_title'] = 'New Products';
$aLang['text_date_added'] = 'Date Added:';
$aLang['text_manufacturer'] = 'Manufacturer:';
$aLang['text_price'] = 'Price:';

View File

@ -0,0 +1,25 @@
<?php
/* ----------------------------------------------------------------------
$Id: products_specials.php,v 1.3 2007/06/12 16:51:19 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.7 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
---------------------------------------------------------------------- */
$aLang['navbar_title'] = 'Specials';
$aLang['heading_title'] = 'Get Them While They\'re Hot!';

View File

@ -0,0 +1,26 @@
<?php
/* ----------------------------------------------------------------------
$Id: reviews.php,v 1.3 2007/06/12 16:51:19 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.5 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
---------------------------------------------------------------------- */
$aLang['navbar_title'] = 'Reviews';
$aLang['heading_title'] = 'Read What Others Are Saying';
$aLang['text_of_5_stars'] = '%s of 5 Stars!';

View File

@ -0,0 +1,32 @@
<?php
/* ----------------------------------------------------------------------
$Id: reviews_product.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: product_reviews.php,v 1.5 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
---------------------------------------------------------------------- */
$aLang['navbar_title'] = 'Reviews';
$aLang['heading_title'] = '%s Reviews';
$aLang['table_heading_number'] = 'No.';
$aLang['table_heading_author'] = 'Author';
$aLang['table_heading_rating'] = 'Rating';
$aLang['table_heading_read'] = 'Read';
$aLang['table_heading_date_added'] = 'Date Added';
$aLang['text_of_5_stars'] = '%s of 5 Stars!';
$aLang['text_no_reviews'] = 'No reviews have been curently written for this product!';

View File

@ -0,0 +1,33 @@
<?php
/* ----------------------------------------------------------------------
$Id: reviews_product_info.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: product_reviews_info.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
---------------------------------------------------------------------- */
$aLang['navbar_title'] = 'Reviews';
$aLang['heading_title'] = ' %s Reviews';
$aLang['sub_title_product'] = 'Product:';
$aLang['sub_title_from'] = 'From:';
$aLang['sub_title_date'] = 'Date:';
$aLang['sub_title_review'] = 'Review:';
$aLang['sub_title_rating'] = 'Rating:';
$aLang['text_of_5_stars'] = '%s of 5 Stars!';
$aLang['text_click_to_enlarge'] = 'Click to enlarge';
$aLang['text_verified_purchase'] = 'Verified Purchase';

View File

@ -0,0 +1,38 @@
<?php
/* ----------------------------------------------------------------------
$Id: reviews_product_write.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: product_reviews_write.php,v 1.6 2003/02/06 14:11:52 thomasamoulton
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
$aLang['navbar_title'] = 'Reviews';
$aLang['heading_title'] = 'Have You Got Something To Say?';
$aLang['sub_title_product'] = 'Product:';
$aLang['sub_title_from'] = 'From:';
$aLang['sub_title_review'] = 'Review:';
$aLang['sub_title_rating'] = 'Rating:';
$aLang['subject'] = 'Subject';
$aLang['headline_rating'] = 'Headline or summary for your review (required)';
$aLang['review_placeholder'] = 'Write your review here (required)';
$aLang['review_info'] = 'Consider:<br>Why did you choose this rating?<br>What did you like or dislike?<br>Who would you recommend this product to?';
$aLang['text_no_html'] = '<strong>NOTE:</strong>&nbsp;HTML is not translated!';
$aLang['text_bad'] = '<strong>BAD</strong>';
$aLang['text_good'] = '<strong>GOOD</strong>';
$aLang['error_invalid_product'] = 'That product is no longer available. Please try again.';
$aLang['error_login_for_rating'] = 'You must be logged in to post a review.';
$aLang['info_review_waiting'] = 'Thank you for your rating. Your review is waiting for activation!';

View File

@ -0,0 +1,54 @@
<?php
/* ----------------------------------------------------------------------
$Id: search_advanced.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: advanced_search.php,v 1.13 2002/05/27 13:57:38 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
$aLang['navbar_title'] = 'Advanced Search';
$aLang['heading_title'] = 'Advanced Search';
$aLang['heading_search_criteria'] = 'Search Criteria';
$aLang['text_search_in_description'] = 'Search In Product Descriptions';
$aLang['entry_categories'] = 'Categories:';
$aLang['entry_include_subcategories'] = 'Include Subcategories';
$aLang['entry_manufacturers'] = 'Manufacturers:';
$aLang['entry_price_from'] = 'Price From:';
$aLang['entry_price_to'] = 'Price To:';
$aLang['entry_date_from'] = 'Date From:';
$aLang['entry_date_to'] = 'Date To:';
$aLang['text_search_help_link'] = 'Search Help [?]';
$aLang['text_all_categories'] = 'All Categories';
$aLang['text_all_manufacturers'] = 'All Manufacturers';
$aLang['heading_search_help'] = 'Search Help';
$aLang['text_search_help'] = 'Keywords may be separated by AND and/or OR statements for greater control of the search results.<br /><br />For example, <u>Microsoft AND mouse</u> would generate a result set that contain both words. However, for <u>mouse OR keyboard</u>, the result set returned would contain both or either words.<br /><br />Exact matches can be searched for by enclosing keywords in double-quotes.<br /><br />For example, <u>"notebook computer"</u> would generate a result set which match the exact string.<br /><br />Brackets can be used for further control on the result set.<br /><br />For example, <u>Microsoft and (keyboard or mouse or "visual basic")</u>.';
$aLang['text_close_window'] = 'Close';
$aLang['js_at_least_one_input'] = '* One of the following fields must be entered:\n Keywords\n Date Added From\n Date Added To\n Price From\n Price To\n';
$aLang['js_invalid_from_date'] = '* Invalid From Date\n';
$aLang['js_invalid_to_date'] = '* Invalid To Date\n';
$aLang['js_to_date_less_than_from_date'] = '* To Date must be greater than or equal to From Date\n';
$aLang['js_price_from_must_be_num'] = '* Price From must be a number\n';
$aLang['js_price_to_must_be_num'] = '* Price To must be a number\n';
$aLang['js_price_to_less_than_price_from'] = '* Price To must be greater than or equal to Price From\n';
$aLang['js_invalid_keywords'] = '* Invalid keywords\n';

View File

@ -0,0 +1,38 @@
<?php
/* ----------------------------------------------------------------------
$Id: search_advanced_result.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: advanced_search_result.php,v 1.10 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
---------------------------------------------------------------------- */
$aLang['navbar_title1'] = 'Search';
$aLang['navbar_title2'] = 'Search Results';
$aLang['heading_title'] = 'Products meeting the search criteria';
$aLang['table_heading_image'] = '';
$aLang['table_heading_model'] = 'Model';
$aLang['table_heading_products'] = 'Product Name';
$aLang['table_heading_manufacturer'] = 'Manufacturer';
$aLang['table_heading_quantity'] = 'Quantity';
$aLang['table_heading_list_price'] = 'List';
$aLang['table_heading_price'] = 'Price';
$aLang['table_heading_weight'] = 'Weight';
$aLang['table_heading_buy_now'] = 'Buy Now';
$aLang['table_heading_product_sort'] = 'Sort';
$aLang['text_no_products'] = '<h4>Your search - <strong>%s</strong> - did not match any products.</h4><p>Some Suggestions:</p><ol><li>Check that your spelling was accurate.</li><li>Try using different keywords</li><li>Try using fewer keywords</li><li>Try using more general keywords</li></ol>';
$aLang['text_buy'] = 'Buy 1 \'';
$aLang['text_now'] = '\' now';

View File

@ -0,0 +1,58 @@
<?php
/* ----------------------------------------------------------------------
$Id: main_shop.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: default.php,v 1.20 2003/02/14 12:51:58 dgw_
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
$aLang['table_heading_new_products'] = 'New Products For %s';
$aLang['table_heading_upcoming_products'] = 'Upcoming Products';
$aLang['table_heading_date_expected'] = 'Date Expected';
$aLang['table_heading_featured_products'] = 'Featured Products';
$aLang['table_heading_featured_products_category'] = 'Featured Products in %s';
$aLang['heading_title_products'] = 'Let\'s See What We Have Here';
$aLang['table_heading_image'] = '';
$aLang['table_heading_model'] = 'Model';
$aLang['table_heading_products'] = 'Product Name';
$aLang['table_heading_manufacturer'] = 'Manufacturer';
$aLang['table_heading_quantity'] = 'Quantity';
$aLang['table_heading_list_price'] = 'List';
$aLang['table_heading_price'] = 'Price';
$aLang['table_heading_weight'] = 'Weight';
$aLang['table_heading_buy_now'] = 'Buy Now';
$aLang['table_heading_product_sort'] = 'Sort';
$aLang['text_no_products'] = 'There are no products to list in this category.';
$aLang['text_no_products2'] = 'There is no product available from this manufacturer.';
$aLang['text_number_of_products'] = 'Number of Products: ';
$aLang['text_show'] = '<strong>Show:</strong>';
$aLang['text_buy'] = 'Buy 1 \'';
$aLang['text_now'] = '\' now';
$aLang['text_all'] = 'All';
$aLang['heading_title_top'] = 'What\'s New Here?';
$aLang['text_news_postedby'] = 'Posted by';
$aLang['text_news_reads'] = 'reads';
$aLang['text_news_comments'] = 'comments';
$aLang['text_news_score'] = 'Score:';
$aLang['text_news_printer'] = 'Printer Friendly Page';
$aLang['text_news_on'] = 'on';
$aLang['text_news_readmore'] = 'Read More...';
$aLang['heading_title_nested'] = 'Categories';

View File

@ -0,0 +1,43 @@
<?php
/* ----------------------------------------------------------------------
$Id: shopping_cart.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: shopping_cart.php,v 1.13 2002/04/05 20:24:02 project3000
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
$aLang['navbar_title'] = 'Cart Contents';
$aLang['heading_title'] = 'What\'s In My Cart?';
$aLang['table_heading_remove'] = 'Remove';
$aLang['table_heading_quantity'] = 'Qty.';
$aLang['table_heading_model'] = 'Model';
$aLang['table_heading_products'] = 'Product(s)';
$aLang['table_heading_price'] = 'Price';
$aLang['table_heading_total'] = 'Total';
$aLang['text_cart_empty'] = 'Your Cart is Currently Empty';
$aLang['text_cart_empty_help'] = 'Before proceed to checkout you must add some products to your shopping cart.<br>You will find a lot of interesting products on our "Shop" page.';
$aLang['sub_title_sub_total'] = 'Sub-Total:';
$aLang['shipping_cost'] = 'Shipping';
$aLang['tax'] = ' Tax';
$aLang['total'] = 'Total';
$aLang['out_of_stock_cant_checkout'] = 'Products marked with ' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . ' dont exist in desired quantity in our stock.<br />Please alter the quantity of products marked with (' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . '), Thank you';
$aLang['out_of_stock_can_checkout'] = 'Products marked with ' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . ' dont exist in desired quantity in our stock.<br />You can buy them anyway and check the quantity we have in stock for immediate deliver in the checkout process.';
$aLang['text_apply_coupon'] = 'I have a discount coupon';

View File

@ -0,0 +1,34 @@
<?php
/* ----------------------------------------------------------------------
$Id: sitemap.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: shipping.php,v 1.4 2002/04/17 15:57:07 harley_vb
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
$aLang['navbar_title'] = 'Sitemap';
$aLang['heading_title'] = 'Sitemap';
$aLang['heading_information'] = 'Information';
$aLang['page_shopping_cart'] = 'Cart Contents';
$aLang['page_checkout_shipping'] = 'Checkout';
$aLang['page_advanced_search'] = 'Advanced Search';
$aLang['page_products_new'] = 'New Products';
$aLang['page_specials'] = 'Specials';
$aLang['page_reviews'] = 'Reviews';
$aLang['page_affiliate'] = 'Affiliate';
$aLang['page_service'] = 'Service';

View File

@ -0,0 +1,25 @@
<?php
/* ----------------------------------------------------------------------
$Id: user_account.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: account.php,v 1.7 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
---------------------------------------------------------------------- */
$aLang['navbar_title'] = 'My Account';
$aLang['heading_title'] = 'My Account Information';

View File

@ -0,0 +1,51 @@
<?php
/* ----------------------------------------------------------------------
$Id: user_account_edit_process.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: account_edit_process.php,v 1.7 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
---------------------------------------------------------------------- */
$aLang['navbar_title_1'] = 'My Account';
$aLang['navbar_title_2'] = 'Edit Account';
$aLang['heading_title'] = 'My Account Information';
$aLang['owner_email_subject'] = 'New Customer Details';
$aLang['owner_email_date'] = 'Date:';
$aLang['owner_email_company_info'] = 'Company Details';
$aLang['owner_email_contact'] = 'Contact Information';
$aLang['owner_email_options'] = 'Options';
$aLang['owner_email_company'] = 'Company Name:';
$aLang['owner_email_owner'] = 'Owner';
$aLang['owner_email_gender'] = 'Gender:';
$aLang['owner_email_first_name'] = 'First Name:';
$aLang['owner_email_last_name'] = 'Last Name:';
$aLang['owner_email_date_of_birth'] = 'Date of Birth:';
$aLang['owner_email_address'] = 'E-Mail-Address:';
$aLang['owner_email_street'] = 'Street Address:';
$aLang['owner_email_post_code'] = 'Post Code:';
$aLang['owner_email_city'] = 'City:';
$aLang['owner_email_state'] = 'State/Province:';
$aLang['owner_email_country'] = 'Country:';
$aLang['owner_email_telephone_number'] = 'Telephone Number:';
$aLang['owner_email_newsletter'] = 'Newsletter:';
$aLang['owner_email_newsletter_yes'] = 'Subscribed';
$aLang['owner_email_newsletter_no'] = 'Unsubscribed';
$aLang['email_separator'] = '------------------------------------------------------';

View File

@ -0,0 +1,52 @@
<?php
/* ----------------------------------------------------------------------
$Id: user_login.php,v 1.3 2007/06/12 16:51:19 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/11/12 00:45:21 dgw_
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
if (isset($_GET['origin']) && ($_GET['origin'] == $aContents['checkout_payment'])) {
$aLang['navbar_title'] = 'Order';
$aLang['heading_title'] = 'Ordering online is easy.';
} else {
$aLang['navbar_title'] = 'Login';
$aLang['heading_title'] = 'Welcome, Please Sign In';
}
$aLang['heading_new_customer'] = 'New Customer';
$aLang['text_new_customer'] = 'Not registered?';
$aLang['link_new_customer'] = 'Create an Account.';
$aLang['heading_returning_customer'] = 'Returning Customer';
$aLang['text_returning_customer'] = 'I am a returning customer.';
$aLang['text_password_forgotten'] = 'Lost your password?';
$aLang['link_password_forgotten'] = 'Click here to recover.';
$aLang['text_login_error'] = '<strong>ERROR:</strong> No match for \'E-Mail-Address\' and/or \'Password\'.';
$aLang['sub_heading_title'] = 'Visitors Cart / Members Cart';
$aLang['sub_heading_title_1'] = 'Visitors Cart';
$aLang['sub_heading_title_2'] = 'Members Cart';
$aLang['sub_heading_title_3'] = 'Info';
$aLang['sub_heading_text_1'] = 'Every visitor to our online shop will be given a \'Visitors Cart\'. This allows the visitor to store their products in a temporary shopping cart. Once the visitor leaves the online shop, so will the contents of their shopping cart.';
$aLang['sub_heading_text_2'] = 'Every member to our online shop that logs in is given a \'Members Cart\'. This allows the member to add products to their shopping cart, and come back at a later date to finalize their checkout. All products remain in their shopping cart until the member has checked them out, or removed the products themselves.';
$aLang['sub_heading_text_3'] = 'If a member adds products to their \'Visitors Cart\' and decides to log in to the online shop to use their \'Members Cart\', the contents of their \'Visitors Cart\' will merge with their \'Members Cart\' contents automatically.';

View File

@ -0,0 +1,26 @@
<?php
/* ----------------------------------------------------------------------
$Id: user_logoff.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: logoff.php
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
$aLang['heading_title'] = 'Log Off';
$aLang['navbar_title'] = 'Log Off';
$aLang['text_main'] = 'You have been logged off your account. It is now safe to leave the computer.<br /><br />Your shopping cart has been saved, the items inside it will be restored whenever you log back into your account.';
$aLang['text_back_to_home'] = 'Back to homepage now!';

View File

@ -0,0 +1,34 @@
<?php
/* ----------------------------------------------------------------------
$Id: user_password_forgotten.php,v 1.3 2007/06/12 16:51:19 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
---------------------------------------------------------------------- */
$aLang['navbar_title_1'] = 'Login';
$aLang['navbar_title_2'] = 'Password Forgotten';
$aLang['heading_title'] = 'I\'ve Forgotten My Password!';
$aLang['text_no_email_address_found'] = '<strong>NOTE:</strong> The E-Mail-Address was not found in our records, please try again.';
$aLang['email_password_reminder_subject'] = STORE_NAME . ' - New Password';
$aLang['heading_new_customer'] = 'New Customer';
$aLang['text_new_customer'] = 'Not registered?';
$aLang['link_new_customer'] = 'Create an Account.';
$aLang['text_password_sent'] = 'A New Password Has Been Sent To Your Email Address';
$aLang['link_back_to_login'] = 'Back to Login';

View File

@ -0,0 +1,41 @@
<?php
/* ----------------------------------------------------------------------
$Id: user_product_notifications.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: product_notifications.php,v 1.1 2002/03/10 01:32:09 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
$aLang['navbar_title_1'] = 'My Account';
$aLang['navbar_title_2'] = 'Product Notifications';
$aLang['heading_title'] = 'My Product Notifications';
$aLang['text_product_notifications_introduction'] = 'The product notification list allows you to stay up to date on the products we have available, which gives you the chance to take advantage of our products on special.';
$aLang['heading_global_product_notifications'] = 'Global Product Notifications';
$aLang['heading_product_notifications'] = 'Product Notifications';
$aLang['text_global_product_notifications_disabled'] = 'Your current global product notification status is <strong>disabled</strong>.';
$aLang['text_global_product_notifications_enabled'] = 'Your current global product notification status is <strong>enabled</strong>.';
$aLang['text_global_product_notifications_description_disabled'] = 'If you wish to be notified on all our product updates, please enable the global product notification feature by selecting the option below.';
$aLang['text_global_product_notifications_description_enabled'] = 'If you no longer wish to be notified on all our product updates, please disable the global product notification feature by deselecting the option below.';
$aLang['text_product_notifications_list'] = 'Below is a list of products you selected to be notified on. If you wish to remove one or more products from the product notification list, please select the desired products and click on \'Remove Notifications\'.';
$aLang['text_enable_global_notifications'] = 'Please send me notifications on all products';

View File

@ -0,0 +1,5 @@
<?php
$aLang['text_buy'] = 'Buy 1 \'';
$aLang['text_now'] = '\' now';