forked from eti-lan/LANPage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lang.en.php
54 lines (47 loc) · 1.68 KB
/
lang.en.php
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?php
$start['welcome'] = 'Welcome';
$start['welcome2'] = 'to';
$start['iptext'] = 'is your personal IP address. This remains valid during the whole';
$start['iptext2'] = 'event.';
$nav['home'] = 'Home';
$nav['chat'] = 'Chat';
$nav['stats'] = 'Statistics';
$nav['downloads'] = 'Downloads';
$nav['serverlist'] = 'Serverlist';
$nav['competition'] = 'Competition';
$nav['faq'] = 'FAQ';
$faq['title'] = 'FAQ';
$stats['title'] = 'Stats';
$stats['topgames'] = 'Top '.$stats_show_topgames.' Games';
$stats['player'] = 'Player';
$stats['hostname'] = 'Hostname';
$stats['ip'] = 'IP-Address';
$stats['board_manufacturer'] = 'Manufacturer';
$stats['baseboard'] = 'Baseboard';
$stats['cpu'] = 'CPU';
$stats['gpu'] = 'GPU';
$stats['os'] = 'Operating system';
$stats['last_game'] = 'Last game';
$stats['status'] = 'Online';
$stats['players'] = 'Participants';
$downloads['title'] = 'Downloads';
$downloads['launcher_text'] = 'The P2P LAN Game-manager';
$downloads['download'] = 'Download';
$downloads['error'] = 'Downloads XML file format not valid or PHP-XML module missing.';
$servers['checking_server'] = 'Checking servers...';
$servers['name'] = 'Name';
$servers['game'] = 'Game';
$servers['ip'] = 'IP-Address';
$servers['port'] = 'Port';
$servers['admin'] = 'Admin';
$servers['status'] = 'Status';
$servers['online'] = 'Online';
$servers['offline'] = 'Offline';
$servers['error'] = 'Downloads XML file format not valid or PHP-XML module missing.';
$chat['send_message'] = 'Send message';
$chat['send'] = 'Send';
$chat['emoticons'] = 'Emoticons';
$chat['color'] = 'Choose color';
$competition['pick'] = 'Pick a competition: ';
$competition['edit'] = 'Edit';
?>