A
download currencies.php
Language: PHP
License: GPL
Copyright: (c) 2003 nextcommerce (currencies.php,v 1.4 2003/08/14); www.nextcommerce.org (c) 2000-2001 The Exchange Project (earlier name of osCommerce) (c) 2003 XT-Commerce (c) 2002-2003 osCommerce(currencies.php,v 1.15 2003/05/02); www.oscommerce.com
LOC: 27
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: currencies.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(currencies.php,v 1.15 2003/05/02); www.oscommerce.com 
   (c) 2003	 nextcommerce (currencies.php,v 1.4 2003/08/14); www.nextcommerce.org

   Released under the GNU General Public License 
   --------------------------------------------------------------*/
   
define('HEADING_TITLE', 'W&auml;hrungen');

define('TABLE_HEADING_CURRENCY_NAME', 'W&auml;hrung');
define('TABLE_HEADING_CURRENCY_CODES', 'K&uuml;rzel');
define('TABLE_HEADING_CURRENCY_VALUE', 'Wert');
define('TABLE_HEADING_ACTION', 'Aktion');

define('TEXT_INFO_EDIT_INTRO', 'Bitte f&uuml;hren Sie alle notwendigen &Auml;nderungen durch');
define('TEXT_INFO_CURRENCY_TITLE', 'Name:');
define('TEXT_INFO_CURRENCY_CODE', 'K&uuml;rzel:');
define('TEXT_INFO_CURRENCY_SYMBOL_LEFT', 'Symbol Links:');
define('TEXT_INFO_CURRENCY_SYMBOL_RIGHT', 'Symbol Rechts:');
define('TEXT_INFO_CURRENCY_DECIMAL_POINT', 'Dezimalkomma:');
define('TEXT_INFO_CURRENCY_THOUSANDS_POINT', 'Tausenderpunkt:');
define('TEXT_INFO_CURRENCY_DECIMAL_PLACES', 'Dezimalstellen:');
define('TEXT_INFO_CURRENCY_LAST_UPDATED', 'letzte &Auml;nderung:');
define('TEXT_INFO_CURRENCY_VALUE', 'Wert:');
define('TEXT_INFO_CURRENCY_EXAMPLE', 'Beispiel:');
define('TEXT_INFO_INSERT_INTRO', 'Bitte geben Sie die neue W&auml;hrung mit allen relevanten Daten ein');
define('TEXT_INFO_DELETE_INTRO', 'Sind Sie sicher, dass Sie diese W&auml;hrung l&ouml;schen m&ouml;chten?');
define('TEXT_INFO_HEADING_NEW_CURRENCY', 'neue W&auml;hrung');
define('TEXT_INFO_HEADING_EDIT_CURRENCY', 'W&auml;hrung bearbeiten');
define('TEXT_INFO_HEADING_DELETE_CURRENCY', 'W&auml;hrung l&ouml;schen');
define('TEXT_INFO_SET_AS_DEFAULT', TEXT_SET_DEFAULT . ' (manuelles Aktualisieren der Wechselkurse erforderlich.)');
define('TEXT_INFO_CURRENCY_UPDATED', 'Der Wechselkurs %s (%s) wurde erfolgreich aktualisiert');

define('ERROR_REMOVE_DEFAULT_CURRENCY', 'Fehler: Die Standardw&auml;hrung darf nicht gel&ouml;scht werden. Bitte definieren Sie eine neue Standardw&auml;hrung und wiederholen Sie den Vorgang.');
define('ERROR_CURRENCY_INVALID', 'Fehler: Der Wechselkurs f&uuml;r %s (%s) wurde nicht aktualisiert. Ist dies ein g&uuml;ltiges W&auml;hrungsk&uuml;rzel?');
?>

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