castopod/modules/Admin/Language/nn-NO/AboutCastopod.php

23 lines
517 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-09 16:30:05 +02:00
'title' => 'Om Castopod',
'host_name' => 'Vertsnamn',
'version' => 'Castopod-versjon',
'php_version' => 'PHP-versjon',
'os' => 'Operativsystem',
'languages' => 'Språk',
'update_database' => 'Oppdater databasen',
2022-10-20 09:55:28 +02:00
'messages' => [
2023-05-09 16:30:05 +02:00
'databaseUpdateSuccess' => 'Databasen er oppdatert!',
2022-10-20 09:55:28 +02:00
],
];