Apply fixes from StyleCI

This commit is contained in:
Dane Everitt 2016-12-30 22:19:23 +00:00 committed by StyleCI Bot
parent 6331a29962
commit 920ed824d6
98 changed files with 1634 additions and 1536 deletions

View file

@ -1,28 +1,29 @@
<?php
return array(
"close" => "Lukk",
"connection" => "Tilkobling",
"cpu" => "Prosessor",
"current_password" => "Nåværende passord",
"disabled" => "Deaktivert",
"email" => "Epost",
"enabled" => "Aktivert",
"language" => "Språk",
"location" => "Plassering",
"login" => "Logg inn",
"memory" => "Minne",
"no" => "Nei",
"node" => "Node",
"players" => "Spillere",
"registered" => "Registrert",
"restart" => "Omstart",
"root_administrator" => "Hovedadministrator",
"save" => "Lagre",
"start" => "Start",
"status" => "Status",
"stop" => "Stopp",
"submit" => "Send inn",
"success" => "Suksess",
"whoops" => "Ooops",
"yes" => "Ja",
);
return [
'close' => 'Lukk',
'connection' => 'Tilkobling',
'cpu' => 'Prosessor',
'current_password' => 'Nåværende passord',
'disabled' => 'Deaktivert',
'email' => 'Epost',
'enabled' => 'Aktivert',
'language' => 'Språk',
'location' => 'Plassering',
'login' => 'Logg inn',
'memory' => 'Minne',
'no' => 'Nei',
'node' => 'Node',
'players' => 'Spillere',
'registered' => 'Registrert',
'restart' => 'Omstart',
'root_administrator' => 'Hovedadministrator',
'save' => 'Lagre',
'start' => 'Start',
'status' => 'Status',
'stop' => 'Stopp',
'submit' => 'Send inn',
'success' => 'Suksess',
'whoops' => 'Ooops',
'yes' => 'Ja',
];