add backend translation
This commit is contained in:
parent
73c403dd28
commit
648ef9a26e
25
Application/views/admin_twig/de/d3DataWizardTasks_lang.php
Normal file
25
Application/views/admin_twig/de/d3DataWizardTasks_lang.php
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*
|
||||||
|
* https://www.d3data.de
|
||||||
|
*
|
||||||
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
|
* @link https://www.oxidmodule.com
|
||||||
|
*/
|
||||||
|
|
||||||
|
// @codeCoverageIgnoreStart
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
$sLangName = 'Deutsch';
|
||||||
|
|
||||||
|
// -------------------------------
|
||||||
|
// RESOURCE IDENTITFIER = STRING
|
||||||
|
// -------------------------------
|
||||||
|
|
||||||
|
$aLang = include __DIR__."/../../de/d3DataWizardTasks_translations.php";
|
||||||
|
|
||||||
|
// @codeCoverageIgnoreEnd
|
25
Application/views/admin_twig/en/d3DataWizardTasks_lang.php
Normal file
25
Application/views/admin_twig/en/d3DataWizardTasks_lang.php
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*
|
||||||
|
* https://www.d3data.de
|
||||||
|
*
|
||||||
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
|
* @link https://www.oxidmodule.com
|
||||||
|
*/
|
||||||
|
|
||||||
|
// @codeCoverageIgnoreStart
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
$sLangName = 'English';
|
||||||
|
|
||||||
|
// -------------------------------
|
||||||
|
// RESOURCE IDENTITFIER = STRING
|
||||||
|
// -------------------------------
|
||||||
|
|
||||||
|
$aLang = include __DIR__."/../../en/d3DataWizardTasks_translations.php";
|
||||||
|
|
||||||
|
// @codeCoverageIgnoreEnd
|
@ -17,7 +17,7 @@ $sLangName = "Deutsch";
|
|||||||
// -------------------------------
|
// -------------------------------
|
||||||
// RESOURCE IDENTITFIER = STRING
|
// RESOURCE IDENTITFIER = STRING
|
||||||
// -------------------------------
|
// -------------------------------
|
||||||
$aLang = array(
|
return [
|
||||||
|
|
||||||
//Navigation
|
//Navigation
|
||||||
'charset' => 'UTF-8',
|
'charset' => 'UTF-8',
|
||||||
@ -41,4 +41,4 @@ $aLang = array(
|
|||||||
|
|
||||||
'D3_DATAWIZARDTASKS_ACTIONS_FIXARTEXTENDSITEMS' => 'fehlende oxartextends-Einträge nachtragen',
|
'D3_DATAWIZARDTASKS_ACTIONS_FIXARTEXTENDSITEMS' => 'fehlende oxartextends-Einträge nachtragen',
|
||||||
'D3_DATAWIZARDTASKS_ACTIONS_FIXWYSIWYGSPECIALCHARS' => 'Texte mit zerstörten Sonderzeichen korrigieren',
|
'D3_DATAWIZARDTASKS_ACTIONS_FIXWYSIWYGSPECIALCHARS' => 'Texte mit zerstörten Sonderzeichen korrigieren',
|
||||||
);
|
];
|
@ -17,7 +17,7 @@ $sLangName = "English";
|
|||||||
// -------------------------------
|
// -------------------------------
|
||||||
// RESOURCE IDENTITFIER = STRING
|
// RESOURCE IDENTITFIER = STRING
|
||||||
// -------------------------------
|
// -------------------------------
|
||||||
$aLang = array(
|
return [
|
||||||
|
|
||||||
//Navigation
|
//Navigation
|
||||||
'charset' => 'UTF-8',
|
'charset' => 'UTF-8',
|
||||||
@ -41,4 +41,4 @@ $aLang = array(
|
|||||||
|
|
||||||
'D3_DATAWIZARDTASKS_ACTIONS_FIXARTEXTENDSITEMS' => 'add missing oxartextends entries',
|
'D3_DATAWIZARDTASKS_ACTIONS_FIXARTEXTENDSITEMS' => 'add missing oxartextends entries',
|
||||||
'D3_DATAWIZARDTASKS_ACTIONS_FIXWYSIWYGSPECIALCHARS' => 'fix texts with destroyed special characters',
|
'D3_DATAWIZARDTASKS_ACTIONS_FIXWYSIWYGSPECIALCHARS' => 'fix texts with destroyed special characters',
|
||||||
);
|
];
|
Loading…
Reference in New Issue
Block a user