A
download tax_rates.php
Language: PHP
License: GPL
Copyright: (c) 2003 nextcommerce (tax_rates.php,v 1.4 2003/08/1); www.nextcommerce.org (c) 2002-2003 osCommerce(tax_rates.php,v 1.9 2003/03/13); www.oscommerce.com (c) 2000-2001 The Exchange Project (earlier name of osCommerce) (c) 2003 XT-Commerce
LOC: 23
Project Info
melponeme(xoopsbrasileiro)
Server: BerliOS
Type: cvs
...rcio_v1x\lang\german\admin\
   backup.php
   banner_manager.php
   banner_statistics.php
   blacklist.php
   cache.php
   categories.php
   configuration.php
   content_manager.php
   countries.php
   coupon_admin.php
   create_account.php
   credits.php
   currencies.php
   customers.php
   customers_status.php
   define_language.php
   file_manager.php
   geo_zones.php
   german.php
   gv_mail.php
   gv_queue.php
   gv_sent.php
   index.php
   itransact.php
   languages.php
   mail.php
   manufacturers.php
   module_export.php
   module_newsletter.php
   modules.php
   newsletters.php
   orders.php
   orders_status.php
   products_attributes.php
   products_expected.php
   reviews.php
   server_info.php
   shipping_status.php
   specials.php
   start.php
   stats_customers.php
   ..._products_purchased.php
   stats_products_viewed.php
   stats_sales_report.php
   stats_stock_warning.php
   tax_classes.php
   tax_rates.php
   templates_boxes.php
   whos_online.php
   xinvoice.php
   xpackingslip.php
   zones.php

<?php
/* --------------------------------------------------------------
   $Id: tax_rates.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(tax_rates.php,v 1.9 2003/03/13); www.oscommerce.com 
   (c) 2003	 nextcommerce (tax_rates.php,v 1.4 2003/08/1); www.nextcommerce.org

   Released under the GNU General Public License 
   --------------------------------------------------------------*/

define('HEADING_TITLE', 'Steuers&auml;tze');

define('TABLE_HEADING_TAX_RATE_PRIORITY', 'Priorit&auml;t');
define('TABLE_HEADING_TAX_CLASS_TITLE', 'Steuerklasse');
define('TABLE_HEADING_COUNTRIES_NAME', 'Land');
define('TABLE_HEADING_ZONE', 'Steuerzone');
define('TABLE_HEADING_TAX_RATE', 'Steuersatz');
define('TABLE_HEADING_ACTION', 'Aktion');

define('TEXT_INFO_EDIT_INTRO', 'Bitte f&uuml;hren Sie alle notwendigen &Auml;nderungen durch');
define('TEXT_INFO_DATE_ADDED', 'hinzugef&uuml;gt am:');
define('TEXT_INFO_LAST_MODIFIED', 'letzte &Auml;nderung:');
define('TEXT_INFO_CLASS_TITLE', 'Name der Steuerklasse:');
define('TEXT_INFO_COUNTRY_NAME', 'Land:');
define('TEXT_INFO_ZONE_NAME', 'Steuerzone:');
define('TEXT_INFO_TAX_RATE', 'Steuersatz (%):');
define('TEXT_INFO_TAX_RATE_PRIORITY', 'Steuers&auml;tze der selben Priorit&auml;t werden addiert, andere werden vermischt.<br><br>Priorit&auml;t:');
define('TEXT_INFO_RATE_DESCRIPTION', 'Beschreibung:');
define('TEXT_INFO_INSERT_INTRO', 'Bitte geben Sie den neuen Steuersatz mit allen relevanten Daten ein');
define('TEXT_INFO_DELETE_INTRO', 'Sind Sie sicher, dass Sie diesen Steuersatz l&ouml;schen m&ouml;chten?');
define('TEXT_INFO_HEADING_NEW_TAX_RATE', 'Neuer Steuersatz');
define('TEXT_INFO_HEADING_EDIT_TAX_RATE', 'Steuersatz bearbeiten');
define('TEXT_INFO_HEADING_DELETE_TAX_RATE', 'Steuersatz l&ouml;schen');
?>

About Koders | Resources | Downloads | Support | Black Duck | Terms of Service | DMCA | Privacy Policy | Contact Us