mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-04 07:19:03 +02:00
15 lines
368 B
PHP
15 lines
368 B
PHP
<?php
|
||
|
||
declare(strict_types=1);
|
||
|
||
/**
|
||
* @copyright 2020 Ad Aures
|
||
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
|
||
* @link https://castopod.org/
|
||
*/
|
||
|
||
return [
|
||
'dashboard' => 'Administratoriaus skydelis',
|
||
'welcome_message' => 'Sveiki, tai – administratoriaus skydelis!',
|
||
'choose_interact' => 'Pasirinkite, kaip sąveikausite',
|
||
];
|