Cachet/resources/lang/el/setup.php

24 lines
788 B
PHP
Raw Normal View History

<?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',
'show_support' => 'Show support for Cachet?',
2016-02-18 14:16:40 +00:00
'admin_account' => 'Administrator account',
'complete_setup' => 'Ολοκλήρωση εγκατάστασης',
'completed' => 'Cachet has been configured successfully!',
'finish_setup' => 'Go to dashboard',
];