Push updated languages
This commit is contained in:
parent
0afa568095
commit
a1dff5cda0
101 changed files with 1626 additions and 1317 deletions
28
resources/lang/nb/strings.php
Normal file
28
resources/lang/nb/strings.php
Normal file
|
@ -0,0 +1,28 @@
|
|||
<?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",
|
||||
);
|
Reference in a new issue