forked from pterodactyl/panel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.php
More file actions
30 lines (29 loc) · 766 Bytes
/
Copy pathstrings.php
File metadata and controls
30 lines (29 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php
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',
];