34 lines
1.0 KiB
PHP
34 lines
1.0 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_USERSONLINE_USERSONLINE' => 'Benutzer online',
|
||
|
'D3_USERSONLINE_USER' => 'Benutzer',
|
||
|
'D3_USERSONLINE_USERS' => 'Benutzer',
|
||
|
'D3_USERSONLINE_ALL' => 'gesamt',
|
||
|
|
||
|
);
|
||
|
|
||
|
/*
|
||
|
[{ oxmultilang ident='ACTIONS_MAIN_YOUWANTTODELETE' }]
|
||
|
*/
|