align folder structure
This commit is contained in:
parent
9f6b689a56
commit
ed06705c40
22
Application/translations/de/d3totp_lang.php
Normal file
22
Application/translations/de/d3totp_lang.php
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?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
|
||||||
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
// @codeCoverageIgnoreStart
|
||||||
|
|
||||||
|
$sLangName = 'Deutsch';
|
||||||
|
|
||||||
|
$aLang = include __DIR__."/translations.php";
|
||||||
|
|
||||||
|
// @codeCoverageIgnoreEnd
|
22
Application/translations/en/d3totp_lang.php
Normal file
22
Application/translations/en/d3totp_lang.php
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?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
|
||||||
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
// @codeCoverageIgnoreStart
|
||||||
|
|
||||||
|
$sLangName = 'English';
|
||||||
|
|
||||||
|
$aLang = include __DIR__."/translations.php";
|
||||||
|
|
||||||
|
// @codeCoverageIgnoreEnd
|
22
Application/views/admin_smarty/de/d3totp_lang.php
Normal file
22
Application/views/admin_smarty/de/d3totp_lang.php
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?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
|
||||||
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
// @codeCoverageIgnoreStart
|
||||||
|
|
||||||
|
$sLangName = 'Deutsch';
|
||||||
|
|
||||||
|
$aLang = include __DIR__."/../../de/translations.php";
|
||||||
|
|
||||||
|
// @codeCoverageIgnoreEnd
|
22
Application/views/admin_smarty/en/d3totp_lang.php
Normal file
22
Application/views/admin_smarty/en/d3totp_lang.php
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?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
|
||||||
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
// @codeCoverageIgnoreStart
|
||||||
|
|
||||||
|
$sLangName = 'English';
|
||||||
|
|
||||||
|
$aLang = include __DIR__."/../../en/translations.php";
|
||||||
|
|
||||||
|
// @codeCoverageIgnoreEnd
|
22
Application/views/admin_twig/de/d3totp_lang.php
Normal file
22
Application/views/admin_twig/de/d3totp_lang.php
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?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
|
||||||
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
// @codeCoverageIgnoreStart
|
||||||
|
|
||||||
|
$sLangName = 'Deutsch';
|
||||||
|
|
||||||
|
$aLang = include __DIR__."/../../de/translations.php";
|
||||||
|
|
||||||
|
// @codeCoverageIgnoreEnd
|
22
Application/views/admin_twig/en/d3totp_lang.php
Normal file
22
Application/views/admin_twig/en/d3totp_lang.php
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?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
|
||||||
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
// @codeCoverageIgnoreStart
|
||||||
|
|
||||||
|
$sLangName = 'English';
|
||||||
|
|
||||||
|
$aLang = include __DIR__."/../../en/translations.php";
|
||||||
|
|
||||||
|
// @codeCoverageIgnoreEnd
|
0
metadata.php
Executable file → Normal file
0
metadata.php
Executable file → Normal file
25
phpunuhi.xml
Normal file
25
phpunuhi.xml
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
<phpunuhi
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:noNamespaceSchemaLocation="../../boxblinkracer/phpunuhi/config.xsd"
|
||||||
|
>
|
||||||
|
<translations>
|
||||||
|
<set name="Frontend">
|
||||||
|
<format>
|
||||||
|
<php/>
|
||||||
|
</format>
|
||||||
|
<locales>
|
||||||
|
<locale name="de">./Application/translations/%locale_lc%/translations.php</locale>
|
||||||
|
<locale name="en">./Application/translations/%locale_lc%/translations.php</locale>
|
||||||
|
</locales>
|
||||||
|
</set>
|
||||||
|
<set name="Backend">
|
||||||
|
<format>
|
||||||
|
<php/>
|
||||||
|
</format>
|
||||||
|
<locales>
|
||||||
|
<locale name="de">./Application/views/%locale_lc%/translations.php</locale>
|
||||||
|
<locale name="en">./Application/views/%locale_lc%/translations.php</locale>
|
||||||
|
</locales>
|
||||||
|
</set>
|
||||||
|
</translations>
|
||||||
|
</phpunuhi>
|
Loading…
x
Reference in New Issue
Block a user