31 lines
1.1 KiB
PHP
31 lines
1.1 KiB
PHP
<?php
|
|
/**
|
|
* This Software is the property of OXID eSales and is protected
|
|
* by copyright law - it is NOT Freeware.
|
|
*
|
|
* Any unauthorized use of this software without a valid license key
|
|
* is a violation of the license agreement and will be prosecuted by
|
|
* civil and criminal law.
|
|
*
|
|
* @link http://www.oxid-esales.com
|
|
* @package lang
|
|
* @copyright (C) OXID eSales AG 2003-2009
|
|
* @version OXID eShop PE
|
|
* $Id: lang.php 19866 2009-06-16 10:33:17Z alfonsas $
|
|
*/
|
|
|
|
$sLangName = 'Deutsch';
|
|
$iLangNr = 0;
|
|
// -------------------------------
|
|
// RESOURCE IDENTITFIER = STRING
|
|
// -------------------------------
|
|
$aLang = array(
|
|
'charset' => 'ISO-8859-15',
|
|
'D3_USERONLINE_METADATA_TITLE' => 'D³ User Online',
|
|
'D3_USERONLINE_METADATA_DESC' => 'Lassen Sie sich anonym im Shop anzeigen, wie viele Benutzer zur Zeit Ihren Shop besuchen und welche Seiten angezeigt werden. Das Modul speichert nicht die IP-Adresse oder sonstige Daten des Nutzers. Damit genügen Sie auch dem deutschen Recht.',
|
|
|
|
);
|
|
|
|
/*
|
|
[{ oxmultilang ident='ACTIONS_MAIN_YOUWANTTODELETE' }]
|
|
*/ |