Skip to content

Commit

Permalink
utf-8 in englischem Sprachfile
Browse files Browse the repository at this point in the history
  • Loading branch information
webchills committed Jun 4, 2022
1 parent 0baadc4 commit f58c626
Showing 1 changed file with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
<?php

/**
<?php
/**
* Zen Cart German Specific
* @copyright Copyright 2003-2022 Zen Cart Development Team
* Zen Cart German Version - www.zen-cart-pro.at
* @copyright Portions Copyright 2003 osCommerce
* @license https://www.zen-cart-pro.at/license/3_0.txt GNU General Public License V3.0
* @version $Id: product.php for Soundcloud 2022-06-04 19:49:16Z webchills $
* @version $Id: product.php for Soundcloud 2022-06-04 19:58:16Z webchills $
*/


define('TEXT_PRODUCTS_STATUS', 'Products Status:');
define('TEXT_PRODUCTS_VIRTUAL', 'Product is Virtual:');
define('TEXT_PRODUCTS_IS_ALWAYS_FREE_SHIPPING', 'Always Free Shipping:');
Expand All @@ -31,7 +28,7 @@

define('TEXT_PRODUCTS_MANUFACTURER', 'Products Manufacturer:');
define('TEXT_PRODUCTS_NAME', 'Products Name:');
define('TEXT_PRODUCTS_MERKMALE', 'Merkmale für Buttonlösung:');
define('TEXT_PRODUCTS_MERKMALE', 'Merkmale für Buttonlösung:');
define('TEXT_PRODUCTS_DESCRIPTION', 'Products Description:');
define('TEXT_PRODUCTS_QUANTITY', 'Products Quantity:');
define('TEXT_PRODUCTS_IMAGE', 'Product Image:');
Expand Down

0 comments on commit f58c626

Please sign in to comment.