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' => 'Εγκατάσταση',
|
|
|
|
'title' => 'Εγκατάσταση του Cachet',
|
2016-02-18 14:16:40 +00:00
|
|
|
'service_details' => 'Service details',
|
|
|
|
'env_setup' => 'Environment setup',
|
|
|
|
'status_page_setup' => 'Status page setup',
|
2016-01-29 22:05:05 +00:00
|
|
|
'show_support' => 'Show support for Cachet?',
|
2016-02-18 14:16:40 +00:00
|
|
|
'admin_account' => 'Administrator account',
|
2016-01-29 22:05:05 +00:00
|
|
|
'complete_setup' => 'Ολοκλήρωση εγκατάστασης',
|
|
|
|
'completed' => 'Cachet has been configured successfully!',
|
|
|
|
'finish_setup' => 'Go to dashboard',
|
|
|
|
];
|