Apply fixes from StyleCI
This commit is contained in:
parent
6331a29962
commit
920ed824d6
98 changed files with 1634 additions and 1536 deletions
|
@ -1,29 +1,30 @@
|
|||
<?php
|
||||
return array(
|
||||
"again" => "Opnieuw",
|
||||
"close" => "Sluiten",
|
||||
"connection" => "Connectie",
|
||||
"cpu" => "CPU",
|
||||
"current_password" => "Huidig wachtwoord",
|
||||
"disabled" => "Uitgeschakeld",
|
||||
"email" => "E-mail",
|
||||
"enabled" => "Ingeschakeld",
|
||||
"language" => "Taal",
|
||||
"location" => "Locatie",
|
||||
"login" => "Inloggen",
|
||||
"memory" => "Geheugen",
|
||||
"no" => "Nee",
|
||||
"node" => "Node",
|
||||
"players" => "Spelers",
|
||||
"registered" => "Geregistreerd",
|
||||
"restart" => "Herstarten",
|
||||
"root_administrator" => "Root Administrator",
|
||||
"save" => "Opslaan",
|
||||
"start" => "Start",
|
||||
"status" => "Status",
|
||||
"stop" => "Stop",
|
||||
"submit" => "Verzenden",
|
||||
"success" => "Succes",
|
||||
"whoops" => "Oeps",
|
||||
"yes" => "Ja",
|
||||
);
|
||||
|
||||
return [
|
||||
'again' => 'Opnieuw',
|
||||
'close' => 'Sluiten',
|
||||
'connection' => 'Connectie',
|
||||
'cpu' => 'CPU',
|
||||
'current_password' => 'Huidig wachtwoord',
|
||||
'disabled' => 'Uitgeschakeld',
|
||||
'email' => 'E-mail',
|
||||
'enabled' => 'Ingeschakeld',
|
||||
'language' => 'Taal',
|
||||
'location' => 'Locatie',
|
||||
'login' => 'Inloggen',
|
||||
'memory' => 'Geheugen',
|
||||
'no' => 'Nee',
|
||||
'node' => 'Node',
|
||||
'players' => 'Spelers',
|
||||
'registered' => 'Geregistreerd',
|
||||
'restart' => 'Herstarten',
|
||||
'root_administrator' => 'Root Administrator',
|
||||
'save' => 'Opslaan',
|
||||
'start' => 'Start',
|
||||
'status' => 'Status',
|
||||
'stop' => 'Stop',
|
||||
'submit' => 'Verzenden',
|
||||
'success' => 'Succes',
|
||||
'whoops' => 'Oeps',
|
||||
'yes' => 'Ja',
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue