ModCfg/Application/translations/en/d3modcfg_lang.php

36 lignes
1.0 KiB
PHP
Brut Vue normale Historique

2024-04-19 16:15:46 +02:00
<?php
/**
2024-09-02 08:48:43 +02:00
* Copyright (c) D3 Data Development (Inh. Thomas Dartsch)
2024-04-19 16:15:46 +02:00
*
2024-09-02 08:48:43 +02:00
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
2024-04-19 16:15:46 +02:00
*
* https://www.d3data.de
*
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
2024-09-02 08:48:43 +02:00
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
* @link https://www.oxidmodule.com
2024-04-19 16:15:46 +02:00
*/
$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',
];