Advertisement
Guest User

Untitled

a guest
Oct 10th, 2015
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 119.18 KB | None | 0 0
  1. pink=Msgbox("Do you like pink color?",vbYesNo+vbQuestion, "")
  2. dead=Msgbox("Should chat by dead teammates be Red?",vbYesNo+vbQuestion, "")
  3. Const ForReading = 1
  4. Const ForWriting = 2
  5. Set objFSO = CreateObject("Scripting.FileSystemObject")
  6. Set objFile = objFSO.OpenTextFile("csgo_english.txt", ForReading, false, -1)
  7. strText = objFile.ReadAll
  8. objFile.Close
  9. 'SFUI_Freeze_Snapshot'csgo_english
  10. strNewText = Replace(strText,chr(34)&"[%s1] Save this moment", chr(34)&"<font size='0'>[%s1] Save this moment</font>")
  11. 'FreezePanel_ScreenShot'csgo_english
  12. strNewText = Replace(strNewText,chr(34)&"[F5] Save this moment", chr(34)&"<font size='0'>[F5] Save this moment</font>")
  13. 'FreezePanel_DamageTaken'csgo_english
  14. strNewText = Replace(strNewText,"<font color='#A0A0A0'>Damage taken: </font><font color='#FFFFFF'><b>%s1</b></font> <font color='#A0A0A0'> in</font> <font color='#FFFFFF'><b>%s2 hit </b></font> <font color='#A0A0A0'>from %s3</font>", "<font color='#A0A0A0'>Damage taken: </font><font size='18' color='#ff0080'><b>%s1</b></font> <font color='#A0A0A0'> in</font> <font size='18' color='#ff0080'><b>%s2 hit </b></font> <font color='#A0A0A0'>from %s3</font>")
  15. 'FreezePanel_DamageGiven'csgo_english
  16. strNewText = Replace(strNewText,"<font color='#A0A0A0'>Damage given: </font><font color='#FFFFFF'><b>%s1</b></font> <font color='#A0A0A0'> in</font> <font color='#FFFFFF'><b>%s2 hit </b></font> <font color='#A0A0A0'>to %s3</font>", "<font color='#A0A0A0'>Damage given: </font><font size='18' color='#00ff00'><b>%s1</b></font> <font color='#A0A0A0'> in</font> <font size='18' color='#00ff00'><b>%s2 hit </b></font> <font color='#A0A0A0'>to %s3</font>")
  17. 'FreezePanel_DamageTaken_Multi'csgo_english
  18. strNewText = Replace(strNewText,"<font color='#A0A0A0'>Damage taken: </font><font color='#FFFFFF'><b>%s1</b></font> <font color='#A0A0A0'> in</font> <font color='#FFFFFF'><b>%s2 hits </b></font> <font color='#A0A0A0'>from %s3</font>", "<font color='#A0A0A0'>Damage taken: </font><font size='18' color='#ff0080'><b>%s1</b></font> <font color='#A0A0A0'> in</font> <font size='18' color='#ff0080'><b>%s2 hits </b></font> <font color='#A0A0A0'>from %s3</font>")
  19. 'FreezePanel_DamageGiven_Multi'csgo_english
  20. strNewText = Replace(strNewText,"<font color='#A0A0A0'>Damage given: </font><font color='#FFFFFF'><b>%s1</b></font> <font color='#A0A0A0'> in</font> <font color='#FFFFFF'><b>%s2 hits </b></font> <font color='#A0A0A0'>to %s3</font>", "<font color='#A0A0A0'>Damage given: </font><font size='18' color='#00ff00'><b>%s1</b></font> <font color='#A0A0A0'> in</font> <font size='18' color='#00ff00'><b>%s2 hits </b></font> <font color='#A0A0A0'>to %s3</font>")
  21. 'SFUIHUD_playerid_sameteam'csgo_english
  22. strNewText = Replace(strNewText,"<font color='#6E7D5C'>Friend: %s1 Health: %s2</font>", "<font size='20' color='#00ff00'>%s1 | %s2</font>")
  23. 'SFUIHUD_playerid_diffteam'csgo_english
  24. strNewText = Replace(strNewText,"<font color='#CC0000'>Enemy: %s1</font>", "<font size='30' color='#ff0000'>%s1</font>")
  25. 'SFUIHUD_playerid_specteam'csgo_english
  26. strNewText = Replace(strNewText,"<font color='#6E7D5C'>%s1</font>", "<font size='20' color='#6E7D5C'>%s1</font>")
  27. 'SFUIHUD_playerid_overhead_ct'csgo_english
  28. strNewText = Replace(strNewText,"<font color='#3f74c8'>%s1</font><font color='#5e779f'> %s2</font>", "<font size='20' color='#4f92ff'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  29. 'SFUIHUD_playerid_overhead_ct_lowhealth'csgo_english
  30. strNewText = Replace(strNewText,"<font color='#3f74c8'>%s1</font><font color='#d82429'> %s2</font>", "<font size='20' color='#4f92ff'>%s1</font><font size='30' color='#ff0080'> %s2</font>")
  31. 'SFUIHUD_playerid_overhead_ct_money'csgo_english
  32. strNewText = Replace(strNewText,"<font color='#3f74c8'>%s1</font><font color='#7ebc50'> %s2</font>", "<font size='20' color='#3f74c8'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  33. 'SFUIHUD_playerid_overhead_t'csgo_english
  34. strNewText = Replace(strNewText,"<font color='#c3953f'>%s1</font><font color='#9a8661'> %s2</font>", "<font size='20' color='#ffc252'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  35. 'SFUIHUD_playerid_overhead_t_lowhealth'csgo_english
  36. strNewText = Replace(strNewText,"<font color='#c3953f'>%s1</font><font color='#d82429'> %s2</font>", "<font size='20' color='#ffc252'>%s1</font><font size='30' color='#ff0080'> %s2</font>")
  37. 'SFUIHUD_playerid_overhead_t_money'csgo_english
  38. strNewText = Replace(strNewText,"<font color='#c3953f'>%s1</font><font color='#7ebc50'> %s2</font>", "<font size='20' color='#c3953f'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  39. 'SFUIHUD_weaponid_pickup'csgo_english
  40. strNewText = Replace(strNewText,chr(34)&"${use} swap for %s1", chr(34)&"<font size='30'>${use} swap for %s1</font>")
  41. 'SFUIHUD_weaponid_c4defuse'csgo_english
  42. strNewText = Replace(strNewText,chr(34)&"${use} defuse the C4", chr(34)&"<font size='30'>${use} defuse the C4</font>")
  43. 'SFUIHUD_targetid_FLASHED'csgo_english
  44. strNewText = Replace(strNewText,"<font color='#6600ff'>(BLINDED)</font>", "<font size='0'>(BLINDED)</font>")
  45. 'Game_radio'csgo_english
  46. strNewText = Replace(strNewText,"%s1 (RADIO): %s2", "[RADIO] %s1: %s2")
  47. 'Game_radio_location'csgo_english
  48. strNewText = Replace(strNewText,"%s1 @ %s2 (RADIO): %s3", "[RADIO] %s1: %s3 [%s2]")
  49. 'Cstrike_Chat_CT_Loc'csgo_english
  50. strNewText = Replace(strNewText,"(Counter-Terrorist) %s1 @ %s3 :  %s2", "[CT] %s1: %s2 [%s3]")
  51. 'Cstrike_Chat_CT'csgo_english
  52. strNewText = Replace(strNewText,"(Counter-Terrorist) %s1 :  %s2", "[CT] %s1: %s2")
  53. 'Cstrike_Chat_T_Loc'csgo_english
  54. strNewText = Replace(strNewText,"(Terrorist) %s1 @ %s3 :  %s2", "[T] %s1: %s2 [%s3]")
  55. 'Cstrike_Chat_T'csgo_english
  56. strNewText = Replace(strNewText,"(Terrorist) %s1 :  %s2", "[T] %s1: %s2")
  57. 'Cstrike_Chat_CT_Dead'csgo_english
  58. strNewText = Replace(strNewText,"*DEAD*(Counter-Terrorist) %s1 :  %s2", "*DEAD* [CT] %s1: %s2")
  59. 'Cstrike_Chat_T_Dead'csgo_english
  60. strNewText = Replace(strNewText,"*DEAD*(Terrorist) %s1 :  %s2", "*DEAD* [T] %s1: %s2")
  61. 'Cstrike_Chat_Spec'csgo_english
  62. strNewText = Replace(strNewText,"(Spectator) %s1 :  %s2", "[S] %s1: %s2")
  63. 'Cstrike_Chat_All'csgo_english
  64. strNewText = Replace(strNewText,"%s1 : %s2", "%s1: %s2")
  65. 'Cstrike_Chat_AllDead'csgo_english
  66. strNewText = Replace(strNewText,"*DEAD* %s1 : %s2", "*DEAD* %s1: %s2")
  67. 'Cstrike_Chat_AllSpec'csgo_english
  68. strNewText = Replace(strNewText,"*SPEC* %s1 : %s2", "*SPEC* %s1: %s2")
  69. 'Cstrike_Name_Change'csgo_english
  70. strNewText = Replace(strNewText,"* %s1 changed name to %s2", "* %s1 changed name to %s2")
  71. 'SFUIHUD_Spectate_Navigation_Camera'csgo_english
  72. strNewText = Replace(strNewText,"${+jump} Camera ", "<font size='0'>${+jump} Camera</font>")
  73. 'SFUIHUD_Spectate_Navigation_Arrows'csgo_english
  74. strNewText = Replace(strNewText,"${+attack} Next Player", "<font size='0'>${+attack}Next Player</font>")
  75. 'SFUIHUD_Spectate_Navigation_ToggleOverview'csgo_english
  76. strNewText = Replace(strNewText,"${+duck} Overview ", "<font size='0'>${+duck} Overview</font>")
  77. 'Player_Cash_Award_Killed_Enemy_Generic'csgo_english
  78. strNewText = Replace(strNewText," %s1: Award for neutralizing an enemy.", " %s1: Award for neutralizing an enemy.")
  79. 'Player_Cash_Award_Killed_Enemy'csgo_english
  80. strNewText = Replace(strNewText," %s1: Award for neutralizing an enemy with the %s2.", " %s1: Award for neutralizing an enemy with the %s2.")
  81. 'Player_Cash_Award_Kill_Teammate'csgo_english
  82. strNewText = Replace(strNewText," %s1: Penalty for killing a friendly.", " %s1: Penalty for killing a friendly.")
  83. 'Cstrike_TitlesTXT_Game_teammate_attack'csgo_english
  84. strNewText = Replace(strNewText,"%s1 attacked a teammate.", " %s1 attacked a teammate.")
  85. 'Cstrike_TitlesTXT_Game_teammate_kills'csgo_english
  86. strNewText = Replace(strNewText,chr(34)&"Teammate kills: %s1 of 3", chr(34)&" Teammate kills: %s1 of 3")
  87. 'Player_Point_Award_Killed_Enemy'csgo_english
  88. strNewText = Replace(strNewText," %s1 point for neutralizing an enemy with the %s2.", " %s1 point for neutralizing an enemy with the %s2.")
  89. 'Player_Point_Award_Killed_Enemy_Plural'csgo_english
  90. strNewText = Replace(strNewText," %s1 points for neutralizing an enemy with the %s2.", " %s1 points for neutralizing an enemy with the %s2.")
  91. 'FreezePanel_Killer1_KillerWeapon'csgo_english
  92. strNewText = Replace(strNewText,"killed you with their %s1", "killed you with their <b>%s1</b>")
  93. 'FreezePanel_Killer1_OthersWeapon'csgo_english
  94. strNewText = Replace(strNewText,"killed you with <font color='#adadad'>%s2's</font> <b>%s1", "killed you with <font color='#adadad'>%s2's</font> <b>%s1</b>")
  95. 'FreezePanel_Killer1_YourWeapon'csgo_english
  96. strNewText = Replace(strNewText,"killed you with your own %s1", "killed you with your own <b>%s1</b>")
  97. 'FreezePanel_Killer1_Weapon'csgo_english
  98. strNewText = Replace(strNewText,"killed you with the %s1", "killed you with the <b>%s1</b>")
  99. 'SFUI_Notice_DM_BonusWeaponText'csgo_english
  100. strNewText = Replace(strNewText,"The bonus weapon for the next %s1 seconds is: %s2", "The bonus weapon for the next %s1 seconds is: %s2")
  101. 'Player_You_Are_Now_Dominating'csgo_english
  102. strNewText = Replace(strNewText,"You are now dominating %s1.", "You are now dominating %s1.")
  103. 'Player_You_Are_Still_Dominating'csgo_english
  104. strNewText = Replace(strNewText,"You are still dominating %s1.", "You are still dominating %s1.")
  105. 'SFUI_ARFlashAlert_ReachedLevel'csgo_english
  106. strNewText = Replace(strNewText,"Reached Level %s1 / %s2", "Reached Level <font size='30' color='#00FF00'><b>%s1</b></font> / %s2")
  107. 'SFUIHUD_Spectate_Navigation_Control_Bot_Keyboard'csgo_english
  108. strNewText = Replace(strNewText,"${+use} Control Bot ", "${+use} <img src='icon_like.png' width='15' height='15' vspace='-7'/>Control Bot ")
  109. 'hostagerescuetime'csgo_english
  110. strNewText = Replace(strNewText,"The CTs have earned more time by reaching a hostage.", " The CTs have earned more time by reaching a hostage.")
  111. 'SFUI_Notice_Knife_Level'csgo_english
  112. strNewText = Replace(strNewText,"%s1 has reached gold knife level!", " %s1 has reached gold knife level!")
  113. 'Cstrike_TitlesTXT_Switch_To_BurstFire'csgo_english
  114. strNewText = Replace(strNewText,chr(34)&"Switched to burst-fire mode", chr(34)&"<font color='#fff000'>Switched to burst-fire mode</font>")
  115. 'SFUI_Scoreboard_Navigation_PlayerDetails'csgo_english
  116. strNewText = Replace(strNewText,"<img src='arrow_key.png' width='15' height='15' vspace='-7'/> <img src='arrow_dn_key.png' width='15' height='15' vspace='-7'/>Select Player <img src='enter_key.png' width='31' height='15' vspace='-5'/>Show Profile", "<font size='0'>SFUI_Scoreboard_Navigation_PlayerDetails</font>")
  117. 'SFUIHUD_Spectate_SpecMode_Director'csgo_english
  118. strNewText = Replace(strNewText,"[Auto Director]", "<img src='icon_refresh.png' width='15' height='15' vspace='-7'/>")
  119. 'Cstrike_TitlesTXT_Game_afk_bomb_drop'csgo_english
  120. strNewText = Replace(strNewText,chr(34)&"I dropped the bomb.", chr(34)&" I dropped the bomb. ")
  121. 'SFUI_Scoreboard_Navigation_Cursor_Hint'csgo_english
  122. strNewText = Replace(strNewText,chr(34)&"<img src='info_icon.png' width='14' height='14' vspace='-13'/><b>%s1</b> Enables Cursor", chr(34)&"<font size='0'>SFUI_Scoreboard_Navigation_Cursor_Hint</font>")
  123.  
  124. 'SFUI_Lobby_StatusRichPresence_classic_casual_lobby
  125. strNewText = Replace(strNewText,chr(34)&"In CS:GO Casual Lobby", chr(34)&"In Casual Lobby")
  126. 'SFUI_Lobby_StatusRichPresence_classic_casual_game
  127. strNewText = Replace(strNewText,chr(34)&"Playing CS:GO Casual", chr(34)&"Playing Casual")
  128. 'SFUI_Lobby_StatusRichPresence_classic_casual_community
  129. strNewText = Replace(strNewText,chr(34)&"CS:GO Community Casual", chr(34)&"Community Casual")
  130. 'SFUI_Lobby_StatusRichPresence_classic_casual_watch
  131. strNewText = Replace(strNewText,chr(34)&"Watching CS:GO Casual", chr(34)&"WatchingCasual")
  132. 'SFUI_Lobby_StatusRichPresence_classic_casual_review
  133. strNewText = Replace(strNewText,chr(34)&"Replaying CS:GO Casual", chr(34)&"Replaying Casual")
  134. 'SFUI_Lobby_StatusRichPresence_classic_casual_lobby_phoenix
  135. strNewText = Replace(strNewText,chr(34)&"In CS:GO 'Payback' Lobby", chr(34)&"In Lobby 'Phoenix'")
  136. 'SFUI_Lobby_StatusRichPresence_classic_casual_game_phoenix
  137. strNewText = Replace(strNewText,chr(34)&"Playing CS:GO 'Phoenix'", chr(34)&"Playing CS:GO 'Phoenix'")
  138. 'SFUI_Lobby_StatusRichPresence_classic_casual_watch_phoenix
  139. strNewText = Replace(strNewText,chr(34)&"Watching CS:GO 'Phoenix'", chr(34)&"Watching casual 'Phoenix'")
  140. 'SFUI_Lobby_StatusRichPresence_classic_casual_review_phoenix
  141. strNewText = Replace(strNewText,chr(34)&"Replaying CS:GO 'Phoenix'", chr(34)&"Replaying casual 'Phoenix'")
  142. 'SFUI_Lobby_StatusRichPresence_classic_competitive_lobby
  143. strNewText = Replace(strNewText,chr(34)&"In CS:GO Competitive Lobby", chr(34)&"In MM Lobby")
  144. 'SFUI_Lobby_StatusRichPresence_classic_competitive_game
  145. strNewText = Replace(strNewText,chr(34)&"CS:GO Competitive", chr(34)&"MM")
  146. 'SFUI_Lobby_StatusRichPresence_classic_competitive_community
  147. strNewText = Replace(strNewText,chr(34)&"CS:GO Community Competitive", chr(34)&"Community Competitive")
  148. 'SFUI_Lobby_StatusRichPresence_classic_competitive_watch
  149. strNewText = Replace(strNewText,chr(34)&"Watching CS:GO", chr(34)&"Watching MM")
  150. 'SFUI_Lobby_StatusRichPresence_classic_competitive_review
  151. strNewText = Replace(strNewText,chr(34)&"Replaying CS:GO", chr(34)&"Replaying MM")
  152. 'SFUI_Lobby_StatusRichPresence_gungame_gungameprogressive_lobby
  153. strNewText = Replace(strNewText,chr(34)&"In CS:GO Arms Race Lobby", chr(34)&"In Arms Race Lobby")
  154. 'SFUI_Lobby_StatusRichPresence_gungame_gungameprogressive_game
  155. strNewText = Replace(strNewText,chr(34)&"Playing CS:GO Arms Race", chr(34)&"Playing Arms Race")
  156. 'SFUI_Lobby_StatusRichPresence_gungame_gungameprogressive_community
  157. strNewText = Replace(strNewText,chr(34)&"CS:GO Community Arms Race", chr(34)&"Community Arms Race")
  158. 'SFUI_Lobby_StatusRichPresence_gungame_gungameprogressive_watch
  159. strNewText = Replace(strNewText,chr(34)&"Watching CS:GO Arms Race", chr(34)&"Watching Arms Race")
  160. 'SFUI_Lobby_StatusRichPresence_gungame_gungameprogressive_review
  161. strNewText = Replace(strNewText,chr(34)&"Replaying CS:GO Arms Race", chr(34)&"Replaying Arms Race")
  162. 'SFUI_Lobby_StatusRichPresence_gungame_gungametrbomb_lobby
  163. strNewText = Replace(strNewText,chr(34)&"In CS:GO Demolition Lobby", chr(34)&"In Demolition Lobby")
  164. 'SFUI_Lobby_StatusRichPresence_gungame_gungametrbomb_game
  165. strNewText = Replace(strNewText,chr(34)&"Playing CS:GO Demolition", chr(34)&"Playing Demolition")
  166. 'SFUI_Lobby_StatusRichPresence_gungame_gungametrbomb_community
  167. strNewText = Replace(strNewText,chr(34)&"CS:GO Community Demolition", chr(34)&"Community Demolition")
  168. 'SFUI_Lobby_StatusRichPresence_gungame_gungametrbomb_watch
  169. strNewText = Replace(strNewText,chr(34)&"Watching CS:GO Demolition", chr(34)&"Watching Demolition")
  170. 'SFUI_Lobby_StatusRichPresence_gungame_gungametrbomb_review
  171. strNewText = Replace(strNewText,chr(34)&"Replaying CS:GO Demolition", chr(34)&"Replaying Demolition")
  172. 'SFUI_Lobby_StatusRichPresence_gungame_deathmatch_lobby
  173. strNewText = Replace(strNewText,chr(34)&"In CS:GO Deathmatch Lobby", chr(34)&"In Deathmatch Lobby")
  174. 'SFUI_Lobby_StatusRichPresence_gungame_deathmatch_game
  175. strNewText = Replace(strNewText,chr(34)&"Playing CS:GO Deathmatch", chr(34)&"Playing Deathmatch")
  176. 'SFUI_Lobby_StatusRichPresence_gungame_deathmatch_community
  177. strNewText = Replace(strNewText,chr(34)&"CS:GO Community Deathmatch", chr(34)&"Community Deathmatch")
  178. 'SFUI_Lobby_StatusRichPresence_gungame_deathmatch_watch
  179. strNewText = Replace(strNewText,chr(34)&"Watching CS:GO Deathmatch", chr(34)&"Watching Deathmatch")
  180. 'SFUI_Lobby_StatusRichPresence_gungame_deathmatch_review
  181. strNewText = Replace(strNewText,chr(34)&"Replaying CS:GO Deathmatch", chr(34)&"Replaying Deathmatch")
  182. 'SFUI_Lobby_StatusRichPresence_gungame_deathmatch_lobby_phoenix
  183. strNewText = Replace(strNewText,chr(34)&"In CS:GO 'Phoenix' DM Lobby", chr(34)&"In 'Phoenix' DM Lobby")
  184. 'SFUI_Lobby_StatusRichPresence_gungame_deathmatch_game_phoenix
  185. strNewText = Replace(strNewText,chr(34)&"Playing CS:GO 'Phoenix' DM", chr(34)&"Playing 'Phoenix' DM")
  186. 'SFUI_Lobby_StatusRichPresence_gungame_deathmatch_watch_phoenix
  187. strNewText = Replace(strNewText,chr(34)&"Watching CS:GO 'Phoenix' DM", chr(34)&"Watching 'Phoenix' DM")
  188. 'SFUI_Lobby_StatusRichPresence_gungame_deathmatch_review_phoenix
  189. strNewText = Replace(strNewText,chr(34)&"Replaying CS:GO 'Phoenix' DM", chr(34)&"Replaying 'Phoenix' DM")
  190. 'SFUI_Lobby_StatusRichPresence_training_training_game
  191. strNewText = Replace(strNewText,chr(34)&"Playing CS:GO Weapons Course", chr(34)&"Playing Weapons Course")
  192.  
  193. If pink = 7 Then
  194. strNewText = Replace(strNewText,"", "")
  195. strNewText = Replace(strNewText,"#ff0080", "#ff0000")
  196. End If
  197. If dead = 6 Then
  198. strNewText = Replace(strNewText,"*DEAD*[", "*DEAD*[")
  199. End If
  200. Set objFile = objFSO.OpenTextFile("csgo_english.txt", ForWriting, true, -1)
  201. objFile.WriteLine strNewText
  202. objFile.Close
  203.  
  204. Set objFile = objFSO.OpenTextFile("csgo_german.txt", ForReading, false, -1)
  205. strText = objFile.ReadAll
  206. objFile.Close
  207. 'SFUI_Freeze_Snapshot'csgo_german
  208. strNewText = Replace(strText,chr(34)&"[%s1] Diesen Moment festhalten", chr(34)&"<font size='0'>[%s1] Diesen Moment festhalten</font>")
  209. 'FreezePanel_ScreenShot'csgo_german
  210. strNewText = Replace(strNewText,chr(34)&"[F5] Dieses Foto speichern", chr(34)&"<font size='0'>[F5] Dieses Foto speichern</font>")
  211. 'FreezePanel_DamageTaken'csgo_german
  212. strNewText = Replace(strNewText,"<font color='#A0A0A0'>Erlittener Schaden: </font><font color='#FFFFFF'><b>%s1</b></font> <font color='#A0A0A0'> in</font> <font color='#FFFFFF'><b>%s2 Treffer </b></font> <font color='#A0A0A0'>von %s3</font>", "<font color='#A0A0A0'>Erlittener Schaden: </font><font size='18' color='#ff0080'><b>%s1</b></font> <font color='#A0A0A0'> in</font> <font size='18' color='#ff0080'><b>%s2 Treffern </b></font> <font color='#A0A0A0'>von %s3</font>")
  213. 'FreezePanel_DamageGiven'csgo_german
  214. strNewText = Replace(strNewText,"<font color='#A0A0A0'>Zugef"&chr(252)&"gter Schaden:</font> <font color='#FFFFFF'><b>%s1</b></font> <font color='#A0A0A0'>in</font> <font color='#FFFFFF'><b>%s2 Treffer</b></font> <font color='#A0A0A0'>gegen %s3</font>", "<font color='#A0A0A0'>Zugef"&chr(252)&"gter Schaden: </font><font size='18' color='#00ff00'><b>%s1</b></font> <font color='#A0A0A0'> in</font> <font size='18' color='#00ff00'><b>%s2 Treffern </b></font> <font color='#A0A0A0'>gegen %s3</font>")
  215. 'FreezePanel_DamageTaken_Multi'csgo_german
  216. strNewText = Replace(strNewText,"<font color='#A0A0A0'>Erlittener Schaden: </font><font color='#FFFFFF'><b>%s1</b></font> <font color='#A0A0A0'> in</font> <font color='#FFFFFF'><b>%s2 Treffern </b></font> <font color='#A0A0A0'>von %s3</font>", "<font color='#A0A0A0'>Erlittener Schaden: </font><font size='18' color='#ff0080'><b>%s1</b></font> <font color='#A0A0A0'> in</font> <font size='18' color='#ff0080'><b>%s2 Treffern </b></font> <font color='#A0A0A0'>von %s3</font>")
  217. 'FreezePanel_DamageGiven_Multi'csgo_german
  218. strNewText = Replace(strNewText,"<font color='#A0A0A0'>Zugef"&chr(252)&"gter Schaden:</font> <font color='#FFFFFF'><b>%s1</b></font> <font color='#A0A0A0'>in</font> <font color='#FFFFFF'><b>%s2 Treffern</b></font> <font color='#A0A0A0'>gegen %s3</font>", "<font color='#A0A0A0'>Zugef"&chr(252)&"gter Schaden: </font><font size='18' color='#00ff00'><b>%s1</b></font> <font color='#A0A0A0'> in</font> <font size='18' color='#00ff00'><b>%s2 Treffern </b></font> <font color='#A0A0A0'>gegen %s3</font>")
  219. 'SFUIHUD_playerid_sameteam'csgo_german
  220. strNewText = Replace(strNewText,"<font color='#6E7D5C'>Freund: %s1 Gesundheit: %s2</font>", "<font size='20' color='#00ff00'>%s1 | %s2</font>")
  221. 'SFUIHUD_playerid_diffteam'csgo_german
  222. strNewText = Replace(strNewText,"<font color='#CC0000'>Gegner: %s1</font>", "<font size='30' color='#ff0000'>%s1</font>")
  223. 'SFUIHUD_playerid_specteam'csgo_german
  224. strNewText = Replace(strNewText,"<font color='#6E7D5C'>%s1</font>", "<font size='20' color='#6E7D5C'>%s1</font>")
  225. 'SFUIHUD_playerid_overhead_ct'csgo_german
  226. strNewText = Replace(strNewText,"<font color='#3f74c8'>%s1</font><font color='#5e779f'> %s2</font>", "<font size='20' color='#4f92ff'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  227. 'SFUIHUD_playerid_overhead_ct_lowhealth'csgo_german
  228. strNewText = Replace(strNewText,"<font color='#3f74c8'>%s1</font><font color='#d82429'> %s2</font>", "<font size='20' color='#4f92ff'>%s1</font><font size='30' color='#ff0080'> %s2</font>")
  229. 'SFUIHUD_playerid_overhead_ct_money'csgo_german
  230. strNewText = Replace(strNewText,"<font color='#3f74c8'>%s1</font><font color='#7ebc50'> %s2</font>", "<font size='20' color='#3f74c8'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  231. 'SFUIHUD_playerid_overhead_t'csgo_german
  232. strNewText = Replace(strNewText,"<font color='#c3953f'>%s1</font><font color='#9a8661'> %s2</font>", "<font size='20' color='#ffc252'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  233. 'SFUIHUD_playerid_overhead_t_lowhealth'csgo_german
  234. strNewText = Replace(strNewText,"<font color='#c3953f'>%s1</font><font color='#d82429'> %s2</font>", "<font size='20' color='#ffc252'>%s1</font><font size='30' color='#ff0080'> %s2</font>")
  235. 'SFUIHUD_playerid_overhead_t_money'csgo_german
  236. strNewText = Replace(strNewText,"<font color='#c3953f'>%s1</font><font color='#7ebc50'> %s2</font>", "<font size='20' color='#c3953f'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  237. 'SFUIHUD_weaponid_pickup'csgo_german
  238. strNewText = Replace(strNewText,chr(34)&"${use} Gegen %s1 eintauschen", chr(34)&"<font size='30'>${use} Gegen %s1 eintauschen</font>")
  239. 'SFUIHUD_weaponid_c4defuse'csgo_german
  240. strNewText = Replace(strNewText,chr(34)&"${use} C4 entsch"&chr(228)&"rfen", chr(34)&"<font size='30'>${use} C4 entsch"&chr(228)&"rfen</font>")
  241. 'SFUIHUD_targetid_FLASHED'csgo_german
  242. strNewText = Replace(strNewText,"<font color='#6600ff'>(GEBLENDED)</font>", "<font size='0'>(GEBLENDED)</font>")
  243. 'Game_radio'csgo_german
  244. strNewText = Replace(strNewText,"%s1 (FUNK): %s2", "(FUNK) %s1: %s2")
  245. 'Game_radio_location'csgo_german
  246. strNewText = Replace(strNewText,"%s1 @ %s2 (FUNK): %s3", "(FUNK) %s1: %s3 [%s2]")
  247. 'Cstrike_Chat_CT_Loc'csgo_german
  248. strNewText = Replace(strNewText,"(Antiterror-Einheit) %s1 @ %s3 :  %s2", "[CT] %s1: %s2 [%s3]")
  249. 'Cstrike_Chat_CT'csgo_german
  250. strNewText = Replace(strNewText,"(Antiterror-Einheit) %s1 :  %s2", "[CT] %s1: %s2")
  251. 'Cstrike_Chat_T_Loc'csgo_german
  252. strNewText = Replace(strNewText,"(Terrorist) %s1 @ %s3 :  %s2", "[T] %s1: %s2 [%s3]")
  253. 'Cstrike_Chat_T'csgo_german
  254. strNewText = Replace(strNewText,"(Terrorist) %s1 :  %s2", "[T] %s1: %s2")
  255. 'Cstrike_Chat_CT_Dead'csgo_german
  256. strNewText = Replace(strNewText,"*TOT*(Antiterror-Einheit) %s1 :  %s2", "*TOT* [CT] %s1: %s2")
  257. 'Cstrike_Chat_T_Dead'csgo_german
  258. strNewText = Replace(strNewText,"*TOT*(Terrorist) %s1 :  %s2", "*TOT* [T] %s1: %s2")
  259. 'Cstrike_Chat_Spec'csgo_german
  260. strNewText = Replace(strNewText,"(Zuschauer) %s1 :  %s2", "[Z] %s1: %s2")
  261. 'Cstrike_Chat_All'csgo_german
  262. strNewText = Replace(strNewText,"%s1 :  %s2", "%s1: %s2")
  263. 'Cstrike_Chat_AllDead'csgo_german
  264. strNewText = Replace(strNewText,"*TOT* %s1 :  %s2", "*TOT* %s1: %s2")
  265. 'Cstrike_Chat_AllSpec'csgo_german
  266. strNewText = Replace(strNewText,"*ZUSCHAUER* %s1 :  %s2", "*ZUSCHAUER* %s1: %s2")
  267. 'Cstrike_Name_Change'csgo_german
  268. strNewText = Replace(strNewText,"* %s1 hat Namen ge"&chr(228)&"ndert in %s2", "* %s1 hat Namen ge"&chr(228)&"ndert in %s2")
  269. 'SFUIHUD_Spectate_Navigation_Camera'csgo_german
  270. strNewText = Replace(strNewText,"${+jump} Kamera ", "<font size='0'>${+jump} Kamera</font>")
  271. 'SFUIHUD_Spectate_Navigation_Arrows'csgo_german
  272. strNewText = Replace(strNewText,chr(34)&"${+attack} N"&chr(228)&"chster Spieler", chr(34)&"<font size='0'>${+attack} N"&chr(228)&"chster Spieler</font>")
  273. 'SFUIHUD_Spectate_Navigation_ToggleOverview'csgo_german
  274. strNewText = Replace(strNewText,"${+duck} "&chr(220)&"bersicht", "<font size='0'>${+duck} "&chr(220)&"bersicht</font>")
  275. 'Player_Cash_Award_Killed_Enemy_Generic'csgo_german
  276. strNewText = Replace(strNewText," %s1: Pr"&chr(228)&"mie f"&chr(252)&"r die Neutralisierung eines Gegners.", " %s1: Pr"&chr(228)&"mie f"&chr(252)&"r die Neutralisierung eines Gegners.")
  277. 'Player_Cash_Award_Killed_Enemy'csgo_german
  278. strNewText = Replace(strNewText," %s1: Pr"&chr(228)&"mie f"&chr(252)&"r die Neutralisierung eines Feindes mit: %s2.", " %s1: Pr"&chr(228)&"mie f"&chr(252)&"r die Neutralisierung eines Feindes mit: %s2.")
  279. 'Player_Cash_Award_Kill_Teammate'csgo_german
  280. strNewText = Replace(strNewText," %s1: Strafe f"&chr(252)&"r den Abschuss eines Teammitglieds.", " %s1: Strafe f"&chr(252)&"r den Abschuss eines Teammitglieds.")
  281. 'Cstrike_TitlesTXT_Game_teammate_attack'csgo_german
  282. strNewText = Replace(strNewText,"%s1 hat einen Teamkameraden angegriffen.", " %s1 hat einen Teamkameraden angegriffen.")
  283. 'Cstrike_TitlesTXT_Game_teammate_kills'csgo_german
  284. strNewText = Replace(strNewText,chr(34)&"T"&chr(246)&"ten von Teamkameraden: %s1 von 3", chr(34)&" T"&chr(246)&"ten von Teamkameraden: %s1 von 3")
  285. 'Player_Point_Award_Killed_Enemy'csgo_german
  286. strNewText = Replace(strNewText," %s1 Punkt f"&chr(252)&"r die Neutralisierung eines Feindes mit: %s2", " %s1 Punkt f"&chr(252)&"r die Neutralisierung eines Feindes mit: %s2.")
  287. 'Player_Point_Award_Killed_Enemy_Plural'csgo_german
  288. strNewText = Replace(strNewText," %s1 Punkte f"&chr(252)&"r die Neutralisierung eines Feindes mit: %s2", " %s1 Punkte f"&chr(252)&"r die Neutralisierung eines Feindes mit: %s2.")
  289. 'FreezePanel_Killer1_Weapon'csgo_german
  290. strNewText = Replace(strNewText,"t"&chr(246)&"tete Sie mit: %s1", "t"&chr(246)&"tete Sie mit: <b>%s1</b>")
  291. 'SFUI_Notice_DM_BonusWeaponText'csgo_german
  292. strNewText = Replace(strNewText,"Die Bonus-Waffe f"&chr(252)&"r die n"&chr(228)&"chsten %s1 Sekunden ist: %s2", "Die Bonus-Waffe f"&chr(252)&"r die n"&chr(228)&"chsten %s1 Sekunden ist: %s2")
  293. 'Player_You_Are_Now_Dominating'csgo_german
  294. strNewText = Replace(strNewText,"Sie dominieren jetzt %s1.", "Sie dominieren jetzt %s1.")
  295. 'Player_You_Are_Still_Dominating'csgo_german
  296. strNewText = Replace(strNewText,"Sie dominieren %s1 noch immer.", "Sie dominieren %s1 noch immer.")
  297. 'SFUI_ARFlashAlert_ReachedLevel'csgo_german
  298. strNewText = Replace(strNewText,"Stufe %s1 / %s2 erreicht", "Stufe <font size='30' color='#00FF00'><b>%s1</b></font> / %s2 erreicht")
  299. 'SFUIHUD_Spectate_Navigation_Control_Bot_Keyboard'csgo_german
  300. strNewText = Replace(strNewText,"${+use} Bot steuern ", "${+use} <img src='icon_like.png' width='15' height='15' vspace='-7'/>Bot steuern ")
  301. 'hostagerescuetime'csgo_german
  302. strNewText = Replace(strNewText,"Die AT hat durch das Erreichen einer Geisel zus"&chr(228)&"tzliche Zeit erhalten.", " Die AT hat durch das Erreichen einer Geisel zus"&chr(228)&"tzliche Zeit erhalten.")
  303. 'SFUI_Notice_Knife_Level'csgo_german
  304. strNewText = Replace(strNewText,"%s1 hat die Goldmesser-Stufe erreicht!", " %s1 hat die Goldmesser-Stufe erreicht!")
  305. 'Cstrike_TitlesTXT_Switch_To_BurstFire'csgo_german
  306. strNewText = Replace(strNewText,chr(34)&"Auf Feuersto"&chr(223)&" geschaltet.", chr(34)&"<font color='#fff000'>Auf Feuersto"&chr(223)&" geschaltet.</font>")
  307. 'SFUI_Scoreboard_Navigation_PlayerDetails'csgo_german
  308. strNewText = Replace(strNewText,"<img src='arrow_key.png' width='15' height='15' vspace='-7'/> <img src='arrow_dn_key.png' width='15' height='15' vspace='-7'/>Spieler ausw"&chr(228)&"hlen <img src='enter_key.png' width='31' height='15' vspace='-5'/>Profil anzeigen", "<font size='0'>SFUI_Scoreboard_Navigation_PlayerDetails</font>")
  309. 'SFUIHUD_Spectate_SpecMode_Director'csgo_german
  310. strNewText = Replace(strNewText,"[Automatische Bildwahl]", "<img src='icon_refresh.png' width='15' height='15' vspace='-7'/>")
  311. 'Cstrike_TitlesTXT_Game_afk_bomb_drop'csgo_german
  312. strNewText = Replace(strNewText,chr(34)&"Ich habe die Bombe fallen gelassen.", chr(34)&" Ich habe die Bombe fallen gelassen. ")
  313. If pink = 7 Then
  314. strNewText = Replace(strNewText,"", "")
  315. strNewText = Replace(strNewText,"#ff0080", "#ff0000")
  316. End If
  317. If dead = 6 Then
  318. strNewText = Replace(strNewText,"*TOT*[", "*TOT*[")
  319. End If
  320. Set objFile = objFSO.OpenTextFile("csgo_german.txt", ForWriting, true, -1)
  321. objFile.WriteLine strNewText
  322. objFile.Close
  323.  
  324. Set objFile = objFSO.OpenTextFile("csgo_french.txt", ForReading, false, -1)
  325. strText = objFile.ReadAll
  326. objFile.Close
  327. 'SFUI_Freeze_Snapshot'csgo_french
  328. strNewText = Replace(strText,chr(34)&"[%s1] Sauvegarder cet instant", chr(34)&"<font size='0'>[%s1] Sauvegarder cet instant</font>")
  329. 'FreezePanel_ScreenShot'csgo_french
  330. strNewText = Replace(strNewText,chr(34)&"[F5] Enregistrer cet instant", chr(34)&"<font size='0'>[F5] Enregistrer cet instant</font>")
  331. 'FreezePanel_DamageTaken'csgo_french
  332. strNewText = Replace(strNewText,"<font color='#A0A0A0'>D"&chr(233)&"g"&chr(226)&"ts subis : </font><font color='#FFFFFF'><b>%s1</b></font> <font color='#A0A0A0'> en</font> <font color='#FFFFFF'><b>%s2 coup </b></font> <font color='#A0A0A0'>de %s3</font>", "<font color='#A0A0A0'>D"&chr(233)&"g"&chr(226)&"ts subis : </font><font size='18' color='#ff0080'><b>%s1</b></font> <font color='#A0A0A0'> en</font> <font size='18' color='#ff0080'><b>%s2 coup </b></font> <font color='#A0A0A0'>de %s3</font>")
  333. 'FreezePanel_DamageGiven'csgo_french
  334. strNewText = Replace(strNewText,"<font color='#A0A0A0'>D"&chr(233)&"g"&chr(226)&"ts inflig"&chr(233)&"s : </font><font color='#FFFFFF'><b>%s1</b></font> <font color='#A0A0A0'> en</font> <font color='#FFFFFF'><b>%s2 coup </b></font> <font color='#A0A0A0'>"&chr(224)&" %s3</font>", "<font color='#A0A0A0'>D"&chr(233)&"g"&chr(226)&"ts inflig"&chr(233)&"s : </font><font size='18' color='#00ff00'><b>%s1</b></font> <font color='#A0A0A0'> en</font> <font size='18' color='#00ff00'><b>%s2 coup </b></font> <font color='#A0A0A0'>"&chr(224)&" %s3</font>")
  335. 'FreezePanel_DamageTaken_Multi'csgo_french
  336. strNewText = Replace(strNewText,"<font color='#A0A0A0'>D"&chr(233)&"g"&chr(226)&"ts subis : </font><font color='#FFFFFF'><b>%s1</b></font> <font color='#A0A0A0'> en</font> <font color='#FFFFFF'><b>%s2 coups </b></font> <font color='#A0A0A0'>de %s3</font>", "<font color='#A0A0A0'>D"&chr(233)&"g"&chr(226)&"ts subis : </font><font size='18' color='#ff0080'><b>%s1</b></font> <font color='#A0A0A0'> en</font> <font size='18' color='#ff0080'><b>%s2 coups </b></font> <font color='#A0A0A0'>de %s3</font>")
  337. 'FreezePanel_DamageGiven_Multi'csgo_french
  338. strNewText = Replace(strNewText,"<font color='#A0A0A0'>D"&chr(233)&"g"&chr(226)&"ts inflig"&chr(233)&"s : </font><font color='#FFFFFF'><b>%s1</b></font> <font color='#A0A0A0'> en</font> <font color='#FFFFFF'><b>%s2 coups </b></font> <font color='#A0A0A0'>"&chr(224)&" %s3</font>", "<font color='#A0A0A0'>D"&chr(233)&"g"&chr(226)&"ts inflig"&chr(233)&"s : </font><font size='18' color='#00ff00'><b>%s1</b></font> <font color='#A0A0A0'> en</font> <font size='18' color='#00ff00'><b>%s2 coups </b></font> <font color='#A0A0A0'>"&chr(224)&" %s3</font>")
  339. 'SFUIHUD_playerid_sameteam'csgo_french
  340. strNewText = Replace(strNewText,"<font color='#6E7D5C'>Ami : %s1 Sant"&chr(233)&" : %s2</font>", "<font size='20' color='#00ff00'>%s1 | %s2</font>")
  341. 'SFUIHUD_playerid_diffteam'csgo_french
  342. strNewText = Replace(strNewText,"<font color='#CC0000'>Ennemi : %s1</font>", "<font size='30' color='#ff0000'>%s1</font>")
  343. 'SFUIHUD_playerid_specteam'csgo_french
  344. strNewText = Replace(strNewText,"<font color='#6E7D5C'>%s1</font>", "<font size='20' color='#6E7D5C'>%s1</font>")
  345. 'SFUIHUD_playerid_overhead_ct'csgo_french
  346. strNewText = Replace(strNewText,"<font color='#3f74c8'>%s1</font><font color='#5e779f'> %s2</font>", "<font size='20' color='#4f92ff'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  347. 'SFUIHUD_playerid_overhead_ct_lowhealth'csgo_french
  348. strNewText = Replace(strNewText,"<font color='#3f74c8'>%s1</font><font color='#d82429'> %s2</font>", "<font size='20' color='#4f92ff'>%s1</font><font size='30' color='#ff0080'> %s2</font>")
  349. 'SFUIHUD_playerid_overhead_ct_money'csgo_french
  350. strNewText = Replace(strNewText,"<font color='#3f74c8'>%s1</font><font color='#7ebc50'> %s2</font>", "<font size='20' color='#3f74c8'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  351. 'SFUIHUD_playerid_overhead_t'csgo_french
  352. strNewText = Replace(strNewText,"<font color='#c3953f'>%s1</font><font color='#9a8661'> %s2</font>", "<font size='20' color='#ffc252'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  353. 'SFUIHUD_playerid_overhead_t_lowhealth'csgo_french
  354. strNewText = Replace(strNewText,"<font color='#c3953f'>%s1</font><font color='#d82429'> %s2</font>", "<font size='20' color='#ffc252'>%s1</font><font size='30' color='#ff0080'> %s2</font>")
  355. 'SFUIHUD_playerid_overhead_t_money'csgo_french
  356. strNewText = Replace(strNewText,"<font color='#c3953f'>%s1</font><font color='#7ebc50'> %s2</font>", "<font size='20' color='#c3953f'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  357. 'SFUIHUD_weaponid_pickup'csgo_french
  358. strNewText = Replace(strNewText,chr(34)&"${use} changer pour %s1", chr(34)&"<font size='30'>${use} changer pour %s1</font>")
  359. 'SFUIHUD_weaponid_c4defuse'csgo_french
  360. strNewText = Replace(strNewText,chr(34)&"${use} d"&chr(233)&"samorcer le C4", chr(34)&"<font size='30'>${use} d"&chr(233)&"samorcer le C4</font>")
  361. 'SFUIHUD_targetid_FLASHED'csgo_french
  362. strNewText = Replace(strNewText,"<font color='#6600ff'>(AVEUGL"&chr(201)&")</font>", "<font size='0'>(AVEUGL"&chr(201)&")</font>")
  363. 'Game_radio'csgo_french
  364. strNewText = Replace(strNewText,"%s1 (RADIO): %s2", "(RADIO) %s1: %s2")
  365. 'Game_radio_location'csgo_french
  366. strNewText = Replace(strNewText,"%s1 @ %s2 (RADIO) : %s3", "(RADIO) %s1: %s3 [%s2]")
  367. 'Cstrike_Chat_CT_Loc'csgo_french
  368. strNewText = Replace(strNewText,"(Antiterroriste) %s1 @ %s3 :  %s2", "[CT] %s1: %s2 [%s3]")
  369. 'Cstrike_Chat_CT'csgo_french
  370. strNewText = Replace(strNewText,"(Antiterroriste) %s1 :  %s2", "[CT] %s1: %s2")
  371. 'Cstrike_Chat_T_Loc'csgo_french
  372. strNewText = Replace(strNewText,"(Terroriste) %s1 @ %s3 :  %s2", "[T] %s1: %s2 [%s3]")
  373. 'Cstrike_Chat_T'csgo_french
  374. strNewText = Replace(strNewText,"(Terroriste) %s1 :  %s2", "[T] %s1: %s2")
  375. 'Cstrike_Chat_CT_Dead'csgo_french
  376. strNewText = Replace(strNewText,"*MORT*(Antiterroriste) %s1 :  %s2", "*MORT* [CT] %s1: %s2")
  377. 'Cstrike_Chat_T_Dead'csgo_french
  378. strNewText = Replace(strNewText,"*MORT*(Terroriste) %s1 :  %s2", "*MORT* [T] %s1: %s2")
  379. 'Cstrike_Chat_Spec'csgo_french
  380. strNewText = Replace(strNewText,"(Spectateur) %s1 :  %s2", "[S] %s1: %s2")
  381. 'Cstrike_Chat_All'csgo_french
  382. strNewText = Replace(strNewText,"%s1 :  %s2", "%s1: %s2")
  383. 'Cstrike_Chat_AllDead'csgo_french
  384. strNewText = Replace(strNewText,"*MORT* %s1 :  %s2", "*MORT* %s1: %s2")
  385. 'Cstrike_Chat_AllSpec'csgo_french
  386. strNewText = Replace(strNewText,"*SPEC* %s1 :  %s2", "*SPEC* %s1: %s2")
  387. 'Cstrike_Name_Change'csgo_french
  388. strNewText = Replace(strNewText,"* %s1 a chang"&chr(233)&" son nom en %s2", "* %s1 a chang"&chr(233)&" son nom en %s2")
  389. 'SFUIHUD_Spectate_Navigation_Camera'csgo_french
  390. strNewText = Replace(strNewText,"${+jump} Cam"&chr(233)&"ra", "<font size='0'>${+jump} Cam"&chr(233)&"ra</font>")
  391. 'SFUIHUD_Spectate_Navigation_Arrows'csgo_french
  392. strNewText = Replace(strNewText,"${+attack} Joueur suivant", "<font size='0'>${+attack} Joueur suivant</font>")
  393. 'SFUIHUD_Spectate_Navigation_ToggleOverview'csgo_french
  394. strNewText = Replace(strNewText,"${+duck} Vue d'ensemble", "<font size='0'>${+duck} Vue d'ensemble</font>")
  395. 'Player_Cash_Award_Killed_Enemy_Generic'csgo_french
  396. strNewText = Replace(strNewText," %s1 : r"&chr(233)&"compense pour avoir neutralis"&chr(233)&" un ennemi.", " %s1 : r"&chr(233)&"compense pour avoir neutralis"&chr(233)&" un ennemi.")
  397. 'Player_Cash_Award_Killed_Enemy'csgo_french
  398. strNewText = Replace(strNewText," %s1 : r"&chr(233)&"compense pour avoir neutralis"&chr(233)&" un ennemi (%s2).", " %s1: r"&chr(233)&"compense pour avoir neutralis"&chr(233)&" un ennemi (%s2).")
  399. 'Player_Cash_Award_Kill_Teammate'csgo_french
  400. strNewText = Replace(strNewText," %s1 : p"&chr(233)&"nalit"&chr(233)&" pour avoir tu"&chr(233)&" un alli"&chr(233)&".", " %s1: p"&chr(233)&"nalit"&chr(233)&" pour avoir tu"&chr(233)&" un alli"&chr(233)&".")
  401. 'Cstrike_TitlesTXT_Game_teammate_attack'csgo_french
  402. strNewText = Replace(strNewText,"%s1 a attaqu"&chr(233)&" un co"&chr(233)&"quipier.", " %s1 a attaqu"&chr(233)&" un co"&chr(233)&"quipier.")
  403. 'Cstrike_TitlesTXT_Game_teammate_kills'csgo_french
  404. strNewText = Replace(strNewText,chr(34)&chr(201)&"quipiers tu"&chr(233)&"s : %s1 sur 3", chr(34)&" "&chr(201)&"quipiers tu"&chr(233)&"s : %s1 sur 3")
  405. 'Player_Point_Award_Killed_Enemy'csgo_french
  406. strNewText = Replace(strNewText," %s1 point pour avoir neutralis"&chr(233)&" un ennemi (%s2).", " %s1 point pour avoir neutralis"&chr(233)&" un ennemi (%s2).")
  407. 'Player_Point_Award_Killed_Enemy_Plural'csgo_french
  408. strNewText = Replace(strNewText," %s1 points pour avoir neutralis"&chr(233)&" un ennemi (%s2).", " %s1 points for neutralizing an enemy with the %s2.")
  409. 'FreezePanel_Killer1_KillerWeapon'csgo_french
  410. strNewText = Replace(strNewText,"vous a tu"&chr(233)&" avec %s1", "vous a tu"&chr(233)&" avec <b>%s1</b>")
  411. 'FreezePanel_Killer1_OthersWeapon'csgo_french
  412. strNewText = Replace(strNewText,"vous a tu"&chr(233)&" avec %s1 de <font color='#adadad'>%s2</font>", "vous a tu"&chr(233)&" avec <b>%s1</b> de <font color='#adadad'>%s2</font>")
  413. 'FreezePanel_Killer1_YourWeapon'csgo_french
  414. strNewText = Replace(strNewText,"vous a tu"&chr(233)&" avec votre %s1", "vous a tu"&chr(233)&" avec votre <b>%s1</b>")
  415. 'FreezePanel_Killer1_Weapon'csgo_french
  416. strNewText = Replace(strNewText,"vous a tu"&chr(233)&" avec %s1", "vous a tu"&chr(233)&" avec <b>%s1</b>")
  417. 'SFUI_Notice_DM_BonusWeaponText'csgo_french
  418. strNewText = Replace(strNewText,"L'arme bonus pour les %s1 prochaines secondes est : %s2", "L'arme bonus pour les %s1 prochaines secondes est : %s2")
  419. 'Player_You_Are_Now_Dominating'csgo_french
  420. strNewText = Replace(strNewText,"Vous dominez maintenant %s1.", "Vous dominez maintenant %s1.")
  421. 'Player_You_Are_Still_Dominating'csgo_french
  422. strNewText = Replace(strNewText,"Vous dominez toujours %s1.", "Vous dominez toujours %s1.")
  423. 'SFUI_ARFlashAlert_ReachedLevel'csgo_french
  424. strNewText = Replace(strNewText,"Niveau %s1 / %s2 atteint", "Niveau <font size='30' color='#00FF00'><b>%s1</b></font> / %s2 atteint")
  425. 'SFUIHUD_Spectate_Navigation_Control_Bot_Keyboard'csgo_french
  426. strNewText = Replace(strNewText,"${+use} Contr"&chr(244)&"ler le Bot", "${+use} <img src='icon_like.png' width='15' height='15' vspace='-7'/>Contr"&chr(244)&"ler le Bot")
  427. 'hostagerescuetime'csgo_french
  428. strNewText = Replace(strNewText,"Les ATs ont obtenu du temps suppl"&chr(233)&"mentaire pour avoir pris en charge un otage.", " Les ATs ont obtenu du temps suppl"&chr(233)&"mentaire pour avoir pris en charge un otage.")
  429. 'SFUI_Notice_Knife_Level'csgo_french
  430. strNewText = Replace(strNewText,"%s1 a atteint le niveau couteau d'or !", " %s1 a atteint le niveau couteau d'or !")
  431. 'Cstrike_TitlesTXT_Switch_To_BurstFire'csgo_french
  432. strNewText = Replace(strNewText,chr(34)&"Mode rafale", chr(34)&"<font color='#fff000'>Mode rafale</font>")
  433. 'SFUI_Scoreboard_Navigation_PlayerDetails'csgo_french
  434. strNewText = Replace(strNewText,"<img src='arrow_key.png' width='15' height='15' vspace='-7'/> <img src='arrow_dn_key.png' width='15' height='15' vspace='-7'/>S"&chr(233)&"lectionner un joueur <img src='enter_key.png' width='31' height='15' vspace='-5'/>Afficher le profil", "<font size='0'>SFUI_Scoreboard_Navigation_PlayerDetails</font>")
  435. 'SFUIHUD_Spectate_SpecMode_Director'csgo_french
  436. strNewText = Replace(strNewText,"[Directeur auto]", "<img src='icon_refresh.png' width='15' height='15' vspace='-7'/>")
  437. 'Cstrike_TitlesTXT_Game_afk_bomb_drop'csgo_french
  438. strNewText = Replace(strNewText,chr(34)&"J'ai l"&chr(226)&"ch"&chr(233)&" la bombe.", chr(34)&" J'ai l"&chr(226)&"ch"&chr(233)&" la bombe. ")
  439. If pink = 7 Then
  440. strNewText = Replace(strNewText,"", "")
  441. strNewText = Replace(strNewText,"#ff0080", "#ff0000")
  442. End If
  443. If dead = 6 Then
  444. strNewText = Replace(strNewText,"*MORT*(", "*MORT*(")
  445. End If
  446. Set objFile = objFSO.OpenTextFile("csgo_french.txt", ForWriting, true, -1)
  447. objFile.WriteLine strNewText
  448. objFile.Close
  449.  
  450. Set objFile = objFSO.OpenTextFile("csgo_brazilian.txt", ForReading, false, -1)
  451. strText = objFile.ReadAll
  452. objFile.Close
  453. 'SFUI_Freeze_Snapshot'csgo_brazilian
  454. strNewText = Replace(strText,chr(34)&"[%s1] Guarde este momento", chr(34)&"<font size='0'>[%s1] Guarde este momento</font>")
  455. 'FreezePanel_ScreenShot'csgo_brazilian
  456. strNewText = Replace(strNewText,chr(34)&"[F5] Guarde este momento", chr(34)&"<font size='0'>[F5] Guarde este momento</font>")
  457. 'FreezePanel_DamageTaken'csgo_brazilian
  458. strNewText = Replace(strNewText,"<font color='#A0A0A0'>Dano sofrido: </font><font color='#FFFFFF'><b>%s1</b></font> <font color='#A0A0A0'> em</font> <font color='#FFFFFF'><b>%s2 acerto </b></font> <font color='#A0A0A0'>de %s3</font>", "<font color='#A0A0A0'>Dano sofrido: </font><font size='18' color='#ff0080'><b>%s1</b></font> <font color='#A0A0A0'> em</font> <font size='18' color='#ff0080'><b>%s2 acerto </b></font> <font color='#A0A0A0'>de %s3</font>")
  459. 'FreezePanel_DamageGiven'csgo_brazilian
  460. strNewText = Replace(strNewText,"<font color='#A0A0A0'>Dano causado: </font><font color='#FFFFFF'><b>%s1</b></font> <font color='#A0A0A0'> em</font> <font color='#FFFFFF'><b>%s2 acerto </b></font> <font color='#A0A0A0'>em %s3</font>", "<font color='#A0A0A0'>Dano causado: </font><font size='18' color='#00ff00'><b>%s1</b></font> <font color='#A0A0A0'> em</font> <font size='18' color='#00ff00'><b>%s2 acerto </b></font> <font color='#A0A0A0'>em %s3</font>")
  461. 'FreezePanel_DamageTaken_Multi'csgo_brazilian
  462. strNewText = Replace(strNewText,"<font color='#A0A0A0'>Dano sofrido: </font><font color='#FFFFFF'><b>%s1</b></font> <font color='#A0A0A0'> em</font> <font color='#FFFFFF'><b>%s2 acertos </b></font> <font color='#A0A0A0'>de %s3</font>", "<font color='#A0A0A0'>Dano sofrido: </font><font size='18' color='#ff0080'><b>%s1</b></font> <font color='#A0A0A0'> em</font> <font size='18' color='#ff0080'><b>%s2 acertos </b></font> <font color='#A0A0A0'>de %s3</font>")
  463. 'FreezePanel_DamageGiven_Multi'csgo_brazilian
  464. strNewText = Replace(strNewText,"<font color='#A0A0A0'>Dano causado: </font><font color='#FFFFFF'><b>%s1</b></font> <font color='#A0A0A0'> em</font> <font color='#FFFFFF'><b>%s2 acertos </b></font> <font color='#A0A0A0'>em %s3</font>", "<font color='#A0A0A0'>Dano causado: </font><font size='18' color='#00ff00'><b>%s1</b></font> <font color='#A0A0A0'> em</font> <font size='18' color='#00ff00'><b>%s2 acertos </b></font> <font color='#A0A0A0'>em %s3</font>")
  465. 'SFUIHUD_playerid_sameteam'csgo_brazilian
  466. strNewText = Replace(strNewText,"<font color='#6E7D5C'>Aliado: %s1 Vida: %s2</font>", "<font size='20' color='#00ff00'>%s1 | %s2</font>")
  467. 'SFUIHUD_playerid_diffteam'csgo_brazilian
  468. strNewText = Replace(strNewText,"<font color='#CC0000'>Inimigo: %s1</font>", "<font size='30' color='#ff0000'>%s1</font>")
  469. 'SFUIHUD_playerid_specteam'csgo_brazilian
  470. strNewText = Replace(strNewText,"<font color='#6E7D5C'>%s1</font>", "<font size='20' color='#6E7D5C'>%s1</font>")
  471. 'SFUIHUD_playerid_overhead_ct'csgo_brazilian
  472. strNewText = Replace(strNewText,"<font color='#3f74c8'>%s1</font><font color='#5e779f'> %s2</font>", "<font size='20' color='#4f92ff'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  473. 'SFUIHUD_playerid_overhead_ct_lowhealth'csgo_brazilian
  474. strNewText = Replace(strNewText,"<font color='#3f74c8'>%s1</font><font color='#d82429'> %s2</font>", "<font size='20' color='#4f92ff'>%s1</font><font size='30' color='#ff0080'> %s2</font>")
  475. 'SFUIHUD_playerid_overhead_ct_money'csgo_brazilian
  476. strNewText = Replace(strNewText,"<font color='#3f74c8'>%s1</font><font color='#7ebc50'> %s2</font>", "<font size='20' color='#3f74c8'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  477. 'SFUIHUD_playerid_overhead_t'csgo_brazilian
  478. strNewText = Replace(strNewText,"<font color='#c3953f'>%s1</font><font color='#9a8661'> %s2</font>", "<font size='20' color='#ffc252'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  479. 'SFUIHUD_playerid_overhead_t_lowhealth'csgo_brazilian
  480. strNewText = Replace(strNewText,"<font color='#c3953f'>%s1</font><font color='#d82429'> %s2</font>", "<font size='20' color='#ffc252'>%s1</font><font size='30' color='#ff0080'> %s2</font>")
  481. 'SFUIHUD_playerid_overhead_t_money'csgo_brazilian
  482. strNewText = Replace(strNewText,"<font color='#c3953f'>%s1</font><font color='#7ebc50'> %s2</font>", "<font size='20' color='#c3953f'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  483. 'SFUIHUD_weaponid_pickup'csgo_brazilian
  484. strNewText = Replace(strNewText,chr(34)&"${use} trocar pela %s1", chr(34)&"<font size='30'>${use} trocar pela %s1</font>")
  485. 'SFUIHUD_weaponid_c4defuse'csgo_brazilian
  486. strNewText = Replace(strNewText,chr(34)&"${use} desarmar o C4", chr(34)&"<font size='30'>${use} desarmar o C4</font>")
  487. 'SFUIHUD_targetid_FLASHED'csgo_brazilian
  488. strNewText = Replace(strNewText,"<font color='#6600ff'>(CEGO)</font>", "<font size='0'>(CEGO)</font>")
  489. 'Game_radio'csgo_brazilian
  490. strNewText = Replace(strNewText,"%s1 (R"&chr(193)&"DIO): %s2", "[R"&chr(193)&"DIO] %s1: %s2")
  491. 'Game_radio_location'csgo_brazilian
  492. strNewText = Replace(strNewText,"%s1 @ %s2 (R"&chr(193)&"DIO): %s3", "[R"&chr(193)&"DIO] %s1: %s3 [%s2]")
  493. 'Cstrike_Chat_CT_Loc'csgo_brazilian
  494. strNewText = Replace(strNewText,"(Contraterrorista) %s1 @ %s3 :  %s2", "[CT] %s1: %s2 [%s3]")
  495. 'Cstrike_Chat_CT'csgo_brazilian
  496. strNewText = Replace(strNewText,"(Contraterrorista) %s1 :  %s2", "[CT] %s1: %s2")
  497. 'Cstrike_Chat_T_Loc'csgo_brazilian
  498. strNewText = Replace(strNewText,"(Terrorista) %s1 @ %s3 :  %s2", "[T] %s1: %s2 [%s3]")
  499. 'Cstrike_Chat_T'csgo_brazilian
  500. strNewText = Replace(strNewText,"(Terrorista) %s1 :  %s2", "[T] %s1: %s2")
  501. 'Cstrike_Chat_CT_Dead'csgo_brazilian
  502. strNewText = Replace(strNewText,"*MORTO*(Contraterrorista) %s1 :  %s2", "*MORTO* [CT] %s1: %s2")
  503. 'Cstrike_Chat_T_Dead'csgo_brazilian
  504. strNewText = Replace(strNewText,"*MORTO*(Terrorista) %s1 :  %s2", "*MORTO* [T] %s1: %s2")
  505. 'Cstrike_Chat_Spec'csgo_brazilian
  506. strNewText = Replace(strNewText,"(Espectador) %s1 :  %s2", "[S] %s1: %s2")
  507. 'Cstrike_Chat_All'csgo_brazilian
  508. strNewText = Replace(strNewText,"%s1 :  %s2", "%s1: %s2")
  509. 'Cstrike_Chat_AllDead'csgo_brazilian
  510. strNewText = Replace(strNewText,"*MORTO* %s1 : %s2", "*MORTO* %s1: %s2")
  511. 'Cstrike_Chat_AllSpec'csgo_brazilian
  512. strNewText = Replace(strNewText,"*ESPEC* %s1 :  %s2", "*ESPEC* %s1: %s2")
  513. 'Cstrike_Name_Change'csgo_brazilian
  514. strNewText = Replace(strNewText,"* %s1 mudou o nome para %s2", "* %s1 mudou o nome para %s2")
  515. 'SFUIHUD_Spectate_Navigation_Camera'csgo_brazilian
  516. strNewText = Replace(strNewText,"${+jump} C"&chr(226)&"mera", "<font size='0'>${+jump} C"&chr(226)&"mera</font>")
  517. 'SFUIHUD_Spectate_Navigation_Arrows'csgo_brazilian
  518. strNewText = Replace(strNewText,chr(34)&"${+attack} Pr"&chr(243)&"ximo jogador", chr(34)&"<font size='0'>${+attack} Pr"&chr(243)&"ximo jogador</font>")
  519. 'SFUIHUD_Spectate_Navigation_ToggleOverview'csgo_brazilian
  520. strNewText = Replace(strNewText,"${+duck} Mapa ", "<font size='0'>${+duck} Mapa </font>")
  521. 'Player_Cash_Award_Killed_Enemy_Generic'csgo_brazilian
  522. strNewText = Replace(strNewText," %s1: Recompensa por neutralizar um inimigo.", " %s1: Recompensa por neutralizar um inimigo.")
  523. 'Player_Cash_Award_Killed_Enemy'csgo_brazilian
  524. strNewText = Replace(strNewText," %s1: Recompensa por neutralizar um inimigo com a %s2.", " %s1: Recompensa por neutralizar um inimigo com a %s2.")
  525. 'Player_Cash_Award_Kill_Teammate'csgo_brazilian
  526. strNewText = Replace(strNewText," %s1: Puni"&chr(231)&chr(227)&"o por matar um aliado.", " %s1: Puni"&chr(231)&chr(227)&"o por matar um aliado.")
  527. 'Cstrike_TitlesTXT_Game_teammate_attack'csgo_brazilian
  528. strNewText = Replace(strNewText,"%s1 atacou um companheiro de equipe.", " %s1 atacou um companheiro de equipe.")
  529. 'Cstrike_TitlesTXT_Game_teammate_kills'csgo_brazilian
  530. strNewText = Replace(strNewText,chr(34)&"Companheiros de equipe mortos: %s1 de 3", chr(34)&" Companheiros de equipe mortos: %s1 de 3")
  531. 'Player_Point_Award_Killed_Enemy'csgo_brazilian
  532. strNewText = Replace(strNewText," %s1 ponto por neutralizar um inimigo com a %s2.", " %s1 ponto por neutralizar um inimigo com a %s2.")
  533. 'Player_Point_Award_Killed_Enemy_Plural'csgo_brazilian
  534. strNewText = Replace(strNewText," %s1 pontos por neutralizar um inimigo com a %s2.", " %s1 pontos por neutralizar um inimigo com a %s2.")
  535. 'FreezePanel_Killer1_KillerWeapon'csgo_brazilian
  536. strNewText = Replace(strNewText,"matou voc"&chr(234)&" com: %s1", "matou voc"&chr(234)&" com: <b>%s1</b>")
  537. 'FreezePanel_Killer1_Weapon'csgo_brazilian
  538. strNewText = Replace(strNewText,"matou voc"&chr(234)&" com: %s1", "matou voc"&chr(234)&" com: <b>%s1</b>")
  539. 'SFUI_Notice_DM_BonusWeaponText'csgo_brazilian
  540. strNewText = Replace(strNewText,"A arma b"&chr(244)&"nus para os pr"&chr(243)&"ximos %s1 segundos "&chr(233)&": %s2", "A arma b"&chr(244)&"nus para os pr"&chr(243)&"ximos %s1 segundos "&chr(233)&": %s2")
  541. 'Player_You_Are_Now_Dominating'csgo_brazilian
  542. strNewText = Replace(strNewText,"Voc"&chr(234)&" agora est"&chr(225)&" dominando %s1.", "Voc"&chr(234)&" agora est"&chr(225)&" dominando %s1.")
  543. 'Player_You_Are_Still_Dominating'csgo_brazilian
  544. strNewText = Replace(strNewText,"Voc"&chr(234)&" ainda est"&chr(225)&" dominando %s1.", "Voc"&chr(234)&" ainda est"&chr(225)&" dominando %s1.")
  545. 'SFUI_Notice_Knife_Level_Chat'csgo_brazilian
  546. strNewText = Replace(strNewText,"%s1 alcan"&chr(231)&"ou o n"&chr(237)&"vel da faca dourada!", " %s1 alcan"&chr(231)&"ou o n"&chr(237)&"vel da faca dourada!")
  547. 'SFUI_ARFlashAlert_ReachedLevel'csgo_brazilian
  548. strNewText = Replace(strNewText,"N"&chr(237)&"vel %s1 de %s2 alcan"&chr(231)&"ado", "N"&chr(237)&"vel <font size='30' color='#00FF00'><b>%s1</b></font> / %s2")
  549. 'SFUIHUD_Spectate_Navigation_Control_Bot_Keyboard'csgo_brazilian
  550. strNewText = Replace(strNewText,"${+use} Controlar bot ", "${+use} <img src='icon_like.png' width='15' height='15' vspace='-7'/>Controlar bot ")
  551. 'hostagerescuetime'csgo_brazilian
  552. strNewText = Replace(strNewText,chr(34)&"Os CTs ganharam mais tempo por terem encontrado um ref"&chr(233)&"m.", chr(34)&" Os CTs ganharam mais tempo por terem encontrado um ref"&chr(233)&"m.")
  553. 'SFUI_Notice_Knife_Level'csgo_brazilian
  554. strNewText = Replace(strNewText,"%s1 alcan"&chr(231)&"ou o n"&chr(237)&"vel da faca dourada!", " %s1 alcan"&chr(231)&"ou o n"&chr(237)&"vel da faca dourada!")
  555. 'Cstrike_TitlesTXT_Switch_To_BurstFire'csgo_brazilian
  556. strNewText = Replace(strNewText,chr(34)&"Alterado para modo de rajadas", chr(34)&"<font color='#fff000'>Alterado para modo de rajadas</font>")
  557. 'SFUI_Scoreboard_Navigation_PlayerDetails'csgo_brazilian
  558. strNewText = Replace(strNewText,"<img src='arrow_key.png' width='15' height='15' vspace='-7'/> <img src='arrow_dn_key.png' width='15' height='15' vspace='-7'/>Selecionar jogador <img src='enter_key.png' width='31' height='15' vspace='-5'/>Exibir perfil", "<font size='0'>SFUI_Scoreboard_Navigation_PlayerDetails</font>")
  559. 'SFUIHUD_Spectate_SpecMode_Director'csgo_brazilian
  560. strNewText = Replace(strNewText,"[Diretor autom"&chr(225)&"tico]", "<img src='icon_refresh.png' width='15' height='15' vspace='-7'/>")
  561. 'Cstrike_TitlesTXT_Game_afk_bomb_drop'csgo_brazilian
  562. strNewText = Replace(strNewText,chr(34)&"Larguei a bomba.", chr(34)&" Larguei a bomba. ")
  563. If pink = 7 Then
  564. strNewText = Replace(strNewText,"", "")
  565. strNewText = Replace(strNewText,"#ff0080", "#ff0000")
  566. End If
  567. If dead = 6 Then
  568. strNewText = Replace(strNewText,"*MORTO* [", "*MORTO* [")
  569. End If
  570. Set objFile = objFSO.OpenTextFile("csgo_brazilian.txt", ForWriting, true, -1)
  571. objFile.WriteLine strNewText
  572. objFile.Close
  573.  
  574. Set objFile = objFSO.OpenTextFile("csgo_polish.txt", ForReading, false, -1)
  575. strText = objFile.ReadAll
  576. objFile.Close
  577. 'SFUI_Freeze_Snapshot'csgo_polish
  578. strNewText = Replace(strText,chr(34)&"[%s1] Uwiecznij t"&chrw(281)&" chwil"&chrw(281)&"", chr(34)&"<font size='0'>[%s1] Uwiecznij t"&chrw(281)&" chwil"&chrw(281)&"</font>")
  579. 'FreezePanel_ScreenShot'csgo_polish
  580. strNewText = Replace(strNewText,chr(34)&"[F5] Uwiecznij t"&chrw(281)&" chwil"&chrw(281)&"", chr(34)&"<font size='0'>[F5] Uwiecznij t"&chrw(281)&" chwil"&chrw(281)&"</font>")
  581. 'FreezePanel_DamageTaken'csgo_polish
  582. strNewText = Replace(strNewText,"<font color='#A0A0A0'>Otrzymane obra"&chrw(380)&"enia: </font><font color='#FFFFFF'><b>%s1</b></font> <font color='#A0A0A0'> w</font> <font color='#FFFFFF'><b>%s2 trafieniu </b></font> <font color='#A0A0A0'>od %s3</font>", "<font color='#A0A0A0'>Otrzymane obra"&chrw(380)&"enia: </font><font size='18' color='#ff0080'><b>%s1</b></font> <font color='#A0A0A0'> w</font> <font size='18' color='#ff0080'><b>%s2 trafieniu </b></font> <font color='#A0A0A0'>od %s3</font>")
  583. 'FreezePanel_DamageGiven'csgo_polish
  584. strNewText = Replace(strNewText,"<font color='#A0A0A0'>Zadane obra"&chrw(380)&"enia: </font><font color='#FFFFFF'><b>%s1</b></font> <font color='#A0A0A0'> w</font> <font color='#FFFFFF'><b>%s2 trafieniu </b></font> <font color='#A0A0A0'>dla %s3</font>", "<font color='#A0A0A0'>Zadane obra"&chrw(380)&"enia: </font><font size='18' color='#00ff00'><b>%s1</b></font> <font color='#A0A0A0'> w</font> <font size='18' color='#00ff00'><b>%s2 trafieniu </b></font> <font color='#A0A0A0'>dla %s3</font>")
  585. 'FreezePanel_DamageTaken_Multi'csgo_polish
  586. strNewText = Replace(strNewText,"<font color='#A0A0A0'>Otrzymane obra"&chrw(380)&"enia: </font><font color='#FFFFFF'><b>%s1</b></font> <font color='#A0A0A0'> w</font> <font color='#FFFFFF'><b>%s2 trafieniach </b></font> <font color='#A0A0A0'>od %s3</font>", "<font color='#A0A0A0'>Otrzymane obra"&chrw(380)&"enia: </font><font size='18' color='#ff0080'><b>%s1</b></font> <font color='#A0A0A0'> w</font> <font size='18' color='#ff0080'><b>%s2 trafieniach </b></font> <font color='#A0A0A0'>od %s3</font>")
  587. 'FreezePanel_DamageGiven_Multi'csgo_polish
  588. strNewText = Replace(strNewText,"<font color='#A0A0A0'>Zadane obra"&chrw(380)&"enia: </font><font color='#FFFFFF'><b>%s1</b></font> <font color='#A0A0A0'> w</font> <font color='#FFFFFF'><b>%s2 trafieniach </b></font> <font color='#A0A0A0'>dla %s3</font>", "<font color='#A0A0A0'>Zadane obra"&chrw(380)&"enia: </font><font size='18' color='#00ff00'><b>%s1</b></font> <font color='#A0A0A0'> w</font> <font size='18' color='#00ff00'><b>%s2 trafieniach </b></font> <font color='#A0A0A0'>dla %s3</font>")
  589. 'SFUIHUD_playerid_sameteam'csgo_polish
  590. strNewText = Replace(strNewText,"<font color='#6E7D5C'>Przyjaciel: %s1 Zdrowie: %s2</font>", "<font size='20' color='#00ff00'>%s1 | %s2</font>")
  591. 'SFUIHUD_playerid_diffteam'csgo_polish
  592. strNewText = Replace(strNewText,"<font color='#CC0000'>Wr"&chr(243)&"g: %s1</font>", "<font size='30' color='#ff0000'>%s1</font>")
  593. 'SFUIHUD_playerid_specteam'csgo_polish
  594. strNewText = Replace(strNewText,"<font color='#6E7D5C'>%s1</font>", "<font size='20' color='#6E7D5C'>%s1</font>")
  595. 'SFUIHUD_playerid_overhead_ct'csgo_polish
  596. strNewText = Replace(strNewText,"<font color='#3f74c8'>%s1</font><font color='#5e779f'> %s2</font>", "<font size='20' color='#4f92ff'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  597. 'SFUIHUD_playerid_overhead_ct_lowhealth'csgo_polish
  598. strNewText = Replace(strNewText,"<font color='#3f74c8'>%s1</font><font color='#d82429'> %s2</font>", "<font size='20' color='#4f92ff'>%s1</font><font size='30' color='#ff0080'> %s2</font>")
  599. 'SFUIHUD_playerid_overhead_ct_money'csgo_polish
  600. strNewText = Replace(strNewText,"<font color='#3f74c8'>%s1</font><font color='#7ebc50'> %s2</font>", "<font size='20' color='#3f74c8'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  601. 'SFUIHUD_playerid_overhead_t'csgo_polish
  602. strNewText = Replace(strNewText,"<font color='#c3953f'>%s1</font><font color='#9a8661'> %s2</font>", "<font size='20' color='#ffc252'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  603. 'SFUIHUD_playerid_overhead_t_lowhealth'csgo_polish
  604. strNewText = Replace(strNewText,"<font color='#c3953f'>%s1</font><font color='#d82429'> %s2</font>", "<font size='20' color='#ffc252'>%s1</font><font size='30' color='#ff0080'> %s2</font>")
  605. 'SFUIHUD_playerid_overhead_t_money'csgo_polish
  606. strNewText = Replace(strNewText,"<font color='#c3953f'>%s1</font><font color='#7ebc50'> %s2</font>", "<font size='20' color='#c3953f'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  607. 'SFUIHUD_weaponid_pickup'csgo_polish
  608. strNewText = Replace(strNewText,chr(34)&"${use} zamie"&chrw(324)&" na: %s1", chr(34)&"<font size='30'>${use} zamie"&chrw(324)&" na: %s1</font>")
  609. 'SFUIHUD_weaponid_c4defuse'csgo_polish
  610. strNewText = Replace(strNewText,chr(34)&"${use} rozbr"&chrw(243)&"j C4", chr(34)&"<font size='30'>${use} rozbr"&chr(243)&"j C4</font>")
  611. 'SFUIHUD_targetid_FLASHED'csgo_polish
  612. strNewText = Replace(strNewText,"<font color='#6600ff'>(O"&chrw(346)&"LEPIONY)</font>", "<font size='0'>(O"&chrw(346)&"LEPIONY)</font>")
  613. 'Game_radio'csgo_polish
  614. strNewText = Replace(strNewText,"%s1 (RADIO): %s2", "[RADIO] %s1: %s2")
  615. 'Game_radio_location'csgo_polish
  616. strNewText = Replace(strNewText,"%s1 @ %s2 (RADIO): %s3", "[RADIO] %s1: %s3 [%s2]")
  617. 'Cstrike_Chat_CT_Loc'csgo_polish
  618. strNewText = Replace(strNewText,"(Antyterrorysta) %s1 @ %s3 :  %s2", "[CT] %s1: %s2 [%s3]")
  619. 'Cstrike_Chat_CT'csgo_polish
  620. strNewText = Replace(strNewText,"(Antyterrorysta) %s1 :  %s2", "[CT] %s1: %s2")
  621. 'Cstrike_Chat_T_Loc'csgo_polish
  622. strNewText = Replace(strNewText,"(Terrorysta) %s1 @ %s3 :  %s2", "[T] %s1: %s2 [%s3]")
  623. 'Cstrike_Chat_T'csgo_polish
  624. strNewText = Replace(strNewText,"(Terrorysta) %s1 :  %s2", "[T] %s1: %s2")
  625. 'Cstrike_Chat_CT_Dead'csgo_polish
  626. strNewText = Replace(strNewText,"*NIE "&chrw(379)&"YJE*(Antyterrorysta) %s1 :  %s2", "*NIE "&chrw(379)&"YJE* [CT] %s1: %s2")
  627. 'Cstrike_Chat_T_Dead'csgo_polish
  628. strNewText = Replace(strNewText,"*NIE "&chrw(379)&"YJE*(Terrorysta) %s1 :  %s2", "*NIE "&chrw(379)&"YJE* [T] %s1: %s2")
  629. 'Cstrike_Chat_Spec'csgo_polish
  630. strNewText = Replace(strNewText,"(Widz) %s1 :  %s2", "[W] %s1: %s2")
  631. 'Cstrike_Chat_All'csgo_polish
  632. strNewText = Replace(strNewText,"%s1 :  %s2", "%s1: %s2")
  633. 'Cstrike_Chat_AllDead'csgo_polish
  634. strNewText = Replace(strNewText,"*NIE "&chrw(379)&"YJE* %s1 :  %s2", "*NIE "&chrw(379)&"YJE* %s1: %s2")
  635. 'Cstrike_Chat_AllSpec'csgo_polish
  636. strNewText = Replace(strNewText,"*WIDZ* %s1 :  %s2", "*WIDZ* %s1: %s2")
  637. 'Cstrike_Name_Change'csgo_polish
  638. strNewText = Replace(strNewText,"* Gracz %s1 zmieni"&chrw(322)&" pseudonim na %s2", "* %s1 zmieni"&chrw(322)&" pseudonim na %s2")
  639. 'SFUIHUD_Spectate_Navigation_Camera'csgo_polish
  640. strNewText = Replace(strNewText,"${+jump} Kamera", "<font size='0'>${+jump} Kamera</font>")
  641. 'SFUIHUD_Spectate_Navigation_Arrows'csgo_polish
  642. strNewText = Replace(strNewText,"${+attack} Nast"&chrw(281)&"pny gracz", "<font size='0'>${+attack}Nast"&chrw(281)&"pny gracz</font>")
  643. 'SFUIHUD_Spectate_Navigation_ToggleOverview'csgo_polish
  644. strNewText = Replace(strNewText,"${+duck} Mapa", "<font size='0'>${+duck} Mapa</font>")
  645. 'Player_Cash_Award_Killed_Enemy_Generic'csgo_polish
  646. strNewText = Replace(strNewText," %s1: Nagroda za zneutralizowanie wroga.", " %s1: Nagroda za zneutralizowanie wroga.")
  647. 'Player_Cash_Award_Killed_Enemy'csgo_polish
  648. strNewText = Replace(strNewText," %s1: Nagroda za zneutralizowanie wroga przy u"&chrw(380)&"yciu: %s2.", " %s1: Nagroda za zneutralizowanie wroga przy u"&chrw(380)&"yciu: %s2.")
  649. 'Player_Cash_Award_Kill_Teammate'csgo_polish
  650. strNewText = Replace(strNewText," %s1: Kara za zabicie cz"&chrw(322)&"onka dru"&chrw(380)&"yny.", " %s1: Kara za zabicie cz"&chrw(322)&"onka dru"&chrw(380)&"yny.")
  651. 'Cstrike_TitlesTXT_Game_teammate_attack'csgo_polish
  652. strNewText = Replace(strNewText,"Gracz %s1 zaatakowa"&chrw(322)&" koleg"&chrw(281)&" z dru"&chrw(380)&"yny.", " Gracz %s1 zaatakowa"&chrw(322)&" koleg"&chrw(281)&" z dru"&chrw(380)&"yny.")
  653. 'Cstrike_TitlesTXT_Game_teammate_kills'csgo_polish
  654. strNewText = Replace(strNewText,chr(34)&"Zabici koledzy z dru"&chrw(380)&"yny: %s1 z 3", chr(34)&" Zabici koledzy z dru"&chrw(380)&"yny: %s1 z 3")
  655. 'Player_Point_Award_Killed_Enemy'csgo_polish
  656. strNewText = Replace(strNewText," %s1 punkt za zneutralizowanie wroga przy u"&chrw(380)&"yciu: %s2.", " %s1 punkt za zneutralizowanie wroga przy u"&chrw(380)&"yciu: %s2.")
  657. 'Player_Point_Award_Killed_Enemy_Plural'csgo_polish
  658. strNewText = Replace(strNewText," %s1 pkt. za zneutralizowanie wroga przy u"&chrw(380)&"yciu: %s2.", " %s1 pkt. za zneutralizowanie wroga przy u"&chrw(380)&"yciu: %s2.")
  659. 'FreezePanel_Killer1_KillerWeapon'csgo_polish
  660. strNewText = Replace(strNewText,"zabija ci"&chrw(281)&", u"&chrw(380)&"ywaj"&chrw(261)&"c %s1", "zabija ci"&chrw(281)&", u"&chrw(380)&"ywaj"&chrw(261)&"c <b>%s1</b>")
  661. 'FreezePanel_Killer1_OthersWeapon'csgo_polish
  662. strNewText = Replace(strNewText,"zabija ci"&chrw(281)&", u"&chrw(380)&"ywaj"&chrw(261)&"c %s1 gracza <font color='#adadad'>%s2</font>", "zabija ci"&chrw(281)&", u"&chrw(380)&"ywaj"&chrw(261)&"c <b>%s1</b> gracza <font color='#adadad'>%s2</font>")
  663. 'FreezePanel_Killer1_YourWeapon'csgo_polish
  664. strNewText = Replace(strNewText,"zabija ci"&chrw(281)&", u"&chrw(380)&"ywaj"&chrw(261)&"c twojego %s1", "zabija ci"&chrw(281)&", u"&chrw(380)&"ywaj"&chrw(261)&"c twojego <b>%s1</b>")
  665. 'FreezePanel_Killer1_Weapon'csgo_polish
  666. strNewText = Replace(strNewText,"zabija ci"&chrw(281)&", u"&chrw(380)&"ywaj"&chrw(261)&"c %s1", "zabija ci"&chrw(281)&", u"&chrw(380)&"ywaj"&chrw(261)&"c <b>%s1</b>")
  667. 'SFUI_Notice_DM_BonusWeaponText'csgo_polish
  668. strNewText = Replace(strNewText,"Bonusowa bro"&chrw(324)&" na nast"&chrw(281)&"pne %s1 s to: %s2", "Bonusowa bro"&chrw(324)&" na nast"&chrw(281)&"pne %s1 s to: %s2")
  669. 'Player_You_Are_Now_Dominating'csgo_polish
  670. strNewText = Replace(strNewText,"Teraz dominujesz gracza %s1.", "Teraz dominujesz gracza %s1.")
  671. 'Player_You_Are_Still_Dominating'csgo_polish
  672. strNewText = Replace(strNewText,"Nadal dominujesz gracza %s1.", "Nadal dominujesz gracza %s1.")
  673. 'SFUI_ARFlashAlert_ReachedLevel'csgo_polish
  674. strNewText = Replace(strNewText,"Osi"&chrw(261)&"gni"&chrw(281)&"to poziom %s1 z %s2", "Osi"&chrw(261)&"gni"&chrw(281)&"to poziom <font size='30' color='#00FF00'><b>%s1</b></font> / %s2")
  675. 'SFUIHUD_Spectate_Navigation_Control_Bot_Keyboard'csgo_polish
  676. strNewText = Replace(strNewText,"${+use} Kontroluj bota", "${+use} <img src='icon_like.png' width='15' height='15' vspace='-7'/>Kontroluj bota ")
  677. 'hostagerescuetime'csgo_polish
  678. strNewText = Replace(strNewText,"Antyterrory"&chrw(347)&"ci zyskali wi"&chrw(281)&"cej czasu, dochodz"&chrw(261)&"c do zak"&chrw(322)&"adnika.", " Antyterrory"&chrw(346)&"ci zyskali wi"&chrw(281)&"cej czasu, dochodz"&chrw(261)&"c do zak"&chrw(322)&"adnika.")
  679. 'SFUI_Notice_Knife_Level'csgo_polish
  680. strNewText = Replace(strNewText,"%s1 osi"&chrw(261)&"ga poziom z"&chrw(322)&"otego no"&chrw(380)&"a!", " %s1 osi"&chrw(261)&"ga poziom z"&chrw(322)&"otego no"&chrw(380)&"a!")
  681. 'Cstrike_TitlesTXT_Switch_To_BurstFire'csgo_polish
  682. strNewText = Replace(strNewText,chr(34)&"Prze"&chrw(322)&chrw(261)&"czono na tryb serii", chr(34)&"<font color='#fff000'>Prze"&chrw(322)&chrw(261)&"czono na tryb serii</font>")
  683. 'SFUI_Scoreboard_Navigation_PlayerDetails'csgo_polish
  684. strNewText = Replace(strNewText,"<img src='arrow_key.png' width='15' height='15' vspace='-7'/> <img src='arrow_dn_key.png' width='15' height='15' vspace='-7'/>Wybierz gracza <img src='enter_key.png' width='31' height='15' vspace='-5'/>Poka"&chrw(380)&" profil", "<font size='0'>SFUI_Scoreboard_Navigation_PlayerDetails</font>")
  685. 'SFUIHUD_Spectate_SpecMode_Director'csgo_polish
  686. strNewText = Replace(strNewText,"[Autore"&chrw(380)&"yser]", "<img src='icon_refresh.png' width='15' height='15' vspace='-7'/>")
  687. 'Cstrike_TitlesTXT_Game_afk_bomb_drop'csgo_polish
  688. strNewText = Replace(strNewText,chr(34)&"Upuszczam bomb"&chrw(281)&".", chr(34)&" Upuszczam bomb"&chrw(281)&". ")
  689. If pink = 7 Then
  690. strNewText = Replace(strNewText,"", "")
  691. strNewText = Replace(strNewText,"#ff0080", "#ff0000")
  692. End If
  693. If dead = 6 Then
  694. strNewText = Replace(strNewText,"*NIE "&chrw(379)&"YJE*[", "*NIE "&chrw(379)&"YJE*[")
  695. End If
  696. Set objFile = objFSO.OpenTextFile("csgo_polish.txt", ForWriting, true, -1)
  697. objFile.WriteLine strNewText
  698. objFile.Close
  699.  
  700. Set objFile = objFSO.OpenTextFile("csgo_danish.txt", ForReading, false, -1)
  701. strText = objFile.ReadAll
  702. objFile.Close
  703. 'SFUI_Freeze_Snapshot'csgo_danish
  704. strNewText = Replace(strText,chr(34)&"[%s1] Gem dette "&chrw(248)&"jeblik", chr(34)&"<font size='0'>[%s1] Gem dette "&chrw(248)&"jeblik</font>")
  705. 'FreezePanel_ScreenShot'csgo_danish
  706. strNewText = Replace(strNewText,chr(34)&"[F5] Gem dette "&chrw(248)&"jeblik", chr(34)&"<font size='0'>[F5] Gem dette "&chrw(248)&"jeblik</font>")
  707. 'FreezePanel_DamageTaken'csgo_danish
  708. strNewText = Replace(strNewText,"<font color='#A0A0A0'>Skade taget: </font><font color='#FFFFFF'><b>%s1</b></font> <font color='#A0A0A0'> af</font> <font color='#FFFFFF'><b>%s2 tr"&chrw(230)&"ffer </b></font> <font color='#A0A0A0'>fra %s3</font>", "<font color='#A0A0A0'>Skade taget: </font><font size='18' color='#ff0080'><b>%s1</b></font> <font color='#A0A0A0'> af</font> <font size='18' color='#ff0080'><b>%s2 tr"&chrw(230)&"ffer </b></font> <font color='#A0A0A0'>fra %s3</font>")
  709. 'FreezePanel_DamageGiven'csgo_danish
  710. strNewText = Replace(strNewText,"<font color='#A0A0A0'>Skade gjort: </font><font color='#FFFFFF'><b>%s1</b></font> <font color='#A0A0A0'> med</font> <font color='#FFFFFF'><b>%s2 tr"&chrw(230)&"ffer </b></font> <font color='#A0A0A0'>p"&chr(229)&" %s3</font>", "<font color='#A0A0A0'>Skade gjort: </font><font size='18' color='#00ff00'><b>%s1</b></font> <font color='#A0A0A0'> med</font> <font size='18' color='#00ff00'><b>%s2 tr"&chrw(230)&"ffer </b></font> <font color='#A0A0A0'>p"&chr(229)&" %s3</font>")
  711. 'FreezePanel_DamageTaken_Multi'csgo_danish
  712. strNewText = Replace(strNewText,"<font color='#A0A0A0'>Skade taget: </font><font color='#FFFFFF'><b>%s1</b></font> <font color='#A0A0A0'> af</font> <font color='#FFFFFF'><b>%s2 tr"&chrw(230)&"ffere </b></font> <font color='#A0A0A0'>fra %s3</font>", "<font color='#A0A0A0'>Skade taget: </font><font size='18' color='#ff0080'><b>%s1</b></font> <font color='#A0A0A0'> af</font> <font size='18' color='#ff0080'><b>%s2 tr"&chrw(230)&"ffere </b></font> <font color='#A0A0A0'>fra %s3</font>")
  713. 'FreezePanel_DamageGiven_Multi'csgo_danish
  714. strNewText = Replace(strNewText,"<font color='#A0A0A0'>Skade gjort: </font><font color='#FFFFFF'><b>%s1</b></font> <font color='#A0A0A0'> med</font> <font color='#FFFFFF'><b>%s2 tr"&chrw(230)&"ffere </b></font> <font color='#A0A0A0'>p"&chr(229)&" %s3</font>", "<font color='#A0A0A0'>Skade gjort: </font><font size='18' color='#00ff00'><b>%s1</b></font> <font color='#A0A0A0'> med</font> <font size='18' color='#00ff00'><b>%s2 tr"&chrw(230)&"ffere </b></font> <font color='#A0A0A0'>p"&chr(229)&" %s3</font>")
  715. 'SFUIHUD_playerid_sameteam'csgo_danish
  716. strNewText = Replace(strNewText,"<font color='#6E7D5C'>Ven: %s1 Helbred: %s2</font>", "<font size='20' color='#00ff00'>%s1 | %s2</font>")
  717. 'SFUIHUD_playerid_diffteam'csgo_danish
  718. strNewText = Replace(strNewText,"<font color='#CC0000'>Fjende: %s1</font>", "<font size='30' color='#ff0000'>%s1</font>")
  719. 'SFUIHUD_playerid_specteam'csgo_danish
  720. strNewText = Replace(strNewText,"<font color='#6E7D5C'>%s1</font>", "<font size='20' color='#6E7D5C'>%s1</font>")
  721. 'SFUIHUD_playerid_overhead_ct'csgo_danish
  722. strNewText = Replace(strNewText,"<font color='#3f74c8'>%s1</font><font color='#5e779f'> %s2</font>", "<font size='20' color='#4f92ff'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  723. 'SFUIHUD_playerid_overhead_ct_lowhealth'csgo_danish
  724. strNewText = Replace(strNewText,"<font color='#3f74c8'>%s1</font><font color='#d82429'> %s2</font>", "<font size='20' color='#4f92ff'>%s1</font><font size='30' color='#ff0080'> %s2</font>")
  725. 'SFUIHUD_playerid_overhead_ct_money'csgo_danish
  726. strNewText = Replace(strNewText,"<font color='#3f74c8'>%s1</font><font color='#7ebc50'> %s2</font>", "<font size='20' color='#3f74c8'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  727. 'SFUIHUD_playerid_overhead_t'csgo_danish
  728. strNewText = Replace(strNewText,"<font color='#c3953f'>%s1</font><font color='#9a8661'> %s2</font>", "<font size='20' color='#ffc252'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  729. 'SFUIHUD_playerid_overhead_t_lowhealth'csgo_danish
  730. strNewText = Replace(strNewText,"<font color='#c3953f'>%s1</font><font color='#d82429'> %s2</font>", "<font size='20' color='#ffc252'>%s1</font><font size='30' color='#ff0080'> %s2</font>")
  731. 'SFUIHUD_playerid_overhead_t_money'csgo_danish
  732. strNewText = Replace(strNewText,"<font color='#c3953f'>%s1</font><font color='#7ebc50'> %s2</font>", "<font size='20' color='#c3953f'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  733. 'SFUIHUD_weaponid_pickup'csgo_danish
  734. strNewText = Replace(strNewText,chr(34)&"${use} skift til %s1", chr(34)&"<font size='30'>${use} skift til %s1</font>")
  735. 'SFUIHUD_weaponid_c4defuse'csgo_danish
  736. strNewText = Replace(strNewText,chr(34)&"${use} Demonter C4'en", chr(34)&"<font size='30'>${use} Demonter C4'en</font>")
  737. 'SFUIHUD_targetid_FLASHED'csgo_danish
  738. strNewText = Replace(strNewText,"<font color='#6600ff'>(BL"&chrw(230)&"NDET)</font>", "<font size='0'>(BL"&chrw(230)&"NDET)</font>")
  739. 'Game_radio'csgo_danish
  740. strNewText = Replace(strNewText,"%s1 (RADIO): %s2", "(RADIO) %s1: %s2")
  741. 'Game_radio_location'csgo_danish
  742. strNewText = Replace(strNewText,"%s1 @ %s2 (RADIO): %s3", "(RADIO) %s1: %s3 [%s2]")
  743. 'Cstrike_Chat_CT_Loc'csgo_danish
  744. strNewText = Replace(strNewText,"(Counter-terrorist) %s1 @ %s3 :  %s2", "[CT] %s1: %s2 [%s3]")
  745. 'Cstrike_Chat_CT'csgo_danish
  746. strNewText = Replace(strNewText,"(Counter-terrorist) %s1 :  %s2", "[CT] %s1: %s2")
  747. 'Cstrike_Chat_T_Loc'csgo_danish
  748. strNewText = Replace(strNewText,"(Terrorist) %s1 @ %s3 :  %s2", "[T] %s1: %s2 [%s3]")
  749. 'Cstrike_Chat_T'csgo_danish
  750. strNewText = Replace(strNewText,"(Terrorist) %s1 :  %s2", "[T] %s1: %s2")
  751. 'Cstrike_Chat_CT_Dead'csgo_danish
  752. strNewText = Replace(strNewText,"*D"&chrw(216)&"D*(Counter-terrorist) %s1 :  %s2", "*D"&chrw(216)&"D* [CT] %s1: %s2")
  753. 'Cstrike_Chat_T_Dead'csgo_danish
  754. strNewText = Replace(strNewText,"*D"&chrw(216)&"D*(Terrorist) %s1 :  %s2", "*D"&chrw(216)&"D* [T] %s1: %s2")
  755. 'Cstrike_Chat_Spec'csgo_danish
  756. strNewText = Replace(strNewText,"(Tilskuer) %s1 :  %s2", "[T] %s1: %s2")
  757. 'Cstrike_Chat_All'csgo_danish
  758. strNewText = Replace(strNewText,"%s1 :  %s2", "%s1: %s2")
  759. 'Cstrike_Chat_AllDead'csgo_danish
  760. strNewText = Replace(strNewText,"*D"&chrw(216)&"D* %s1 :  %s2", "*D"&chrw(216)&"D* %s1: %s2")
  761. 'Cstrike_Chat_AllSpec'csgo_danish
  762. strNewText = Replace(strNewText,"*TILSK* %s1 :  %s2", "*TILSK* %s1: %s2")
  763. 'Cstrike_Name_Change'csgo_danish
  764. strNewText = Replace(strNewText,"* %s1 skiftede navn til %s2", "* %s1 skiftede navn til %s2")
  765. 'SFUIHUD_Spectate_Navigation_Camera'csgo_danish
  766. strNewText = Replace(strNewText,"${+jump} Kamera ", "<font size='0'>${+jump} Kamera</font>")
  767. 'SFUIHUD_Spectate_Navigation_Arrows'csgo_danish
  768. strNewText = Replace(strNewText,chr(34)&"${+attack} N"&chrw(230)&"ste spiller", chr(34)&"<font size='0'>${+attack} N"&chrw(230)&"ste spiller</font>")
  769. 'SFUIHUD_Spectate_Navigation_ToggleOverview'csgo_danish
  770. strNewText = Replace(strNewText,"${+duck} Oversigt", "<font size='0'>${+duck} Oversigt</font>")
  771. 'Player_Cash_Award_Killed_Enemy_Generic'csgo_danish
  772. strNewText = Replace(strNewText," %s1: Bel"&chrw(248)&"nning for at neutralisere en fjende.", " %s1: Bel"&chrw(248)&"nning for at neutralisere en fjende.")
  773. 'Player_Cash_Award_Killed_Enemy'csgo_danish
  774. strNewText = Replace(strNewText," %s1: Bel"&chrw(248)&"nning for at neutralisere en fjende med %s2.", " %s1: el"&chrw(248)&"nning for at neutralisere en fjende med %s2.")
  775. 'Player_Cash_Award_Kill_Teammate'csgo_danish
  776. strNewText = Replace(strNewText," %s1: Straf for at dr"&chrw(230)&"be en allieret.", " %s1: Straf for at dr"&chrw(230)&"be en allieret.")
  777. 'Cstrike_TitlesTXT_Game_teammate_attack'csgo_danish
  778. strNewText = Replace(strNewText,"%s1 angreb en holdkammerat", " %s1 angreb en holdkammerat")
  779. 'Cstrike_TitlesTXT_Game_teammate_kills'csgo_danish
  780. strNewText = Replace(strNewText,chr(34)&"Holdkammerat-drab: %s1 af 3", chr(34)&" Holdkammerat-drab: %s1 af 3")
  781. 'Player_Point_Award_Killed_Enemy'csgo_danish
  782. strNewText = Replace(strNewText," %s1 point for at neutralisere en fjende med %s2.", " %s1  point for at neutralisere en fjende med %s2.")
  783. 'Player_Point_Award_Killed_Enemy_Plural'csgo_danish
  784. strNewText = Replace(strNewText," %s1 point for at neutralisere en fjende med %s2.", " %s1 point for at neutralisere en fjende med %s2.")
  785. 'SFUI_Notice_DM_BonusWeaponText'csgo_danish
  786. strNewText = Replace(strNewText,"Bonus-v"&chr(229)&"bnet, de n"&chrw(230)&"ste %s1 sekunder, er: %s2", "Bonus-v"&chr(229)&"bnet, de n"&chrw(230)&"ste %s1 sekunder, er: %s2")
  787. 'Player_You_Are_Now_Dominating'csgo_danish
  788. strNewText = Replace(strNewText,"Du dominerer nu %s1.", "Du dominerer nu %s1.")
  789. 'Player_You_Are_Still_Dominating'csgo_danish
  790. strNewText = Replace(strNewText,"Du dominerer stadig %s1.", "Du dominerer stadig %s1.")
  791. 'SFUI_ARFlashAlert_ReachedLevel'csgo_danish
  792. strNewText = Replace(strNewText,"Niveau %s1 / %s2 opn"&chr(229)&"et", "Niveau <font size='30' color='#00FF00'><b>%s1</b></font> / %s2 opn"&chr(229)&"et")
  793. 'SFUIHUD_Spectate_Navigation_Control_Bot_Keyboard'csgo_danish
  794. strNewText = Replace(strNewText,"${+use} Kontroller bot", "${+use} <img src='icon_like.png' width='15' height='15' vspace='-7'/>Kontroller bot ")
  795. 'hostagerescuetime'csgo_danish
  796. strNewText = Replace(strNewText,"CT'erne har tjent mere tid ved at n"&chr(229)&" hen til et gidsel.", " CT'erne har tjent mere tid ved at n"&chr(229)&" hen til et gidsel.")
  797. 'SFUI_Notice_Knife_Level'csgo_danish
  798. strNewText = Replace(strNewText,"%s1 har opn"&chr(229)&"et guldkniv-niveau!", " %s1 har opn"&chr(229)&"et guldkniv-niveau!")
  799. 'Cstrike_TitlesTXT_Switch_To_BurstFire'csgo_danish
  800. strNewText = Replace(strNewText,chr(34)&"Skiftede til salve-tilstand", chr(34)&"<font color='#fff000'>Skiftede til salve-tilstand</font>")
  801. 'SFUI_Scoreboard_Navigation_PlayerDetails'csgo_danish
  802. strNewText = Replace(strNewText,"<img src='arrow_key.png' width='15' height='15' vspace='-7'/> <img src='arrow_dn_key.png' width='15' height='15' vspace='-7'/>V"&chrw(230)&"lg spiller <img src='enter_key.png' width='31' height='15' vspace='-5'/>Vis profil", "<font size='0'>SFUI_Scoreboard_Navigation_PlayerDetails</font>")
  803. 'SFUIHUD_Spectate_SpecMode_Director'csgo_danish
  804. strNewText = Replace(strNewText,"[Auto-instrukt"&chr(248)&"r]", "<img src='icon_refresh.png' width='15' height='15' vspace='-7'/>")
  805. 'Cstrike_TitlesTXT_Game_afk_bomb_drop'csgo_danish
  806. strNewText = Replace(strNewText,chr(34)&"Jeg smed bomben.", chr(34)&" Jeg smed bomben. ")
  807. If pink = 7 Then
  808. strNewText = Replace(strNewText,"", "")
  809. strNewText = Replace(strNewText,"#ff0080", "#ff0000")
  810. End If
  811. If dead = 6 Then
  812. strNewText = Replace(strNewText,"*D"&chrw(216)&"D* [", "*D"&chrw(216)&"D*[")
  813. End If
  814. Set objFile = objFSO.OpenTextFile("csgo_danish.txt", ForWriting, true, -1)
  815. objFile.WriteLine strNewText
  816. objFile.Close
  817.  
  818. Set objFile = objFSO.OpenTextFile("csgo_swedish.txt", ForReading, false, -1)
  819. strText = objFile.ReadAll
  820. objFile.Close
  821. 'SFUI_Freeze_Snapshot'csgo_swedish
  822. strNewText = Replace(strText,chr(34)&"[%s1]Spara "&chrw(246)&"gonblicket", chr(34)&"<font size='0'>[%s1]Spara "&chrw(246)&"gonblicket</font>")
  823. 'FreezePanel_ScreenShot'csgo_swedish
  824. strNewText = Replace(strNewText,chr(34)&"[F5] Spara "&chrw(246)&"gonblicket", chr(34)&"<font size='0'>[F5] Spara "&chrw(246)&"gonblicket</font>")
  825. 'FreezePanel_DamageTaken'csgo_swedish
  826. strNewText = Replace(strNewText,"<font color='#A0A0A0'>Skada tagen: </font><font color='#FFFFFF'><b>%s1</b></font> <font color='#A0A0A0'> av</font> <font color='#FFFFFF'><b>%s2 tr"&chr(228)&"ff </b></font> <font color='#A0A0A0'>fr"&chr(229)&"n %s3</font>", "<font color='#A0A0A0'>Skada tagen: </font><font size='18' color='#ff0080'><b>%s1</b></font> <font color='#A0A0A0'> av</font> <font size='18' color='#ff0080'><b>%s2 tr"&chr(228)&"ff </b></font> <font color='#A0A0A0'>fr"&chr(229)&"n %s3</font>")
  827. 'FreezePanel_DamageGiven'csgo_swedish
  828. strNewText = Replace(strNewText,"<font color='#A0A0A0'>Skada orsakad: </font><font color='#FFFFFF'><b>%s1</b></font> <font color='#A0A0A0'> med</font> <font color='#FFFFFF'><b>%s2 tr"&chr(228)&"ff </b></font> <font color='#A0A0A0'>p"&chr(229)&" %s3</font>", "<font color='#A0A0A0'>Skada orsakad: </font><font size='18' color='#00ff00'><b>%s1</b></font> <font color='#A0A0A0'> med</font> <font size='18' color='#00ff00'><b>%s2 tr"&chr(228)&"ff </b></font> <font color='#A0A0A0'>p"&chr(229)&" %s3</font>")
  829. 'FreezePanel_DamageTaken_Multi'csgo_swedish
  830. strNewText = Replace(strNewText,"<font color='#A0A0A0'>Skada tagen: </font><font color='#FFFFFF'><b>%s1</b></font> <font color='#A0A0A0'> av</font> <font color='#FFFFFF'><b>%s2 tr"&chr(228)&"ffar </b></font> <font color='#A0A0A0'>fr"&chr(229)&"n %s3</font>", "<font color='#A0A0A0'>Skada tagen: </font><font size='18' color='#ff0080'><b>%s1</b></font> <font color='#A0A0A0'> av</font> <font size='18' color='#ff0080'><b>%s2 tr"&chr(228)&"ffar </b></font> <font color='#A0A0A0'>fr"&chr(229)&"n %s3</font>")
  831. 'FreezePanel_DamageGiven_Multi'csgo_swedish
  832. strNewText = Replace(strNewText,"<font color='#A0A0A0'>Skada orsakad: </font><font color='#FFFFFF'><b>%s1</b></font> <font color='#A0A0A0'> med</font> <font color='#FFFFFF'><b>%s2 tr"&chr(228)&"ffar </b></font> <font color='#A0A0A0'>p"&chr(229)&" %s3</font>", "<font color='#A0A0A0'>Skada orsakad: </font><font size='18' color='#00ff00'><b>%s1</b></font> <font color='#A0A0A0'> med</font> <font size='18' color='#00ff00'><b>%s2 tr"&chr(228)&"ffar </b></font> <font color='#A0A0A0'>p"&chr(229)&" %s3</font>")
  833. 'SFUIHUD_playerid_sameteam'csgo_swedish
  834. strNewText = Replace(strNewText,"<font color='#6E7D5C'>V"&chr(228)&"n: %s1 H"&chr(228)&"lsa: %s2</font>", "<font size='20' color='#00ff00'>%s1 | %s2</font>")
  835. 'SFUIHUD_playerid_diffteam'csgo_swedish
  836. strNewText = Replace(strNewText,"<font color='#CC0000'>Fiende: %s1</font>", "<font size='30' color='#ff0000'>%s1</font>")
  837. 'SFUIHUD_playerid_specteam'csgo_swedish
  838. strNewText = Replace(strNewText,"<font color='#6E7D5C'>%s1</font>", "<font size='20' color='#6E7D5C'>%s1</font>")
  839. 'SFUIHUD_playerid_overhead_ct'csgo_swedish
  840. strNewText = Replace(strNewText,"<font color='#3f74c8'>%s1</font><font color='#5e779f'> %s2</font>", "<font size='20' color='#4f92ff'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  841. 'SFUIHUD_playerid_overhead_ct_lowhealth'csgo_swedish
  842. strNewText = Replace(strNewText,"<font color='#3f74c8'>%s1</font><font color='#d82429'> %s2</font>", "<font size='20' color='#4f92ff'>%s1</font><font size='30' color='#ff0080'> %s2</font>")
  843. 'SFUIHUD_playerid_overhead_ct_money'csgo_swedish
  844. strNewText = Replace(strNewText,"<font color='#3f74c8'>%s1</font><font color='#7ebc50'> %s2</font>", "<font size='20' color='#3f74c8'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  845. 'SFUIHUD_playerid_overhead_t'csgo_swedish
  846. strNewText = Replace(strNewText,"<font color='#c3953f'>%s1</font><font color='#9a8661'> %s2</font>", "<font size='20' color='#ffc252'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  847. 'SFUIHUD_playerid_overhead_t_lowhealth'csgo_swedish
  848. strNewText = Replace(strNewText,"<font color='#c3953f'>%s1</font><font color='#d82429'> %s2</font>", "<font size='20' color='#ffc252'>%s1</font><font size='30' color='#ff0080'> %s2</font>")
  849. 'SFUIHUD_playerid_overhead_t_money'csgo_swedish
  850. strNewText = Replace(strNewText,"<font color='#c3953f'>%s1</font><font color='#7ebc50'> %s2</font>", "<font size='20' color='#c3953f'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  851. 'SFUIHUD_weaponid_pickup'csgo_swedish
  852. strNewText = Replace(strNewText,chr(34)&"${use} byt mot %s1", chr(34)&"<font size='30'>${use} byt mot %s1</font>")
  853. 'SFUIHUD_weaponid_c4defuse'csgo_swedish
  854. strNewText = Replace(strNewText,chr(34)&"${use} desarmera C4:an", chr(34)&"<font size='30'>${use} desarmera C4:an</font>")
  855. 'SFUIHUD_targetid_FLASHED'csgo_swedish
  856. strNewText = Replace(strNewText,"<font color='#6600ff'>(BL"&chr(196)&"NDAD)</font>", "<font size='0'>(BL"&chr(196)&"NDAD)</font>")
  857. 'Game_radio'csgo_swedish
  858. strNewText = Replace(strNewText,"%s1 (RADIO): %s2", "[RADIO] %s1: %s2")
  859. 'Game_radio_location'csgo_swedish
  860. strNewText = Replace(strNewText,"%s1 @ %s2 (RADIO): %s3", "[RADIO] %s1: %s3 [%s2]")
  861. 'Cstrike_Chat_CT_Loc'csgo_swedish
  862. strNewText = Replace(strNewText,"(Antiterrorist) %s1 @ %s3 :  %s2", "[CT] %s1: %s2 [%s3]")
  863. 'Cstrike_Chat_CT'csgo_swedish
  864. strNewText = Replace(strNewText,"(Antiterrorist) %s1 :  %s2", "[CT] %s1: %s2")
  865. 'Cstrike_Chat_T_Loc'csgo_swedish
  866. strNewText = Replace(strNewText,"(Terrorist) %s1 @ %s3 :  %s2", "[T] %s1: %s2 [%s3]")
  867. 'Cstrike_Chat_T'csgo_swedish
  868. strNewText = Replace(strNewText,"(Terrorist) %s1 :  %s2", "[T] %s1: %s2")
  869. 'Cstrike_Chat_CT_Dead'csgo_swedish
  870. strNewText = Replace(strNewText,"*D"&chr(214)&"D*(Antiterrorist) %s1: %s2", "*D"&chr(214)&"D* [CT] %s1: %s2")
  871. 'Cstrike_Chat_T_Dead'csgo_swedish
  872. strNewText = Replace(strNewText,"*D"&chr(214)&"D*(Terrorist) %s1: %s2", "*D"&chr(214)&"D* [T] %s1: %s2")
  873. 'Cstrike_Chat_Spec'csgo_swedish
  874. strNewText = Replace(strNewText,"("&chr(197)&"sk"&chr(229)&"dare) %s1: %s2", "["&chr(197)&"] %s1: %s2")
  875. 'Cstrike_Chat_All'csgo_swedish
  876. strNewText = Replace(strNewText,"%s1 :  %s2", "%s1: %s2")
  877. 'Cstrike_Chat_AllDead'csgo_swedish
  878. strNewText = Replace(strNewText,"*D"&chr(214)&"D* %s1 :  %s2", "*D"&chr(214)&"D* %s1: %s2")
  879. 'Cstrike_Chat_AllSpec'csgo_swedish
  880. strNewText = Replace(strNewText,"*"&chr(197)&"SK* %s1: %s2", "*"&chr(197)&"SK* %s1: %s2")
  881. 'Cstrike_Name_Change'csgo_swedish
  882. strNewText = Replace(strNewText,"* %s1 bytt namn till %s2", "* %s1 bytt namn till %s2")
  883. 'SFUIHUD_Spectate_Navigation_Camera'csgo_swedish
  884. strNewText = Replace(strNewText,"${+jump} Kamera", "<font size='0'>${+jump} Kamera</font>")
  885. 'SFUIHUD_Spectate_Navigation_Arrows'csgo_swedish
  886. strNewText = Replace(strNewText,"${+attack} N"&chr(228)&"sta spelare", "<font size='0'>${+attack} N"&chr(228)&"sta spelare</font>")
  887. 'SFUIHUD_Spectate_Navigation_ToggleOverview'csgo_swedish
  888. strNewText = Replace(strNewText,"${+duck} "&chrw(214)&"verblic", "<font size='0'>${+duck} "&chrw(214)&"verblic</font>")
  889. 'Player_Cash_Award_Killed_Enemy_Generic'csgo_swedish
  890. strNewText = Replace(strNewText," %s1: Bel"&chrw(246)&"ning f"&chrw(246)&"r att neutralisera en fiende.", " %s1: Bel"&chrw(246)&"ning f"&chrw(246)&"r att neutralisera en fiende.")
  891. 'Player_Cash_Award_Killed_Enemy'csgo_swedish
  892. strNewText = Replace(strNewText," %s1: Bel"&chrw(246)&"ning f"&chrw(246)&"r att neutralisera en fiende med %s2.", " %s1: Bel"&chrw(246)&"ning f"&chrw(246)&"r att neutralisera en fiende med %s2.")
  893. 'Player_Cash_Award_Kill_Teammate'csgo_swedish
  894. strNewText = Replace(strNewText," %s1: Straff f"&chrw(246)&"r att d"&chrw(246)&"da en allierad.", " %s1: Straff f"&chrw(246)&"r att d"&chrw(246)&"da en allierad.")
  895. 'Cstrike_TitlesTXT_Game_teammate_attack'csgo_swedish
  896. strNewText = Replace(strNewText,"%s1 anf"&chrw(246)&"ll en lagmedlem.", " %s1 anf"&chrw(246)&"ll en lagmedlem.")
  897. 'Cstrike_TitlesTXT_Game_teammate_kills'csgo_swedish
  898. strNewText = Replace(strNewText,chr(34)&"D"&chrw(246)&"dade lagmedlemmar: %s1 av 3", chr(34)&" D"&chrw(246)&"dade lagmedlemmar: %s1 av 3")
  899. 'Player_Point_Award_Killed_Enemy'csgo_swedish
  900. strNewText = Replace(strNewText," %s1 po"&chr(228)&"ng f"&chrw(246)&"r att du neutraliserade en fiende med %s2.", " %s1 po"&chr(228)&"ng f"&chrw(246)&"r att du neutraliserade en fiende med %s2.")
  901. 'Player_Point_Award_Killed_Enemy_Plural'csgo_swedish
  902. strNewText = Replace(strNewText," %s1 po"&chr(228)&"ng f"&chrw(246)&"r att du neutraliserade en fiende med %s2.", " %s1 po"&chr(228)&"ng f"&chrw(246)&"r att du neutraliserade en fiende med %s2.")
  903. 'FreezePanel_Killer1_KillerWeapon'csgo_swedish
  904. strNewText = Replace(strNewText,"d"&chrw(246)&"dade dig med sin %s1", "d"&chrw(246)&"dade dig med sin <b>%s1</b>")
  905. 'FreezePanel_Killer1_OthersWeapon'csgo_swedish
  906. strNewText = Replace(strNewText,"d"&chrw(246)&"dade dig med <font color='#adadad'>%s2's</font> %s1", "d"&chrw(246)&"dade dig med <font color='#adadad'>%s2's</font> <b>%s1</b>")
  907. 'FreezePanel_Killer1_YourWeapon'csgo_swedish
  908. strNewText = Replace(strNewText,"d"&chrw(246)&"dade dig med din egen %s1", "d"&chrw(246)&"dade dig med din egen <b>%s1</b>")
  909. 'FreezePanel_Killer1_Weapon'csgo_swedish
  910. strNewText = Replace(strNewText,"d"&chrw(246)&"dade dig med %s1", "d"&chrw(246)&"dade dig med <b>%s1</b>")
  911. 'SFUI_Notice_DM_BonusWeaponText'csgo_swedish
  912. strNewText = Replace(strNewText,"Bonusvapnet f"&chrw(246)&"r de n"&chr(228)&"sta %s1 sekunderna "&chr(228)&"r: %s2", "Bonusvapnet f"&chrw(246)&"r de n"&chr(228)&"sta %s1 sekunderna "&chr(228)&"r: %s2")
  913. 'Player_You_Are_Now_Dominating'csgo_swedish
  914. strNewText = Replace(strNewText,"Du dominerar nu %s1.", "Du dominerar nu %s1.")
  915. 'Player_You_Are_Still_Dominating'csgo_swedish
  916. strNewText = Replace(strNewText,"Du dominerar fortfarande %s1.", "Du dominerar fortfarande %s1.")
  917. 'SFUI_ARFlashAlert_ReachedLevel'csgo_swedish
  918. strNewText = Replace(strNewText,"N"&chr(229)&"dde niv"&chr(229)&" %s1 / %s2", "N"&chr(229)&"dde niv"&chr(229)&" <font size='30' color='#00FF00'><b>%s1</b></font> / %s2")
  919. 'SFUIHUD_Spectate_Navigation_Control_Bot_Keyboard'csgo_swedish
  920. strNewText = Replace(strNewText,"${+use} Kontrollera bot ", "${+use} <img src='icon_like.png' width='15' height='15' vspace='-7'/>Kontrollera bot ")
  921. 'hostagerescuetime'csgo_swedish
  922. strNewText = Replace(strNewText,"Antiterroristerna har tj"&chr(228)&"nat mer tid genom att n"&chr(229)&" gisslan.", " Antiterroristerna har tj"&chr(228)&"nat mer tid genom att n"&chr(229)&" gisslan.")
  923. 'SFUI_Notice_Knife_Level'csgo_swedish
  924. strNewText = Replace(strNewText,"%s1 har n"&chr(229)&"tt guldknivniv"&chr(229)&"!", " %s1 har n"&chr(229)&"tt guldknivniv"&chr(229)&"!")
  925. 'Cstrike_TitlesTXT_Switch_To_BurstFire'csgo_swedish
  926. strNewText = Replace(strNewText,chr(34)&"V"&chr(228)&"xlade till skottsalva", chr(34)&"<font color='#fff000'>V"&chr(228)&"xlade till skottsalva</font>")
  927. 'SFUI_Scoreboard_Navigation_PlayerDetails'csgo_swedish
  928. strNewText = Replace(strNewText,"<img src='arrow_key.png' width='15' height='15' vspace='-7'/> <img src='arrow_dn_key.png' width='15' height='15' vspace='-7'/>V"&chr(228)&"lj spelare <img src='enter_key.png' width='31' height='15' vspace='-5'/>Visa profil", "<font size='0'>SFUI_Scoreboard_Navigation_PlayerDetails</font>")
  929. 'SFUIHUD_Spectate_SpecMode_Director'csgo_swedish
  930. strNewText = Replace(strNewText,"[Automatisk styrning]", "<img src='icon_refresh.png' width='15' height='15' vspace='-7'/>")
  931. 'Cstrike_TitlesTXT_Game_afk_bomb_drop'csgo_swedish
  932. strNewText = Replace(strNewText,chr(34)&"Jag sl"&chr(228)&"ppte bomben.", chr(34)&" Jag sl"&chr(228)&"ppte bomben. ")
  933. If pink = 7 Then
  934. strNewText = Replace(strNewText,"", "")
  935. strNewText = Replace(strNewText,"#ff0080", "#ff0000")
  936. End If
  937. If dead = 6 Then
  938. strNewText = Replace(strNewText,"*D"&chr(214)&"D* [", "*D"&chr(214)&"D* [")
  939. End If
  940. Set objFile = objFSO.OpenTextFile("csgo_swedish.txt", ForWriting, true, -1)
  941. objFile.WriteLine strNewText
  942. objFile.Close
  943.  
  944.  
  945. Set objFile = objFSO.OpenTextFile("csgo_russian.txt", ForReading, false, -1)
  946. strText = objFile.ReadAll
  947. objFile.Close
  948. 'SFUI_Freeze_Snapshot'csgo_russian
  949. strNewText = Replace(strText,chr(34)&"[%s1] "&chrw(1047)&chrw(1072)&chrw(1087)&chrw(1077)&chrw(1095)&chrw(1072)&chrw(1090)&chrw(1083)&chrw(1077)&chrw(1090)&chrw(1100)&" "&chrw(1101)&chrw(1090)&chrw(1086)&chrw(1090)&" "&chrw(1084)&chrw(1086)&chrw(1084)&chrw(1077)&chrw(1085)&chrw(1090)&"", chr(34)&"<font size='0'>[%s1] "&chrw(1047)&chrw(1072)&chrw(1087)&chrw(1077)&chrw(1095)&chrw(1072)&chrw(1090)&chrw(1083)&chrw(1077)&chrw(1090)&chrw(1100)&" "&chrw(1101)&chrw(1090)&chrw(1086)&chrw(1090)&" "&chrw(1084)&chrw(1086)&chrw(1084)&chrw(1077)&chrw(1085)&chrw(1090)&"</font>")
  950. 'FreezePanel_ScreenShot'csgo_russian
  951. strNewText = Replace(strNewText,chr(34)&"[F5] "&chrw(1057)&chrw(1086)&chrw(1093)&chrw(1088)&chrw(1072)&chrw(1085)&chrw(1080)&chrw(1090)&chrw(1100)&" "&chrw(1101)&chrw(1090)&chrw(1086)&chrw(1090)&" "&chrw(1084)&chrw(1086)&chrw(1084)&chrw(1077)&chrw(1085)&chrw(1090)&"", chr(34)&"<font size='0'>[F5] "&chrw(1057)&chrw(1086)&chrw(1093)&chrw(1088)&chrw(1072)&chrw(1085)&chrw(1080)&chrw(1090)&chrw(1100)&" "&chrw(1101)&chrw(1090)&chrw(1086)&chrw(1090)&" "&chrw(1084)&chrw(1086)&chrw(1084)&chrw(1077)&chrw(1085)&chrw(1090)&"</font>")
  952. 'FreezePanel_DamageTaken'csgo_russian
  953. strNewText = Replace(strNewText,"<font color='#A0A0A0'>"&chrw(1055)&chrw(1086)&chrw(1083)&chrw(1091)&chrw(1095)&chrw(1077)&chrw(1085)&chrw(1086)&" "&chrw(1091)&chrw(1088)&chrw(1086)&chrw(1085)&chrw(1072)&": </font><font color='#FFFFFF'><b>%s1</b></font> <font color='#A0A0A0'> "&chrw(1086)&chrw(1090)&"</font> <font color='#FFFFFF'><b>%s2 "&chrw(1087)&chrw(1086)&chrw(1087)&chrw(1072)&chrw(1076)&chrw(1072)&chrw(1085)&chrw(1080)&chrw(1103)&" </b></font> <font color='#A0A0A0'>"&chrw(1080)&chrw(1075)&chrw(1088)&chrw(1086)&chrw(1082)&chrw(1072)&" %s3</font>", "<font color='#A0A0A0'>"&chrw(1055)&chrw(1086)&chrw(1083)&chrw(1091)&chrw(1095)&chrw(1077)&chrw(1085)&chrw(1086)&" "&chrw(1091)&chrw(1088)&chrw(1086)&chrw(1085)&chrw(1072)&": </font><font size='18' color='#ff0080'><b>%s1</b></font> <font color='#A0A0A0'> "&chrw(1086)&chrw(1090)&"</font> <font size='18' color='#ff0080'><b>%s2 "&chrw(1087)&chrw(1086)&chrw(1087)&chrw(1072)&chrw(1076)&chrw(1072)&chrw(1085)&chrw(1080)&chrw(1103)&" </b></font> <font color='#A0A0A0'>"&chrw(1080)&chrw(1075)&chrw(1088)&chrw(1086)&chrw(1082)&chrw(1072)&" %s3</font>")
  954. 'FreezePanel_DamageGiven'csgo_russian
  955. strNewText = Replace(strNewText,"<font color='#A0A0A0'>"&chrw(1053)&chrw(1072)&chrw(1085)&chrw(1077)&chrw(1089)&chrw(1077)&chrw(1085)&chrw(1086)&" "&chrw(1091)&chrw(1088)&chrw(1086)&chrw(1085)&chrw(1072)&": </font><font color='#FFFFFF'><b>%s1</b></font> <font color='#A0A0A0'> "&chrw(1086)&chrw(1090)&"</font> <font color='#FFFFFF'><b>%s2 "&chrw(1087)&chrw(1086)&chrw(1087)&chrw(1072)&chrw(1076)&chrw(1072)&chrw(1085)&chrw(1080)&chrw(1103)&" "&chrw(1087)&chrw(1086)&" </b></font> <font color='#A0A0A0'>"&chrw(1080)&chrw(1075)&chrw(1088)&chrw(1086)&chrw(1082)&chrw(1091)&" %s3</font>", "<font color='#A0A0A0'>"&chrw(1053)&chrw(1072)&chrw(1085)&chrw(1077)&chrw(1089)&chrw(1077)&chrw(1085)&chrw(1086)&" "&chrw(1091)&chrw(1088)&chrw(1086)&chrw(1085)&chrw(1072)&": </font><font size='18' color='#00ff00'><b>%s1</b></font> <font color='#A0A0A0'> "&chrw(1086)&chrw(1090)&"</font> <font size='18' color='#00ff00'><b>%s2 "&chrw(1087)&chrw(1086)&chrw(1087)&chrw(1072)&chrw(1076)&chrw(1072)&chrw(1085)&chrw(1080)&chrw(1103)&" "&chrw(1087)&chrw(1086)&" </b></font> <font color='#A0A0A0'>"&chrw(1080)&chrw(1075)&chrw(1088)&chrw(1086)&chrw(1082)&chrw(1091)&" %s3</font>")
  956. 'FreezePanel_DamageTaken_Multi'csgo_russian
  957. strNewText = Replace(strNewText,"<font color='#A0A0A0'>"&chrw(1055)&chrw(1086)&chrw(1083)&chrw(1091)&chrw(1095)&chrw(1077)&chrw(1085)&chrw(1086)&" "&chrw(1091)&chrw(1088)&chrw(1086)&chrw(1085)&chrw(1072)&": </font><font color='#FFFFFF'><b>%s1</b></font> <font color='#A0A0A0'> "&chrw(1086)&chrw(1090)&"</font> <font color='#FFFFFF'><b>%s2 "&chrw(1087)&chrw(1086)&chrw(1087)&chrw(1072)&chrw(1076)&chrw(1072)&chrw(1085)&chrw(1080)&chrw(1081)&" </b></font> <font color='#A0A0A0'>"&chrw(1080)&chrw(1075)&chrw(1088)&chrw(1086)&chrw(1082)&chrw(1072)&" %s3</font>", "<font color='#A0A0A0'>"&chrw(1055)&chrw(1086)&chrw(1083)&chrw(1091)&chrw(1095)&chrw(1077)&chrw(1085)&chrw(1086)&" "&chrw(1091)&chrw(1088)&chrw(1086)&chrw(1085)&chrw(1072)&": </font><font size='18' color='#ff0080'><b>%s1</b></font> <font color='#A0A0A0'> "&chrw(1086)&chrw(1090)&"</font> <font size='18' color='#ff0080'><b>%s2 "&chrw(1087)&chrw(1086)&chrw(1087)&chrw(1072)&chrw(1076)&chrw(1072)&chrw(1085)&chrw(1080)&chrw(1081)&" </b></font> <font color='#A0A0A0'>"&chrw(1080)&chrw(1075)&chrw(1088)&chrw(1086)&chrw(1082)&chrw(1072)&" %s3</font>")
  958. 'FreezePanel_DamageGiven_Multi'csgo_russian
  959. strNewText = Replace(strNewText,"<font color='#A0A0A0'>"&chrw(1053)&chrw(1072)&chrw(1085)&chrw(1077)&chrw(1089)&chrw(1077)&chrw(1085)&chrw(1086)&" "&chrw(1091)&chrw(1088)&chrw(1086)&chrw(1085)&chrw(1072)&": </font><font color='#FFFFFF'><b>%s1</b></font> <font color='#A0A0A0'> "&chrw(1086)&chrw(1090)&"</font> <font color='#FFFFFF'><b>%s2 "&chrw(1087)&chrw(1086)&chrw(1087)&chrw(1072)&chrw(1076)&chrw(1072)&chrw(1085)&chrw(1080)&chrw(1081)&" "&chrw(1087)&chrw(1086)&" </b></font> <font color='#A0A0A0'>"&chrw(1080)&chrw(1075)&chrw(1088)&chrw(1086)&chrw(1082)&chrw(1091)&" %s3</font>", "<font color='#A0A0A0'>"&chrw(1053)&chrw(1072)&chrw(1085)&chrw(1077)&chrw(1089)&chrw(1077)&chrw(1085)&chrw(1086)&" "&chrw(1091)&chrw(1088)&chrw(1086)&chrw(1085)&chrw(1072)&": </font><font size='18' color='#00ff00'><b>%s1</b></font> <font color='#A0A0A0'> "&chrw(1086)&chrw(1090)&"</font> <font size='18' color='#00ff00'><b>%s2 "&chrw(1087)&chrw(1086)&chrw(1087)&chrw(1072)&chrw(1076)&chrw(1072)&chrw(1085)&chrw(1080)&chrw(1081)&" "&chrw(1087)&chrw(1086)&" </b></font> <font color='#A0A0A0'>"&chrw(1080)&chrw(1075)&chrw(1088)&chrw(1086)&chrw(1082)&chrw(1091)&" %s3</font>")
  960. 'SFUIHUD_playerid_sameteam'csgo_russian
  961. strNewText = Replace(strNewText,"<font color='#6E7D5C'>"&chrw(1057)&chrw(1086)&chrw(1102)&chrw(1079)&chrw(1085)&chrw(1080)&chrw(1082)&": %s1 "&chrw(1047)&chrw(1076)&chrw(1086)&chrw(1088)&chrw(1086)&chrw(1074)&chrw(1100)&chrw(1077)&": %s2</font>", "<font size='20' color='#00ff00'>%s1 | %s2</font>")
  962. 'SFUIHUD_playerid_diffteam'csgo_russian
  963. strNewText = Replace(strNewText,"<font color='#CC0000'>"&chrw(1042)&chrw(1088)&chrw(1072)&chrw(1075)&": %s1</font>", "<font size='30' color='#ff0000'>%s1</font>")
  964. 'SFUIHUD_playerid_specteam'csgo_russian
  965. strNewText = Replace(strNewText,"<font color='#6E7D5C'>%s1</font>", "<font size='20' color='#6E7D5C'>%s1</font>")
  966. 'SFUIHUD_playerid_overhead_ct'csgo_russian
  967. strNewText = Replace(strNewText,"<font color='#3f74c8'>%s1</font><font color='#5e779f'> %s2</font>", "<font size='20' color='#4f92ff'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  968. 'SFUIHUD_playerid_overhead_ct_lowhealth'csgo_russian
  969. strNewText = Replace(strNewText,"<font color='#3f74c8'>%s1</font><font color='#d82429'> %s2</font>", "<font size='20' color='#4f92ff'>%s1</font><font size='30' color='#ff0080'> %s2</font>")
  970. 'SFUIHUD_playerid_overhead_ct_money'csgo_russian
  971. strNewText = Replace(strNewText,"<font color='#3f74c8'>%s1</font><font color='#7ebc50'> %s2</font>", "<font size='20' color='#3f74c8'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  972. 'SFUIHUD_playerid_overhead_t'csgo_russian
  973. strNewText = Replace(strNewText,"<font color='#c3953f'>%s1</font><font color='#9a8661'> %s2</font>", "<font size='20' color='#ffc252'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  974. 'SFUIHUD_playerid_overhead_t_lowhealth'csgo_russian
  975. strNewText = Replace(strNewText,"<font color='#c3953f'>%s1</font><font color='#d82429'> %s2</font>", "<font size='20' color='#ffc252'>%s1</font><font size='30' color='#ff0080'> %s2</font>")
  976. 'SFUIHUD_playerid_overhead_t_money'csgo_russian
  977. strNewText = Replace(strNewText,"<font color='#c3953f'>%s1</font><font color='#7ebc50'> %s2</font>", "<font size='20' color='#c3953f'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  978. 'SFUIHUD_weaponid_pickup'csgo_russian
  979. strNewText = Replace(strNewText,chr(34)&"${use} "&chrw(1057)&chrw(1084)&chrw(1077)&chrw(1085)&chrw(1080)&chrw(1090)&chrw(1100)&" "&chrw(1085)&chrw(1072)&" %s1", chr(34)&"<font size='30'>${use} "&chrw(1057)&chrw(1084)&chrw(1077)&chrw(1085)&chrw(1080)&chrw(1090)&chrw(1100)&" "&chrw(1085)&chrw(1072)&" %s1</font>")
  980. 'SFUIHUD_weaponid_c4defuse'csgo_russian
  981. strNewText = Replace(strNewText,chr(34)&"${use} "&chrw(1054)&chrw(1073)&chrw(1077)&chrw(1079)&chrw(1074)&chrw(1088)&chrw(1077)&chrw(1076)&chrw(1080)&chrw(1090)&chrw(1100)&" C4", chr(34)&"<font size='30'>${use} "&chrw(1054)&chrw(1073)&chrw(1077)&chrw(1079)&chrw(1074)&chrw(1088)&chrw(1077)&chrw(1076)&chrw(1080)&chrw(1090)&chrw(1100)&" C4</font>")
  982. 'SFUIHUD_targetid_FLASHED'csgo_russian
  983. strNewText = Replace(strNewText,"<font color='#6600ff'>("&chrw(1054)&chrw(1057)&chrw(1051)&chrw(1045)&chrw(1055)&chrw(1051)&chrw(1045)&chrw(1053)&")</font>", "<font size='0'>("&chrw(1054)&chrw(1057)&chrw(1051)&chrw(1045)&chrw(1055)&chrw(1051)&chrw(1045)&chrw(1053)&")</font>")
  984. 'Game_radio'csgo_russian
  985. strNewText = Replace(strNewText,"%s1 ("&chrw(1056)&chrw(1040)&chrw(1044)&chrw(1048)&chrw(1054)&"): %s2", "["&chrw(1056)&chrw(1040)&chrw(1044)&chrw(1048)&chrw(1054)&"] %s1: %s2")
  986. 'Game_radio_location'csgo_russian
  987. strNewText = Replace(strNewText,"%s1 @ %s2 ("&chrw(1056)&chrw(1040)&chrw(1044)&chrw(1048)&chrw(1054)&"): %s3", "["&chrw(1056)&chrw(1040)&chrw(1044)&chrw(1048)&chrw(1054)&"] %s1: %s3 [%s2]")
  988. 'Cstrike_Chat_CT_Loc'csgo_russian
  989. strNewText = Replace(strNewText,"("&chrw(1057)&chrw(1087)&chrw(1077)&chrw(1094)&chrw(1085)&chrw(1072)&chrw(1079)&chrw(1086)&chrw(1074)&chrw(1077)&chrw(1094)&") %s1 @ %s3 :  %s2", "[CT] %s1: %s2 [%s3]")
  990. 'Cstrike_Chat_CT'csgo_russian
  991. strNewText = Replace(strNewText,"("&chrw(1057)&chrw(1087)&chrw(1077)&chrw(1094)&chrw(1085)&chrw(1072)&chrw(1079)&chrw(1086)&chrw(1074)&chrw(1077)&chrw(1094)&") %s1 :  %s2", "[CT] %s1: %s2")
  992. 'Cstrike_Chat_T_Loc'csgo_russian
  993. strNewText = Replace(strNewText,"("&chrw(1058)&chrw(1077)&chrw(1088)&chrw(1088)&chrw(1086)&chrw(1088)&chrw(1080)&chrw(1089)&chrw(1090)&") %s1 @ %s3 :  %s2", "[T] %s1: %s2 [%s3]")
  994. 'Cstrike_Chat_T'csgo_russian
  995. strNewText = Replace(strNewText,"("&chrw(1058)&chrw(1077)&chrw(1088)&chrw(1088)&chrw(1086)&chrw(1088)&chrw(1080)&chrw(1089)&chrw(1090)&") %s1 :  %s2", "[T] %s1: %s2")
  996. 'Cstrike_Chat_CT_Dead'csgo_russian
  997. strNewText = Replace(strNewText,"*"&chrw(1052)&chrw(1045)&chrw(1056)&chrw(1058)&chrw(1042)&"*("&chrw(1057)&chrw(1087)&chrw(1077)&chrw(1094)&chrw(1085)&chrw(1072)&chrw(1079)&chrw(1086)&chrw(1074)&chrw(1077)&chrw(1094)&") %s1 :  %s2", "*DEAD* [CT] %s1: %s2")
  998. 'Cstrike_Chat_T_Dead'csgo_russian
  999. strNewText = Replace(strNewText,"*"&chrw(1052)&chrw(1045)&chrw(1056)&chrw(1058)&chrw(1042)&"*("&chrw(1058)&chrw(1077)&chrw(1088)&chrw(1088)&chrw(1086)&chrw(1088)&chrw(1080)&chrw(1089)&chrw(1090)&") %s1 :  %s2", "*DEAD* [T] %s1: %s2")
  1000. 'Cstrike_Chat_Spec'csgo_russian
  1001. strNewText = Replace(strNewText,"("&chrw(1053)&chrw(1072)&chrw(1073)&chrw(1083)&chrw(1102)&chrw(1076)&chrw(1072)&chrw(1090)&chrw(1077)&chrw(1083)&chrw(1100)&") %s1 :  %s2", "[S] %s1: %s2")
  1002. 'Cstrike_Chat_All'csgo_russian
  1003. strNewText = Replace(strNewText,"%s1 :  %s2", "%s1: %s2")
  1004. 'Cstrike_Chat_AllDead'csgo_russian
  1005. strNewText = Replace(strNewText,"*"&chrw(1052)&chrw(1045)&chrw(1056)&chrw(1058)&chrw(1042)&"* %s1: %s2", "*DEAD* %s1: %s2")
  1006. 'Cstrike_Chat_AllSpec'csgo_russian
  1007. strNewText = Replace(strNewText,"*"&chrw(1053)&chrw(1040)&chrw(1041)&chrw(1051)&chrw(1070)&chrw(1044)&chrw(1040)&chrw(1058)&chrw(1045)&chrw(1051)&chrw(1100)&"* %s1 :  %s2", "*SPEC* %s1: %s2")
  1008. 'Cstrike_Name_Change'csgo_russian
  1009. strNewText = Replace(strNewText,"* %s1 "&chrw(1080)&chrw(1079)&chrw(1084)&chrw(1077)&chrw(1085)&chrw(1080)&chrw(1083)&" "&chrw(1080)&chrw(1084)&chrw(1103)&" "&chrw(1085)&chrw(1072)&" %s2", "* %s1 "&chrw(1080)&chrw(1079)&chrw(1084)&chrw(1077)&chrw(1085)&chrw(1080)&chrw(1083)&" "&chrw(1080)&chrw(1084)&chrw(1103)&" "&chrw(1085)&chrw(1072)&" %s2")
  1010. 'SFUIHUD_Spectate_Navigation_Camera'csgo_russian
  1011. strNewText = Replace(strNewText,"${+jump} "&chrw(1050)&chrw(1072)&chrw(1084)&chrw(1077)&chrw(1088)&chrw(1072)&"", "<font size='0'>${+jump} "&chrw(1050)&chrw(1072)&chrw(1084)&chrw(1077)&chrw(1088)&chrw(1072)&"</font>")
  1012. 'SFUIHUD_Spectate_Navigation_Arrows'csgo_russian
  1013. strNewText = Replace(strNewText,"${+attack} "&chrw(1057)&chrw(1083)&chrw(1077)&chrw(1076)&chrw(1091)&chrw(1102)&chrw(1097)&chrw(1080)&chrw(1081)&" "&chrw(1080)&chrw(1075)&chrw(1088)&chrw(1086)&chrw(1082)&"", "<font size='0'>${+attack}"&chrw(1057)&chrw(1083)&chrw(1077)&chrw(1076)&chrw(1091)&chrw(1102)&chrw(1097)&chrw(1080)&chrw(1081)&" "&chrw(1080)&chrw(1075)&chrw(1088)&chrw(1086)&chrw(1082)&"</font>")
  1014. 'SFUIHUD_Spectate_Navigation_ToggleOverview'csgo_russian
  1015. strNewText = Replace(strNewText,"${+duck} "&chrw(1054)&chrw(1073)&chrw(1079)&chrw(1086)&chrw(1088)&"", "<font size='0'>${+duck} "&chrw(1054)&chrw(1073)&chrw(1079)&chrw(1086)&chrw(1088)&"</font>")
  1016. 'Player_Cash_Award_Killed_Enemy_Generic'csgo_russian
  1017. strNewText = Replace(strNewText," %s1: "&chrw(1053)&chrw(1072)&chrw(1075)&chrw(1088)&chrw(1072)&chrw(1076)&chrw(1072)&" "&chrw(1079)&chrw(1072)&" "&chrw(1085)&chrw(1077)&chrw(1081)&chrw(1090)&chrw(1088)&chrw(1072)&chrw(1083)&chrw(1080)&chrw(1079)&chrw(1072)&chrw(1094)&chrw(1080)&chrw(1102)&" "&chrw(1074)&chrw(1088)&chrw(1072)&chrw(1075)&chrw(1072)&".", " %s1: "&chrw(1053)&chrw(1072)&chrw(1075)&chrw(1088)&chrw(1072)&chrw(1076)&chrw(1072)&" "&chrw(1079)&chrw(1072)&" "&chrw(1085)&chrw(1077)&chrw(1081)&chrw(1090)&chrw(1088)&chrw(1072)&chrw(1083)&chrw(1080)&chrw(1079)&chrw(1072)&chrw(1094)&chrw(1080)&chrw(1102)&" "&chrw(1074)&chrw(1088)&chrw(1072)&chrw(1075)&chrw(1072)&".")
  1018. 'Player_Cash_Award_Killed_Enemy'csgo_russian
  1019. strNewText = Replace(strNewText," %s1: "&chrw(1053)&chrw(1072)&chrw(1075)&chrw(1088)&chrw(1072)&chrw(1076)&chrw(1072)&" "&chrw(1079)&chrw(1072)&" "&chrw(1085)&chrw(1077)&chrw(1081)&chrw(1090)&chrw(1088)&chrw(1072)&chrw(1083)&chrw(1080)&chrw(1079)&chrw(1072)&chrw(1094)&chrw(1080)&chrw(1102)&" "&chrw(1074)&chrw(1088)&chrw(1072)&chrw(1075)&chrw(1072)&" "&chrw(1089)&" "&chrw(1087)&chrw(1086)&chrw(1084)&chrw(1086)&chrw(1097)&chrw(1100)&chrw(1102)&" %s2.", " %s1: "&chrw(1053)&chrw(1072)&chrw(1075)&chrw(1088)&chrw(1072)&chrw(1076)&chrw(1072)&" "&chrw(1079)&chrw(1072)&" "&chrw(1085)&chrw(1077)&chrw(1081)&chrw(1090)&chrw(1088)&chrw(1072)&chrw(1083)&chrw(1080)&chrw(1079)&chrw(1072)&chrw(1094)&chrw(1080)&chrw(1102)&" "&chrw(1074)&chrw(1088)&chrw(1072)&chrw(1075)&chrw(1072)&" "&chrw(1089)&" "&chrw(1087)&chrw(1086)&chrw(1084)&chrw(1086)&chrw(1097)&chrw(1100)&chrw(1102)&" %s2.")
  1020. 'Player_Cash_Award_Kill_Teammate'csgo_russian
  1021. strNewText = Replace(strNewText," %s1: "&chrw(1064)&chrw(1090)&chrw(1088)&chrw(1072)&chrw(1092)&" "&chrw(1079)&chrw(1072)&" "&chrw(1091)&chrw(1073)&chrw(1080)&chrw(1081)&chrw(1089)&chrw(1090)&chrw(1074)&chrw(1086)&" "&chrw(1089)&chrw(1086)&chrw(1102)&chrw(1079)&chrw(1085)&chrw(1080)&chrw(1082)&chrw(1072)&".", " %s1: "&chrw(1064)&chrw(1090)&chrw(1088)&chrw(1072)&chrw(1092)&" "&chrw(1079)&chrw(1072)&" "&chrw(1091)&chrw(1073)&chrw(1080)&chrw(1081)&chrw(1089)&chrw(1090)&chrw(1074)&chrw(1086)&" "&chrw(1089)&chrw(1086)&chrw(1102)&chrw(1079)&chrw(1085)&chrw(1080)&chrw(1082)&chrw(1072)&".")
  1022. 'Cstrike_TitlesTXT_Game_teammate_attack'csgo_russian
  1023. strNewText = Replace(strNewText,"%s1 "&chrw(1087)&chrw(1086)&chrw(1087)&chrw(1072)&chrw(1083)&" "&chrw(1087)&chrw(1086)&" "&chrw(1085)&chrw(1072)&chrw(1087)&chrw(1072)&chrw(1088)&chrw(1085)&chrw(1080)&chrw(1082)&chrw(1091)&".", " %s1 "&chrw(1087)&chrw(1086)&chrw(1087)&chrw(1072)&chrw(1083)&" "&chrw(1087)&chrw(1086)&" "&chrw(1085)&chrw(1072)&chrw(1087)&chrw(1072)&chrw(1088)&chrw(1085)&chrw(1080)&chrw(1082)&chrw(1091)&".")
  1024. 'Cstrike_TitlesTXT_Game_teammate_kills'csgo_russian
  1025. strNewText = Replace(strNewText,chr(34)&chrw(1050)&chrw(1086)&chrw(1083)&chrw(1080)&chrw(1095)&chrw(1077)&chrw(1089)&chrw(1090)&chrw(1074)&chrw(1086)&" "&chrw(1091)&chrw(1073)&chrw(1080)&chrw(1090)&chrw(1099)&chrw(1093)&" "&chrw(1090)&chrw(1086)&chrw(1074)&chrw(1072)&chrw(1088)&chrw(1080)&chrw(1097)&chrw(1077)&chrw(1081)&" "&chrw(1087)&chrw(1086)&" "&chrw(1082)&chrw(1086)&chrw(1084)&chrw(1072)&chrw(1085)&chrw(1076)&chrw(1077)&": %s1 "&chrw(1080)&chrw(1079)&" 3", chr(34)&" "&chrw(1050)&chrw(1086)&chrw(1083)&chrw(1080)&chrw(1095)&chrw(1077)&chrw(1089)&chrw(1090)&chrw(1074)&chrw(1086)&" "&chrw(1091)&chrw(1073)&chrw(1080)&chrw(1090)&chrw(1099)&chrw(1093)&" "&chrw(1090)&chrw(1086)&chrw(1074)&chrw(1072)&chrw(1088)&chrw(1080)&chrw(1097)&chrw(1077)&chrw(1081)&" "&chrw(1087)&chrw(1086)&" "&chrw(1082)&chrw(1086)&chrw(1084)&chrw(1072)&chrw(1085)&chrw(1076)&chrw(1077)&": %s1 "&chrw(1080)&chrw(1079)&" 3")
  1026. 'Player_Point_Award_Killed_Enemy'csgo_russian
  1027. strNewText = Replace(strNewText," %s1 "&chrw(1086)&chrw(1095)&chrw(1082)&chrw(1086)&" "&chrw(1079)&chrw(1072)&" "&chrw(1085)&chrw(1077)&chrw(1081)&chrw(1090)&chrw(1088)&chrw(1072)&chrw(1083)&chrw(1080)&chrw(1079)&chrw(1072)&chrw(1094)&chrw(1080)&chrw(1102)&" "&chrw(1087)&chrw(1088)&chrw(1086)&chrw(1090)&chrw(1080)&chrw(1074)&chrw(1085)&chrw(1080)&chrw(1082)&chrw(1072)&" "&chrw(1089)&" %s2.", " %s1 "&chrw(1086)&chrw(1095)&chrw(1082)&chrw(1086)&" "&chrw(1079)&chrw(1072)&" "&chrw(1085)&chrw(1077)&chrw(1081)&chrw(1090)&chrw(1088)&chrw(1072)&chrw(1083)&chrw(1080)&chrw(1079)&chrw(1072)&chrw(1094)&chrw(1080)&chrw(1102)&" "&chrw(1087)&chrw(1088)&chrw(1086)&chrw(1090)&chrw(1080)&chrw(1074)&chrw(1085)&chrw(1080)&chrw(1082)&chrw(1072)&" "&chrw(1089)&" %s2.")
  1028. 'Player_Point_Award_Killed_Enemy_Plural'csgo_russian
  1029. strNewText = Replace(strNewText," %s1 "&chrw(1086)&chrw(1095)&chrw(1082)&chrw(1086)&chrw(1074)&" "&chrw(1079)&chrw(1072)&" "&chrw(1085)&chrw(1077)&chrw(1081)&chrw(1090)&chrw(1088)&chrw(1072)&chrw(1083)&chrw(1080)&chrw(1079)&chrw(1072)&chrw(1094)&chrw(1080)&chrw(1102)&" "&chrw(1087)&chrw(1088)&chrw(1086)&chrw(1090)&chrw(1080)&chrw(1074)&chrw(1085)&chrw(1080)&chrw(1082)&chrw(1072)&" "&chrw(1089)&" %s2.", " %s1 p"&chrw(1086)&chrw(1095)&chrw(1082)&chrw(1086)&chrw(1074)&" "&chrw(1079)&chrw(1072)&" "&chrw(1085)&chrw(1077)&chrw(1081)&chrw(1090)&chrw(1088)&chrw(1072)&chrw(1083)&chrw(1080)&chrw(1079)&chrw(1072)&chrw(1094)&chrw(1080)&chrw(1102)&" "&chrw(1087)&chrw(1088)&chrw(1086)&chrw(1090)&chrw(1080)&chrw(1074)&chrw(1085)&chrw(1080)&chrw(1082)&chrw(1072)&" "&chrw(1089)&" %s2.")
  1030. 'FreezePanel_Killer1_KillerWeapon'csgo_russian
  1031. strNewText = Replace(strNewText,chrw(1091)&chrw(1073)&chrw(1080)&chrw(1083)&" "&chrw(1074)&chrw(1072)&chrw(1089)&" "&chrw(1080)&chrw(1079)&" %s1", chrw(1091)&chrw(1073)&chrw(1080)&chrw(1083)&" "&chrw(1074)&chrw(1072)&chrw(1089)&" "&chrw(1080)&chrw(1079)&" <b>%s1</b>")
  1032. 'FreezePanel_Killer1_OthersWeapon'csgo_russian
  1033. strNewText = Replace(strNewText,chrw(1091)&chrw(1073)&chrw(1080)&chrw(1083)&" "&chrw(1074)&chrw(1072)&chrw(1089)&" "&chrw(1080)&chrw(1079)&" %s1 <font color='#adadad'>%s2</font>", chrw(1091)&chrw(1073)&chrw(1080)&chrw(1083)&" "&chrw(1074)&chrw(1072)&chrw(1089)&" "&chrw(1080)&chrw(1079)&" <b>%s1</b> <font color='#adadad'>%s2</font>")
  1034. 'FreezePanel_Killer1_YourWeapon'csgo_russian
  1035. strNewText = Replace(strNewText,chrw(1091)&chrw(1073)&chrw(1080)&chrw(1083)&" "&chrw(1074)&chrw(1072)&chrw(1089)&" "&chrw(1074)&chrw(1072)&chrw(1096)&chrw(1080)&chrw(1084)&" "&chrw(1078)&chrw(1077)&" %s1", chrw(1091)&chrw(1073)&chrw(1080)&chrw(1083)&" "&chrw(1074)&chrw(1072)&chrw(1089)&" "&chrw(1074)&chrw(1072)&chrw(1096)&chrw(1080)&chrw(1084)&" "&chrw(1078)&chrw(1077)&" <b>%s1</b>")
  1036. 'FreezePanel_Killer1_Weapon'csgo_russian
  1037. strNewText = Replace(strNewText,chrw(1091)&chrw(1073)&chrw(1080)&chrw(1083)&" "&chrw(1074)&chrw(1072)&chrw(1089)&" "&chrw(1080)&chrw(1079)&" %s1", chrw(1091)&chrw(1073)&chrw(1080)&chrw(1083)&" "&chrw(1074)&chrw(1072)&chrw(1089)&" "&chrw(1080)&chrw(1079)&" <b>%s1</b>")
  1038. 'SFUI_Notice_DM_BonusWeaponText'csgo_russian
  1039. strNewText = Replace(strNewText,chrw(1041)&chrw(1086)&chrw(1085)&chrw(1091)&chrw(1089)&chrw(1085)&chrw(1086)&chrw(1077)&" "&chrw(1086)&chrw(1088)&chrw(1091)&chrw(1078)&chrw(1080)&chrw(1077)&" "&chrw(1085)&chrw(1072)&" "&chrw(1089)&chrw(1083)&chrw(1077)&chrw(1076)&chrw(1091)&chrw(1102)&chrw(1097)&chrw(1080)&chrw(1077)&" %s1 "&chrw(1089)&chrw(1077)&chrw(1082)&".: %s2", chrw(1041)&chrw(1086)&chrw(1085)&chrw(1091)&chrw(1089)&chrw(1085)&chrw(1086)&chrw(1077)&" "&chrw(1086)&chrw(1088)&chrw(1091)&chrw(1078)&chrw(1080)&chrw(1077)&" "&chrw(1085)&chrw(1072)&" "&chrw(1089)&chrw(1083)&chrw(1077)&chrw(1076)&chrw(1091)&chrw(1102)&chrw(1097)&chrw(1080)&chrw(1077)&" %s1 "&chrw(1089)&chrw(1077)&chrw(1082)&".: %s2")
  1040. 'Player_You_Are_Now_Dominating'csgo_russian
  1041. strNewText = Replace(strNewText,chrw(1058)&chrw(1077)&chrw(1087)&chrw(1077)&chrw(1088)&chrw(1100)&" "&chrw(1074)&chrw(1099)&" "&chrw(1076)&chrw(1077)&chrw(1088)&chrw(1078)&chrw(1080)&chrw(1090)&chrw(1077)&" "&chrw(1087)&chrw(1088)&chrw(1077)&chrw(1074)&chrw(1086)&chrw(1089)&chrw(1093)&chrw(1086)&chrw(1076)&chrw(1089)&chrw(1090)&chrw(1074)&chrw(1086)&" "&chrw(1085)&chrw(1072)&chrw(1076)&" %s1.", chrw(1058)&chrw(1077)&chrw(1087)&chrw(1077)&chrw(1088)&chrw(1100)&" "&chrw(1074)&chrw(1099)&" "&chrw(1076)&chrw(1077)&chrw(1088)&chrw(1078)&chrw(1080)&chrw(1090)&chrw(1077)&" "&chrw(1087)&chrw(1088)&chrw(1077)&chrw(1074)&chrw(1086)&chrw(1089)&chrw(1093)&chrw(1086)&chrw(1076)&chrw(1089)&chrw(1090)&chrw(1074)&chrw(1086)&" "&chrw(1085)&chrw(1072)&chrw(1076)&" %s1.")
  1042. 'Player_You_Are_Still_Dominating'csgo_russian
  1043. strNewText = Replace(strNewText,chrw(1042)&chrw(1099)&" "&chrw(1074)&chrw(1089)&chrw(1077)&" "&chrw(1077)&chrw(1097)&chrw(1077)&" "&chrw(1091)&chrw(1076)&chrw(1077)&chrw(1088)&chrw(1078)&chrw(1080)&chrw(1074)&chrw(1072)&chrw(1077)&chrw(1090)&chrw(1077)&" "&chrw(1087)&chrw(1088)&chrw(1077)&chrw(1074)&chrw(1086)&chrw(1089)&chrw(1093)&chrw(1086)&chrw(1076)&chrw(1089)&chrw(1090)&chrw(1074)&chrw(1086)&" "&chrw(1085)&chrw(1072)&chrw(1076)&" %s1.", chrw(1042)&chrw(1099)&" "&chrw(1074)&chrw(1089)&chrw(1077)&" "&chrw(1077)&chrw(1097)&chrw(1077)&" "&chrw(1091)&chrw(1076)&chrw(1077)&chrw(1088)&chrw(1078)&chrw(1080)&chrw(1074)&chrw(1072)&chrw(1077)&chrw(1090)&chrw(1077)&" "&chrw(1087)&chrw(1088)&chrw(1077)&chrw(1074)&chrw(1086)&chrw(1089)&chrw(1093)&chrw(1086)&chrw(1076)&chrw(1089)&chrw(1090)&chrw(1074)&chrw(1086)&" "&chrw(1085)&chrw(1072)&chrw(1076)&" %s1.")
  1044. 'SFUI_ARFlashAlert_ReachedLevel'csgo_russian
  1045. strNewText = Replace(strNewText,chrw(1044)&chrw(1086)&chrw(1089)&chrw(1090)&chrw(1080)&chrw(1075)&chrw(1085)&chrw(1091)&chrw(1090)&" "&chrw(1091)&chrw(1088)&chrw(1086)&chrw(1074)&chrw(1077)&chrw(1085)&chrw(1100)&" %s1 / %s2", chrw(1044)&chrw(1086)&chrw(1089)&chrw(1090)&chrw(1080)&chrw(1075)&chrw(1085)&chrw(1091)&chrw(1090)&" "&chrw(1091)&chrw(1088)&chrw(1086)&chrw(1074)&chrw(1077)&chrw(1085)&chrw(1100)&" <font size='30' color='#00FF00'><b>%s1</b></font> / %s2")
  1046. 'SFUIHUD_Spectate_Navigation_Control_Bot_Keyboard'csgo_russian
  1047. strNewText = Replace(strNewText,"${+use} "&chrw(1059)&chrw(1087)&chrw(1088)&chrw(1072)&chrw(1074)&chrw(1083)&chrw(1103)&chrw(1090)&chrw(1100)&" "&chrw(1073)&chrw(1086)&chrw(1090)&chrw(1086)&chrw(1084)&"", "${+use} <img src='icon_like.png' width='15' height='15' vspace='-7'/>"&chrw(1087)&chrw(1088)&chrw(1072)&chrw(1074)&chrw(1083)&chrw(1103)&chrw(1090)&chrw(1100)&" "&chrw(1073)&chrw(1086)&chrw(1090)&chrw(1086)&chrw(1084)&"")
  1048. 'hostagerescuetime'csgo_russian
  1049. strNewText = Replace(strNewText,chrw(1057)&chrw(1087)&chrw(1077)&chrw(1094)&chrw(1085)&chrw(1072)&chrw(1079)&" "&chrw(1087)&chrw(1086)&chrw(1083)&chrw(1091)&chrw(1095)&chrw(1072)&chrw(1077)&chrw(1090)&" "&chrw(1076)&chrw(1086)&chrw(1087)&chrw(1086)&chrw(1083)&chrw(1085)&chrw(1080)&chrw(1090)&chrw(1077)&chrw(1083)&chrw(1100)&chrw(1085)&chrw(1086)&chrw(1077)&" "&chrw(1074)&chrw(1088)&chrw(1077)&chrw(1084)&chrw(1103)&" "&chrw(1079)&chrw(1072)&" "&chrw(1087)&chrw(1086)&chrw(1076)&chrw(1073)&chrw(1086)&chrw(1088)&" "&chrw(1079)&chrw(1072)&chrw(1083)&chrw(1086)&chrw(1078)&chrw(1085)&chrw(1080)&chrw(1082)&chrw(1072)&".", " "&chrw(1057)&chrw(1087)&chrw(1077)&chrw(1094)&chrw(1085)&chrw(1072)&chrw(1079)&" "&chrw(1087)&chrw(1086)&chrw(1083)&chrw(1091)&chrw(1095)&chrw(1072)&chrw(1077)&chrw(1090)&" "&chrw(1076)&chrw(1086)&chrw(1087)&chrw(1086)&chrw(1083)&chrw(1085)&chrw(1080)&chrw(1090)&chrw(1077)&chrw(1083)&chrw(1100)&chrw(1085)&chrw(1086)&chrw(1077)&" "&chrw(1074)&chrw(1088)&chrw(1077)&chrw(1084)&chrw(1103)&" "&chrw(1079)&chrw(1072)&" "&chrw(1087)&chrw(1086)&chrw(1076)&chrw(1073)&chrw(1086)&chrw(1088)&" "&chrw(1079)&chrw(1072)&chrw(1083)&chrw(1086)&chrw(1078)&chrw(1085)&chrw(1080)&chrw(1082)&chrw(1072)&".")
  1050. 'SFUI_Notice_Knife_Level'csgo_russian
  1051. strNewText = Replace(strNewText,chrw(1054)&chrw(1076)&chrw(1080)&chrw(1085)&" "&chrw(1080)&chrw(1079)&" "&chrw(1080)&chrw(1075)&chrw(1088)&chrw(1086)&chrw(1082)&chrw(1086)&chrw(1074)&" "&chrw(1076)&chrw(1086)&chrw(1089)&chrw(1090)&chrw(1080)&chrw(1075)&" "&chrw(1087)&chrw(1086)&chrw(1089)&chrw(1083)&chrw(1077)&chrw(1076)&chrw(1085)&chrw(1077)&chrw(1075)&chrw(1086)&" "&chrw(1091)&chrw(1088)&chrw(1086)&chrw(1074)&chrw(1085)&chrw(1103)&" "&chrw(1089)&" "&chrw(1085)&chrw(1086)&chrw(1078)&chrw(1086)&chrw(1084)&"!", " "&chrw(1054)&chrw(1076)&chrw(1080)&chrw(1085)&" "&chrw(1080)&chrw(1079)&" "&chrw(1080)&chrw(1075)&chrw(1088)&chrw(1086)&chrw(1082)&chrw(1086)&chrw(1074)&" "&chrw(1076)&chrw(1086)&chrw(1089)&chrw(1090)&chrw(1080)&chrw(1075)&" "&chrw(1087)&chrw(1086)&chrw(1089)&chrw(1083)&chrw(1077)&chrw(1076)&chrw(1085)&chrw(1077)&chrw(1075)&chrw(1086)&" "&chrw(1091)&chrw(1088)&chrw(1086)&chrw(1074)&chrw(1085)&chrw(1103)&" "&chrw(1089)&" "&chrw(1085)&chrw(1086)&chrw(1078)&chrw(1086)&chrw(1084)&"!")
  1052. 'Cstrike_TitlesTXT_Switch_To_BurstFire'csgo_russian
  1053. strNewText = Replace(strNewText,chr(34)&chrw(1055)&chrw(1077)&chrw(1088)&chrw(1077)&chrw(1082)&chrw(1083)&chrw(1102)&chrw(1095)&chrw(1077)&chrw(1085)&chrw(1086)&" "&chrw(1074)&" "&chrw(1088)&chrw(1077)&chrw(1078)&chrw(1080)&chrw(1084)&" "&chrw(1089)&chrw(1090)&chrw(1088)&chrw(1077)&chrw(1083)&chrw(1100)&chrw(1073)&chrw(1099)&" "&chrw(1086)&chrw(1095)&chrw(1077)&chrw(1088)&chrw(1077)&chrw(1076)&chrw(1103)&chrw(1084)&chrw(1080)&"", chr(34)&"<font color='#fff000'>"&chrw(1055)&chrw(1077)&chrw(1088)&chrw(1077)&chrw(1082)&chrw(1083)&chrw(1102)&chrw(1095)&chrw(1077)&chrw(1085)&chrw(1086)&" "&chrw(1074)&" "&chrw(1088)&chrw(1077)&chrw(1078)&chrw(1080)&chrw(1084)&" "&chrw(1089)&chrw(1090)&chrw(1088)&chrw(1077)&chrw(1083)&chrw(1100)&chrw(1073)&chrw(1099)&" "&chrw(1086)&chrw(1095)&chrw(1077)&chrw(1088)&chrw(1077)&chrw(1076)&chrw(1103)&chrw(1084)&chrw(1080)&"</font>")
  1054. 'SFUI_Scoreboard_Navigation_PlayerDetails'csgo_russian
  1055. strNewText = Replace(strNewText,"<img src='arrow_key.png' width='15' height='15' vspace='-7'/> <img src='arrow_dn_key.png' width='15' height='15' vspace='-7'/>"&chrw(1042)&chrw(1099)&chrw(1073)&chrw(1088)&chrw(1072)&chrw(1090)&chrw(1100)&" "&chrw(1080)&chrw(1075)&chrw(1088)&chrw(1086)&chrw(1082)&chrw(1072)&" <img src='enter_key.png' width='31' height='15' vspace='-5'/>"&chrw(1055)&chrw(1086)&chrw(1082)&chrw(1072)&chrw(1079)&chrw(1072)&chrw(1090)&chrw(1100)&" "&chrw(1087)&chrw(1088)&chrw(1086)&chrw(1092)&chrw(1080)&chrw(1083)&chrw(1100)&"", "<font size='0'>SFUI_Scoreboard_Navigation_PlayerDetails</font>")
  1056. 'SFUIHUD_Spectate_SpecMode_Director'csgo_russian
  1057. strNewText = Replace(strNewText,"["&chrw(1040)&chrw(1074)&chrw(1090)&chrw(1086)&chrw(1084)&chrw(1072)&chrw(1090)&chrw(1080)&chrw(1095)&chrw(1077)&chrw(1089)&chrw(1082)&chrw(1086)&chrw(1077)&" "&chrw(1091)&chrw(1087)&chrw(1088)&chrw(1072)&chrw(1074)&chrw(1083)&chrw(1077)&chrw(1085)&chrw(1080)&chrw(1077)&" "&chrw(1082)&chrw(1072)&chrw(1084)&chrw(1077)&chrw(1088)&chrw(1086)&chrw(1081)&"]", "<img src='icon_refresh.png' width='15' height='15' vspace='-7'/>")
  1058. 'Cstrike_TitlesTXT_Game_afk_bomb_drop'csgo_russian
  1059. strNewText = Replace(strNewText,chr(34)&chrw(1071)&" "&chrw(1073)&chrw(1088)&chrw(1086)&chrw(1089)&chrw(1080)&chrw(1083)&" "&chrw(1073)&chrw(1086)&chrw(1084)&chrw(1073)&chrw(1091)&".", chr(34)&" "&chrw(1071)&" "&chrw(1073)&chrw(1088)&chrw(1086)&chrw(1089)&chrw(1080)&chrw(1083)&" "&chrw(1073)&chrw(1086)&chrw(1084)&chrw(1073)&chrw(1091)&". ")
  1060.  
  1061. If pink = 7 Then
  1062. strNewText = Replace(strNewText,"", "")
  1063. strNewText = Replace(strNewText,"#ff0080", "#ff0000")
  1064. End If
  1065. If dead = 6 Then
  1066. strNewText = Replace(strNewText,"*"&chrw(1052)&chrw(1045)&chrw(1056)&chrw(1058)&chrw(1042)&"*(", "*"&chrw(1052)&chrw(1045)&chrw(1056)&chrw(1058)&chrw(1042)&"*(")
  1067. End If
  1068. Set objFile = objFSO.OpenTextFile("csgo_russian.txt", ForWriting, true, -1)
  1069. objFile.WriteLine strNewText
  1070. objFile.Close
  1071.  
  1072. Set objFile = objFSO.OpenTextFile("csgo_pirate.txt", ForReading, false, -1)
  1073. strText = objFile.ReadAll
  1074. objFile.Close
  1075. 'SFUI_Freeze_Snapshot'csgo_pirate
  1076. strNewText = Replace(strText,chr(34)&"[%s1]Archive this moment", chr(34)&"<font size='0'>[%s1]Archive this moment</font>")
  1077. 'FreezePanel_ScreenShot'csgo_pirate
  1078. strNewText = Replace(strNewText,chr(34)&"[F5] Remember yer foe", chr(34)&"<font size='0'>[F5] Remember yer foe</font>")
  1079. 'SFUIHUD_playerid_sameteam'csgo_pirate
  1080. strNewText = Replace(strNewText,"<font color='#6E7D5C'>Matey: %s1 Life: %s2</font>", "<font size='20' color='#00ff00'>%s1 | %s2</font>")
  1081. 'SFUIHUD_playerid_diffteam'csgo_pirate
  1082. strNewText = Replace(strNewText,"<font color='#CC0000'>Enemy: %s1</font>", "<font size='30' color='#ff0000'>%s1</font>")
  1083. 'SFUIHUD_playerid_specteam'csgo_pirate
  1084. strNewText = Replace(strNewText,"<font color='#6E7D5C'>%s1</font>", "<font size='20' color='#6E7D5C'>%s1</font>")
  1085. 'SFUIHUD_playerid_overhead_ct'csgo_pirate
  1086. strNewText = Replace(strNewText,"<font color='#3f74c8'>%s1</font><font color='#5e779f'> %s2</font>", "<font size='20' color='#4f92ff'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  1087. 'SFUIHUD_playerid_overhead_ct_lowhealth'csgo_pirate
  1088. strNewText = Replace(strNewText,"<font color='#3f74c8'>%s1</font><font color='#d82429'> %s2</font>", "<font size='20' color='#4f92ff'>%s1</font><font size='30' color='#ff0080'> %s2</font>")
  1089. 'SFUIHUD_playerid_overhead_ct_money'csgo_pirate
  1090. strNewText = Replace(strNewText,"<font color='#3f74c8'>%s1</font><font color='#7ebc50'> %s2</font>", "<font size='20' color='#3f74c8'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  1091. 'SFUIHUD_playerid_overhead_t'csgo_pirate
  1092. strNewText = Replace(strNewText,"<font color='#c3953f'>%s1</font><font color='#9a8661'> %s2</font>", "<font size='20' color='#ffc252'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  1093. 'SFUIHUD_playerid_overhead_t_lowhealth'csgo_pirate
  1094. strNewText = Replace(strNewText,"<font color='#c3953f'>%s1</font><font color='#d82429'> %s2</font>", "<font size='20' color='#ffc252'>%s1</font><font size='30' color='#ff0080'> %s2</font>")
  1095. 'SFUIHUD_playerid_overhead_t_money'csgo_pirate
  1096. strNewText = Replace(strNewText,"<font color='#c3953f'>%s1</font><font color='#7ebc50'> %s2</font>", "<font size='20' color='#c3953f'>%s1</font><font size='25' color='#00ff00'> %s2</font>")
  1097. 'SFUIHUD_weaponid_pickup'csgo_pirate
  1098. strNewText = Replace(strNewText,chr(34)&"${use} swap fer %s1", chr(34)&"<font size='30'>${use} swap fer %s1</font>")
  1099. 'SFUIHUD_weaponid_c4defuse'csgo_pirate
  1100. strNewText = Replace(strNewText,chr(34)&"${use} defuse th' powder keg", chr(34)&"<font size='30'>${use} defuse th' powder keg</font>")
  1101. 'Game_radio'csgo_pirate
  1102. strNewText = Replace(strNewText,"%s1 (RADIO): %s2", "(RADIO) %s1: %s2")
  1103. 'Game_radio_location'csgo_pirate
  1104. strNewText = Replace(strNewText,"%s1 @ %s2 (RADIO): %s3", "(RADIO) %s1: %s3 [%s2]")
  1105. 'Cstrike_Chat_CT_Loc'csgo_pirate
  1106. strNewText = Replace(strNewText,"(Naval Officer) %s1 @ %s3 : %s2", "[Naval Officer] %s1: %s2 [%s3]")
  1107. 'Cstrike_Chat_CT'csgo_pirate
  1108. strNewText = Replace(strNewText,"(Naval Officer) %s1 : %s2", "[Naval Officer] %s1: %s2")
  1109. 'Cstrike_Chat_T_Loc'csgo_pirate
  1110. strNewText = Replace(strNewText,"(Pirate) %s1 @ %s3 : %s2", "[Pirate] %s1: %s2 [%s3]")
  1111. 'Cstrike_Chat_T'csgo_pirate
  1112. strNewText = Replace(strNewText,"(Pirate) %s1 : %s2", "[Pirate] %s1: %s2")
  1113. 'Cstrike_Chat_CT_Dead'csgo_pirate
  1114. strNewText = Replace(strNewText,"*DEAD*(Naval Officer) %s1 : %s2", "*DEAD* [Naval Officer] %s1: %s2")
  1115. 'Cstrike_Chat_T_Dead'csgo_pirate
  1116. strNewText = Replace(strNewText,"*DEAD*(Pirate) %s1 : %s2", "*DEAD* [Pirate] %s1: %s2")
  1117. 'Cstrike_Chat_Spec'csgo_pirate
  1118. strNewText = Replace(strNewText,"(Lookout) %s1 : %s2", "[Lookout] %s1: %s2")
  1119. 'Cstrike_Chat_All'csgo_pirate
  1120. strNewText = Replace(strNewText,"%s1 : %s2", "%s1: %s2")
  1121. 'Cstrike_Chat_AllDead'csgo_pirate
  1122. strNewText = Replace(strNewText,"*DEAD* %s1 : %s2", "*DEAD* %s1: %s2")
  1123. 'Cstrike_Chat_AllSpec'csgo_pirate
  1124. strNewText = Replace(strNewText,"*LOOK* %s1 : %s2", "*LOOK* %s1: %s2")
  1125. 'Cstrike_Name_Change'csgo_pirate
  1126. strNewText = Replace(strNewText,"* %s1 now goes by th' title, %s2", "* %s1 now goes by th' title, %s2")
  1127. 'SFUIHUD_Spectate_Navigation_Camera'csgo_pirate
  1128. strNewText = Replace(strNewText,"${confirm} Camera ", "<font size='0'>${+jump} Camera</font>")
  1129. 'Cstrike_TitlesTXT_Game_teammate_kills'csgo_pirate
  1130. strNewText = Replace(strNewText,chr(34)&"Crewmate mutinies: %s1 o' 3", chr(34)&" Crewmate mutinies: %s1 o' 3")
  1131. 'SFUI_Notice_Knife_Level'csgo_pirate
  1132. strNewText = Replace(strNewText,"A scallywag has hit th' shiv rank. Best be watchin' yer back...", " A scallywag has hit th' shiv rank. Best be watchin' yer back...")
  1133. If pink = 7 Then
  1134. strNewText = Replace(strNewText,"", "")
  1135. strNewText = Replace(strNewText,"#ff0080", "#ff0000")
  1136. End If
  1137. If dead = 6 Then
  1138. strNewText = Replace(strNewText,"*DEAD* [", "*DEAD* [")
  1139. End If
  1140. Set objFile = objFSO.OpenTextFile("csgo_pirate.txt", ForWriting, true, -1)
  1141. objFile.WriteLine strNewText
  1142. objFile.Close
  1143.  
  1144. MsgBox("done." & vbCrLf & "last changes 30.Mar.2014" & vbCrLf & "greeting spddl" & vbCrLf & "thanks SerialKilleR")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement