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

23 lines
519 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-05-05 16:28:51 +02: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 09:55:28 +02:00
'messages' => [
2023-05-05 16:28:51 +02:00
'databaseUpdateSuccess' => 'Database is up-to-date!',
2022-10-20 09:55:28 +02:00
],
];