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" => "Iar",
|
||||
"close" => "Închide",
|
||||
"connection" => "Conexiunea",
|
||||
"cpu" => "CPU",
|
||||
"current_password" => "Parola Curentă",
|
||||
"disabled" => "Dezactivat",
|
||||
"email" => "Email",
|
||||
"enabled" => "Activat",
|
||||
"language" => "Limba",
|
||||
"location" => "Locația",
|
||||
"login" => "Loghează-te",
|
||||
"memory" => "Memorie",
|
||||
"no" => "Nu",
|
||||
"node" => "Nod",
|
||||
"players" => "Jucători",
|
||||
"registered" => "Înregistrat",
|
||||
"restart" => "Repornește",
|
||||
"root_administrator" => "Administrator cu Acces Total",
|
||||
"save" => "Salvează",
|
||||
"start" => "Pornește",
|
||||
"status" => "Status",
|
||||
"stop" => "Oprește",
|
||||
"submit" => "Trimite",
|
||||
"success" => "Succes",
|
||||
"whoops" => "Ups",
|
||||
"yes" => "Da",
|
||||
);
|
||||
|
||||
return [
|
||||
'again' => 'Iar',
|
||||
'close' => 'Închide',
|
||||
'connection' => 'Conexiunea',
|
||||
'cpu' => 'CPU',
|
||||
'current_password' => 'Parola Curentă',
|
||||
'disabled' => 'Dezactivat',
|
||||
'email' => 'Email',
|
||||
'enabled' => 'Activat',
|
||||
'language' => 'Limba',
|
||||
'location' => 'Locația',
|
||||
'login' => 'Loghează-te',
|
||||
'memory' => 'Memorie',
|
||||
'no' => 'Nu',
|
||||
'node' => 'Nod',
|
||||
'players' => 'Jucători',
|
||||
'registered' => 'Înregistrat',
|
||||
'restart' => 'Repornește',
|
||||
'root_administrator' => 'Administrator cu Acces Total',
|
||||
'save' => 'Salvează',
|
||||
'start' => 'Pornește',
|
||||
'status' => 'Status',
|
||||
'stop' => 'Oprește',
|
||||
'submit' => 'Trimite',
|
||||
'success' => 'Succes',
|
||||
'whoops' => 'Ups',
|
||||
'yes' => 'Da',
|
||||
];
|
||||
|
|
Reference in a new issue