<?php
/* --------------------------------------------------------------
$Id: templates_boxes.php,v 1.1 2004/07/14 00:17:58 mauriciolima Exp $
XT-Commerce - community made shopping
http://www.xt-commerce.com
Copyright (c) 2003 XT-Commerce
--------------------------------------------------------------
based on:
(c) 2000-2001 The Exchange Project (earlier name of osCommerce)
(c) 2002-2003 osCommerce(german.php,v 1.99 2003/05/28); www.oscommerce.com
(c) 2003 nextcommerce (templates_boxes.php,v 1.4 2003/08/14); www.nextcommerce.org
Released under the GNU General Public License
--------------------------------------------------------------*/
define('HEADING_TITLE','Anordnung der Boxen');
define('TEXT_LEFT','Links');
define('TEXT_RIGHT','Rechts');
define('TEXT_NR','Nr');
define('TEXT_NAME','Box Name');
define('TEXT_STATUS','Status');
define('TEXT_POS','Reihenfolge');
?>