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,29 +1,30 @@
<?php
return array(
"again" => "wiederholen",
"close" => "Schließen",
"connection" => "Verbindung",
"cpu" => "CPU",
"current_password" => "Aktuelles Passwort",
"disabled" => "Deaktiviert",
"email" => "Email",
"enabled" => "Aktiviert",
"language" => "Sprache",
"location" => "Ort",
"login" => "Login",
"memory" => "Arbeitsspeicher",
"no" => "Nein",
"node" => "Node",
"players" => "Spieler",
"registered" => "Registriert",
"restart" => "Neustart",
"root_administrator" => "Root Administrator",
"save" => "Speichern",
"start" => "Start",
"status" => "Status",
"stop" => "Stop",
"submit" => "Absenden",
"success" => "Erfolgreich",
"whoops" => "Uuups",
"yes" => "Ja",
);
return [
'again' => 'wiederholen',
'close' => 'Schließen',
'connection' => 'Verbindung',
'cpu' => 'CPU',
'current_password' => 'Aktuelles Passwort',
'disabled' => 'Deaktiviert',
'email' => 'Email',
'enabled' => 'Aktiviert',
'language' => 'Sprache',
'location' => 'Ort',
'login' => 'Login',
'memory' => 'Arbeitsspeicher',
'no' => 'Nein',
'node' => 'Node',
'players' => 'Spieler',
'registered' => 'Registriert',
'restart' => 'Neustart',
'root_administrator' => 'Root Administrator',
'save' => 'Speichern',
'start' => 'Start',
'status' => 'Status',
'stop' => 'Stop',
'submit' => 'Absenden',
'success' => 'Erfolgreich',
'whoops' => 'Uuups',
'yes' => 'Ja',
];