New translations setup.php (Danish)
This commit is contained in:
23
resources/lang/da-DK/setup.php
Normal file
23
resources/lang/da-DK/setup.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?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' => 'Opsætning',
|
||||
'title' => 'Indstil Cachet',
|
||||
'service_details' => 'Tjenestesdetaljer',
|
||||
'env_setup' => 'Opsætning af miljø',
|
||||
'status_page_setup' => 'Status side opsætning',
|
||||
'show_support' => 'Vis støtte til Cachet?',
|
||||
'admin_account' => 'Administratorkonto',
|
||||
'complete_setup' => 'Gennemfør opsætning',
|
||||
'completed' => 'Cachet er nu sat op og er klar til brug!',
|
||||
'finish_setup' => 'Gå til oversigtssiden',
|
||||
];
|
||||
Reference in New Issue
Block a user