38 lines
1.1 KiB
PHP
38 lines
1.1 KiB
PHP
<?php
|
|
|
|
/**
|
|
* This Software is the property of Data Development and is protected
|
|
* by copyright law - it is NOT Freeware.
|
|
*
|
|
* Any unauthorized use of this software without a valid license
|
|
* is a violation of the license agreement and will be prosecuted by
|
|
* civil and criminal law.
|
|
*
|
|
* https://www.d3data.de
|
|
*
|
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
|
* @author D3 Data Development - Daniel Seifert <support@shopmodule.com>
|
|
* @link http://www.oxidmodule.com
|
|
*/
|
|
|
|
$sLangName = "English";
|
|
|
|
// -------------------------------
|
|
// RESOURCE IDENTITFIER = STRING
|
|
// -------------------------------
|
|
$aLang = [
|
|
|
|
//Navigation
|
|
'charset' => 'UTF-8',
|
|
|
|
'D3_CFG_MOD_EXCEPTION_NOMODCFG' => 'Modulkonfiguration %s kann nicht geladen werden',
|
|
'D3_CFG_MOD_EXCEPTION_NOMODCFGID' => 'Modulkonfiguration %s kann nicht ermittelt werden',
|
|
|
|
'NAVIGATION_PAGE' => 'Seite',
|
|
'GENERAL_LIST_FIRST' => 'Erste Seite',
|
|
'GENERAL_LIST_PREV' => 'zurück',
|
|
'GENERAL_LIST_NEXT' => 'vor',
|
|
'GENERAL_LIST_LAST' => 'Letzte Seite',
|
|
|
|
];
|