Push updated languages

This commit is contained in:
Dane Everitt 2016-12-30 17:17:36 -05:00
parent 0afa568095
commit a1dff5cda0
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
101 changed files with 1626 additions and 1317 deletions

View 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)",
),
);