Cachet/resources/lang/fi/setup.php

24 lines
734 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' => 'Asetukset',
'title' => 'Setup Cachet',
2016-05-31 20:18:39 +01:00
'service_details' => 'Service Details',
'env_setup' => 'Environment Setup',
'status_page_setup' => 'Sivun asetukset',
'show_support' => 'Show support for Cachet?',
'admin_account' => 'Järjestelmänvalvojantili',
2016-05-31 20:18:39 +01:00
'complete_setup' => 'Complete Setup',
'completed' => 'Välimuisti on konfiguroitu onnistuneesti!',
'finish_setup' => 'Siirry hallintapaneeliin',
];