PageRenderTime 51ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/administrator/components/com_virtuemart/languages/order/germani.php

http://vanphongphamdm.googlecode.com/
PHP | 61 lines | 45 code | 0 blank | 16 comment | 2 complexity | e06b8313b5fa26a1f7a21af676e6b5f7 MD5 | raw file
Possible License(s): BSD-3-Clause, LGPL-2.1, Apache-2.0
  1. <?php
  2. if( !defined( '_VALID_MOS' ) && !defined( '_JEXEC' ) ) die( 'Direct Access to '.basename(__FILE__).' is not allowed.' );
  3. /**
  4. *
  5. * @version : germani.php 1071 2007-12-03 08:42:28Z thepisu $
  6. * @package VirtueMart
  7. * @subpackage languages
  8. * @copyright Copyright (C) 2004-2007 soeren - All rights reserved.
  9. * @translator soeren
  10. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
  11. * VirtueMart is free software. This version may have been modified pursuant
  12. * to the GNU General Public License, and as distributed it includes or
  13. * is derivative of works licensed under the GNU General Public License or
  14. * other free or open source software licenses.
  15. * See /administrator/components/com_virtuemart/COPYRIGHT.php for copyright notices and details.
  16. *
  17. * http://virtuemart.net
  18. */
  19. global $VM_LANG;
  20. $langvars = array (
  21. 'CHARSET' => 'ISO-8859-1',
  22. 'PHPSHOP_ORDER_PRINT_PAYMENT_LOG_LBL' => 'Daten zur Bezahlung',
  23. 'PHPSHOP_ORDER_PRINT_SHIPPING_PRICE_LBL' => 'Lieferung Preis',
  24. 'PHPSHOP_ORDER_STATUS_LIST_CODE' => 'Bestellstatus-Code',
  25. 'PHPSHOP_ORDER_STATUS_LIST_NAME' => 'Name des Bestellstatus',
  26. 'PHPSHOP_ORDER_STATUS_FORM_LBL' => 'Bestellstatus',
  27. 'PHPSHOP_ORDER_STATUS_FORM_CODE' => 'Bestellstatus Code',
  28. 'PHPSHOP_ORDER_STATUS_FORM_NAME' => 'Bestellstatus Name',
  29. 'PHPSHOP_ORDER_STATUS_FORM_LIST_ORDER' => 'Reihenfolge',
  30. 'PHPSHOP_COMMENT' => 'Kommentar',
  31. 'PHPSHOP_ORDER_LIST_NOTIFY' => 'Kunden benachrichtigen?',
  32. 'PHPSHOP_ORDER_LIST_NOTIFY_ERR' => 'Bitte erst den Status ändern!',
  33. 'PHPSHOP_ORDER_HISTORY_INCLUDE_COMMENT' => 'Diesen Kommentar einbinden?',
  34. 'PHPSHOP_ORDER_HISTORY_DATE_ADDED' => 'Datum',
  35. 'PHPSHOP_ORDER_HISTORY_CUSTOMER_NOTIFIED' => 'Kunde benachrichtigt?',
  36. 'PHPSHOP_ORDER_STATUS_CHANGE' => 'Ă„nderung des Bestellstatus',
  37. 'PHPSHOP_ORDER_LIST_PRINT_LABEL' => 'Print Label',
  38. 'PHPSHOP_ORDER_LIST_VOID_LABEL' => 'Void Label',
  39. 'PHPSHOP_ORDER_LIST_TRACK' => 'Track',
  40. 'VM_DOWNLOAD_STATS' => 'DOWNLOAD STATS',
  41. 'VM_DOWNLOAD_NOTHING_LEFT' => 'no downloads remaining',
  42. 'VM_DOWNLOAD_REENABLE' => 'Re-Enable Download',
  43. 'VM_DOWNLOAD_REMAINING_DOWNLOADS' => 'Remaining Downloads',
  44. 'VM_DOWNLOAD_RESEND_ID' => 'Resend Download ID',
  45. 'VM_EXPIRY' => 'Expiry',
  46. 'VM_UPDATE_STATUS' => 'Update Status',
  47. 'VM_ORDER_LABEL_ORDERID_NOTVALID' => 'Please provide a valid, numeric, Order ID, not "{order_id}"',
  48. 'VM_ORDER_LABEL_NOTFOUND' => 'Order record not found in shipping label database.',
  49. 'VM_ORDER_LABEL_NEVERGENERATED' => 'Label has not been generated yet',
  50. 'VM_ORDER_LABEL_CLASSCANNOT' => 'Class {ship_class} cannot get label images, why are we here?',
  51. 'VM_ORDER_LABEL_SHIPPINGLABEL_LBL' => 'Shipping Label',
  52. 'VM_ORDER_LABEL_SIGNATURENEVER' => 'Signature was never retrieved',
  53. 'VM_ORDER_LABEL_TRACK_TITLE' => 'Track',
  54. 'VM_ORDER_LABEL_VOID_TITLE' => 'Void Label',
  55. 'VM_ORDER_LABEL_VOIDED_MSG' => 'Label for waybill {tracking_number} has been voided.',
  56. 'VM_ORDER_PRINT_PO_IPADDRESS' => 'IP-ADDRESS',
  57. 'VM_ORDER_STATUS_ICON_ALT' => 'Status Icon',
  58. 'VM_ORDER_PAYMENT_CCV_CODE' => 'CVV Code',
  59. 'VM_ORDER_NOTFOUND' => 'Order not found! It may have been deleted.'
  60. ); $VM_LANG->initModule( 'order', $langvars );
  61. ?>