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

23 lines
529 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 [
2022-11-04 12:03:24 +01:00
'title' => 'Über Castopod',
'host_name' => 'Hostname',
'version' => 'Castopod Version',
'php_version' => 'PHP Version',
'os' => 'Betriebssystem',
'languages' => 'Sprachen',
'update_database' => 'Datenbank aktualisieren',
2022-10-20 09:55:28 +02:00
'messages' => [
2022-11-04 12:03:24 +01:00
'databaseUpdateSuccess' => 'Die Datenbank ist aktuell!',
2022-10-20 09:55:28 +02:00
],
];