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

23 lines
519 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 [
'title' => 'Over Castopod',
'host_name' => 'Servernaam',
'version' => 'Castopod versie',
'php_version' => 'PHP versie',
'os' => 'Besturingssystem',
'languages' => 'Talen',
'update_database' => 'Database bijwerken',
'messages' => [
'databaseUpdateSuccess' => 'Database is up-to-date!',
],
];