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

23 lines
529 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' => 'Über Castopod',
'host_name' => 'Hostname',
'version' => 'Castopod Version',
'php_version' => 'PHP Version',
'os' => 'Betriebssystem',
'languages' => 'Sprachen',
'update_database' => 'Datenbank aktualisieren',
'messages' => [
'databaseUpdateSuccess' => 'Die Datenbank ist aktuell!',
],
];