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

23 lines
574 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' => 'حول كاستوبود',
'host_name' => 'إسم المضيف',
'version' => 'Castopod version',
'php_version' => 'PHP version',
'os' => 'نظام التشغيل',
'languages' => 'اللغات',
'update_database' => 'تحديث قاعدة البيانات',
'messages' => [
'databaseUpdateSuccess' => 'Database is up to date!',
],
];