ad-aures_castoPod/modules/Admin/Language/lt/AboutCastopod.php
2026-01-23 16:36:56 +00:00

22 lines
551 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' => 'Apie „Castopod“',
'host_name' => 'Serverio vardas',
'version' => '„Castopod“ versija',
'php_version' => 'PHP versija',
'os' => 'Operacinė sistema',
'languages' => 'Kalbos',
'update_database' => 'Atnaujinti duomenų bazę',
'messages' => [
'databaseUpdateSuccess' => 'Duomenų bazė atnaujinta!',
],
];