castopod/modules/Admin/Language/pl/Dashboard.php

15 lines
288 B
PHP
Raw Normal View History

2022-03-04 18:52:52 +01:00
<?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 [
'home' => 'Pulpit administratora',
2022-03-04 18:52:52 +01:00
'welcome_message' => 'Witamy w panelu administracyjnym!',
];