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

23 lines
667 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-25 18:44:19 +01:00
'title' => 'Περί Του Castopod',
'host_name' => 'Όνομα εξυπηρετητή',
'version' => 'Έκδοση Castopod',
'php_version' => 'Έκδοση PHP',
'os' => 'Λειτουργικό σύστημα',
'languages' => 'Γλώσσες',
'update_database' => 'Ενημέρωση Βάσης Δεδομένων',
2022-10-20 09:55:28 +02:00
'messages' => [
2022-11-25 18:44:19 +01:00
'databaseUpdateSuccess' => 'Η βάση δεδομένων είναι ενημερωμένη!',
2022-10-20 09:55:28 +02:00
],
];