-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathen.lang.php
More file actions
73 lines (70 loc) · 1.97 KB
/
en.lang.php
File metadata and controls
73 lines (70 loc) · 1.97 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?php
$lang = array(
'1' => 'Leaderboards',
'2' => 'Verified',
'3' => 'Weapons',
'4' => 'Cosmetics',
'5' => 'News',
'6' => 'New',
'7' => 'Fortnite Stats & Leaderboards',
'8' => 'Track the stats and ranking for any player of Fortnite Battle Royale',
'9' => 'Fortnite Username',
'10' => 'Get Stats',
'11' => 'Add the Fortnite Stats chrome extension',
'12' => 'K/D Ratio',
'13' => 'Kills',
'14' => 'Wins',
'15' => 'Matches',
'16' => 'Score',
'17' => 'Name',
'18' => 'Last Updated',
'19' => 'Popular Players',
'20' => 'Overall Stats',
'21' => 'Total Kills',
'22' => 'Overall KD',
'23' => 'Total Wins',
'24' => 'Total Matches',
'25' => 'Total Score',
'26' => 'Score / Match',
'27' => 'Overall Winrate',
'28' => 'Top Placements',
'29' => 'Kills / Match',
'30' => 'Top 5s',
'31' => 'Top 10s',
'32' => 'Top 25s',
'33' => 'Solo Stats',
'34' => 'Duo Stats',
'35' => 'Squad Stats',
'36' => 'View Stats',
'37' => 'Update Stats',
'38' => 'Stats are up to date',
'39' => 'Share this profile',
'40' => 'Direct Link',
'41' => 'Share on twitter',
'42' => 'Share on facebook',
'43' => 'Fortnite Weapon Stats & Info',
'44' => 'View advanced stats and information for fortnite weapons',
'45' => 'Enter a weapon name',
'46' => 'Follow us on twitter to stay up to date!',
'47' => 'Damage /hit',
'48' => 'Damage /sec (DPS)',
'49' => 'Environment Damage',
'50' => 'Fire Rate',
'51' => 'Magazine Size',
'52' => 'Reload Speed',
'53' => 'Fortnite Cosmetics & emotes',
'54' => 'View all cosmetics, back bling, emotes and more',
'55' => 'Enter a cosmetic name',
'56' => 'Information',
'57' => 'Type',
'58' => 'Rarity',
'59' => 'How to obtain',
'60' => 'Fortnite Stats',
'61' => 'Privacy Policy',
'62' => 'Weapon Stats',
'63' => 'Verified Players',
'64' => 'All rights reserved',
'65' => 'Find stats for any fortnite battle royale player, browse the leaderboards for PC, Xbox & PSN.',
'66' => 'Winrate'
);
?>