2022-10-20 07:55:28 +00: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-05-05 14:28:51 +00:00
|
|
|
'title' => 'Over Castopod',
|
|
|
|
'host_name' => 'Servernaam',
|
|
|
|
'version' => 'Castopod versie',
|
|
|
|
'php_version' => 'PHP versie',
|
|
|
|
'os' => 'Besturingssystem',
|
|
|
|
'languages' => 'Talen',
|
|
|
|
'update_database' => 'Database bijwerken',
|
2022-10-20 07:55:28 +00:00
|
|
|
'messages' => [
|
2023-05-05 14:28:51 +00:00
|
|
|
'databaseUpdateSuccess' => 'Database is up-to-date!',
|
2022-10-20 07:55:28 +00:00
|
|
|
],
|
|
|
|
];
|