PageRenderTime 68ms CodeModel.GetById 21ms RepoModel.GetById 1ms app.codeStats 0ms

/administrator/components/com_virtuemart/languages/shop/german.php

http://vanphongphamdm.googlecode.com/
PHP | 79 lines | 64 code | 0 blank | 15 comment | 2 complexity | bab63d6d83ab4d75705482114f54f357 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. * @package VirtueMart
  6. * @subpackage languages
  7. * @copyright Copyright (C) 2004-2008 soeren - All rights reserved.
  8. * @translator soeren
  9. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
  10. * VirtueMart is free software. This version may have been modified pursuant
  11. * to the GNU General Public License, and as distributed it includes or
  12. * is derivative of works licensed under the GNU General Public License or
  13. * other free or open source software licenses.
  14. * See /administrator/components/com_virtuemart/COPYRIGHT.php for copyright notices and details.
  15. *
  16. * http://virtuemart.net
  17. */
  18. global $VM_LANG;
  19. $langvars = array (
  20. 'CHARSET' => 'ISO-8859-1',
  21. 'PHPSHOP_BROWSE_LBL' => 'Übersicht',
  22. 'PHPSHOP_FLYPAGE_LBL' => 'Produktdetails',
  23. 'PHPSHOP_PRODUCT_FORM_EDIT_PRODUCT' => 'Dieses Produkt ändern',
  24. 'PHPSHOP_DOWNLOADS_START' => 'Download starten',
  25. 'PHPSHOP_DOWNLOADS_INFO' => 'Bitte geben Sie hier Ihre per e-mail erhaltene Download-ID ein und klicken Sie anschließend auf "Download starten".',
  26. 'PHPSHOP_WAITING_LIST_MESSAGE' => 'Bitte tragen Sie Ihre email-Adresse ein, um benachrichtigt zu werden, wenn das Produkt wieder verfügbar ist.
  27. Wir werden Ihre email-Adresse ausschließlich zum Zwecke der Benachrichtigung verwenden.
  28. <br /><br />Vielen Dank!',
  29. 'PHPSHOP_WAITING_LIST_THANKS' => 'Vielen Dank! <br />Wir werden Sie benachrichtigen, sobald das Produkt wieder verfügbar ist.',
  30. 'PHPSHOP_WAITING_LIST_NOTIFY_ME' => 'Benachrichtigen Sie mich',
  31. 'PHPSHOP_SEARCH_ALL_CATEGORIES' => 'Alle Kategorien durchsuchen',
  32. 'PHPSHOP_SEARCH_ALL_PRODINFO' => 'Alle Produktinformationen durchsuchen',
  33. 'PHPSHOP_SEARCH_PRODNAME' => 'nur nach Produktnamen',
  34. 'PHPSHOP_SEARCH_MANU_VENDOR' => 'nur nach Hersteller-Webseite',
  35. 'PHPSHOP_SEARCH_DESCRIPTION' => 'nur nach Produktbeschreibung',
  36. 'PHPSHOP_SEARCH_AND' => 'und',
  37. 'PHPSHOP_SEARCH_NOT' => 'nicht',
  38. 'PHPSHOP_SEARCH_TEXT1' => 'Die erste Auswahlliste lässt Sie eine Kategorie wählen, in der Sie ausschließlich suchen wollen.
  39. In der zweiten Auswahlliste können Sie angeben, nach welcher Art von Produktdetails Sie suchen wollen.',
  40. 'PHPSHOP_SEARCH_TEXT2' => 'Sie können die Suche durch Angabe eines zweiten Suchwortes verfeinern.
  41. Durch Auswahl von UND oder NICHT bestimmen Sie, ob das zweite Suchwort in den Produktdetails vorkommen muss,
  42. oder ob nur Produkte angezeigt werden sollen, die das zweite Suchwort NICHT enthalten.',
  43. 'PHPSHOP_CONTINUE_SHOPPING' => 'zurück zum Shop',
  44. 'PHPSHOP_AVAILABLE_IMAGES' => 'Verfügbare Bilder für',
  45. 'PHPSHOP_BACK_TO_DETAILS' => 'zurück zu den Produktdetails',
  46. 'PHPSHOP_IMAGE_NOT_FOUND' => 'Bild leider nicht gefunden!',
  47. 'PHPSHOP_PARAMETER_SEARCH_TEXT1' => 'Anhand der Parametersuche kann man technische Parameter zum Filtern der Suchergebnisse verwenden. Bitte benutzen Sie dazu folgendes Formular:',
  48. 'PHPSHOP_PARAMETER_SEARCH_NO_PRODUCT_TYPE' => 'Es wurde keine Kategorie zum durchsuchen gefunden.',
  49. 'PHPSHOP_PARAMETER_SEARCH_BAD_PRODUCT_TYPE' => 'Es wurde leider kein Produkttyp mit dem angegebenen Namen gefunden.',
  50. 'PHPSHOP_PARAMETER_SEARCH_IS_LIKE' => 'ist wie',
  51. 'PHPSHOP_PARAMETER_SEARCH_IS_NOT_LIKE' => 'ist nicht wie',
  52. 'PHPSHOP_PARAMETER_SEARCH_FULLTEXT' => 'Volltextsuche',
  53. 'PHPSHOP_PARAMETER_SEARCH_FIND_IN_SET_ALL' => 'Alle ausgewählten',
  54. 'PHPSHOP_PARAMETER_SEARCH_FIND_IN_SET_ANY' => 'Einzelne oder alle von den ausgewählten',
  55. 'PHPSHOP_PARAMETER_SEARCH_RESET_FORM' => 'Formular zurücksetzen',
  56. 'PHPSHOP_PRODUCT_NOT_FOUND' => 'Das angeforderte Produkt wurde nicht gefunden!',
  57. 'PHPSHOP_PRODUCT_PACKAGING1' => 'Anzahl {unit} in der Verpackung',
  58. 'PHPSHOP_PRODUCT_PACKAGING2' => 'Anzahl {unit} pr Paket:',
  59. 'PHPSHOP_CART_PRICE_PER_UNIT' => 'Preis pro Einheit',
  60. 'VM_PRODUCT_ENQUIRY_LBL' => 'Stellen Sie eine Frage zu diesem Produkt',
  61. 'VM_RECOMMEND_FORM_LBL' => 'Empfehlen Sie dieses Produkt weiter',
  62. 'PHPSHOP_EMPTY_YOUR_CART' => 'Empty Cart',
  63. 'VM_RETURN_TO_PRODUCT' => 'Zurück zum Artikel',
  64. 'EMPTY_CATEGORY' => 'This Category is currently empty.',
  65. 'ENQUIRY' => 'Enquiry',
  66. 'NAME_PROMPT' => 'Tragen Sie bitte ihren Namen ein.',
  67. 'EMAIL_PROMPT' => 'E-mail Addresse',
  68. 'MESSAGE_PROMPT' => 'Teilen Sie uns Ihre Wünsche mit.',
  69. 'SEND_BUTTON' => 'Abschicken',
  70. 'THANK_MESSAGE' => 'Vielen dank für ihre Nachricht. Wir werden sie so schnell es geht kontaktieren.',
  71. 'PROMPT_CLOSE' => 'Close',
  72. 'VM_RECOVER_CART_REPLACE' => 'Replace Cart with Saved Cart',
  73. 'VM_RECOVER_CART_MERGE' => 'Add Saved Cart to Current Cart',
  74. 'VM_RECOVER_CART_DELETE' => 'Delete Saved Cart',
  75. 'VM_EMPTY_YOUR_CART_TIP' => 'Clear the cart of all contents',
  76. 'VM_SAVED_CART_TITLE' => 'Saved Cart',
  77. 'VM_SAVED_CART_RETURN' => 'Return'
  78. ); $VM_LANG->initModule( 'shop', $langvars );
  79. ?>