Push updated languages
This commit is contained in:
parent
0afa568095
commit
a1dff5cda0
101 changed files with 1626 additions and 1317 deletions
26
resources/lang/nb/server.php
Normal file
26
resources/lang/nb/server.php
Normal file
|
@ -0,0 +1,26 @@
|
|||
<?php
|
||||
return array(
|
||||
"ajax" => array(
|
||||
"socket_status" => "Serverens strømstatus er endret til",
|
||||
"socket_status_crashed" => "Serveren har blitt oppdaget som kræsjet.",
|
||||
),
|
||||
"files" => array(
|
||||
"back" => "Tilbake til filbehandling",
|
||||
"loading" => "Laster filliste, dette kan ta et par sekunder...",
|
||||
"saved" => "Filen har blitt lagret!",
|
||||
),
|
||||
"index" => array(
|
||||
"add_new" => "Legg til ny server",
|
||||
"allocation" => "Tildeling",
|
||||
"command" => "Skriv inn konsollkommando",
|
||||
"connection" => "Standard tilkobling",
|
||||
"control" => "Serverkontroll",
|
||||
"cpu_use" => "Prosessorbruk",
|
||||
"disk_space" => "Diskplass",
|
||||
"memory_use" => "Minnebruk",
|
||||
"mem_limit" => "Minnegrense",
|
||||
"server_info" => "Serverinformasjon",
|
||||
"usage" => "Bruk",
|
||||
"xaxis" => "Tid (2s intervaller)",
|
||||
),
|
||||
);
|
Reference in a new issue