2016-01-29 22:05:05 +00:00
|
|
|
|
<?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' => 'Kurulum',
|
|
|
|
|
'title' => 'Cachet\'i Kur',
|
2016-04-17 17:17:29 +01:00
|
|
|
|
'service_details' => 'Hizmet detayları',
|
2016-01-29 22:05:05 +00:00
|
|
|
|
'env_setup' => 'Ortam kurulumu',
|
2016-04-17 17:17:29 +01:00
|
|
|
|
'status_page_setup' => 'Durum sayfası kurulumu',
|
2016-01-29 22:05:05 +00:00
|
|
|
|
'show_support' => 'Cachet için destek ister misiniz?',
|
|
|
|
|
'admin_account' => 'Yönetici Hesabı',
|
|
|
|
|
'complete_setup' => 'Kurulumu tamamla',
|
|
|
|
|
'completed' => 'Cachet başarı ile ayarlandı!',
|
2016-04-17 17:17:29 +01:00
|
|
|
|
'finish_setup' => 'Gösterge paneline git',
|
2016-01-29 22:05:05 +00:00
|
|
|
|
];
|