This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathchat_finnish.txt
95 lines (72 loc) · 7.02 KB
/
chat_finnish.txt
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
"lang"
{
"Language" "English"
"Tokens"
{
//=========================================================================================
// DEFAULTS
//=========================================================================================
"chat_filterbutton" "Filters"
"filter_joinleave" "Joins/Leaves"
"filter_namechange" "Name Changes"
"filter_publicchat" "Public Chat"
"filter_servermsg" "Server Messages"
"filter_teamchange" "Team Changes"
"filter_achievement" "Achievement Announce"
"chat_say" "Say :"
"chat_say_team" "Say (TEAM) :"
"chat_say_party" "Say (PARTY) :"
//=========================================================================================
// REMOVES THE SCOREBOARD TIMELEFT TEXT TO ONLY LEAVE THE NUMBERS
//=========================================================================================
"Scoreboard_TimeLeft" "%s1:%s2:%s3"
"Scoreboard_TimeLeftNoHours" "%s1:%s2"
"Scoreboard_NoTimeLimit" ""
"Scoreboard_TimeLeftLabel" ""
"Scoreboard_TimeLeftNew" "%s1:%s2:%s3"
"Scoreboard_TimeLeftNoHoursNew" "%s1:%s2"
"Scoreboard_NoTimeLimitNew" ""
"Scoreboard_ChangeOnRoundEndNew" ""
"Scoreboard_Server" "%s1"
//=========================================================================================
// SHORTER MEDIGUN NAME
//=========================================================================================
"TF_playerid_mediccharge" "%s1%"
"TF_playerid_mediccharge_wpn" "%s1% (%s2)"
"TF_playerid_object_upgrading" "%s1"
"TF_playerid_object_upgrading_level" "(%s1) %s2"
//=========================================================================================
// REMOVES "HEALER" LABEL
//=========================================================================================
"TF_playerid_healer" ""
//=========================================================================================
// REMOVES "HEALING" LABEL
//=========================================================================================
"TF_playerid_healtarget" ""
//=========================================================================================
// SHORTER RESPAWN LABEL
//=========================================================================================
"game_respawntime_now" "0"
"game_respawntime_in_sec" "1"
"game_respawntime_in_secs" "%s1"
"game_respawntime_stalemate" ""
"game_respawntime_next_round" ""
"TF_Arena_NoRespawning" ""
//=========================================================================================
// SHORTER MAX CLASS COUNT LABELS
//=========================================================================================
"TF_ClassLimitUnder" "%s1/%s2"
//=========================================================================================
// WEAPONS
//=========================================================================================
"TF_Gas" "GAS"
"TF_PyroRage" "PHLOG"
"TF_SmgCharge" "CARBINE"
"TF_Revenge" "CRITS"
//=========================================================================================
// MISC
//=========================================================================================
"TF_Competitive_LevelTier1" "%s1 - 1"
"TF_Competitive_Level" "%s1 - %s2"
}
}