mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-22 18:55:43 +01:00
23 lines
751 B
PHP
23 lines
751 B
PHP
|
<?php
|
||
|
|
||
|
/*
|
||
|
* This file is part of Cachet.
|
||
|
*
|
||
|
* (c) Alt Three Services Limited
|
||
|
*
|
||
|
* For the full copyright and license information, please view the LICENSE
|
||
|
* file that was distributed with this source code.
|
||
|
*/
|
||
|
|
||
|
return [
|
||
|
'setup' => 'הגדרות',
|
||
|
'title' => 'התקנת Cachet',
|
||
|
'service_details' => 'פרטי שרות',
|
||
|
'env_setup' => 'Environment Setup',
|
||
|
'status_page_setup' => 'הגדרת עמוד מצב',
|
||
|
'show_support' => 'Show support for Cachet?',
|
||
|
'admin_account' => 'חשבון מנהל המערכת',
|
||
|
'complete_setup' => 'התקנה הסתיימה',
|
||
|
'completed' => 'Cachet הוגדר בהצלחה!',
|
||
|
'finish_setup' => 'Go to dashboard',
|
||
|
];
|