shop-old/scripts/i18n/shopadmin_translation_de.php
2026-04-20 01:03:43 +02:00

101 lines
3.1 KiB
PHP

<?php
/**
* @package Easyway Shop
* @copyright Copyright (C) 2005 - 2011 TA-EDV
* @license proprietary
* @author Richard Kammermayer <rk@ta-edv.de>
*
* Easyway Shop is a web e-commerce system
*/
$shopadmin_translation = array(
'system_date_format' => 'd.m.Y',
'admin_interface' => array(
'main_data' => 'Stammdaten',
'order_cs' => 'Bestellungen / Cs',
'shop_configuration' => 'Einstellungen',
'marketing' => 'Marketing',
'statistic' => 'Statistik',
'search' => 'Suche',
'logout' => 'Abmelden',
'help' => 'Hilfe',
'info' => 'Info',
'logged_in_as' => 'Angemeldet:',
'menu' => array(
'Bill configuration' => 'PDF-Layout',
'Dashboard' => 'Dashboard',
'Item List' => 'Artikel',
'Adminroles' => 'Rollen',
'Item Attributes' => 'Attribute',
'Item Types' => 'Artikel Typen',
'Customer List' => 'Kunden',
'Customer Groups' => 'Kundengruppe',
'Customer Opinion' => 'Kundenmeinung',
'Vendors' => 'Lieferanten',
'Manufacturer' => 'Hersteller',
'Sitemenu / Item Category Manager' => 'Seitenmenü',
'Order List' => 'Bestellungen',
'Cancellation Reasons' => 'Stornierungsgründe',
'Cancellation Requests' => 'Stornierungsanfragen',
'All messages' => 'E-Mail',
'Standard messages' => 'System E-Mail',
'System config' => 'Systemeinstellungen',
'Shop layout' => 'Shopdesign',
'Payment methods' => 'Bezahlungsarten',
'Deliverers' => 'Zusteller',
'Site designer' => 'Seitengestaltung',
'Shipping cost / Shipping area' => 'Versandkosten',
'Import & Export' => 'Import & Export',
'Countries' => 'Länder',
'Plugin manager' => 'Plugin Verwaltung',
'Backup' => 'Backup',
'Newsletter' => 'Newsletter',
'Newsletter subscriber' => 'Newsletter Abonnenten',
'Shop opinion' => 'Kundenbewertung',
'Action manager' => 'Aktionsverwaltung',
'Gift certificate' => 'Gutscheine',
'SEO' => 'SEO',
'Price search engine' => 'Export',
'Sitemap' => 'Sitemap',
'Sales analysis' => 'Umsatzstatistik',
'Item analysis' => 'Artikelauswertung',
'Order analysis' => 'Bestellungen',
'Item category analysis' => 'Warengruppen Auswertung',
'Manufacturer analysis' => 'Hersteller Auswertung',
'Form configuration' => 'Formular Konfigurator',
'Item image configuration' => 'Wasserzeichen',
'Retail Sale' => 'Ladenverkauf',
'Incomming Goods' => 'Wareneingang',
'Themes' => 'Shop Themes',
'Statistics' => 'Statistiken',
'Email template' => 'E-Mail Vorlagen',
'Languages' => 'Sprachen',
'News' => 'Aktuelles',
'Text translation' => 'Sprachvariablen',
'Currency' => 'Währungen',
'Tax' => 'Steuern',
'Domains' => 'Domains',
'Import' => 'Import',
'Bills' => 'Rechnungen',
'Return of Goods' => 'Warenrückläufer',
'General Statistics' => 'Verkaufsstatistik'
),
'weekday' => array(
'Monday' => 'Montag',
'Tuesday' => 'Dienstag',
'Wednesday' => 'Mittwoch',
'Thursday' => 'Donnerstag',
'Friday' => 'Freitag',
'Saturday' => 'Samstag',
'Sunday' => 'Sonntag'
),
),
'admin_items' => array(
'all' => 'Alle',
'new_items' => 'Neue Artikel',
'sold_out' => 'Ausverkauft'
)
);
?>