New translations setup.php (Norwegian)
This commit is contained in:
23
resources/lang/no-NO/setup.php
Normal file
23
resources/lang/no-NO/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' => 'Konfigurering',
|
||||
'title' => 'Installer Cachet',
|
||||
'service_details' => 'Tjenestedetaljer',
|
||||
'env_setup' => 'Miljøoppsett',
|
||||
'status_page_setup' => 'Statusside-oppsett',
|
||||
'show_support' => 'Vis at du støtter Cachet?',
|
||||
'admin_account' => 'Administratorkonto',
|
||||
'complete_setup' => 'Fullfør installasjon',
|
||||
'completed' => 'Konfigurering av Cachet var vellykket!',
|
||||
'finish_setup' => 'Gå til dashbord',
|
||||
];
|
||||
Reference in New Issue
Block a user