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

23 lines
528 B
PHP
Raw Normal View History

2022-10-20 09:55:28 +02: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 [
2023-03-16 17:45:41 +01:00
'title' => 'O CastoPod',
'host_name' => 'Nazwa hosta',
'version' => 'Wersja Castopod',
'php_version' => 'Wersja PHP',
'os' => 'System operacyjny',
'languages' => 'Języki',
'update_database' => 'Aktualizuj bazę danych',
2022-10-20 09:55:28 +02:00
'messages' => [
2023-03-16 17:45:41 +01:00
'databaseUpdateSuccess' => 'Baza danych jest aktualna!',
2022-10-20 09:55:28 +02:00
],
];