Tugalou

csgo nametags

Mar 2nd, 2016
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 165.75 KB | None | 0 0
  1. // generally useful - leading spaces before instances of ${*} are there to space the button glyphs appropriately
  2. "SFUI_On" "On"
  3. "SFUI_Off" "Off"
  4. "SFUI_FriendlyFireColon" "Friendly Fire:"
  5. "SFUI_ScenarioColon" "Scenario:"
  6. "SFUI_CashColon" "Starting Cash:"
  7. "SFUI_GameTimeColon" "Game Time:"
  8. "SFUI_TimePerRoundColon" "Time Per Round:"
  9. "SFUI_BuyTimeColon" "Buy Time:"
  10. "SFUI_WinMatchColon" "Match Length:"
  11. "SFUI_SpectateColon" "Spectate:"
  12. "SFUI_BotsColon" "Bots:"
  13. "SFUI_AutoBuyColon" "Auto Buy Basic Equipment:"
  14. "SFUI_Minutes" "minutes"
  15. "SFUI_Seconds" "seconds"
  16. "SFUI_Rounds" "rounds"
  17. "SFUI_Legend_Cancel" "${cancel} Cancel"
  18. "SFUI_Legend_Ok" "${confirm} OK"
  19. "SFUI_Legend_OkCancel" "${cancel} Cancel ${confirm} OK"
  20. "SFUI_Play" "PLAY"
  21. "SFUI_Back" "BACK"
  22. "SFUI_GO" "GO"
  23.  
  24. // game type names
  25. "SFUI_SelectMode" "SELECT GAME MODE"
  26. "SFUI_GameTypeClassic" ""
  27. "SFUI_GameTypeGungame" ""
  28. "SFUI_GameTypeFreestyle" "PRACTICE"
  29. "SFUI_GameTypeTraining" "WEAPONS COURSE"
  30.  
  31. // game mode names
  32. "SFUI_GameMode" "MODE"
  33. "SFUI_GameModeCasual" "CLASSIC CASUAL"
  34. "SFUI_GameModeCompetitive" "CLASSIC COMPETITIVE"
  35.  
  36. "SFUI_GameModeGGProgressive" "ARMS RACE"
  37. "SFUI_GameModeGGBomb" "DEMOLITION"
  38.  
  39. "SFUI_HalftimePrompt" "HALFTIME"
  40.  
  41. "SFUI_GameModeCasualDesc" "Buy new weapons each round with money earned.\n\nWin the round by eliminating the other team or completing the objective.\n\n· Friendly fire is off\n· Team collision is off\n· 50% kill reward amounts\n· Best out of 10 rounds"
  42. "SFUI_GameModeCompetitiveDesc" "Buy new weapons each round with money earned.\n\nWin the round by eliminating the other team or completing the objective.\n\n· Friendly fire is on\n· Team collision is on\n· Armor and defuse kits are purchasable\n· Best out of 30 rounds"
  43. "SFUI_GameModeFreestyleDesc" "· Single player classic maps\n· Customizable bot difficulty"
  44. "SFUI_GameModeGGProgressiveDesc" "New weapons are awarded by getting kills.\n\nWin the match by being the first player to get a kill with every weapon.\n\n· Weapons are awarded immediately\n· Instant Respawn\n· Friendly fire is on\n· Team collision is off"
  45. "SFUI_GameModeGGBombDesc" "New weapons are awarded by getting kills.\n\nWin the round by eliminating the other team or completing the objective.\n\n· Weapons awarded on round start\n· Friendly fire is on\n· Team collision is off\n· Best out of 20 rounds"
  46. "SFUI_MapSelect" "SELECT A MAP"
  47. "SFUI_MapGroupSelect" "SELECT A MAP GROUP"
  48.  
  49. "SFUI_GameModeProgressDisclaimer" "No stats tracking." [$WIN32||$X360]
  50. "SFUI_GameModeProgressDisclaimer" "No stats tracking." [$PS3]
  51.  
  52. "SFUI_TrialTimeRemaining" "Trial mode (%s1:%s2 remaining)"
  53. "SFUI_TrialTimeExpired" "Trial mode expired"
  54.  
  55. "SFUI_TrialWelcomeTitle" "Trial Mode"
  56. "SFUI_TrialWelcomeMessage" "Welcome to the Counter Strike game trial. All game features are unlocked for the duration of the trial period"
  57. "SFUI_TrialWelcomeMessageExpired" "The Counter Strike game trial period has expired"
  58.  
  59. "SFUI_TrialHudTextMinutes" "Trial Active (%s1 minutes left)"
  60. "SFUI_TrialHudTextMinute" "Trial Active (1 minute left)"
  61.  
  62. "SFUI_TrialSignOutTitle" "Trial Signed In Profile"
  63. "SFUI_TrialSignOutMsg" "A signed in profile is required for trial mode"
  64.  
  65. "SFUI_TrialMUPullTitle" "Trial Profile Storage"
  66. "SFUI_TrialMUPullMsg" "Trial mode requires a writable signed in profile"
  67.  
  68. // bot type names
  69. "SFUI_BotDifficulty" "Bot Difficulty"
  70. "SFUI_BotDifficulty0" "No Bots"
  71. "SFUI_BotDifficulty1" "Harmless Bots"
  72. "SFUI_BotDifficulty2" "Easy Bots"
  73. "SFUI_BotDifficulty3" "Medium Bots"
  74. "SFUI_BotDifficulty4" "Hard Bots"
  75. "SFUI_BotDifficulty5" "Expert Bots"
  76.  
  77. // spectator mode names
  78. "SFUI_SpectateAnyone" "Anyone"
  79. "SFUI_SpectateTeamOnly" "Team only"
  80.  
  81. // game type names
  82. "SFUI_HostageMap" "Hostage"
  83. "SFUI_BombMap" "Bomb"
  84. "SFUI_GunGameProgressiveMap" "Arms Race"
  85. "SFUI_GunGameTRMap" "Demolition"
  86.  
  87. // nice map group names
  88. "SFUI_Mapgroup_bomb" "Classic Bomb"
  89. "SFUI_Mapgroup_hostage" "Classic Hostage"
  90. "SFUI_Mapgroup_allclassic" "All Classic Maps"
  91. "SFUI_Mapgroup_armsrace" "Arms Race"
  92. "SFUI_Mapgroup_demolition" "Demolition"
  93.  
  94. // nice map names
  95. "SFUI_Map_cs_assault" "Assault"
  96. "SFUI_Map_cs_italy" "Italy"
  97. "SFUI_Map_cs_office" "Office"
  98. "SFUI_Map_de_aztec" "Aztec"
  99. "SFUI_Map_de_dust" "Dust"
  100. "SFUI_Map_de_dust2" "Dust II"
  101. "SFUI_Map_de_train" "Train"
  102. "SFUI_Map_de_inferno" "Inferno"
  103. "SFUI_Map_de_nuke" "Nuke"
  104. "SFUI_Map_de_shorttrain" "Shorttrain"
  105. "SFUI_Map_de_vertigo" "Vertigo"
  106. "SFUI_Map_de_balkan" "Balkan"
  107. "SFUI_Map_random" "Random"
  108. "SFUI_Map_ar_baggage" "Baggage"
  109. "SFUI_Map_ar_monastery" "Monastery"
  110. "SFUI_Map_ar_shoots" "Shoots"
  111. "SFUI_Map_de_embassy" "Embassy"
  112. "SFUI_Map_de_bank" "Bank"
  113. "SFUI_Map_de_lake" "Lake"
  114. "SFUI_Map_de_depot" "Depot"
  115. "SFUI_Map_de_safehouse" "Safehouse"
  116. "SFUI_Map_de_sugarcane" "Sugarcane"
  117. "SFUI_Map_de_stmarc" "St. Marc"
  118. "SFUI_Map_surf_greatriver_remix_csgo_r2" "Greatriver Surf"
  119. "SFUI_Map_training1" "Weapons Course"
  120.  
  121. // Single player dialog
  122. "SFUI_CreateSinglePlayerTitle" "SINGLE PLAYER"
  123. "SFUI_VariesByMap" "Varies by map"
  124. "SFUI_SinglePlayer_ModeSelect" "${cancel} Back ${confirm} Select ${dpad} Navigate"
  125. "SFUI_SinglePlayer_MapSelect" "${cancel} Back ${confirm} GO ${dpad} Navigate"
  126. "SFUI_SinglePlayer_BotDiffNav" "${cancel} Back ${confirm} GO ${dpad} Change Difficulty"
  127. "SFUI_SinglePlayer_Bot_Difficulty" "Bot Difficulty"
  128. "SFUI_SinglePlayer_Number_Maps" "Number of maps: "
  129.  
  130. // multiplayer specific text for the single player dialog
  131. "SFUI_CreateMultiplayerTitle" "MATCHMAKING"
  132.  
  133. // session visibility names
  134. "SFUI_SessionVisibilityPublic" "${north} MAKE PRIVATE"
  135. "SFUI_SessionVisibilityPrivate" "${north} MAKE PUBLIC"
  136. "SFUI_PublicMatch" "MAKE PRIVATE"
  137. "SFUI_PrivateMatch" "MAKE PUBLIC"
  138.  
  139. // Multiplayer matchmaking status
  140. "SFUI_MMStatus_Title" "Searching"
  141. "SFUI_MMStatus_Searching" "Searching..."
  142. "SFUI_MMStatus_Creating" "Creating game..."
  143. "SFUI_MMStatus_Joining" "Joining game..."
  144. "SFUI_MMStatus_Legend" "${cancel} Cancel"
  145. "SFUI_MMStatus_JoinFailed" "Failed to join game."
  146.  
  147. // Press Start screen text
  148. "SFUI_PressStartPrompt" "Press ${start} to Start"
  149.  
  150. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  151. //Main Menu
  152. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  153. "SFUI_MAINMENU" "MAIN MENU"
  154. "SFUI_MainMenu_PlayButton" "PLAY"
  155. "SFUI_MainMenu_LeaderboardsButton" "LEADERBOARDS"
  156. "SFUI_MainMenu_AchievementsButton" "ACHIEVEMENTS"
  157. "SFUI_MainMenu_AchievementsButton" "ACHIEVEMENTS" [$X360]
  158. "SFUI_MainMenu_AchievementsButton" "TROPHIES" [$PS3]
  159. "SFUI_MainMenu_MedalButton" "ACHIEVEMENTS"
  160. "SFUI_MainMenu_MedalButton" "MEDALS" [$PS3]
  161. "SFUI_MainMenu_MedalButton" "AWARDS" [$X360]
  162. "SFUI_MainMenu_StatsButton" "STATS"
  163. "SFUI_MainMenu_HelpButton" "OPTIONS & HELP"
  164. "SFUI_MainMenu_DownloadButton" "DOWNLOAD CONTENT"
  165. "SFUI_MainMenu_SplitscreenWithBots" "SPLITSCREEN WITH BOTS"
  166. "SFUI_MainMenu_QuitGameButton" "EXIT GAME"
  167. "SFUI_MainMenu_UnlockFullGame" "UNLOCK FULL GAME"
  168. "SFUI_MainMenu_Loadouts" "LOADOUTS"
  169. "SFUI_MainMenu_Training" "WEAPONS COURSE"
  170. "SFUI_MainMenu_My_Awards" "MY ACCOMPLISHMENTS"
  171.  
  172. "SFUI_MainMenu_TeamIcon_CT" "CT"
  173. "SFUI_MainMenu_TeamIcon_T" "T"
  174.  
  175. "SFUI_MainMenu_Navigation_Root" "${confirm} SELECT"
  176. "SFUI_MainMenu_Navigation_Submenu" "${cancel} BACK ${confirm} SELECT"
  177.  
  178. "SFUI_MainMenu_Navigation_Root" "" [$WIN32]
  179. "SFUI_MainMenu_Navigation_Submenu" "" [$WIN32]
  180.  
  181. "SFUI_MainMenu_TickerText" "Message of the Day: 50% off all Avatar Gear in Marketplace!"
  182.  
  183. "SFUI_MainMenu_ExitGameConfirmation_Title" "EXIT GAME"
  184. "SFUI_MainMenu_ExitGameConfirmation_Message" "Do you wish to exit the game now?"
  185. "SFUI_MainMenu_ExitGameConfirmation_Navigation" "${cancel} Cancel ${confirm} Yes"
  186.  
  187. "SFUI_MainMenu_Player2Join" "Player 2 press ${start} to join"
  188. "SFUI_MainMenu_Player2Leave" "%s1 press ${start} to leave"
  189.  
  190. "SFUI_MainMenu_MigrateHost_Title" "Host Migrating"
  191. "SFUI_MainMenu_MigrateHost_Message" "The server disconnected. Please wait while we migrate to a new server."
  192. "SFUI_MainMenu_MigrateHost_Navigation" "${cancel} Cancel Migration"
  193.  
  194. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  195. //Main Menu : Play Submenu
  196. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  197. "SFUI_PlayMenuTitle" "PLAY"
  198. "SFUI_PlayMenu_Online" "MATCHMAKING"
  199. "SFUI_PlayMenu_Offline" "LOCAL PLAY"
  200. "SFUI_PlayMenu_QuickMatchButton" "QUICK MATCH" [$WIN32||$X360]
  201. "SFUI_PlayMenu_CustomMatchButton" "FIND A GAME" [$WIN32||$X360]
  202. "SFUI_PlayMenu_QuickMatchButton" "FIND ANY GAME" [$PS3]
  203. "SFUI_PlayMenu_CustomMatchButton" "CUSTOM GAME" [$PS3]
  204. "SFUI_PlayMenu_BrowseServersButton" "BROWSE SERVERS"
  205. "SFUI_PlayMenu_FriendsMatchButton" "JOIN XBOX LIVE PARTY GAME" [$X360]
  206. "SFUI_PlayMenu_FriendsMatchButton" "PLAY WITH FRIENDS" [$WIN32||$PS3]
  207. "SFUI_PlayMenu_InsigniaMatchButton" "PLAY WITH INSIGNIA"
  208. "SFUI_PlayMenu_WithBotsButton" "OFFLINE WITH BOTS" [$WIN32]
  209. "SFUI_PlayMenu_WithBotsButton" "OFFLINE WITH BOTS" [$X360||$PS3]
  210.  
  211. "SFUI_PlayMenu_CreateLobbyButton" "PLAY WITH FRIENDS"
  212.  
  213. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  214. //Main Menu : Profile Submenu
  215. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  216. "SFUI_ProfileMenu_PlayerControlsButton" "PLAYER CONTROLS & SETTINGS"
  217. "SFUI_ProfileMenu_StatsButton" "STATS"
  218. "SFUI_ProfileMenu_InsigniaButton" "INSIGNIA"
  219.  
  220. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  221. //Main Menu : Help Submenu
  222. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  223. "SFUI_HelpTitle" "OPTIONS & HELP"
  224. "SFUI_HelpMenu_HowToPlayButton" "HOW TO PLAY"
  225. "SFUI_HelpMenu_ControlsButton" "CONTROLS" [$X360]
  226. "SFUI_HelpMenu_ControlsButton" "CONTROLLER" [$WIN32||$OSX||$PS3]
  227. "SFUI_HelpMenu_MouseKeyboardButton" "KEYBOARD / MOUSE"
  228. "SFUI_HelpMenu_MotionController" "MOTION CONTROLLER"
  229. "SFUI_HelpMenu_SettingsButton" "SETTINGS" [$X360||$PS3]
  230. "SFUI_HelpMenu_SettingsButton" "GAME SETTINGS" [$WIN32||$OSX]
  231. "SFUI_HelpMenu_VideoSettings" "VIDEO SETTINGS"
  232. "SFUI_HelpMenu_AudioSettings" "AUDIO SETTINGS"
  233. "SFUI_HelpMenu_CreditsButton" "CREDITS"
  234. "SFUI_HelpMenu_PCControlsSettingsButton" "PC CONTROLS & SETTINGS"
  235. "SFUI_HelpMenu_MotionControllerMove" "MOVE" [$PS3]
  236. "SFUI_HelpMenu_MotionControllerSharpshooter" "SHARPSHOOTER" [$PS3]
  237.  
  238. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  239. //Pause Menu
  240. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  241. "SFUI_PAUSE" "MENU"
  242. "SFUI_PauseMenu_ResumeGameButton" "RESUME GAME"
  243. "SFUI_PauseMenu_SwitchTeamsButton" "CHOOSE TEAM"
  244. "SFUI_PauseMenu_CallVoteButton" "CALL VOTE..."
  245. "SFUI_PauseMenu_InviteButton" "INVITE..."
  246. "SFUI_PauseMenu_LeaderboardsButton" "LEADERBOARDS"
  247. "SFUI_PauseMenu_AchievementsButton" "ACHIEVEMENTS"
  248. "SFUI_PauseMenu_AchievementsButton" "ACHIEVEMENTS" [$X360]
  249. "SFUI_PauseMenu_AchievementsButton" "TROPHIES" [$PS3]
  250. "SFUI_PauseMenu_MedalButton" "ACHIEVEMENTS & STATS"
  251. "SFUI_PauseMenu_MedalButton" "AWARDS & STATS" [$X360]
  252.  
  253. "SFUI_PauseMenu_HelpButton" "OPTIONS & HELP..."
  254. "SFUI_PauseMenu_ExitGameButton" "EXIT TO MAIN MENU"
  255.  
  256.  
  257. "SFUI_PauseMenu_InviteSubmenuTitle" "INVITE OPTIONS"
  258. "SFUI_PauseMenu_InviteXboxLiveButton" "INVITE XBOX LIVE PARTY"
  259. "SFUI_PauseMenu_InviteFriendsButton" "INVITE FRIENDS"
  260. "SFUI_PauseMenu_MakeGamePublicButton" "MAKE GAME PUBLIC"
  261.  
  262. "SFUI_PauseMenu_HelpAndOptionsTitle" "OPTIONS & HELP"
  263.  
  264. "SFUI_PauseMenu_ExitGameConfirmation_Title" "QUIT GAME"
  265. "SFUI_PauseMenu_ExitGameConfirmation_Message" "Do you wish to stop playing now?"
  266. "SFUI_PauseMenu_ExitGameConfirmation_Navigation" "${cancel} Cancel ${confirm} Yes"
  267.  
  268. "SFUI_PauseMenu_SubPanelNav" "${cancel} Back"
  269.  
  270. "SFUI_PauseMenu_VoteSubmenuTitle" "CALL VOTE"
  271. "SFUI_PauseMenu_KickPlayer" "KICK PLAYER..."
  272. "SFUI_PauseMenu_TeamSwitch" "SWAP TEAMS"
  273. "SFUI_PauseMenu_ScrambleTeams" "SCRAMBLE TEAMS"
  274. "SFUI_PauseMenu_Surrender" "SURRENDER"
  275. "SFUI_PauseMenu_RestartMatch" "RESTART MATCH"
  276. "SFUI_PauseMenu_ChangeMap" "CHANGE MAP"
  277.  
  278. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  279. //How To Play
  280. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  281. "SFUI_HOW TO PLAY" "HOW TO PLAY"
  282. "SFUI_HOW_TO_PLAY" "How to Play"
  283. "SFUI_HowToPlay_IntroductionLabel" "Introduction"
  284. "SFUI_HowToPlay_IntroductionContents" "<font size='30'>COUNTER-STRIKE</font><br/>Counter-Strike is a first person shooter that pits a team of Counter-Terrorists against a team of Terrorists. Every mission takes place in an enclosed map with separate starting locations for each team. A variety of weapons is available, each with unique attributes. The game type you play determines your mission objectives and win conditions.<br/><br/><font size='30'>THE CLASSIC GAME</font><br/>Classic games are played on hostage and bomb maps. In both types of maps, a single match is divided into timed rounds. Your team wins a round by eliminating all members of the opposing team or by completing map objectives. In hostage maps, Counter-Terrorists try to find four hostages and lead them to a rescue zone. Terrorists must prevent the hostages from being rescued. Killing hostages reduces the money available to you to purchase weapons and equipment in the next round and impacts your score negatively. In bomb maps, Terrorists try to plant and detonate a bomb at one of two bomb sites. The Counter-Terrorists must prevent the bomb from being planted or defuse it once it is planted at a bomb site.<br/><br/><font size='30'>ARSENAL</font><br/>Arsenal includes arms race and demolition game modes. Weapons and equipment aren’t purchasable in arsenal – you have to earn them by other means. Arms race mode is a single extended round with instant respawn. You receive a new weapon for every enemy you kill. The last weapon you get is the knife. The first player to get a knife kill wins the game. Demolition mode consists of two matches, each of which runs for several rounds. There is no instant respawn. At the end of the first match, you switch sides. Win rounds in demolition mode by eliminating the enemy team or by detonating / defusing the bomb. Earn a credit towards a new weapon by killing an enemy. If you earn two credits within a round, you receive a new weapon at the beginning of the next round. You get various types of grenades in the next round if you earn more than two credits in a single round. The team with the most rounds won wins the match.<br/><br/><font size='30'>PRACTICE</font><br/>Practice mode lets you explore the game at your own pace. Statistics, progress towards awards and achievements, and leaderboard posting are all disabled. Practice mode is played in classic maps using the standard Counter-Strike rule set. You may choose to have no bots in the game, or you may want ‘harmless bots’ that won’t shoot back. These options are good for getting to know the maps, trying out different gear, and doing a little target practice. If you prefer a challenge, you may also opt for easy, medium, or hard difficulty level bots.<br/>" [$WIN32||$X360]
  285.  
  286. "SFUI_HowToPlay_IntroductionLabel" "Introduction"
  287. "SFUI_HowToPlay_IntroductionContents" "<font size='30'>COUNTER-STRIKE</font><br/>Counter-Strike is a first person shooter that pits a team of Counter-Terrorists against a team of Terrorists. Every mission takes place in an enclosed map with separate starting locations for each team. A variety of weapons is available, each with unique attributes. The game type you play determines your mission objectives and win conditions.<br/><br/><font size='30'>THE CLASSIC GAME</font><br/>Classic games are played on hostage and bomb maps. In both types of maps, a single match is divided into timed rounds. Your team wins a round by eliminating all members of the opposing team or by completing map objectives. In hostage maps, Counter-Terrorists try to find four hostages and lead them to a rescue zone. Terrorists must prevent the hostages from being rescued. Killing hostages reduces the money available to you to purchase weapons and equipment in the next round and impacts your score negatively. In bomb maps, Terrorists try to plant and detonate a bomb at one of two bomb sites. The Counter-Terrorists must prevent the bomb from being planted or defuse it once it is planted at a bomb site.<br/><br/><font size='30'>ARSENAL</font><br/>Arsenal includes arms race and demolition game modes. Weapons and equipment aren’t purchasable in arsenal – you have to earn them by other means. Arms race mode is a single extended round with instant respawn. You receive a new weapon for every enemy you kill. The last weapon you get is the knife. The first player to get a knife kill wins the game. Demolition mode consists of two matches, each of which runs for several rounds. There is no instant respawn. At the end of the first match, you switch sides. Win rounds in demolition mode by eliminating the enemy team or by detonating / defusing the bomb. Earn a credit towards a new weapon by killing an enemy. If you earn two credits within a round, you receive a new weapon at the beginning of the next round. You get various types of grenades in the next round if you earn more than two credits in a single round. The team with the most rounds won wins the match.<br/><br/><font size='30'>PRACTICE</font><br/>Practice mode lets you explore the game at your own pace. Statistics, progress towards awards and trophies, and leaderboard posting are all disabled. Practice mode is played in classic maps using the standard Counter-Strike rule set. You may choose to have no bots in the game, or you may want ‘harmless bots’ that won’t shoot back. These options are good for getting to know the maps, trying out different gear, and doing a little target practice. If you prefer a challenge, you may also opt for easy, medium, or hard difficulty level bots.<br/>" [$PS3]
  288.  
  289. "SFUI_HowToPlay_GettingStartedLabel" "Getting Started"
  290. "SFUI_HowToPlay_GettingStartedContents" "<font size='30'>CHOOSING A TEAM</font><br/>Before you jump into the game, you must choose your team: Counter-Terrorist or Terrorist. Hitting auto-select places you randomly on one of the teams. Didn’t end up on the team you chose? If one team has more members than the other, the auto-balance feature will sometimes move players from team to team to keep the game competitive. <br/><br/><font size='30'>SCOREBOARD</font><br/>You can track your status and that of your team in the scoreboard. Toggle it on and off by pressing ${togglescores}. The number of players on each team and rounds won are displayed at the top. Player names are listed under their teams. A skull icon marks dead players in the status column. <img src = 'hud_icon-skull.png' width='24' height='24'/> You can also track score, kills, and deaths here.<br/><br/><font size='30'>SCORE</font><br/>Your score is based on your individual and team-oriented skills. Staying with your team, providing cover fire, and aiding in the completion of mission objectives awards score. Shooting teammates or hostages deducts it.<br/><br/><font size='30'>MY AWARDS</font><br/>Achievements, stats, awards and leaderboard rankings help you gauge your personal performance. You must be signed into your Xbox LIVE profile to earn achievements and awards, save your stats, or post to the leaderboards.<br/>" [$X360]
  291.  
  292. "SFUI_HowToPlay_GettingStartedLabel" "Getting Started"
  293. "SFUI_HowToPlay_GettingStartedContents" "<font size='30'>CHOOSING A TEAM</font><br/>Before you jump into the game, you must choose your team: Counter-Terrorist or Terrorist. Hitting auto-select places you randomly on one of the teams. Didn’t end up on the team you chose? If one team has more members than the other, the auto-balance feature will sometimes move players from team to team to keep the game competitive. <br/><br/><font size='30'>SCOREBOARD</font><br/>You can track your status and that of your team in the scoreboard. Toggle it on and off by pressing ${altstart}. The number of players on each team and rounds won are displayed at the top. Player names are listed under their teams. A skull icon marks dead players in the status column. <img src = 'hud_icon-skull.png' width='24' height='24'/> You can also track score, kills, and deaths here.<br/><br/><font size='30'>SCORE</font><br/>Your score is based on your individual and team-oriented skills. Staying with your team, providing cover fire, and aiding in the completion of mission objectives awards score. Shooting teammates or hostages deducts it.<br/><br/><font size='30'>MY AWARDS</font><br/>Steam achievements, stats, awards and leaderboard rankings help you gauge your personal performance.<br/>" [$WIN32]
  294.  
  295. "SFUI_HowToPlay_GettingStartedLabel" "Getting Started"
  296. "SFUI_HowToPlay_GettingStartedContents" "<font size='30'>CHOOSING A TEAM</font><br/>Before you jump into the game, you must choose your team: Counter-Terrorist or Terrorist. Hitting auto-select places you randomly on one of the teams. Didn’t end up on the team you chose? If one team has more members than the other, the auto-balance feature will sometimes move players from team to team to keep the game competitive. <br/><br/><font size='30'>SCOREBOARD</font><br/>You can track your status and that of your team in the scoreboard. Toggle it on and off by pressing ${dpadleft}. The number of players on each team and rounds won are displayed at the top. Player names are listed under their teams. A skull icon marks dead players in the status column. <img src = 'hud_icon-skull.png' width='24' height='24'/> You can also track score, kills, and deaths here.<br/><br/><font size='30'>SCORE</font><br/>Your score is based on your individual and team-oriented skills. Staying with your team, providing cover fire, and aiding in the completion of mission objectives awards score. Shooting teammates or hostages deducts it.<br/><br/><font size='30'>MY AWARDS</font><br/>Trophies, stats, awards and leaderboard rankings help you gauge your personal performance. You must be signed into your Playstation Network player profile to earn trophies and medals, save your stats, or post to the leaderboards.<br/>" [$PS3]
  297.  
  298. "SFUI_HowToPlay_ClassicLabel" "Rules for Classic Game"
  299. "SFUI_HowToPlay_ClassicContents" "<font size='30'>WINNING</font><br/>A classic match is made up of timed rounds. There are two ways to win a round: complete your team’s map objective or eliminate all enemy players. Win the match by winning the most rounds.<br/><br/><font size='30'>BUYING GEAR</font><br/>At the beginning of the game, you get basic equipment and a set amount of money. Each round starts in a buy zone, where you’re frozen in place for a few seconds to give you time to buy gear. The buy time varies by game mode but typically lasts 45 seconds; after that time, no one may buy items until the next round. In casual mode you can return to the buy zone any time to replenish ammo automatically.<br/><br/><font size='30'>EARNING MONEY</font><br/>Players earn money by killing enemies, achieving mission objectives, and winning rounds. Shooting teammates and hostages reduces your payout. Spend your earnings on new gear at the beginning of the next round.<br/><br/><font size='30'>DYING AND SPECTATING</font><br/>There is no way to gain additional health. Once your health indicator reaches zero, you die. When you die, you lose any gear you have purchased in the round. You don’t respawn until the start of the next round. While you are waiting for the next round to start, spectator mode lets you watch the game from the point of view of other players. If there are any bots left on your team, you can take control of them while in spectator mode. You don’t gain or lose any individual bonus money while playing as a bot.<br/><br/><font size='30'>RESCUING HOSTAGES</font><br/>If you’re a Counter-Terrorist, your goal in the hostage maps is to rescue the four hostages. To do this, move close to each hostage and press ${+use} to make them follow you, then lead them to a rescue zone. Rescue zones are marked with an H on the Mini Map. They’re also identified by the hostage rescue zone icon <img src = 'hud_hostage_zone_icon.png' width='24' height='24'/> that appears in the upper left corner of the HUD when you’re inside of the zone. When all hostages have been escorted to a rescue zone, or when all Terrorists are dead, the Counter-Terrorists win the round. Either team can win by eliminating all enemies. If all hostages have been killed, the round can only be won through team elimination. Players on either team lose money and score for injuring or killing hostages.<br/><br/><font size='30'>PLANTING AND DEFUSING THE BOMB</font><br/>Bomb maps require the Terrorist team to plant and detonate a bomb. The Counter-Terrorist team must stop them. A randomly chosen Terrorist is assigned to carry the device. If you have the bomb, you will see the bomb carrier icon <img src = 'c4_inventory.png' width='24' height='24'/>in your HUD and on the scoreboard next to your name. Deliver it to either of two bomb sites and plant it. Bomb sites are labeled A and B. Signs scattered throughout the map will help you find them. A and B markers also appear in the Mini Map Radar. A flashing bomb icon <img src = 'hud_bombzone.png' width='24' height='24'/>appears on the HUD when you’re in a bomb site. Press the Use ${+use} button to plant the bomb, and then prevent the Counter-Terrorists from defusing it. Counter-Terrorists win by eliminating all Terrorists or by defusing the bomb. The defuse kit speeds up defusing time. If you have the kit, you’ll see the defuse kit icon <img src = 'hud_defuser.png' width='24' height='24'/> in your HUD and in the scoreboard next to your name. To defuse a bomb, stand near it and hold ${+use} until you see a message saying that the bomb has been defused. Although the defuse kit saves time, any Counter-Terrorist may defuse the bomb.<br/> " [$X360]
  300.  
  301. "SFUI_HowToPlay_ClassicLabel" "Rules for Classic Game"
  302. "SFUI_HowToPlay_ClassicContents" "<font size='30'>WINNING</font><br/>A classic match is made up of timed rounds. There are two ways to win a round: complete your team’s map objective or eliminate all enemy players. Win the match by winning the most rounds.<br/><br/><font size='30'>BUYING GEAR</font><br/>At the beginning of the game, you get basic equipment and a set amount of money. Each round starts in a buy zone, where you’re frozen in place for a few seconds to give you time to buy gear. The buy time varies by game mode but typically lasts 45 seconds; after that time, no one may buy items until the next round. In casual mode you can return to the buy zone any time to replenish ammo automatically.<br/><br/><font size='30'>EARNING MONEY</font><br/>Players earn money by killing enemies, achieving mission objectives, and winning rounds. Shooting teammates and hostages reduces your payout. Spend your earnings on new gear at the beginning of the next round.<br/><br/><font size='30'>DYING AND SPECTATING</font><br/>There is no way to gain additional health. Once your health indicator reaches zero, you die. When you die, you lose any gear you have purchased in the round. You don’t respawn until the start of the next round. While you are waiting for the next round to start, spectator mode lets you watch the game from the point of view of other players. If there are any bots left on your team, you can take control of them while in spectator mode. You don’t gain or lose any individual bonus money while playing as a bot.<br/><br/><font size='30'>RESCUING HOSTAGES</font><br/>If you’re a Counter-Terrorist, your goal in the hostage maps is to rescue the four hostages. To do this, move close to each hostage and press ${north} to make them follow you, then lead them to a rescue zone. Rescue zones are marked with an H on the Mini Map. They’re also identified by the hostage rescue zone icon <img src = 'hud_hostage_zone_icon.png' width='24' height='24'/> that appears in the upper left corner of the HUD when you’re inside of the zone. When all hostages have been escorted to a rescue zone, or when all Terrorists are dead, the Counter-Terrorists win the round. Either team can win by eliminating all enemies. If all hostages have been killed, the round can only be won through team elimination. Players on either team lose money and score for injuring or killing hostages.<br/><br/><font size='30'>PLANTING AND DEFUSING THE BOMB</font><br/>Bomb maps require the Terrorist team to plant and detonate a bomb. The Counter-Terrorist team must stop them. A randomly chosen Terrorist is assigned to carry the device. If you have the bomb, you will see the bomb carrier icon <img src = 'c4_inventory.png' width='24' height='24'/>in your HUD and on the scoreboard next to your name. Deliver it to either of two bomb sites and plant it. Bomb sites are labeled A and B. Signs scattered throughout the map will help you find them. A and B markers also appear in the Mini Map Radar. A flashing bomb icon <img src = 'hud_bombzone.png' width='24' height='24'/>appears on the HUD when you’re in a bomb site. Press the Use ${north} button to plant the bomb, and then prevent the Counter-Terrorists from defusing it. Counter-Terrorists win by eliminating all Terrorists or by defusing the bomb. The defuse kit speeds up defusing time. If you have the kit, you’ll see the defuse kit icon <img src = 'hud_defuser.png' width='24' height='24'/> in your HUD and in the scoreboard next to your name. To defuse a bomb, stand near it and hold ${north} until you see a message saying that the bomb has been defused. Although the defuse kit saves time, any Counter-Terrorist may defuse the bomb.<br/> " [$PS3||$WIN32]
  303.  
  304. "SFUI_HowToPlay_GunGameLabel" "Arsenal Game Type"
  305. "SFUI_HowToPlay_GunGameContents" "<font size='30'>ARMS RACE GAME MODE</font><br/>In arms race mode, all players start with the same weapon and get a new one each time they kill an enemy. The cycle of weapons ends with the knife. The player who gets the first knife kill wins the match.
  306. You respawn instantly after being killed in this mode. Upon respawn, you’re invulnerable for five seconds or until you attack – whichever happens first.<br/><br/><font size='30'>DEMOLITION GAME MODE</font><br/>Demolition mode is a fast-paced hybrid of the classic and arms race game rules. It consists of two matches, each of which runs for several rounds. At the end of the first match, you switch sides. There is no buying in this mode, nor is there instant respawn. Maps are small, so rounds tend to be short.<br/>Win rounds in demolition mode by eliminating the enemy team or by detonating / defusing the bomb. Earn a credit towards a new weapon by killing an enemy. If you have at least two credits at the end of a round, you receive a new weapon at the beginning of the next round. You get various types of grenades in the next round if you have more than two credits at the end of round.<br/>The team with the most rounds won wins the match.<br/>"
  307.  
  308. "SFUI_HowToPlay_PlayOnline" "Play Options"
  309. "SFUI_HowToPlay_PlayOnlineContents" "<font size='30'>MATCHMAKING</font><br/>You can play against other human players by selecting QUICK MATCH or FIND A GAME from the main menu. <br/><br/><font size='30'>QUICKMATCH</font><br/>If you want to jump into a game quickly, choose the QUICK MATCH option from the play menu. <br/><br/><font size='30'>FIND A GAME</font><br/>If you have a preference for a specific map or mode, select FIND A GAME from the play menu. From here you can choose the game type, mode, and map you’d like to play. You can also make your match private so that only people you invite may join.<br/><br/><font size='30'>LOCAL PLAY</font><br/>You can play all maps and modes against bots by selecting the CREATE A GAME option from the play menu.<br/><br/><font size='28'>CASUAL GAME MODE</font><br/>Playing in casual mode is a great way to learn the game and sharpen your skills. Bot difficulty will adjust to your skill level and armor is given to you automatically. The team that has won the most rounds wins the match.<br/><br/><font size='28'>COMPETITIVE GAME MODE</font><br/>Competitive mode offers more of a challenge than casual mode. Bots are more difficult and you must purchase armor. The freeze time at the beginning of each round is longer than in casual mode. The team that wins the best of thirty rounds wins the match.<br/>" [$WIN32||$X360]
  310.  
  311. "SFUI_HowToPlay_PlayOnlineContents" "<font size='30'>MATCHMAKING</font><br/>You can play against other human players by selecting FIND ANY or CUSTOM GAME from the main menu. <br/><br/><font size='30'>FIND ANY</font><br/>If you want to jump into a game quickly, choose the FIND ANY option from the play menu. <br/><br/><font size='30'>CUSTOM GAME</font><br/>If you have a preference for a specific map or mode, select CUSTOM GAME from the play menu. From here you can choose the game type, mode, and map you’d like to play. You can also make your match private so that only people you invite may join.<br/><br/><font size='30'>LOCAL PLAY</font><br/>You can play all maps and modes against bots by selecting the CREATE A GAME option from the play menu.<br/><br/><font size='28'>CASUAL GAME MODE</font><br/>Playing in casual mode is a great way to learn the game and sharpen your skills. Bot difficulty will adjust to your skill level and armor is given to you automatically. The team that has won the most rounds wins the match.<br/><br/><font size='28'>COMPETITIVE GAME MODE</font><br/>Competitive mode offers more of a challenge than casual mode. Bots are more difficult and you must purchase armor. The freeze time at the beginning of each round is longer than in casual mode. The team that wins the best of thirty rounds wins the match.<br/>" [$PS3]
  312.  
  313. "SFUI_HowToPlay_Controls" "Controls"
  314. "SFUI_HowToPlay_ControlsContents" "<img src = 'CS15_Controller_Flyouts_gamepad.png' width='368' height='207'/><font size='30'> MOVEMENT</font><br/>Counter-Strike is played from a first-person perspective. Forward, backward, left and right movement is controlled by ${lstick}. To walk, press ${lstickbutton} to switch to walk mode then move in the desired direction.<br/><br/><font size='30'>LOOK</font><br/>Use ${rstick} to look around in all directions. Pressing ${rstickbutton} when equipped with a sniper rifle will enter and exit the sniper scope view.<br/><br/><font size='30'>PRIMARY FIRE</font><br/>Pressing ${rtrigger} fires the weapon or throws the grenade you are carrying. Hold down to continually fire automatic and burst-fire weapons. As a Terrorist with the bomb in hand, hold ${rtrigger} down to plant the bomb at the bomb site or press ${north}.<br/><br/><font size='30'>CROUCH</font><br/>Press and hold ${ltrigger} to crouch.<br/><br/><font size='30'>CYCLE WEAPON</font><br/>Use ${rshoulder} to cycle through your primary weapons (usually a rifle, sidearm and knife).<br/><br/><font size='30'>CYCLE GRENADE</font><br/>Use ${lshoulder} to cycle through your grenades and the bomb object when on the Terrorist team in a Bomb map.<br/><br/><font size='30'>JUMP</font><br/>Press ${confirm} to jump.<br/><br/><font size='30'>RELOAD</font><br/>Press ${west} to reload the currently equipped weapon.<br/><br/><font size='30'>USE/BUY</font><br/>Press ${north} while in the Buy Zone to access the Buy Menu. Press ${north} while facing a door to open it if it is accessible. As a Counter-Terrorist, press and hold ${north} while looking at the planted bomb to defuse it. In a hostage map, press ${north} while looking at a hostage to get him to follow you or stop following you.<br/><br/><font size='30'>SCOREBOARD</font><br/>Press ${altstart} to access the Scoreboard display.<br/><br/><font size='30'>DROP</font><br/>Press ${dpadup} to drop the currently equipped item.<br/><br/><font size='30'>INGAME MENU</font><br/>Press ${start} to access the ingame menu.<br/><br/><font size='30'>CROUCH JUMP</font><br/>Press ${confirm} to jump. While in the air, press ${ltrigger} to crouch at the top of the jump. This move lets you jump on to objects not otherwise accessible.<br/><br/><font size='30'>ALTERNATE FIRE</font><br/>Some weapons have special features, such as burst-fire mode. To trigger these alternate functions press the ${cancel} button.<br/>" [$WIN32]
  315.  
  316. "SFUI_HowToPlay_Controls" "Controls"
  317. "SFUI_HowToPlay_ControlsContents" "<img src = 'CS15_Controller_Flyouts_gamepad.png' width='368' height='207'/><font size='30'> MOVEMENT</font><br/>Counter-Strike is played from a first-person perspective. Forward, backward, left and right movement is controlled by the left stick ${xmove}. To walk, click down ${+speed} to switch to walk mode then move in the desired direction. To switch back to a run, click ${+speed} again.<br/><br/><font size='30'>LOOK</font><br/>Use ${xlook} to look around in all directions. Clicking down on ${+zoom} when equipped with a sniper rifle will enter and exit the sniper scope view.<br/><br/><font size='30'>PRIMARY FIRE</font><br/>Pressing ${+attack} fires the weapon or throws the grenade you are carrying. Hold down to continually fire automatic and burst-fire weapons. As a Terrorist with the bomb in hand, hold ${+attack} down to plant the bomb at the bomb site or press ${+use}.<br/><br/><font size='30'>CROUCH</font><br/>Press and hold ${+duck} to crouch.<br/><br/><font size='30'>CYCLE WEAPON</font><br/>Use ${invnextnongrenade} to cycle through your primary weapons (usually a rifle, sidearm and knife).<br/><br/><font size='30'>CYCLE GRENADE</font><br/>Use ${invnextgrenade} to cycle through your grenades and the bomb object when on the Terrorist team in a Bomb map.<br/><br/><font size='30'>JUMP</font><br/>Press ${+jump} to jump.<br/><br/><font size='30'>RELOAD</font><br/>Press ${+reload} to reload the currently equipped weapon.<br/><br/><font size='30'>USE/BUY</font><br/>Press ${+use} while in the Buy Zone to access the Buy Menu. Press ${+use} while facing a door to open it if it is accessible. As a Counter-Terrorist, press and hold ${+use} while looking at the planted bomb to defuse it. In a hostage map, press ${+use} while looking at a hostage to get him to follow you or stop following you.<br/><br/><font size='30'>SCOREBOARD</font><br/>Press ${togglescores} to access the Scoreboard display.<br/><br/><font size='30'>DROP</font><br/>Press the directional pad up ${drop} to drop the currently equipped item.<br/><br/><font size='30'>INGAME MENU</font><br/>Press ${start} to access the ingame menu.<br/><br/><font size='30'>CROUCH JUMP</font><br/>Press ${+jump} to jump. While in the air, press ${+duck} to crouch at the top of the jump. This move lets you jump on to objects not otherwise accessible.<br/><br/><font size='30'>ALTERNATE FIRE</font><br/>Some weapons have special features, such as burst-fire mode. To trigger these alternate functions press the ${+attack2} button.<br/>" [$X360]
  318.  
  319. "SFUI_HowToPlay_ControlsContents" "<img src = 'CS15_Controller_Flyouts_ps3_03.png' width='368' height='207'/><font size='30'> MOVEMENT</font><br/>Counter-Strike is played from a first-person perspective. Forward, backward, left and right movement is controlled by the left stick ${lstick}. To run in a direction, push the stick in the desired direction. To walk, click down ${lstickbutton} to switch to walk mode then move in the desired direction. To switch back to a run, click ${lstickbutton} again.<br/><br/><font size='30'>LOOK</font><br/>Use ${rstick} to look around in all directions. Clicking down on ${rstickbutton} when equipped with a sniper rifle will enter and exit the sniper scope view.<br/><br/><font size='30'>PRIMARY FIRE</font><br/>Pressing ${rtrigger} fires the weapon or throws the grenade you are carrying. Hold down to continually fire automatic and burst-fire weapons. As a Terrorist with the bomb in hand, hold ${rtrigger} down to plant the bomb at the bomb site or press ${north}.<br/><br/><font size='30'>CROUCH</font><br/>Press and hold ${ltrigger} to crouch.<br/><br/><font size='30'>CYCLE WEAPON</font><br/>Press ${rshoulder} to cycle through your primary weapons (usually a rifle, sidearm and knife).<br/><br/><font size='30'>CYCLE GRENADE</font><br/>Press ${lshoulder} to cycle through your grenades and the bomb object when on the Terrorist team in a Bomb map.<br/><br/><font size='30'>JUMP</font><br/>Press ${confirm} to jump.<br/><br/><font size='30'>RELOAD</font><br/>Press ${west} to reload the currently equipped weapon.<br/><br/><font size='30'>USE/BUY</font><br/>Press ${north} while in the Buy Zone to access the Buy Menu. Press ${north} while facing a door to open it if it is accessible. As a Counter-Terrorist, press and hold ${north} while looking at the planted bomb to defuse it. In a hostage map, press ${north} while looking at a hostage to get him to follow you or stop following you.<br/><br/><font size='30'>SCOREBOARD</font><br/>Press ${dpadleft} to access the Scoreboard display.<br/><br/><font size='30'>DROP</font><br/>Press the directional pad up ${dpadup} to drop the currently equipped item.<br/><br/><font size='30'>INGAME MENU</font><br/>Press ${start} to access the ingame menu.<br/><br/><font size='30'>CROUCH JUMP</font><br/>Press ${confirm} to jump. While in the air, press ${ltrigger} to crouch at the top of the jump. This move lets you jump on to objects not otherwise accessible.<br/><br/><font size='30'>ALTERNATE FIRE</font><br/>Some weapons have special features, such as burst-fire mode. To trigger these alternate functions press the ${cancel} button.<br/>" [$PS3]
  320. "SFUI_HowToPlay_HUD" "HUD"
  321. "SFUI_HowToPlay_HUDContents" "<img src = 'hud_crosshairs.png' width='352' height='220'/><font size='30'>CROSSHAIRS</font><br/>The Crosshairs in the center of the screen represent your point of aim and your accuracy. You will see the crosshairs expand while firing your weapon; reducing your accuracy. The crosshairs will gradually return to their original state when you stop firing the weapon.<br/><img src = 'hud_health_armor_flyout.png' width='352' height='220'/><font size='30'>HEALTH AND ARMOR METERS</font><br/>The health meter in the lower left corner of the screen displays your current health. You start at 100 health and die when the counter reaches zero. The armor meter next to the health meter shows how much armor you have left. The more armor you have, the less damage you take. Your armor is reduced every time you take damage.<br/><img src = 'hud_buyzone_money.png' width='352' height='220'/><font size='30'>MONEY</font><br/>The Money display in the upper left corner below the Mini Map shows your current amount of money. When equipment is purchased, this number will be reduced.<br/><font size='30'>BUY ZONE ICON</font><br/>The shopping cart buy zone icon displays when you are inside the buy zone and there is still time left to buy equipment.<br/><img src = 'hud_weapon_panel_ammo.png' width='352' height='220'/><font size='30'> WEAPONS AND AMMO</font><br/>Equipment in your inventory is displayed in the lower right corner of the screen. An image and the name of the weapon is displayed. The ammo indicator beneath the inventory display shows how much ammo you currently have in your clip on the left and the amount of ammo you are carrying for the equipped weapon on the right.<br/><img src = 'hud_radar.png' width='352' height='220'/><font size='30'> MINI MAP</font><br/>Your Mini Map in the upper left shows the location of teammates, rescue zones, and bomb sites. It also shows enemies that are visible by at least one teammate.<br/><img src = 'hud_death_notification.png' width='352' height='220'/><font size='30'> DEATH NOTIFICATIONS</font><br/>The notification area displays a list of recent kills, including the killer, the victim, and the weapon used.<br/><img src = 'hud_voice_display.png' width='352' height='220'/><font size='30'>COMMUNICATION DISPLAY</font><br/>The Communication Display shows the identity and location of speaking players. Special item alerts for dropped C4 Bomb and defuse Kit will display here along with thrown grenade alerts and player connection status.<br/><img src = 'hud_bomb_carrier.png' width='352' height='220'/><font size='30'>BOMB CARRIER ICON</font><br/>The bomb indicator appears when you are carrying the bomb. It animates when you enter a bomb site.<br/><img src = 'hud_defuse_kit.png' width='352' height='220'/><font size='30'> DEFUSE KIT ICON</font><br/>The defuse kit icon indicates that you are carrying the defuse kit.<br/><img src = 'hud_hostage_zone.png' width='352' height='220'/><font size='30'>RESCUE ZONE ICON</font><br/>The rescue zone indicator is present when you are inside a rescue zone. As a Counter-Terrorist, you can bring hostages to this area to rescue them.<br/><img src = 'hud_miniscoreboard.png' width='352' height='220'/><font size='30'> MINI SCOREBOARD</font><br/>The Mini Scoreboard contains player avatars, the round timer, and the current team scores. The player avatars show the alive or dead status of players and your teammate health bars. The round timer shows the amount of time left in the round.<br/><img src = 'hud_hostage_status.png' width='352' height='220'/><font size='30'>HOSTAGE ICON</font><br/>The hostage icons show hostage status. Bright green with a dollar sign indicates a rescued hostage. The green running figure indicates a hostage in transit. The green standing figure indicates a hostage waiting to be rescued. An orange outline indicates a dead hostage.<img src = 'hud_planted_bomb.png' width='352' height='220'/><font size='30'>BOMB PLANTED ICON</font><br/>The Bomb Planted icon appears when the Terrorists have planted the bomb.<br/>"
  322. "SFUI_HowToPlay_HUDContents2" " "
  323. "SFUI_HowToPlay_Equipment" "Equipment"
  324. "SFUI_HowToPlay_EquipmentContents" "<font size='30'>UPGRADING YOUR EQUIPMENT</font><br/>You may buy new equipment at the beginning of each round while you are in the Buy Zone. The amount of starting money you have depends on the game mode. You earn more money each round for achieving goals such as completing the mission objectives, eliminating enemies and winning the round.<br/><br/><font size='30'>GETTING TO THE BUY MENU</font><br/>You begin each round in an area called the Buy Zone. For a short period at the beginning of each round you can purchase equipment in this area by pressing ${north}. A shopping cart icon appears on your HUD whenever you can buy items.<br/><br/><font size='30'>USING THE BUY MENU</font><br/>To purchase an item, highlight the item category you want to browse and press ${confirm}. Highlight the individual item you want to buy, and then press ${confirm} to make the purchase. Prices of items you can’t currently afford display in red. To leave a category without purchasing an item, press ${cancel}.<br/><br/><font size='30'>BUYING GEAR AUTOMATICALLY</font><br/>Once you are in the buy menu, there are three ways to buy weapons and equipment quickly. Select AUTOBUY to attempt to buy the best weaponry you can afford. Select BUY PREVIOUS to buy whatever equipment you had in the previous round, if you have sufficient funds to do so. <br/><br/><font size='30'>CARRYING WEAPONS</font><br/>You always carry a knife. In addition, you may carry one primary weapon, one pistol, and up to three grenades of different types. You can only buy one specific grenade type once per round. If you are on the Terrorist team and playing a bomb map, you may also be carrying the bomb. Press ${rshoulder} to cycle through weapons in your possession. Press ${lshoulder} to cycle through grenades and the bomb in your possession.<br/>" [$WIN32]
  325. "SFUI_HowToPlay_Equipment" "Equipment"
  326. "SFUI_HowToPlay_EquipmentContents" "<font size='30'>UPGRADING YOUR EQUIPMENT</font><br/>You may buy new equipment at the beginning of each round while you are in the Buy Zone. The amount of starting money you have depends on the game mode. You earn more money each round for achieving goals such as completing the mission objectives, eliminating enemies and winning the round.<br/><br/><font size='30'>GETTING TO THE BUY MENU</font><br/>You begin each round in an area called the Buy Zone. For a short period at the beginning of each round you can purchase equipment in this area by pressing ${confirm}. A shopping cart icon appears on your HUD whenever you can buy items.<br/><br/><font size='30'>USING THE BUY MENU</font><br/>To purchase an item, highlight the item category you want to browse using the ${lstick} and press ${confirm}. Use ${lstick} again to highlight the item you want to buy, and then press ${confirm} to make the purchase. Prices of items you can’t currently afford display in red. To leave a category without purchasing an item, press ${cancel}.<br/><br/><font size='30'>BUYING GEAR AUTOMATICALLY</font><br/>Once you are in the buy menu, there are three ways to buy weapons and equipment quickly. Press ${lshoulder} to select AUTOBUY. This selection will attempt to buy the best weaponry you can afford. Press ${rshoulder} to select BUY PREVIOUS. This will buy whatever equipment you had in the previous round, if you have sufficient funds to do so. <br/><br/><font size='30'>CARRYING WEAPONS</font><br/>You always carry a knife. In addition, you may carry one primary weapon, one pistol, and up to three grenades of different types. You can only buy a specific grenade type once per round. If you are on the Terrorist team and playing a bomb map, you may also be carrying the bomb. Press ${rshoulder} to cycle through weapons in your possession. Press ${lshoulder} to cycle through grenades and the bomb in your possession.<br/>" [$PS3||$X360]
  327. "SFUI_HowToPlay_Tactics" "Tactics"
  328. "SFUI_HowToPlay_TacticsContents" "<font size='30'>ACCURACY</font><br/>Like real weapons, Counter-Strike weapons recoil when they are fired. The longer a fully automatic weapon is fired, the more inaccurate it will become. It will return to its normal accuracy shortly after you stop firing. Your shots are more accurate when you are not moving. Moving while firing decreases your accuracy, and jumping reduces the accuracy significantly more.<br/><br/><font size='30'>WEAPON SWAPPING</font><br/>Killed players drop their weapons. To swap your weapon for one on the ground, aim at the other weapon on the ground and press ${+use} or drop your current weapon by pressing ${drop} then simply walk over the weapon on the ground.<br/><br/><font size='30'>HEADSHOTS</font><br/>Shots that hit your target in the head do much more damage than those that hit the body. You can often kill an enemy with one well-placed shot to the head.<br/><br/><font size='30'>DEFUSE KIT</font><br/>These kits allow you to defuse the bomb much faster, which could make the difference between winning the round and an explosive finish. The players with the defuse kit should be your designated defusers.<br/><br/><font size='30'>BEING A TEAM PLAYER</font><br/>Teams that work well together as a unit win more. When you are playing with other people, use headsets to communicate and coordinate with your team members. Assign roles and duties. You can monitor player status in the Scoreboard screen and ingame mini-scoreboard. Pay attention to the Notification Area in the upper right corner and the Mini Map in the upper left corner of your screen. The Notification Area will display \a dead player’s name and who killed them. The Mini Map will briefly display where a teammate was killed.<br/><br/><font size='30'>LEARN THE MAPS</font><br/>Explore maps in single player mode. Get to know the map, all of the routes and ambush spots. Take advantage of the Spectate mode to see how other players navigate the area.<br/><br/><font size='30'>USE YOUR GRENADES</font><br/>All types of grenades are useful. HE grenades can flush out enemies. Smoke grenades create cover from sniper fire and allow your teammates to move past snipers without being easy targets. Flashbangs temporarily blind and deafen an enemy so you can kill him without them shooting back accurately. Molotov Cocktails and Incendiary grenades can produce a flaming barrier to entry or exit points. Decoy Grenades produce team specific noise to confuse your opponents even affecting the enemy Mini Map display.<br/><br/><font size='30'>KEEP MOVING</font><br/>Constant movement will make you a difficult target. Movement while in crouch and walking states is useful when attempting to ambush an enemy or assuming a sniper role.<br/><br/><font size='30'>MIX UP YOUR TACTICS</font><br/>Do not go back to the well too often. If you continue to follow your same course of action because it worked great once assume that your earlier victims will catch on and be waiting for you the on the next round.<br/><br/><font size='30'>OBJECTIVE UNDER GUARD</font><br/>When defusing or planting the bomb or approaching the hostages check to make sure the enemy isn’t waiting nearby to ambush you.<br/><br/><font size='30'>RELOAD OFTEN</font><br/>Reload often. If you run out of ammo in the middle of a firefight switch to your other weapons instead of trying to reload exposed and under fire.<br/><br/><font size='30'>STEALTH</font><br/>Stealth is vitally important in Counter-Strike. When a player runs at full tilt their footsteps can be heard. To prevent this, switch to walk mode by pressing ${+speed} when trying to avoid detection. Also be wary of doors and ladders. These will often emit a sound that may give you or your enemies’ position away.<br/><br/><font size='30'>STAY ALIVE</font><br/>Running into a firefight all gung-ho will generally get you killed. Savvy players will take cover as often as possible and use their surroundings to their advantage. Work with your teammates to defeat the enemy.<br/>" [$X360]
  329. "SFUI_HowToPlay_Tactics" "Tactics"
  330. "SFUI_HowToPlay_TacticsContents" "<font size='30'>ACCURACY</font><br/>Like real weapons, Counter-Strike weapons recoil when they are fired. The longer a fully automatic weapon is fired, the more inaccurate it will become. It will return to its normal accuracy shortly after you stop firing. Your shots are more accurate when you are not moving. Moving while firing decreases your accuracy, and jumping reduces the accuracy significantly more.<br/><br/><font size='30'>WEAPON SWAPPING</font><br/>Killed players drop their weapons. To swap your weapon for one on the ground, aim at the other weapon on the ground and press ${north} or drop your current weapon by pressing ${dpadup} then simply walk over the weapon on the ground.<br/><br/><font size='30'>HEADSHOTS</font><br/>Shots that hit your target in the head do much more damage than those that hit the body. You can often kill an enemy with one well-placed shot to the head.<br/><br/><font size='30'>DEFUSE KIT</font><br/>These kits allow you to defuse the bomb much faster, which could make the difference between winning the round and an explosive finish. The players with the defuse kit should be your designated defusers.<br/><br/><font size='30'>BEING A TEAM PLAYER</font><br/>Teams that work well together as a unit win more. When you are playing with other people, use headsets to communicate and coordinate with your team members. Assign roles and duties. You can monitor player status in the Scoreboard screen and ingame mini-scoreboard. Pay attention to the Notification Area in the upper right corner and the Mini Map in the upper left corner of your screen. The Notification Area will display \a dead player’s name and who killed them. The Mini Map will briefly display where a teammate was killed.<br/><br/><font size='30'>LEARN THE MAPS</font><br/>Explore maps in single player mode. Get to know the map, all of the routes and ambush spots. Take advantage of the Spectate mode to see how other players navigate the area.<br/><br/><font size='30'>USE YOUR GRENADES</font><br/>All types of grenades are useful. HE grenades can flush out enemies. Smoke grenades create cover from sniper fire and allow your teammates to move past snipers without being easy targets. Flashbangs temporarily blind and deafen an enemy so you can kill him without them shooting back accurately. Molotov Cocktails and Incendiary grenades can produce a flaming barrier to entry or exit points. Decoy Grenades produce team specific noise to confuse your opponents even affecting the enemy Mini Map display.<br/><br/><font size='30'>KEEP MOVING</font><br/>Constant movement will make you a difficult target. Movement while in crouch and walking states is useful when attempting to ambush an enemy or assuming a sniper role.<br/><br/><font size='30'>MIX UP YOUR TACTICS</font><br/>Do not go back to the well too often. If you continue to follow your same course of action because it worked great once assume that your earlier victims will catch on and be waiting for you the on the next round.<br/><br/><font size='30'>OBJECTIVE UNDER GUARD</font><br/>When defusing or planting the bomb or approaching the hostages check to make sure the enemy isn’t waiting nearby to ambush you.<br/><br/><font size='30'>RELOAD OFTEN</font><br/>Reload often. If you run out of ammo in the middle of a firefight switch to your other weapons instead of trying to reload exposed and under fire.<br/><br/><font size='30'>STEALTH</font><br/>Stealth is vitally important in Counter-Strike. When a player runs at full tilt their footsteps can be heard. To prevent this, switch to walk mode by pressing ${lstickbutton} when trying to avoid detection. Also be wary of doors and ladders. These will often emit a sound that may give you or your enemies’ position away.<br/><br/><font size='30'>STAY ALIVE</font><br/>Running into a firefight all gung-ho will generally get you killed. Savvy players will take cover as often as possible and use their surroundings to their advantage. Work with your teammates to defeat the enemy.<br/>" [$PS3||$WIN32]
  331. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  332. //Medals & Stats Screen
  333. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  334. "SFUI_Medals_Title" "ACHIEVEMENTS"
  335. "SFUI_Medals_Title" "AWARDS" [$X360]
  336. "SFUI_Stats_Title" "STATS"
  337. "SFUI_MedalsStats_OverallT" "Overall Stats"
  338. "SFUI_MedalsStats_LastMatchT" "Last Match Stats"
  339. "SFUI_MedalsStats_MedalT" "Awards"
  340. "SFUI_MedalsStats_Help" "${cancel} Back"
  341. "SFUI_MedalCategory_CatTitle" "Category"
  342. "SFUI_MedalCategory_AwardTitle" "Awards"
  343. "SFUI_MedalCategory_StatusBar" "Awards Required for Medals"
  344. "SFUI_MedalELo_Title" "Your ELO Rank"
  345.  
  346. "SFUI_MedalsInfo_Invalid" "-- Invalid Award --"
  347. "SFUI_MedalsInfo_LockedName" "Award Locked"
  348. "SFUI_MedalsInfo_LockedDate" "Locked"
  349. "SFUI_MedalsInfo_LockedDesc" "This is a secret award. You must unlock it before you can see it."
  350.  
  351. "SFUI_MedalsInfo_Unlocked" "Completed"
  352. "SFUI_MedalCategory_Recent" "Recently Unlocked"
  353. "SFUI_MedalCategory_No_Medals" "No Awards Unlocked"
  354.  
  355. "SFUI_MedalCategory_TeamAndObjective" "Team Tactics"
  356. "SFUI_MedalCategory_Combat" "Combat Skills"
  357. "SFUI_MedalCategory_Weapon" "Weapon Specialist"
  358. "SFUI_MedalCategory_Map" "Global Expertise"
  359. "SFUI_MedalCategory_GunGame" "Arms Race & Demolition"
  360.  
  361. "SFUI_MedalCategory_TeamAndObjective_HTML" "<font color='#72b4d0'>Team Tactics</font>"
  362. "SFUI_MedalCategory_Combat_HTML" "<font color='#c5945d'>Combat Skills</font>"
  363. "SFUI_MedalCategory_Weapon_HTML" "<font color='#d7cc59'>Weapon Specialist</font>"
  364. "SFUI_MedalCategory_Map_HTML" "<font color='#97c572'>Global Expertise</font>"
  365. "SFUI_MedalCategory_GunGame_HTML" "<font color='#7782d8'>Arms Race & Demolition</font>"
  366.  
  367. "SFUI_MedalCategory_TeamAndObjective_CAPHTML" "<font color='#72b4d0'>TEAM TACTICS</font>"
  368. "SFUI_MedalCategory_Combat_CAPHTML" "<font color='#c5945d'>COMBAT SKILLS</font>"
  369. "SFUI_MedalCategory_Weapon_CAPHTML" "<font color='#d7cc59'>WEAPON SPECIALIST</font>"
  370. "SFUI_MedalCategory_Map_CAPHTML" "<font color='#97c572'>GLOBAL EXPERTISE</font>"
  371. "SFUI_MedalCategory_GunGame_CAPHTML" "<font color='#7782d8'>ARMS RACE & DEMOLITION</font>"
  372.  
  373. //// not used
  374. "SFUI_MedalCategory_DominationAndRevenge" "Domination & Revenge"
  375. "SFUI_MedalCategory_Special" "Special"
  376. ////
  377.  
  378. "SFUI_Medal_RankName_0" "None"
  379. "SFUI_Medal_RankName_1" "Bronze"
  380. "SFUI_Medal_RankName_2" "Silver"
  381. "SFUI_Medal_RankName_3" "Gold"
  382.  
  383. "SFUI_TEAM" "Team"
  384. "SFUI_FAVORITEWEAPON" "Favorite Weapon"
  385. "SFUI_PERFORMANCE" "Performance"
  386. "SFUI_MISCELLANEOUS" "Miscellaneous"
  387. "SFUI_FAVORITEMAP" "Favorite Map"
  388.  
  389. "SFUI_LastMatch_TeamDesc" "Terrorist Wins \nCounter-Terrorist Wins \nYour Team Wins \nMax Players"
  390. "SFUI_LastMatch_FaveWeapDesc" "Hits \nKills \nAccuracy"
  391. "SFUI_LastMatch_PerfDesc" "Stars \nKills \nDeaths \nKill Death Ratio\nAvg. Squad Score"
  392. "SFUI_LastMatch_MiscDesc" "Damage \nCost/Kill \nDominations \nRevenges"
  393. "SFUI_LastMatch_NoFaveWeapon" "No favorite weapon"
  394.  
  395. "SFUI_Overall_PlayerStats" "Rounds Played \nRounds Won \nWin Ratio \nShots Fired \nShots Hit \nHit Ratio \n\nKills \nDeaths \nKill/Death Ratio"
  396. "SFUI_Overall_WeaponStats" "Shots \nHits \nKills \nKills/Shot"
  397. "SFUI_Overall_MapStats" "%s \nPlayed: %d \nWins: %d \nWin Ratio: %.3f"
  398. "SFUI_Overall_MapStats" "%ls \nPlayed: %d \nWins: %d \nWin Ratio: %.3f" [$PS3]
  399. "SFUI_Overall_Stars" "MVP Stars: %d"
  400. "SFUI_Overall_NoFavorite" "No favorite"
  401.  
  402.  
  403. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  404. //Message Box
  405. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  406. "SFUI_MBox_OKButton" "OK"
  407. "SFUI_MBox_CancelButton" "Cancel"
  408.  
  409. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  410. //Loading screen
  411. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  412. "SFUI_LOADING" "Loading..."
  413. "SFUI_StartCT" "CT Start"
  414. "SFUI_StartT" "T Start"
  415. "SFUI_BuyZoneCT" "CT Buy Zone"
  416. "SFUI_BuyZoneT" "T Buy Zone"
  417. "SFUI_HostageZone" "Hostage Zone"
  418. "SFUI_HostageRescueZone" "Hostage Rescue Zone"
  419. "SFUI_BombZoneA" "Bomb Site A"
  420. "SFUI_BombZoneB" "Bomb Site B"
  421. "SFUI_Continue" "CONTINUE"
  422.  
  423. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  424. //Scoreboard
  425. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  426. "SFUI_ScoreboardTitle" "Scoreboard"
  427.  
  428. "SFUI_Scoreboard_MapName" "Map: %s1"
  429.  
  430. "SFUI_CT_Label" "COUNTER-TERRORISTS" // also referenced by Choose Class
  431. "SFUI_CT_Player_Text" "PLAYER"
  432. "SFUI_CT_Clan_Text" "TEAM"
  433. "SFUI_CT_Score_Text" "SCORE"
  434. "SFUI_CT_Death_Text" "DEATHS"
  435. "SFUI_CT_Kills_Text" "KILLS"
  436. "SFUI_CT_KillPoints_Text" "KILL POINTS"
  437. "SFUI_CT_Money_Text" "MONEY"
  438. "SFUI_CT_Status_Text" "STATUS"
  439. "SFUI_CT_Vote_Text" "VOTE"
  440. "SFUI_CT_Elo_Change_Text" "+/- Elo"
  441. "SFUI_CT_Medals_Header" "AWARDS"
  442. "SFUI_CT_Elo_Rank" "YOUR ELO RANK"
  443.  
  444. "SFUI_T_Label" "TERRORISTS" // also referenced by Choose Class
  445. "SFUI_T_Player_Text" "PLAYER"
  446. "SFUI_T_Clan_Text" "TEAM"
  447. "SFUI_T_Score_Text" "SCORE"
  448. "SFUI_T_Death_Text" "DEATHS"
  449. "SFUI_T_Kills_Text" "KILLS"
  450. "SFUI_T_KillPoints_Text" "KILL POINTS"
  451. "SFUI_T_Money_Text" "MONEY"
  452. "SFUI_T_Status_Text" "STATUS"
  453. "SFUI_T_Vote_Text" "VOTE"
  454. "SFUI_T_Elo_Change_Text" "+/- Elo"
  455.  
  456. "SFUI_Scoreboard_Spectator" "%s1 SPECTATOR"
  457. "SFUI_Scoreboard_Spectators" "%s1 SPECTATORS"
  458. "SFUI_Scoreboard_Title_Spectators" "SPECTATORS"
  459.  
  460. "SFUI_Scoreboard_Player" "%s1 Player"
  461. "SFUI_Scoreboard_Players" "%s1 Players"
  462. "SFUI_Scoreboard_TimeLeft" "Time Left: %s1"
  463. "SFUI_Scoreboard_FightTime" "Fight Time: %s1"
  464. "SFUI_Scoreboard_RoundsLeft" "Rounds Left: %s1"
  465.  
  466. "SFUI_Scoreboard_Navigation_Common" "${cancel} Back ${dpad} Navigate ${altstart} Close" [$WIN32||$X360]
  467. "SFUI_Scoreboard_Navigation_Common" "${cancel} Back ${dpad} Navigate" [$PS3]
  468. "SFUI_Scoreboard_Navigation_Gamer_Card" "${north} View Gamer Card "
  469. "SFUI_Scoreboard_Navigation_Left" "${lshoulder} Yes <img src='Vote' width='20' height='20' vspace='0' />"
  470. "SFUI_Scoreboard_Navigation_Kick" "${lshoulder} Vote to Kick "
  471.  
  472. "SFUI_Scoreboard_Navigation_Mute" "${dpadright} Mute"[$PS3||$X360]
  473. "SFUI_Scoreboard_Navigation_Mute" "${mute} Mute" [$WIN32]
  474. "SFUI_Scoreboard_Navigation_Unmute" "${dpadright} Unmute"[$PS3||$X360]
  475. "SFUI_Scoreboard_Navigation_Unmute" "${mute} Unmute"[$WIN32]
  476.  
  477. "SFUI_Player_Wants_Restart" "%s1 wants to restart the match."
  478. "SFUI_bot_controlled_by" "BOT (%s1)"
  479. "SFUI_bot_decorated_name" "BOT %s1"
  480.  
  481. "SFUI_Scoreboard_1st" "1st"
  482. "SFUI_Scoreboard_2nd" "2nd"
  483. "SFUI_Scoreboard_1st_Half" "1st Half"
  484. "SFUI_Scoreboard_Halftime" "Halftime"
  485. "SFUI_Scoreboard_2nd_Half" "2nd Half"
  486. "SFUI_Scoreboard_Final" "Final"
  487. "SFUI_Scoreboard_Final_Won" "Your Team Won!"
  488. "SFUI_Scoreboard_Final_Lost" "Your Team Lost!"
  489. "SFUI_Scoreboard_Final_Tie" "The Match Tied!"
  490. "SFUI_Scoreboard_GG_The_Winner" "THE WINNER : %s1"
  491. "SFUI_Scoreboard_Team_One" "Team One"
  492. "SFUI_Scoreboard_Team_Two" "Team Two"
  493. "SFUI_Scoreboard_Switch_In" "Team Switch In: %s1"
  494. "SFUI_Scoreboard_Next_In" "Next Match Starts In: %s1"
  495. "SFUI_Scoreboard_VoteStatus" "Yes Votes %s1/%s2 : %s3"
  496. "SFUI_Scoreboard_NormalPlayer" "%s1"
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504. ///////////////////////////////////////////////////////////////////////
  505. // VOTING
  506. ///////////////////////////////////////////////////////////////////////
  507.  
  508. "SFUI_Vote_None" ""
  509. "SFUI_Vote_KickPlayer" "Kick Player..."
  510. "SFUI_Vote_TeamSwitch" "Swap Teams"
  511. "SFUI_Vote_ScrambleTeams" "Scramble Teams"
  512. "SFUI_Vote_Surrender" "Surrender"
  513. "SFUI_Vote_RestartMatch" "Restart Match"
  514. "SFUI_Vote_ChangeMap" "Change Map..."
  515. "SFUI_Vote_CancelSubselection" "${cancel}Back"
  516.  
  517. //Used
  518. "SFUI_VOTING_CALL_VOTE" "CALL VOTE"
  519. "SFUI_VOTING_VOTE_TARGET" "MAKE SELECTION"
  520. "SFUI_vote_header" "%s1 wants to call a vote:"
  521. "SFUI_vote_yes_pc_instruction" "Press F1 to vote YES"
  522. "SFUI_vote_no_pc_instruction" "Press F2 to vote NO"
  523. "SFUI_vote_yes_console_instruction" "Press ${dpadleft} to vote YES"
  524. "SFUI_vote_no_console_instruction" "Press ${dpadright} to vote NO"
  525.  
  526. "SFUI_vote_passed" "Vote Passed!"
  527. "SFUI_vote_failed" "Vote Failed."
  528. "SFUI_vote_failed_quorum" "Not enough players voted."
  529. "SFUI_vote_failed_yesno" "Yes votes must exceed No votes."
  530.  
  531. "SFUI_vote_failed_vote_spam" "You called a vote recently and can not call another for %s1 seconds."
  532. "SFUI_vote_failed_transition_vote" "You cannot call a new vote while other players are still loading."
  533. "SFUI_vote_failed_disabled_issue" "Server has disabled that issue."
  534. "SFUI_vote_failed_map_not_found" "That map does not exist."
  535. "SFUI_vote_failed_map_name_required" "You must specify a map name."
  536. "SFUI_vote_failed_recently" "This vote failed recently and can not be called again for %s1 seconds."
  537. "SFUI_vote_failed_team_cant_call" "Your team cannot call this vote."
  538. "SFUI_vote_failed_waitingforplayers" "Voting not allowed while Waiting For Players."
  539. "SFUI_vote_failed_cannot_kick_admin" "You may not vote to kick the server admin."
  540. "SFUI_vote_failed_scramble_in_prog" "A Team Scramble is in progress."
  541. "SFUI_vote_failed_swap_in_prog" "A Team Swap is in progress."
  542. "SFUI_vote_failed_spectator" "This server has disabled voting for Spectators."
  543. "SFUI_vote_failed_nextlevel_set" "The next level has already been set."
  544.  
  545.  
  546. "SFUI_vote_kick_player_other" "Kick player: %s1?\n(no reason given)"
  547. "SFUI_vote_kick_player_cheating" "Kick player: %s1?\n(accused of cheating)"
  548. "SFUI_vote_kick_player_idle" "Kick player: %s1?\n(accused of being idle)"
  549. "SFUI_vote_kick_player_scamming" "Kick player: %s1?\n(accused of scamming)"
  550.  
  551. "SFUI_vote_passed_kick_player" "Kicking player: %s1..."
  552.  
  553. "SFUI_vote_restart_game" "Restart the map?"
  554. "SFUI_vote_passed_restart_game" "Restarting the map..."
  555.  
  556. "SFUI_vote_changelevel" "Change current level to %s1?"
  557. "SFUI_vote_nextlevel" "Set the next level to %s1?"
  558. "SFUI_vote_passed_changelevel" "Changing level to %s1..."
  559. "SFUI_vote_passed_nextlevel" "Next level set to %s1..."
  560. "SFUI_vote_passed_nextlevel_extend" "Extending the current level"
  561. "SFUI_vote_nextlevel_choices" "Vote for the next map!"
  562.  
  563. "SFUI_vote_scramble_teams" "Scramble the teams?"
  564. "SFUI_vote_passed_scramble_teams" "Teams will be scrambled."
  565. "SFUI_vote_swap_teams" "Swap the teams?"
  566. "SFUI_vote_passed_swap_teams" "Teams will be swapped."
  567.  
  568.  
  569. "SFUI_vote_td_start_round" "Start the current round?"
  570. "SFUI_vote_passed_td_start_round" "Starting the round..."
  571.  
  572.  
  573. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  574. //Team Select
  575. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  576. "SFUI_Choose_Team" "CHOOSE TEAM"
  577. "SFUI_TeamNavNoSpectate" "${cancel} Back ${confirm} Accept ${dpad} Select ${west} Auto select ${altstart} Scoreboard" [$WIN32||$X360]
  578. "SFUI_TeamNavWithSpectate" "${cancel} Back ${confirm} Accept ${dpad} Select ${west} Auto select ${lshoulder} Spectate ${altstart} Scoreboard" [$WIN32||$X360]
  579. "SFUI_TeamNavNoSpectate" "${cancel} Back ${confirm} Accept ${dpad} Select ${west} Auto select ${north} Scoreboard" [$PS3]
  580. "SFUI_TeamNavWithSpectate" "${cancel} Back ${confirm} Accept ${dpad} Select ${west} Auto select ${lshoulder} Spectate ${north} Scoreboard" [$PS3]
  581.  
  582. "SFUI_TeamButtonAuto" "Auto select"
  583. "SFUI_TeamButtonCancel" "Cancel "
  584. "SFUI_TeamButtonSpectate" "Spectate"
  585.  
  586. "SFUI_TeamConfirmTitle" "Confirm Cancel"
  587. "SFUI_TeamConfirmMsg" "Cancelling now will return you to the main menu. Are you sure you want to cancel?"
  588. "SFUI_TeamConfirmNav" "${cancel} Cancel ${confirm} Yes"
  589. "SFUI_TeamHumans" "Humans: "
  590. "SFUI_TeamBots" "Bots: "
  591. "SFUI_TeamFull" "Team Full"
  592. "SFUI_TeamTimer" "Auto pick in:"
  593.  
  594. "SFUIHUD_playerid_sameteam" "<font color='#6E7D5C'>Friend: %s1 Health: %s2</font>"
  595. "SFUIHUD_playerid_diffteam" "<font color='#CC0000'>Enemy: %s1</font>"
  596. "SFUIHUD_playerid_specteam" "<font color='#6E7D5C'>%s1</font>"
  597. "SFUIHUD_playerid_overhead_dropshadow" "<font color='#000000'>%s1 %s2</font>"
  598. "SFUIHUD_playerid_overhead_ct" "<font color='#3f74c8'>%s1</font><font color='#5e779f'> %s2</font>"
  599. "SFUIHUD_playerid_overhead_ct_lowhealth" "<font color='#3f74c8'>%s1</font><font color='#d82429'> %s2</font>"
  600.  
  601. "SFUIHUD_playerid_overhead_t" "<font color='#c3953f'>%s1</font><font color='#9a8661'> %s2</font>"
  602. "SFUIHUD_playerid_overhead_t_lowhealth" "<font color='#c3953f'>%s1</font><font color='#d82429'> %s2</font>"
  603.  
  604.  
  605. "SFUIHUD_playerid_noteam" "<font color='#FFCC00'>%s1 Health:%s2</font>"
  606.  
  607. "SFUIHUD_hostageid" "<font color='#e5da25'>Hostage</font><font color='#dcdac0'> %s1</font>"
  608. "SFUIHUD_hostageid_use_lead" "<font color='#e5da25'>${use} Lead Hostage</font><font color='#dcdac0'> %s1</font>"
  609. "SFUIHUD_hostageid_use_leave" "<font color='#e5da25'>${use} Stop Hostage</font><font color='#dcdac0'> %s1</font>"
  610. "SFUIHUD_hostageid_following" "<font color='#e5da25'>Hostage (Following %s1)</font><font color='#dcdac0'> %s2</font>"
  611.  
  612. "SFUIHUD_weaponid_pickup" "${use} swap for %s1"
  613. "SFUIHUD_weaponid_c4defuse" "${use} defuse the C4"
  614.  
  615. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  616. //HUD: Help/Medals/Defuse Info Panel
  617. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  618. "SFUIHUD_InfoPanel_HelpTitle" ""
  619.  
  620. "SFUIHUD_InfoPanel_PriorityMsgTitle" "Alert"
  621.  
  622. "SFUIHUD_InfoPanel_DefuseTitle" "Defuse Time:"
  623. "SFUIHUD_InfoPanel_DefuseText" "You are defusing the bomb."
  624. "SFUIHUD_InfoPanel_DefuseText_NoKit" "You are defusing the bomb\nwithout a kit."
  625. "SFUIHUD_InfoPanel_Spec_DefuseText" "%s1 is defusing the bomb."
  626. "SFUIHUD_InfoPanel_Spec_DefuseText_NoKit" "%s1 is defusing the bomb\nwithout a kit."
  627.  
  628. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  629. //HUD: Spectator
  630. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  631. "SFUIHUD_Spectate_Navigation_Gamer_Card" "${north} Show Gamer Card " [$X360]
  632. "SFUIHUD_Spectate_Navigation_Gamer_Card" "${north} Show Steam Profile " [$WIN32||$OSX]
  633. "SFUIHUD_Spectate_Navigation_Camera" "${confirm} Camera "
  634. "SFUIHUD_Spectate_Navigation_Control_Bot" "${use} Control Bot "
  635. "SFUIHUD_Spectate_Navigation_Scoreboard" "${altstart} Scoreboard " [$WIN32||$X360]
  636. "SFUIHUD_Spectate_Navigation_Scoreboard" "${dpaddown} Scoreboard " [$PS3]
  637. "SFUIHUD_Spectate_You_Are_Dead" "<font color=\"%s1\">Following %s2</font>"
  638.  
  639. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  640. //Class Select
  641. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  642. "Choose_Class_Navigation" "${cancel} Back ${confirm} Select ${dpad} Navigation ${west} Auto-Select ${north} Scoreboard"
  643. "ChooseClassHeader" "Choose Unit"
  644. "SFUI_Urban_Name" "SEAL TEAM 6"
  645. "SFUI_Urban_Label" "ST-6 (to be known later as DEVGRU) was founded in 1980 under the command of Lieutenant-Commander Richard Marcincko. ST-6 was placed on permanent alert to respond to terrorist attacks against American targets worldwide."
  646. "SFUI_ST6_Male_Name" "Special Response Team"
  647. "SFUI_ST6_Male_Label" "SRT or SWAT is an American special operations paramilitary tactical unit operating within domestic law enforcement agencies."
  648. "SFUI_ST6_Female_Name" "Special Response Team"
  649. "SFUI_ST6_Female_Label" "SRT or SWAT is an American special operations paramilitary tactical unit operating within domestic law enforcement agencies."
  650. "SFUI_MPSSC_Male_Team" "MPSSC"
  651. "SFUI_MPSSC_Male_Label" "Military Police Special Service Company aka “Yeh-ying” (Nighthawk). A classified Taiwanese special operations force under the Ministry of National Defense. Rumored to receive training at the Ranger School at Fort Benning, Georgia."
  652. "SFUI_Georgian_Male_Name" "Republic of Georgia Riot Polis"
  653. "SFUI_Georgian_Male_Label" "Fearing a coup d'etat during opposition demonstations in the capital city of Tbilisi in 2007, the Georgian government dispatched the heavily armored Riot Polis to disperse the crowd. Met with resistence, the security forces used considerable force in disrupting protestors and silencing seditious media outlets."
  654. "SFUI_SAS_Male_Name" "British Special Air Service"
  655. "SFUI_SAS_Male_Label" "The world-renowned British SAS was founded in the Second World War by a man named David Stirling. Their role during WW2 involved gathering intelligence behind enemy lines and executing sabotage strikes and assassinations against key targets."
  656. "SFUI_GSG9_Male_Name" "Grenzschutzgruppe-9"
  657. "SFUI_GSG9_Male_Label" "GSG-9 was born out of the tragic events that led to the death of several Israeli athletes during the 1972 Olympic games in Munich, Germany."
  658. "SFUI_Phoenix_Name" "The Phoenix Connexion"
  659. "SFUI_Phoenix_Label" "Having established a reputation for killing anyone that gets in their way, the Phoenix Faction is one of the most feared terrorist groups in Eastern Europe. Formed shortly after the breakup of the USSR."
  660. "SFUI_Separatist_Male_Name" "Separatist"
  661. "SFUI_Separatist_Male_Label" "Claiming an overwhelming desire for self determination, this European minority faction has stooped to heinous acts of terror in order to achieve their nationalistic vision."
  662. "SFUI_Pirate_Male_Name" "PIRATE"
  663. "SFUI_Pirate_Male_Label" "The modern pirates of the Horn of Africa claim their actions denote self defense of their territorial waters although the extortion and murder committed by the self-proclaimed “coast guard” belie these claims."
  664. "SFUI_Professional_Male_Name" "Professional"
  665. "SFUI_Professional_Male_Label" "The Professionals are high tech, well equipped thieves with no political or religious agenda."
  666. "SFUI_Professional_Female_Name" "Professional"
  667. "SFUI_Professional_Female_Label" "The Professionals are high tech, well equipped thieves with no political or religious agenda."
  668. "SFUI_Yakuza_Male_Name" "Freelancers"
  669. "SFUI_Yakuza_Male_Label" "These Clan-less criminals claim no affiliation beyond their own ad-hoc gangs. Spurning tradition, they flaunt their body art indiscriminately and accept any job regardless of its impact on the civilian populous."
  670. "SFUI_Yakuza_Female_Name" "Freelancers"
  671. "SFUI_Yakuza_Female_Label" "These Clan-less criminals claim no affiliation beyond their own ad-hoc gangs. Spurning tradition, they flaunt their body art indiscriminately and accept any job regardless of its impact on the civilian populous."
  672.  
  673. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  674. //Win Panel
  675. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  676. "SFUI_WinPanel_CT_Win" "Counter-Terrorists Win"
  677. "SFUI_WinPanel_T_Win" "Terrorists Win"
  678. "SFUI_WinPanel_Round_Draw" "Round Draw"
  679. "SFUI_WinPanel_Nav" "${confirm} Close"
  680.  
  681. "SFUI_WinPanel_rank_awarded" "You've achieved a new rank!"
  682. "SFUI_WinPanel_rank_awarded_multi" "You've achieved %s1 new ranks!"
  683.  
  684. "SFUI_WinPanel_rank_name_string" "%s1 <font color='#CCCCCC'>(%s2)</font>"
  685.  
  686. "SFUI_WinPanel_medal_awarded" "You've earned awards this round!"
  687.  
  688. // tell them how many needed in a rank for a catagory
  689. "SFUI_WinPanelProg_need_in_catagory" "%s1 awards needed for next rank"
  690.  
  691. // Stat-based medal progress
  692. "SFUI_WinPanelProg_stat_progress_kills" "You've killed %s1 out of %s2 enemies for the medal '%s3'."
  693. "SFUI_WinPanelProg_stat_progress_wins" "You've won %s1 out of %s2 rounds for the medal '%s3'."
  694. "SFUI_WinPanelProg_stat_progress_played" "You've played %s1 out of %s2 rounds for the medal '%s3'."
  695. "SFUI_WinPanelProg_stat_progress_money" "You've earned %s1 out of %s2 dollars for the medal '%s3'."
  696. "SFUI_WinPanelProg_stat_progress_damage" "You've dealt %s1 out of %s2 damage for the medal '%s3'."
  697. "SFUI_WinPanelProg_stat_progress_headshots" "You've shot %s1 out of %s2 headshots for the medal '%s3'."
  698. "SFUI_WinPanelProg_stat_progress_bomb_plant" "You've planted %s1 out of %s2 bombs for the medal '%s3'."
  699. "SFUI_WinPanelProg_stat_progress_bomb_diffuse" "You've diffused %s1 out of %s2 bombs for the medal '%s3'."
  700. "SFUI_WinPanelProg_stat_progress_rescue" "You've rescued %s1 out of %s2 hostages for the medal '%s3'."
  701. "SFUI_WinPanelProg_stat_progress_donate" "You've donated %s1 out of %s2 weapons for the medal '%s3'."
  702. "SFUI_WinPanelProg_stat_progress_dominate" "You've dominated %s1 out of %s2 opponents for the medal '%s3'."
  703. "SFUI_WinPanelProg_stat_progress_overkill" "You've overkilled %s1 out of %s2 opponents for the medal '%s3'."
  704. "SFUI_WinPanelProg_stat_progress_revenge" "You've got revenge on %s1 out of %s2 opponents for the medal '%s3'."
  705.  
  706. "SFUI_WinPanel_elo_up_string" "You've gained an Elo rank!"
  707. "SFUI_WinPanel_elo_down_string" "You've lost an Elo rank!"
  708. "SFUI_WinPanel_arsenal_first" "1st"
  709. "SFUI_WinPanel_arsenal_second" "2nd"
  710. "SFUI_WinPanel_arsenal_third" "3rd"
  711.  
  712. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  713. //Notice Text
  714. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  715. "SFUI_Notice_Got_Bomb" "You picked up the bomb."
  716. "SFUI_Notice_C4_Defuse_Must_Be_On_Ground" "You must be on the ground to defuse the bomb."
  717. "SFUI_Notice_Bomb_Already_Being_Defused" "The bomb is already being defused."
  718. "SFUI_Notice_Defusing_Bomb_With_Defuse_Kit" "Defusing the bomb."
  719. "SFUI_Notice_Defusing_Bomb_Without_Defuse_Kit" "Defusing WITHOUT a defuse kit."
  720. "SFUI_Notice_C4_Plant_At_Bomb_Spot" "C4 must be planted at a bomb site."
  721. "SFUI_Notice_C4_Plant_Must_Be_On_Ground" "You must be standing on the ground to plant the C4."
  722. "SFUI_Notice_C4_Arming_Cancelled" "Arming sequence canceled. C4 can only be placed at a bomb target."
  723. "SFUI_Notice_C4_Activated_At_Bomb_Spot" "C4 must be activated at a bomb target"
  724. "SFUI_Notice_Killed_Teammate" "You killed a teammate!"
  725. "SFUI_Notice_Game_teammate_kills" "Teammate kills: %s1 of 3"
  726. "SFUI_Notice_Banned_For_Killing_Teammates" "You are being banned from the server for killing too many teammates."
  727. "SFUI_Notice_Hint_careful_around_teammates" "Careful! Shooting at teammates will lower your score."
  728. "SFUI_Notice_Hint_Bot_Takeover" "You are playing as BOT %s1."
  729. "SFUI_Notice_Hint_reward_for_killing_vip" "You have been rewarded $2500 for killing the VIP!"
  730. "SFUI_Notice_Hint_win_round_by_killing_enemy" "You killed an enemy! Work with your team to eliminate them all!"
  731. "SFUI_Notice_Game_scoring" "Scoring will not start until both teams have players."
  732. "SFUI_Notice_Auto_Team_Balance_Next_Round" "*** Auto-Team Balance next round ***"
  733. "SFUI_Notice_Game_will_restart_in" "The game will restart in %s1 %s2"
  734. "SFUI_Notice_Player_Balanced" "You have been moved to the other team for game balance."
  735. "SFUI_Notice_Teams_Balanced" "The teams have been balanced."
  736. "SFUI_Notice_Target_Bombed" "Target successfully bombed!"
  737. "SFUI_Notice_VIP_Assassinated" "VIP has been assassinated!"
  738. "SFUI_Notice_Terrorists_Escaped" "The terrorists have escaped!"
  739. "SFUI_Notice_Terrorists_Win" "Terrorists Win!"
  740. "SFUI_Notice_Hostages_Not_Rescued" "Hostages have not been rescued!"
  741. "SFUI_Notice_VIP_Not_Escaped" "VIP has not escaped."
  742. "SFUI_Notice_VIP_Escaped" "The VIP has escaped!"
  743. "SFUI_Notice_CTs_PreventEscape" "The CTs have prevented most of the terrorists from escaping."
  744. "SFUI_Notice_Escaping_Terrorists_Neutralized" "Escaping terrorists have all been neutralized."
  745. "SFUI_Notice_Bomb_Defused" "The bomb has been defused."
  746. "SFUI_Notice_CTs_Win" "Counter-Terrorists Win!"
  747. "SFUI_Notice_All_Hostages_Rescued" "All hostages have been rescued!"
  748. "SFUI_Notice_Target_Saved" "Target has been saved!"
  749. "SFUI_Notice_Terrorists_Not_Escaped" "Terrorists have not escaped."
  750. "SFUI_Notice_Game_Commencing" "Game Commencing."
  751. "SFUI_Notice_Round_Draw" "Round Draw!"
  752. "SFUI_Notice_Terrorists_Surrender" "Terrorists Surrender"
  753. "SFUI_Notice_CTs_Surrender" "CTs Surrender"
  754. "SFUI_Notice_Knife_Level_You" "You've reached gold knife level!"
  755. "SFUI_Notice_Knife_Level" "%s1 has reached gold knife level!"
  756. "SFUI_Notice_Gun_Game_Leader" "You are the new leader."
  757. "SFUI_Notice_CTs_Clinched_Match" "CTs clinched the match with the most wins."
  758. "SFUI_Notice_Ts_Clinched_Match" "Terrorists clinched the match with the most wins."
  759. "SFUI_ARFlashAlert_ReachedLevel" "Reached Level %s1 / %s2"
  760. "SFUI_ARFlashAlert_BonusGrenade" "Bonus Grenade Earned!"
  761. "SFUI_ARFlashAlert_NextWeapon" "Next Weapon Acquired"
  762.  
  763. "SFUI_Notice_Alert_Match_Point" "MATCH POINT"
  764. "SFUI_Notice_Alert_Final_Round" "FINAL ROUND"
  765. "SFUI_Notice_Alert_Last_Round_Half" "LAST ROUND OF FIRST HALF"
  766.  
  767. "Hint_you_have_the_defuser" "You have the defuse kit."
  768.  
  769. // should phase these out
  770. "SFUI_Notice_Have_Bomb" "You have the bomb. Find the target zone or DROP the bomb for another Terrorist."
  771.  
  772.  
  773. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  774. //Voice notice panel
  775. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  776. "SFUI_Voice_Dead_Location" "DEAD"
  777.  
  778. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  779. //Upsell
  780. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  781. "SFUI_Upsell_Title" "PLAY THE WORLD'S NUMBER ONE ONLINE ACTION GAME"
  782. "SFUI_Upsell_Upsell_Bullets" "<ul><li>New maps!<li>New modes!<li>New weapons!</ul>"
  783. "SFUI_Upsell_Nav" "${west} Unlock Full Game ${confirm} Quit ${cancel} Back to Game"
  784. "SFUI_Upsell_Nav" "" [$WIN32||$OSX]
  785. "SFUI_Medals_Earned_Text" "Achievements unlocked with purchase: "
  786. "SFUI_Medals_Earned_Count" "%d / %d"
  787.  
  788.  
  789. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  790. //Controls
  791. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  792. "SFUI_PLAYER_CONTROLS" "CONTROLLER"
  793. "SFUI_PLAYER_CONTROLS" "CONTROLS" [$X360]
  794. "SFUI_CONTROLLS_MOUSE_KEYBOARD" "KEYBOARD / MOUSE"
  795. "SFUI_Controls_Nav" "${cancel} Back ${confirm} Modify ${west} Clear ${north} Restore Defaults ${dpad} Toggle/Modify"
  796. "SFUI_Controls_Nav_Limit" "${cancel} Back ${north} Restore Defaults ${dpad} Toggle/Modify"
  797. "SFUI_Controls_Cancel" "${start} Cancel"
  798. "SFUI_Controls_Cancel" "" [$WIN32||$OSX]
  799. "SFUI_Controls_Title" "%s1"
  800. "SFUI_Controls_Modify" "Press a button..."
  801. "SFUI_Controls_Confirm_Default_Title" "RESTORE DEFAULTS"
  802. "SFUI_Controls_Confirm_Default_Msg" "Reset all Xbox 360 controller options to their defaults?" [$X360]
  803. "SFUI_Controls_Confirm_Default_Msg" "Reset all controller options to their defaults?" [$WIN32||$OSX]
  804. "SFUI_Controls_Confirm_Default_Msg" "Reset all wireless controller options to their defaults?" [$PS3]
  805. "SFUI_Controls_Confirm_Default_Nav" "${cancel} Cancel ${confirm} Yes"
  806. "SFUI_Controls_Clear" "CLEAR"
  807. "SFUI_Controls_Edit" "EDIT"
  808. "SFUI_ReverseMouse" "Reverse Mouse"
  809. "SFUI_MouseSensitivity" "Mouse Sensitivity"
  810. "SFUI_RawInput" "Raw Input"
  811. "SFUI_MouseAcceleration" "Mouse Acceleration"
  812. "SFUI_AccelerationAmount" "Acceleration Amount"
  813. "SFUI_Toggle_Always_Show_Inv" "Toggle Inventory Display"
  814. "SFUI_Forward" "Move Forward"
  815. "SFUI_Backward" "Move Backward"
  816. "SFUI_MoveRight" "Move Right (strafe)"
  817. "SFUI_MoveLeft" "Move Left (strafe)"
  818. "SFUI_Previous" "Last Weapon Used"
  819. "SFUI_Voice" "Use Mic"
  820. "SFUI_Buy" "Buy Menu"
  821. "SFUI_StandardRadio" "Standard Radio Message"
  822. "SFUI_GroupRadio" "Group Radio Message"
  823. "SFUI_ReportRadio" "Report Radio Message"
  824. "SFUI_ChatMessage" "Chat Message"
  825. "SFUI_TeamMessage" "Team Message"
  826. "SFUI_PreviousWeapon" "Select Previous Weapon"
  827. "SFUI_NextWeapon" "Select Next Weapon"
  828. "SFUI_NextWeaponController" "Select Next Inventory"
  829. "SFUI_PreviousWeaponController" "Select Previous Inventory"
  830. "SFUI_Autobuy" "Autobuy"
  831. "SFUI_Rebuy" "Rebuy"
  832. "SFUI_JoystickSpeedMode" "Walk Mode"
  833. "SFUI_MouseZoomSensitivity" "Zoom Sensitivity"
  834. "SFUI_ControllerZoomSensitivity" "Zoom Sensitivity"
  835. "SFUI_TaserSlot" "Zeus x27"
  836. "SFUI_MolotovSlot" "Molotov Cocktail"
  837. "SFUI_DecoySlot" "Decoy Grenade"
  838. "SFUI_CycleWeapons" "Swap Primary/Secondary"
  839. "SFUI_CycleNextGrenade" "Select Grenades/Bomb"
  840. "SFUI_CycleNextItems" "Select Grenades/Bomb/Melee"
  841. "SFUI_PrimaryWeapon" "Primary Weapon"
  842. "SFUI_SecondaryWeapon" "Secondary Weapon"
  843. "SFUI_WeaponSpecial" "Weapon Special Function"
  844. "SFUI_AlternateFire" "Alternate Fire"
  845. "SFUI_Silencer_Burst" "Silencer / Burst"
  846. "SFUI_Zoom_Slash" "Zoom / Slash"
  847.  
  848. "SFUI_KnifeSlot" "Knife"
  849. "SFUI_MeleeSlot" "Knife/Zeus"
  850. "SFUI_BombSlot" "Bomb"
  851. "SFUI_Left_Handed" "Left-Handed"
  852. "SFUI_Right_Handed" "Right-Handed"
  853. "SFUI_JoystickLookType" "Look Type"
  854. "SFUI_JoystickNormal" "Normal"
  855. "SFUI_JoystickInverted" "Inverted"
  856. "SFUI_JoystickMoveLookSticks" "Move/Look Sticks" [$WIN32||$OSX]
  857. "SFUI_JoystickMoveLookSticks" "Sticks" [$X360]
  858. "SFUI_JoystickMoveLookSticks" "Left Stick / Right Stick" [$PS3]
  859. "SFUI_Left_Handed" "Left-Handed"
  860. "SFUI_Right_Handed" "Right-Handed"
  861. "SFUI_JoystickDuckMode" "Duck Mode"
  862. "SFUI_Toggle" "Toggle"
  863. "SFUI_Hold" "Hold"
  864. "SFUI_JoystickLookSpeedPitch" "Vertical Sensitivity"
  865. "SFUI_JoystickLookSpeedYaw" "Horizontal Sensitivity"
  866. "SFUI_Rumble" "Rumble"
  867. "SFUI_Fire" "Fire"
  868. "SFUI_Reload_Weapon" "Reload"
  869. "SFUI_Jump" "Jump"
  870. "SFUI_Duck" "Duck"
  871. "SFUI_CycleWeapons" "Swap Primary/Secondary" [$X360||$PS3]
  872. "SFUI_Pickup_Use_Objects" "Use"
  873. "SFUI_TitlesTXT_Menu_Scoreboard" "Scoreboard"
  874. "SFUI_Walk" "Walk"
  875. "SFUI_180Spin" "Spin 180"
  876. "SFUI_Drop_Weapon" "Drop Weapon"
  877. "SFUI_TitlesTXT_HE_Grenade" "HE Grenade"
  878. "SFUI_TitlesTXT_Flashbang" "Flashbang"
  879. "SFUI_TitlesTXT_Smoke_Grenade" "Smoke Grenade"
  880. "SFUI_Screenshot" "Take Screenshot"
  881. "SFUI_MuteBind" "Mute Player (Scoreboard)"
  882. "SFUI_ToggleConsole" "Toggle Console"
  883.  
  884.  
  885.  
  886. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  887. //Motion Controller
  888. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  889. // "SFUI_Calibrate_Nav" "${west} Calibrate ${cancel} Close ${north} Restore Defaults ${dpad} Toggle/Modify"
  890. "SFUI_Calibrate_Calibration_Motion" "Calibrate Motion Controller"
  891. "SFUI_Calibrate_Calibrate" "CALIBRATE"
  892. "SFUI_Calibrate_Nav_Cancel" "${cancel} Cancel Calibration"
  893. "SFUI_Calibrate_Nav_Accept" "${cancel} Recalibrate ${confirm} Accept the calibration"
  894. "SFUI_Calibrate_Nav_Error" "${cancel} Recalibrate"
  895.  
  896. "SFUI_Calibrate_Eye_Disconnected" "The PlayStation®Eye camera was disconnected. Please reconnect to continue."
  897. "SFUI_Calibrate_Activate_Move" "Set the PlayStation®Eye camera to the wide angle (blue) setting and press the Move button."
  898. "SFUI_Calibrate_Hold_the_Motion" "Hold the PlayStation®Move still, point at the PlayStation®Eye camera and press the Move button."
  899. "SFUI_Calibrate_Calibrating" "Calibrating. Hold the motion controller still and keep it pointed at the PlayStation®Eye."
  900. "SFUI_Calibrate_Aim_at_icon" "Aim at the icon and press the T Button"
  901. "SFUI_Calibrate_Change_Sensitivity" "Crosshair Sensitivity"
  902. "SFUI_Calibrate_DeadZone_Radius" "Deadzone Radius"
  903. "SFUI_Calibrate_Turn_Speed" "Turn Speed"
  904. "SFUI_Calibrate_Warning_Bright" "Warning: Bright Lighting\nLighting conditions in your room are very bright and may affect gameplay."
  905. "SFUI_Calibrate_Warning_Motion" "Warning: Motion Detected\nCalibration was not ideal because the PlayStation®Move was not held still during calibration."
  906. "SFUI_Calibrate_Warning_Colorful" "Warning: Very Colorful Environment\nTracking may be compromised because objects of various colors are in the scene."
  907. "SFUI_Calibrate_Warning_Hue" "Warning: Hue Conflict\nTracking may be compromised because an object that is similar in color with the currently set hue is in the scene."
  908. "SFUI_Calibrate_Error_Bright" "Error: Bright Light\nCalibration failed because the light in your room is too bright."
  909. "SFUI_Calibrate_Error_Cant_Find" "Error: Can't Find Sphere\nCalibration failed because the PlayStation®Move was not detected by the PlayStation®Eye."
  910. "SFUI_Calibrate_Error_Motion" "Error: Motion Detected\nCalibration failed because the PlayStation®Move was not held still during calibration."
  911.  
  912. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  913. // Radio Panel
  914. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  915.  
  916. "SFUI_Radio_Exit" "0. Exit"
  917.  
  918. "SFUI_Radio_Cover_Me" "Cover Me"
  919. "SFUI_Radio_Take_Point" "You Take the Point"
  920. "SFUI_Radio_Hold_Pos" "Hold This Position"
  921. "SFUI_Radio_Regroup" "Regroup Team"
  922. "SFUI_Radio_Follow" "Follow Me"
  923. "SFUI_Radio_Need_Assist" "Taking Fire, Need Assistance"
  924.  
  925. "SFUI_Radio_Go" "GO"
  926. "SFUI_Radio_Fall_Back" "Fall Back"
  927. "SFUI_Radio_Stick_Together" "Stick Together Team"
  928. "SFUI_Radio_Get_In" "Get in Position"
  929. "SFUI_Radio_Storm_Front" "Storm the Front"
  930. "SFUI_Radio_Report_In" "Report In"
  931.  
  932. "SFUI_Radio_Roger" "Affirmative/Roger"
  933. "SFUI_Radio_Spotted" "Enemy Spotted"
  934. "SFUI_Radio_Need_Backup" "Need Backup"
  935. "SFUI_Radio_Sector_Clear" "Sector Clear"
  936. "SFUI_Radio_In_Position" "I'm in Position"
  937. "SFUI_Radio_Reporting_Int" "Reporting In"
  938. "SFUI_Radio_Shes_Gonna_Blow" "She's gonna Blow!"
  939. "SFUI_Radio_Negative" "Negative"
  940. "SFUI_Radio_Enemy_Down" "Enemy Down"
  941.  
  942. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  943. //Settings
  944. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  945. "SFUI_PLAYER_SETTINGS" "SETTINGS" [$X360]
  946. "SFUI_PLAYER_SETTINGS" "GAME SETTINGS" [$WIN32||$OSX||$PS3]
  947. "SFUI_Settings_General_nav" "${cancel} Back ${north} Restore Defaults"
  948. "SFUI_Settings_mic_nav" " ${west} Setup Microphone"
  949. "SFUI_Settings_push_to_talk_nav" " ${confirm} Edit Use Mic Key "
  950. "SFUI_Settings_Nav" "${cancel} Back ${west} Screen Size ${north} Restore Defaults ${dpad} Modify"
  951. "SFUI_Settings_Nav_Video" "${cancel} Back ${west} Advanced ${north} Restore Defaults ${dpad} Modify"
  952. "SFUI_Settings_Nav_Video_Advanced" "${cancel} Back ${west} Screen Size ${north} Restore Defaults ${dpad} Modify"
  953. "SFUI_Settings_Resize" "${cancel} Back ${dpad} Modify"
  954. "SFUI_Settings_Calibrate_Nav" "${cancel} Back ${west} Calibrate ${north} Restore Defaults ${dpad} Toggle/Modify"
  955. "SFUI_Settings_Screen_Resize" "SCREEN SIZE"
  956. "SFUI_Settings_Title" "Player: %s1 Settings"
  957. "SFUI_Settings_Confirm_Default_Title" "RESTORE DEFAULTS"
  958. "SFUI_Settings_Confirm_Default_Msg" "Reset all settings to your system's recommended defaults?"
  959. "SFUI_Settings_Confirm_Default_Nav" "${cancel} Cancel ${confirm} Yes"
  960. "SFUI_Weapon_Name_VO" "Weapon Name Announcement"
  961. "SFUI_Settings_Advanced" "ADVANCED"
  962. "SFUI_Settings_Video_Advanced" "VIDEO - ADVANCED"
  963. "SFUI_Settings_Model_Texture_Detail" "Model / Texture Detail"
  964. "SFUI_Settings_Effect_Detail" "Effect Detail"
  965. "SFUI_Settings_Shader_Detail" "Shader Detail"
  966. "SFUI_Settings_Shadow_Detail" "Shadow Detail"
  967. "SFUI_Settings_Filtering_Mode" "Texture Filtering Mode"
  968. "SFUI_Settings_Multicore" "Multicore Rendering"
  969. "SFUI_Settings_Paged_Pool" "Paged Pool Memory Available"
  970. "SFUI_Settings_Water_Detail" "Water Detail"
  971. "SFUI_Settings_Color_Correction" "Color Correction"
  972. "SFUI_Settings_Antialiasing_Mode" "Multisampling Anti-Aliasing Mode"
  973. "SFUI_Settings_CSM" "Global Shadow Quality"
  974. "SFUI_Settings_FXAA" "FXAA Anti-Aliasing"
  975. "SFUI_Settings_MotionBlur" "Motion Blur"
  976. "SFUI_Screen_Resize" "Screen Resize"
  977. "SFUI_Horizontal_Screen_Resize" "Horizontal Adjustment"
  978. "SFUI_Vertical_Screen_Resize" "Vertical Adjustment"
  979.  
  980. "SFUI_Settings_Aspect_Ratio" "Aspect Ratio"
  981. "SFUI_Settings_Widescreen_16_10" "Widescreen 16:10"
  982. "SFUI_Settings_Widescreen_16_9" "Widescreen 16:9"
  983. "SFUI_Settings_Normal" "Normal 4:3"
  984.  
  985. "SFUI_Settings_Resolution" "Resolution"
  986.  
  987. "SFUI_Settings_Display_Mode" "Display Mode"
  988. "SFUI_Settings_Fullscreen" "Fullscreen"
  989. "SFUI_Settings_Windowed" "Windowed"
  990.  
  991. "SFUI_Settings_Laptop_Power" "Laptop Power Savings"
  992. "SFUI_Settings_Vertical_Sync" "Wait for Vertical Sync"
  993.  
  994. "SFUI_Settings_High_Dynamic_Range" "High Dynamic Range"
  995. "SFUI_Settings_Very_High" "Very High"
  996. "SFUI_Settings_High" "High"
  997. "SFUI_Settings_Medium" "Medium"
  998. "SFUI_Settings_Low" "Low"
  999.  
  1000. "SFUI_Settings_Master_Volume" "Master Volume"
  1001. "SFUI_Settings_Music_Volume" "Music Volume"
  1002.  
  1003. "SFUI_Settings_Speaker_Config" "Speaker Configuration"
  1004. "SFUI_Settings_Headphones" "Headphones"
  1005. "SFUI_Settings_2_Speakers" "2 Speakers"
  1006. "SFUI_Settings_4_Speakers" "4 Speakers"
  1007. "SFUI_Settings_51_Speakers" "5.1 Speakers"
  1008.  
  1009. "SFUI_Settings_Sound_Quality" "Sound Quality"
  1010.  
  1011. "SFUI_Settings_Enable_Voice" "Enable Voice"
  1012. "SFUI_Settings_Open_Mic" "Open Microphone"
  1013. "SFUI_Settings_Push_To_Talk" "Press to Use Mic"
  1014. "SFUI_Settings_Push_To_Talk_Key" "EDIT USE MIC KEY"
  1015. "SFUI_Settings_Setup_Microphone" "MIC SETUP"
  1016.  
  1017.  
  1018.  
  1019. "SFUI_Settings_Simple_Refl" "Simple Reflections"
  1020. "SFUI_Settings_Reflect_World" "Reflect World"
  1021. "SFUI_Settings_Reflect_All" "Reflect All"
  1022. "SFUI_Settings_Enabled" "Enabled"
  1023. "SFUI_Settings_Enabled_Double" "Double Buffered"
  1024. "SFUI_Settings_Enabled_Triple" "Triple Buffered"
  1025. "SFUI_Settings_Disabled" "Disabled"
  1026. "SFUI_Settings_None" "None"
  1027. "SFUI_Settings_2X_MSAA" "2x MSAA"
  1028. "SFUI_Settings_4X_MSAA" "4x MSAA"
  1029. "SFUI_Settings_8X_MSAA" "8x MSAA"
  1030. "SFUI_Settings_8X_CSAA" "8x CSAA"
  1031. "SFUI_Settings_16X_CSAA" "16x CSAA"
  1032. "SFUI_Settings_16XQ_CSAA" "16xQ CSAA"
  1033. "SFUI_Settings_Bilinear" "Bilinear"
  1034. "SFUI_Settings_Trilinear" "Trilinear"
  1035. "SFUI_Settings_Anisotropic_2X" "Anisotropic 2X"
  1036. "SFUI_Settings_Anisotropic_4X" "Anisotropic 4X"
  1037. "SFUI_Settings_Anisotropic_8X" "Anisotropic 8X"
  1038. "SFUI_Settings_Anisotropic_16X" "Anisotropic 16X"
  1039. "SFUI_Settings_Bloom" "Bloom"
  1040. "SFUI_Settings_Full" "Full"
  1041. "SFUI_CSM_Low" "Very Low"
  1042. "SFUI_CSM_Med" "Low"
  1043. "SFUI_CSM_High" "Medium"
  1044. "SFUI_CSM_VeryHigh" "High"
  1045. "SFUI_FXAA_Enabled" "Enabled"
  1046. "SFUI_FXAA_Disabled" "Disabled"
  1047. "SFUI_MotionBlur_Enabled" "Enabled"
  1048. "SFUI_MotionBlur_Disabled" "Disabled"
  1049.  
  1050. "SFUI_Settings_Changes_On_Restart_Title" "Notice"
  1051. "SFUI_Settings_Changes_On_Restart" "Changes will be applied at restart."
  1052. "SFUI_Settings_Changes_Notice_Nav" "${confirm} OK"
  1053.  
  1054. "SFUI_Settings_SplitMode" "Splitscreen Mode"
  1055. "SFUI_Settings_SplitMode_Auto" "Auto"
  1056. "SFUI_Settings_SplitMode_Vert" "Side by Side"
  1057. "SFUI_Settings_SplitMode_Horz" "Over / Under"
  1058.  
  1059. "SFUI_Settings_Always_Show_Inventory" "Always Show Inventory"
  1060. "SFUI_Settings_Enable_Console" "Enable Developer Console (~)"
  1061. "SFUI_Close_Buy_menu_on_purchase" "Close Buy Menu After Purchase"
  1062.  
  1063. "SFUI_Settings_HUDScaling" "Play Distance"
  1064. "SFUI_Settings_HUDScaleSmall" "Desktop Small Text"
  1065. "SFUI_Settings_HUDScaleMed" "Desktop"
  1066. "SFUI_Settings_HUDScaleLarge" "Couch"
  1067.  
  1068. "SFUI_Settings_Apply" "APPLY"
  1069. "SFUI_Settings_Changed_Discard" "Changes have been made. Discard current changes?"
  1070. "SFUI_Settings_Video" "Video"
  1071. "SFUI_Settings_Discard_Nav" "${cancel} Cancel ${confirm} Discard"
  1072.  
  1073. "SFUI_Settings_PowerSavings_Info" "In Power Savings Mode, the game intentionally runs at a low frame rate in order to preserve battery power, extending the amount of time that you can play on battery power."
  1074. "SFUI_Settings_Antialiasing_Info" "Anti-aliasing provides a smooth appearance at the edges of geometry, eliminating jagged edges. Increasing anti-aliasing quality can degrade graphics performance."
  1075. "SFUI_Settings_Filtering_Info" "Increasing the texture filtering setting improves the appearance of textures in the game. Increasing filtering quality can degrade graphics performance."
  1076. "SFUI_Settings_WaitForVSync_Info" "Vertical sync options affect the tradeoff between visual quality and mouse lag. Triple Buffering is recommended for the smoothest experience. The Disabled setting may minimize mouse lag at the cost of visual tearing."
  1077. "SFUI_Settings_QueuedMode_Info" "Multicore rendering allows CS:GO to utilize the multiple CPUs present in your system. The Disabled setting may provide a higher framerate but with lower visual quality."
  1078. "SFUI_Settings_ShaderDetail_Info" "Shader detail controls the sophistication of the lighting and shading effects applied to surfaces in the game. Higher settings increase visual quality but can degrade graphics performance."
  1079. "SFUI_Settings_CPUDetail_Info" "Effect detail controls the complexity of certain visual effects in the game as well as the draw-distance. Decreasing the effect detail may improve performance but will also increase model pop-in artifacts."
  1080. "SFUI_Settings_ModelDetail_Info" "The model / texture detail setting controls the resolution of textures and geometric complexity of models in the game. Decreasing this setting may improve performance on low-end systems, but will degrade image quality."
  1081. "SFUI_Settings_Paged_Pool_Mem_Info" "Available CPU memory may be affected by other programs, such as anti-virus programs running in the background."
  1082. "SFUI_Settings_FXAA_Info" "Anti-aliasing provides a smooth appearance at the edges of geometry, eliminating jagged edges. Enabling FXAA can degrade graphics performance."
  1083. "SFUI_Settings_CSM_Info" "Global shadow quality controls the fidelity of the dynamic shadows cast onto surfaces in the game. Higher settings increase the visual quality but can degrade CPU and graphics performance."
  1084. "SFUI_Settings_MotionBlur_Info" "Motion Blur is a fullscreen shader effect that selectively smooths the frame during rapid changes in the camera's angle or position. The Disabled setting may result in slightly improved graphics performance."
  1085.  
  1086.  
  1087.  
  1088. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1089. //Chat
  1090. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1091. "SFUI_Settings_Chat_ButtonLabel" "Send"
  1092. "SFUI_Settings_Chat_Say" "Say to all"
  1093. "SFUI_Settings_Chat_SayTeam" "Say to team"
  1094.  
  1095.  
  1096.  
  1097. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1098. //Buy Menu
  1099. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1100. "SFUI_BuyMenu_Title" "Select Weapon"
  1101. "SFUI_BuyMenu_Autobuy" "Auto Buy"
  1102. "SFUI_BuyMenu_Buyprev" "Re-Buy Previous"
  1103. "SFUI_BuyMenu_Done" "Close"
  1104.  
  1105. "SFUI_BuyMenu_Pistols" "PISTOLS"
  1106. "SFUI_BuyMenu_HeavyWeapons" "HEAVY"
  1107. "SFUI_BuyMenu_Rifles" "RIFLES"
  1108. "SFUI_BuyMenu_Equipment" "GEAR"
  1109. "SFUI_BuyMenu_Loadouts" "LOADOUTS"
  1110. "SFUI_BuyMenu_SMGs" "SMGs"
  1111. "SFUI_BuyMenu_CQB" "CQB"
  1112. "SFUI_BuyMenu_Grenades" "GRENADES"
  1113.  
  1114. "SFUI_BuyMenu_SelectWeapon" "Select\nWeapon"
  1115.  
  1116. "SFUI_BuyMenu_Inventory" "Inventory"
  1117. "SFUI_BuyMenu_CurrentInventory" "Current Inventory"
  1118. "SFUI_BuyMenu_LoadoutNumber" "Loadout %s1"
  1119.  
  1120. "SFUI_BuyMenu_Firepower" "FIREPOWER"
  1121. "SFUI_BuyMenu_FireRate" "FIRERATE"
  1122. "SFUI_BuyMenu_Accuracy" "ACCURACY"
  1123. "SFUI_BuyMenu_Movement" "MOVEMENT RATE"
  1124. "SFUI_BuyMenu_AmmoLabel" "AMMO:"
  1125. "SFUI_BuyMenu_SpecialLabel" "SPECIAL:"
  1126. "SFUI_BuyMenu_CountryLabel" "COUNTRY:"
  1127. "SFUI_BuyMenu_Penetration" "PENETRATION:"
  1128. "SFUI_BuyMenu_Penetration_None" "None"
  1129. "SFUI_BuyMenu_KillAward" "KILL AWARD:"
  1130. "SFUI_BuyMenu_KillAward_Default" "Default"
  1131. "SFUI_BuyMenu_KillAward_None" "None"
  1132. "SFUI_BuyMenu_Cost" "COST:"
  1133.  
  1134. "SFUI_BuyMenu_TimerText" "Buy Time Left :"
  1135. "SFUI_BuyMenu_OutOfTime" "The %s1 second buy period has expired"
  1136. "SFUI_BuyMenu_NotInBuyZone" "You have left the buy zone"
  1137.  
  1138. "SFUI_BuyMenu_Help_Select" "${cancel} Back ${confirm} Select ${lshoulder} Autobuy ${rshoulder} Buy Previous"
  1139. "SFUI_BuyMenu_Help_Buy" "${cancel} Back ${confirm} Select ${lshoulder} Autobuy ${rshoulder} Buy Previous"
  1140. "SFUI_BuyMenu_Header" "BUY MENU"
  1141. "SFUI_BuyMenu_WeaponClass" "SELECT WEAPON MENU"
  1142.  
  1143. "SFUI_BuyMenu_CanOnlyCarryXGrenades" "You can only carry %s1 grenades."
  1144. "SFUI_BuyMenu_MaxItemsOfType" "You can only carry %s1 of this type."
  1145. "SFUI_BuyMenu_AlreadyCarrying" "In current inventory."
  1146. "SFUI_BuyMenu_AlreadyPurchased" "You already purchased one this round."
  1147. "SFUI_BuyMenu_NotAllowedByMap" "Not allowed on this map type."
  1148. "SFUI_BuyMenu_NotAllowedByMode" "Not allowed in this game mode."
  1149. "SFUI_BuyMenu_NotAllowedByTeam" "Not allowed on your current team."
  1150.  
  1151.  
  1152. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1153. //Buy menu text information
  1154. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1155. //glock
  1156. "SFUI_BuyMenu_InfoOrigin_glock" "Austria"
  1157. "SFUI_BuyMenu_InfoSpecial_glock" "3x Burst-Fire"
  1158.  
  1159. //usp
  1160. "SFUI_BuyMenu_InfoOrigin_usp" "Germany"
  1161. "SFUI_BuyMenu_InfoSpecial_usp" "Silencer"
  1162.  
  1163. //p228
  1164. "SFUI_BuyMenu_InfoOrigin_p228" "Switz/Ger"
  1165. "SFUI_BuyMenu_InfoSpecial_p228" "N/A"
  1166.  
  1167. //deagle
  1168. "SFUI_BuyMenu_InfoOrigin_deagle" "Israel"
  1169. "SFUI_BuyMenu_InfoSpecial_deagle" "N/A"
  1170.  
  1171. //fiveseven
  1172. "SFUI_BuyMenu_InfoOrigin_fiveseven" "Belgium"
  1173. "SFUI_BuyMenu_InfoSpecial_fiveseven" "N/A"
  1174.  
  1175. //elites
  1176. "SFUI_BuyMenu_InfoOrigin_elite" "Italy"
  1177. "SFUI_BuyMenu_InfoSpecial_elite" "N/A"
  1178.  
  1179. //p250
  1180. "SFUI_BuyMenu_InfoOrigin_p250" "Switzerland/Ger/U.S.A."
  1181. "SFUI_BuyMenu_InfoSpecial_p250" "N/A"
  1182.  
  1183. //hkp2000
  1184. "SFUI_BuyMenu_InfoOrigin_hkp2000" "Switzerland/Ger/U.S.A."
  1185. "SFUI_BuyMenu_InfoSpecial_hkp2000" "N/A"
  1186.  
  1187. //m3
  1188. "SFUI_BuyMenu_InfoOrigin_m3" "Italy"
  1189. "SFUI_BuyMenu_InfoSpecial_m3" "N/A"
  1190.  
  1191. //xm1014
  1192. "SFUI_BuyMenu_InfoOrigin_xm1014" "Italy"
  1193. "SFUI_BuyMenu_InfoSpecial_xm1014" "N/A"
  1194.  
  1195. //tmp
  1196. "SFUI_BuyMenu_InfoOrigin_tmp" "Austria"
  1197. "SFUI_BuyMenu_InfoSpecial_tmp" "N/A"
  1198.  
  1199. //MP5
  1200. "SFUI_BuyMenu_InfoOrigin_mp5navy" "Germany"
  1201. "SFUI_BuyMenu_InfoSpecial_mp5navy" "N/A"
  1202.  
  1203. //mac10
  1204. "SFUI_BuyMenu_InfoOrigin_mac10" "U.S.A."
  1205. "SFUI_BuyMenu_InfoSpecial_mac10" "N/A"
  1206.  
  1207. //ump45
  1208. "SFUI_BuyMenu_InfoOrigin_ump45" "Germany"
  1209. "SFUI_BuyMenu_InfoSpecial_ump45" "N/A"
  1210.  
  1211. //p90
  1212. "SFUI_BuyMenu_InfoOrigin_p90" "Belgium"
  1213. "SFUI_BuyMenu_InfoSpecial_p90" "N/A"
  1214.  
  1215. //famas
  1216. "SFUI_BuyMenu_InfoOrigin_famas" "France"
  1217. "SFUI_BuyMenu_InfoSpecial_famas" "3x Burst-Fire"
  1218.  
  1219. //scout
  1220. "SFUI_BuyMenu_InfoOrigin_scout" "Austria"
  1221. "SFUI_BuyMenu_InfoSpecial_scout" "Zoom 2x"
  1222.  
  1223. //ak47
  1224. "SFUI_BuyMenu_InfoOrigin_ak47" "Russia"
  1225. "SFUI_BuyMenu_InfoSpecial_ak47" "N/A"
  1226.  
  1227. //galil
  1228. "SFUI_BuyMenu_InfoOrigin_galil" "Israel"
  1229. "SFUI_BuyMenu_InfoSpecial_galil" "N/A"
  1230.  
  1231. //galilar
  1232. "SFUI_BuyMenu_InfoOrigin_galilar" "Israel"
  1233. "SFUI_BuyMenu_InfoSpecial_galilar" "N/A"
  1234.  
  1235. //m4a1
  1236. "SFUI_BuyMenu_InfoOrigin_m4a1" "U.S.A."
  1237. "SFUI_BuyMenu_InfoSpecial_m4a1" "N/A"
  1238.  
  1239. //aug
  1240. "SFUI_BuyMenu_InfoOrigin_aug" "Austria"
  1241. "SFUI_BuyMenu_InfoSpecial_aug" "Zoom"
  1242.  
  1243. //sg550
  1244. "SFUI_BuyMenu_InfoOrigin_sg550" "Switzerland"
  1245. "SFUI_BuyMenu_InfoSG550Special_sg550" "Zoom 2x"
  1246.  
  1247. //sg552
  1248. "SFUI_BuyMenu_InfoOrigin_sg552" "Switzerland"
  1249. "SFUI_BuyMenu_InfoSpecial_sg552" "Zoom"
  1250.  
  1251. //sg556
  1252. "SFUI_BuyMenu_InfoOrigin_sg556" "Switzerland"
  1253. "SFUI_BuyMenu_InfoSpecial_sg556" "Zoom"
  1254.  
  1255. //Awp
  1256. "SFUI_BuyMenu_InfoOrigin_awp" "U.K."
  1257. "SFUI_BuyMenu_InfoSpecial_awp" "Zoom 2x"
  1258.  
  1259. //g3sg1
  1260. "SFUI_BuyMenu_InfoOrigin_g3sg1" "Germany"
  1261. "SFUI_BuyMenu_InfoSpecial_g3sg1" "Zoom 2x"
  1262.  
  1263. //m249
  1264. "SFUI_BuyMenu_InfoOrigin_m249" "Belgium"
  1265. "SFUI_BuyMenu_InfoSpecial_m249" "N/A"
  1266.  
  1267. //negev
  1268. "SFUI_BuyMenu_InfoOrigin_negev" "Israel"
  1269. "SFUI_BuyMenu_InfoSpecial_negev" "N/A"
  1270.  
  1271. //nova
  1272. "SFUI_BuyMenu_InfoOrigin_nova" "Italy"
  1273. "SFUI_BuyMenu_InfoSpecial_nova" "N/A"
  1274.  
  1275. //sawedoff
  1276. "SFUI_BuyMenu_InfoOrigin_sawedoff" "U.S.A."
  1277. "SFUI_BuyMenu_InfoSpecial_sawedoff" "N/A"
  1278.  
  1279. //mag7
  1280. "SFUI_BuyMenu_InfoOrigin_mag7" "South Africa"
  1281. "SFUI_BuyMenu_InfoSpecial_mag7" "N/A"
  1282.  
  1283. //tec9
  1284. "SFUI_BuyMenu_InfoOrigin_tec9" "Sweden/U.S.A."
  1285. "SFUI_BuyMenu_InfoSpecial_tec9" "N/A"
  1286.  
  1287. //scar17
  1288. "SFUI_BuyMenu_InfoOrigin_scar17" "Belgium/U.S.A."
  1289. "SFUI_BuyMenu_InfoSpecial_scar17" "N/A"
  1290.  
  1291. //scar20
  1292. "SFUI_BuyMenu_InfoOrigin_scar20" "Belgium/U.S.A."
  1293. "SFUI_BuyMenu_InfoSpecial_scar20" "Zoom 2x"
  1294.  
  1295. //ssg08
  1296. "SFUI_BuyMenu_InfoOrigin_ssg08" "Austria"
  1297. "SFUI_BuyMenu_InfoSpecial_ssg08" "Zoom 2x"
  1298.  
  1299. //mp7
  1300. "SFUI_BuyMenu_InfoOrigin_mp7" "Germany"
  1301. "SFUI_BuyMenu_InfoSpecial_mp7" "N/A"
  1302.  
  1303. //bizon
  1304. "SFUI_BuyMenu_InfoOrigin_bizon" "Russia"
  1305. "SFUI_BuyMenu_InfoSpecial_bizon" "N/A"
  1306.  
  1307. //mp9
  1308. "SFUI_BuyMenu_InfoOrigin_mp9" "Switzerland"
  1309. "SFUI_BuyMenu_InfoSpecial_mp9" "N/A"
  1310.  
  1311. //taser
  1312. "SFUI_BuyMenu_InfoDescription_taser" "A close range, one shot weapon that delivers a lethal dose of electricity to the target."
  1313.  
  1314. //decoy
  1315. "SFUI_BuyMenu_InfoDescription_decoy" "A diversionary device that can be used to simulate weapons discharge."
  1316.  
  1317. // kevlarvest
  1318. "SFUI_BuyMenu_InfoDescription_kevlar" "Body protection against projectiles and explosives."
  1319.  
  1320. // armor
  1321. "SFUI_BuyMenu_InfoDescription_assaultsuit" "Body and head protection against projectiles and explosives."
  1322.  
  1323. //molotov
  1324. "SFUI_BuyMenu_InfoDescription_molotov" "An explosive, incendiary device that covers the point of impact in flames for a short time."
  1325. //incendiary grenade
  1326. "SFUI_BuyMenu_InfoDescription_incgrenade" "An explosive, incendiary device that covers the point of impact in flames for a short time."
  1327.  
  1328. //smokegrenade
  1329. "SFUI_BuyMenu_InfoDescription_smokegrenade" "A diversionary device that can be used to provide temporary cover for moving from place to place."
  1330.  
  1331. //flashbang
  1332. "SFUI_BuyMenu_InfoDescription_flashbang" "Makes a loud noise and blinding flash when thrown at enemy (pull pin first). Useful for causing distractions before entering an area."
  1333.  
  1334. //hegrenade
  1335. "SFUI_BuyMenu_InfoDescription_hegrenade" "A high-explosive device. Pull the pin, release the spoon and throw."
  1336.  
  1337. //defuse kit
  1338. "SFUI_BuyMenu_InfoDescription_defuser" "A bomb defusal kit used to speed up the bomb defusal process."
  1339.  
  1340. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1341. //Freeze Panel
  1342. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1343. "SFUI_Freeze_Skip" "${confirm}Skip"
  1344. "SFUI_Freeze_Snapshot" "[%s1] Save this moment"
  1345.  
  1346. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1347. //Mini Scoreboard
  1348. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1349. "SFUI_NowPlaying_T" "PLAYING ON TEAM TERRORIST"
  1350. "SFUI_NowPlaying_CT" "PLAYING ON TEAM COUNTER-TERRORIST"
  1351. "SFUI_NowPlaying_Bot" "PLAYING AS A BOT"
  1352.  
  1353. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1354. //Weapon Select Panel
  1355. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1356. "SFUI_WS_GG_NextWep" "NEXT WEAPON"
  1357. "SFUI_WS_GG_AwardNextRound" "AWARDED NEXT ROUND"
  1358. "SFUI_WS_GG_YourNextWeaponIs" "YOUR NEXT WEAPON IS"
  1359.  
  1360. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1361. //Autodisconnect Panel
  1362. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1363. "SFUI_CONNWARNING_HEADER" "WARNING: Connection problem"
  1364. "SFUI_CONNWARNING_BODY" "Auto-disconnect in: "
  1365.  
  1366. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1367. //Lobby
  1368. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1369. "SFUI_LobbyPrompt_TitleClient" "Joining Lobby"
  1370. "SFUI_LobbyPrompt_TitleHost" "Creating Lobby"
  1371. "SFUI_LobbyPrompt_SteamFailed" "Steam is required to join a team lobby. Please check your connection to Steam and try again."
  1372.  
  1373. "SFUI_LobbyPrompt_Text" "Please wait..."
  1374. "SFUI_Lobby_NewConnectionMessage" "Connected to lobby."
  1375. "SFUI_Lobby_InviteFriendMessage" "Invited %s1 to lobby."
  1376.  
  1377. "SFUI_ClansTotalLabel" " Total" // appended to number, so displayed as "4 Total" to user
  1378. "SFUI_UsersCountLabel" " Online" // appended to number, so displayed as "6 Online" to user
  1379.  
  1380. "SFUI_LobbyQuit_Title" "Exit Lobby"
  1381. "SFUI_LobbyQuit_Text" "Are you sure you want to exit this online lobby?"
  1382.  
  1383. "SFUI_LobbyKick_Title" "Kick Player"
  1384. "SFUI_LobbyKick_Text" "Are you sure you want to kick %s1 from the lobby?"
  1385.  
  1386. "SFUI_LobbyCallToArms_Title" "Call to Arms"
  1387. "SFUI_LobbyCallToArms_Text" "This will invite every member of this group to join your lobby. Are you sure?"
  1388.  
  1389. "SFUI_LobbyLaunchPrompt_Title" "Set Game Options?"
  1390. "SFUI_LobbyLaunchPrompt_Text" "Would you like to set game options or quickmatch into any mode/map?"
  1391. "SFUI_LobbyLaunchPrompt_QMButton" "Quickmatch"
  1392. "SFUI_LobbyLaunchPrompt_Help" "${cancel} Back ${confirm} GO ${north} Quickmatch"
  1393.  
  1394. "SFUI_Lobby_QuitButton" "QUIT"
  1395. "SFUI_Lobby_StartMatchButton" "GO"
  1396. "SFUI_Lobby_Help" "${cancel} Back ${dpad} Navigate ${start} Start Match"
  1397. "SFUI_Lobby_HelpNoStart" "${cancel} Back"
  1398.  
  1399. "SFUI_Lobby_ShowGamercard" "${lshoulder} Steam Profile" [$PS3]
  1400. "SFUI_Lobby_ShowGamercard" "${lshoulder} Show Gamercard" [$X360]
  1401.  
  1402. "SFUI_CreateTeamMultiplayerTitle" "Team Multiplayer"
  1403.  
  1404. "SFUI_BYT_TITLE" "PLAY WITH FRIENDS"
  1405. "SFUI_BYT_TITLECLIENT" "MULTIPLAYER LOBBY"
  1406. "SFUI_LOBBYTITLE" "LOBBY"
  1407. "SFUI_STEAM" "FRIENDS"
  1408. "SFUI_CLAN" "STEAM GROUPS"
  1409. "SFUI_STEAMFRIENDS" "INVITE PLAYERS"
  1410. "SFUI_STEAMFRIENDS" "FRIENDS" [$X360||$PS3]
  1411.  
  1412. "SFUI_LOBBYLEADER" "%s1 (Leader)"
  1413. "SFUI_Invite" "Invite"
  1414. "SFUI_Invite" "${confirm} Invite" [$X360||$PS3]
  1415. "SFUI_Lobby_ShowChat" "Chat"
  1416. "SFUI_Lobby_HideChat" "Hide"
  1417. "SFUI_ClanList" "Team List"
  1418. "SFUI_CallToArms" "Call To Arms"
  1419. "SFUI_ExpandClan" "Expand Team"
  1420. "SFUI_Lobby_KickButton" "Kick"
  1421. "SFUI_Lobby_KickButton" "${west} Kick" [$X360||$PS3]
  1422. "SFUI_Lobby_QuickMatchButton" "Quick Match"
  1423. "SFUI_Lobby_CustomMatchButton" "Custom Match"
  1424.  
  1425. "SFUI_LobbyDisconnectError_NoMap" "There was a problem loading the selected map for this lobby. You have been disconnected."
  1426. "SFUI_LobbyDisconnectError_ListenServerDisabled" "The lobby has been shut down and you have been disconnected."
  1427. "SFUI_LobbyDisconnectError_CreationFailed" "There was a problem with your network connection, and the lobby was not created."
  1428. "SFUI_LobbyDisconnectError_Kicked" "You have been kicked from the lobby by the host."
  1429. "SFUI_LobbyDisconnectError_CreateLobbyFailed" "The lobby timed out connecting to the servers. Please check your network connection and try again."
  1430.  
  1431. "SFUI_LobbyClient_StandbyTitle" "Please Wait"
  1432. "SFUI_LobbyClient_StandbyText" "The lobby leader is selecting the game mode and map. Please stand by."
  1433.  
  1434. "SFUI_LobbyClient_ModeWaitOnHost" "MODE: NOT SELECTED"
  1435. "SFUI_LobbyClient_MapWaitOnHost" "MAP: NOT SELECTED"
  1436.  
  1437. "SFUI_LobbyClient_ModeQuickMatch" "MODE: QUICKMATCH"
  1438. "SFUI_LobbyClient_MapQuickMatch" "MAP: ANY"
  1439.  
  1440. "SFUI_Lobby_NoFriendsOnline" "No Friends Online"
  1441. "SFUI_Lobby_NoClansFound" "No Teams Found"
  1442. "SFUI_Lobby_InviteFriends" "Invite Friends..."
  1443.  
  1444. "SFUI_Lobby_PublicMatch" "Public Match"
  1445. "SFUI_Lobby_ClanPreferredMatch" "Team-Preferred"
  1446. "SFUI_Lobby_ClanOnlyMatch" "Team-Only"
  1447. "SFUI_Lobby_PrivateMatch" "Private Match"
  1448.  
  1449. "SFUI_Lobby_PToggle" ""
  1450. "SFUI_Lobby_PToggle" "${north}" [$X360||$PS3]
  1451.  
  1452. "SFUI_Lobby_X360InviteMsg" "You have been invited to a team match in Counter-Strike: Global Offensive." [$X360]
  1453.  
  1454. "SFUI_Lobby_StatusInvited" "<font color='#4F6782'>Invited</font>"
  1455. "SFUI_Lobby_StatusInGame" "In-Game"
  1456. "SFUI_Lobby_StatusPlayingCSGO" "Playing CS:GO"
  1457. "SFUI_Lobby_StatusOnline" "Online"
  1458. "SFUI_Lobby_StatusSnooze" "Snooze"
  1459. "SFUI_Lobby_StatusBusy" "Busy"
  1460. "SFUI_Lobby_StatusAway" "Away"
  1461.  
  1462. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1463. //Leaderboards
  1464. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1465. "SFUI_LEADERBOARD" "LEADERBOARDS"
  1466. "SFUI_LBoard_Mode" "MODE"
  1467. "SFUI_LBoard_Filter" "FILTER"
  1468. "SFUI_LBoard_Device" "INPUT TYPE"
  1469. "SFUI_LBoard_Entries" "TOTAL ENTRIES: 0"
  1470. "SFUI_LBoard_Updating" "UPDATING FROM SERVER..."
  1471. "SFUI_LBRank" "RANK:"
  1472. "SFUI_LBCat_Lt" "${ltrigger}"
  1473. "SFUI_LBCat_Rt" "${rtrigger}"
  1474. "SFUI_LBMode_X" "${west}"
  1475. "SFUI_LBFilter_Y" "${north}"
  1476. "SFUI_LBDevice_LS" "${lshoulder}"
  1477.  
  1478. "SFUI_Leaderboards_Navigation" "${cancel} Back ${confirm} Show Gamer Card ${dpad} Navigate List" [$X360]
  1479. "SFUI_Leaderboards_Navigation" "${cancel} Back ${confirm} Show Steam Profile ${dpad} Navigate List" [$WIN32||$OSX]
  1480. "SFUI_Leaderboards_Navigation" "${cancel} Back ${dpad} Navigate List" [$PS3]
  1481. "SFUI_Leaderboards_Navigation_PS3" "${cancel} Back ${dpad} Navigate List"
  1482.  
  1483. "SFUI_LB_Status" "Reading leaderboard data..."
  1484. "SFUI_LB_NoResults" "No results found."
  1485.  
  1486. "SFUI_Leaderboard_LB_WorldRanking" "Current World Rankings"
  1487. "SFUI_Leaderboard_LB_KillDeath" "Current Kill / Death Ratio"
  1488. "SFUI_Leaderboard_LB_Wins" "Total Wins"
  1489. "SFUI_Leaderboard_LB_Stars" "Total Stars"
  1490. "SFUI_Leaderboard_LB_GamesPlayed" "Total Games Played"
  1491.  
  1492. "SFUI_LeaderboardFilter_Overall" "Overall"
  1493. "SFUI_LeaderboardFilter_Friends" "Friends"
  1494. "SFUI_LeaderboardFilter_Me" "Me"
  1495.  
  1496. "SFUI_LeaderboardMode_All" "All"
  1497. "SFUI_LeaderboardMode_OnlineCasual" "Online Casual"
  1498. "SFUI_LeaderboardMode_OnlineCompetitive" "Online Competitive"
  1499. "SFUI_LeaderboardMode_OnlinePro" "Online Pro"
  1500. "SFUI_LeaderboardMode_OnlinePrivate" "Online Private"
  1501. "SFUI_LeaderboardMode_OfflineCasual" "Local Casual"
  1502. "SFUI_LeaderboardMode_OfflineCompetitive" "Local Competitive"
  1503. "SFUI_LeaderboardMode_OfflinePro" "Local Pro"
  1504. "SFUI_LeaderboardMode_OnlineGunGameProgressive" "Online Arms Race"
  1505. "SFUI_LeaderboardMode_OnlineGunGameBomb" "Online Demolition"
  1506. "SFUI_LeaderboardMode_OfflineGunGameProgressive" "Local Arms Race"
  1507. "SFUI_LeaderboardMode_OfflineGunGameBomb" "Local Demolition"
  1508.  
  1509. "SFUI_LeaderboardHeading_Rank" "Rank"
  1510. "SFUI_LeaderboardHeading_GamerTag" "Gamertag" [$X360]
  1511. "SFUI_LeaderboardHeading_GamerTag" "PSN ID" [$PS3]
  1512. "SFUI_LeaderboardHeading_GamerTag" "Profile Name" [$WIN32||$OSX]
  1513. "SFUI_LeaderboardHeading_KD" "K/D"
  1514. "SFUI_LeaderboardHeading_HeadShots" "Head Shots"
  1515. "SFUI_LeaderboardHeading_Hits" "Hits"
  1516. "SFUI_LeaderboardHeading_Kills" "Kills"
  1517. "SFUI_LeaderboardHeading_WinPercent" "Win %"
  1518. "SFUI_LeaderboardHeading_Wins" "Wins"
  1519. "SFUI_LeaderboardHeading_Losses" "Losses"
  1520. "SFUI_LeaderboardHeading_WonAsCT" "Wins as CT"
  1521. "SFUI_LeaderboardHeading_WonAsT" "Wins as T"
  1522. "SFUI_LeaderboardHeading_Stars" "Stars"
  1523. "SFUI_LeaderboardHeading_BombsSet" "Bomb Set"
  1524. "SFUI_LeaderboardHeading_BombsDetonated" "Bombs Detonated"
  1525. "SFUI_LeaderboardHeading_BombsDefused" "Bombs Defused"
  1526. "SFUI_LeaderboardHeading_HostagesRescued" "Hostages Rescued"
  1527. "SFUI_LeaderboardHeading_Total" "Total"
  1528. "SFUI_LeaderboardHeading_AverageScore" "Score"
  1529. "SFUI_LeaderboardHeading_AverageKillsRound" "Kills Per Round"
  1530. "SFUI_LeaderboardHeading_AverageDeathsRound" "Deaths Per Round"
  1531. "SFUI_LeaderboardHeading_AverageDmgRound" "Damage Per Round"
  1532. "SFUI_LeaderboardHeading_TotalMVP" "MVP Total"
  1533. "SFUI_LeaderboardHeading_GamesTotal" "Total"
  1534. "SFUI_LeaderboardHeading_TimePlayed" "Time Played"
  1535. "SFUI_LeaderboardHeading_PlayedAsCT" "Played as CT"
  1536. "SFUI_LeaderboardHeading_PlayedAsT" "Played as T"
  1537. "SFUI_LeaderboardHeading_Medals" "Awards Total"
  1538. "SFUI_LeaderboardHeading_AVERAGE_PER_ROUND" "Average Per Round"
  1539. "SFUI_Scoreboard_Title" "Scoreboard"
  1540.  
  1541. "SFUI_LeaderboardDevice_KeyboardMouse" "Keyboard + Mouse"
  1542. "SFUI_LeaderboardDevice_Gamepad" "Controller"
  1543. "SFUI_LeaderboardFilter_PSMove" "PlayStation Move"
  1544. "SFUI_LeaderboardFilter_Hydra" "Hydra"
  1545. "SFUI_LeaderboardFilter_Sharpshooter" "SharpShooter"
  1546.  
  1547. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1548. //TCR Compliance Text
  1549. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1550. "SFUI_GameUI_OnlineErrorMessageTitle" "Multiplayer Error"
  1551. "SFUI_GameUI_ErrorDismiss" "${confirm} Dismiss"
  1552. "SFUI_GameUI_NotOnlineEnabled" "You must be signed in to a gamer profile with multiplayer privileges to play online."
  1553. "SFUI_GameUI_Dlg_NotOnlineSignedIn" "You need to sign in to Xbox LIVE to access this feature. Would you like to sign in now?"
  1554. "SFUI_GameUI_LostServerXLSP" "The %s service is not available at this time. Please try again later."
  1555. "SFUI_GameUI_LostConnectionToLIVE" "You have been disconnected from Xbox LIVE. Please sign in and try again."
  1556. "SFUI_GameUI_DedicatedSearchFailed" "Failed to find a dedicated server."
  1557.  
  1558. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1559. //Error Messages
  1560. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1561. "SFUI_DisconnectReason_Unknown" "An error occurred with your connection. Please try again."
  1562. "SFUI_DisconnectReason_LostConnectionToLIVE" "The connection to Xbox LIVE was lost."
  1563. "SFUI_DisconnectReason_PlayerRemovedFromSession" "Client was removed from host session."
  1564. "SFUI_DisconnectReason_Idle" "You have been kicked due to inactivity."
  1565. "SFUI_DisconnectReason_DisconnectedFromServer" "Your connection to the server has timed out."
  1566. "SFUI_DisconnectReason_TeamKilling" "You have been kicked for killing too many teammates."
  1567. "SFUI_DisconnectReason_FriendReqd" "Failed to connect to game server. You must have one friend present in order to join the specified server."
  1568. "SFUI_DisconnectReason_UnableGetSessionData" "Failed to get session data. Please try again."
  1569. "SFUI_DisconnectReason_UnableGetServerAddress" "Failed to get server address. Please try again."
  1570. "SFUI_DisconnectReason_UnableValidateServer" "Failed to validate session data. Please try again."
  1571. "SFUI_DisconnectReason_UnablePingServer" "Failed to ping server. Please try again."
  1572. "SFUI_DisconnectReason_LobbyFull" "Failed to join session because the session is full. Please try again."
  1573. "SFUI_DisconnectReason_LobbyNotWanted" "You are banned from joining this session."
  1574. "SFUI_DisconnectReason_LobbyBlockedYou" "Failed to join session because you have been blocked by one or more players in this session."
  1575. "SFUI_DisconnectReason_LobbyYouBlocked" "Failed to join session because you have blocked one or more players in this session."
  1576. "SFUI_DisconnectReason_LobbyDoesntExist" "Failed to join session. Please try again."
  1577. "SFUI_DisconnectReason_ListenServerDisabled" "No servers were found, and listen servers have been disabled for this client. Failed to create a new session."
  1578. "SFUI_Disconnect_Title" "Disconnected"
  1579.  
  1580. "SFUI_SessionError_Unknown" "An error occurred with your connection to session. Please try again in a few moments."
  1581. "SFUI_SessionError_NotAvailable" "The session is no longer available."
  1582. "SFUI_SessionError_Create" "Failed to create session. Please check your connection and try again."
  1583. "SFUI_SessionError_Connect" "Failed to connect to the game server."
  1584. "SFUI_SessionError_Full" "Failed to join session because the session did not have enough open slots."
  1585. "SFUI_SessionError_Kicked" "You have been kicked from the session."
  1586. "SFUI_SessionError_Migrate" "Lobby leader has left the game."
  1587.  
  1588. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1589. // Profile Text
  1590. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1591. "SFUI_GameUI_ProfileDataLoadFailedTitle" "Gamer profile load fail"
  1592. "SFUI_GameUI_ProfileDataLoadFailedMsg" "There was an error loading the gamer profile. Would you like to attempt to reset the gamer profile losing all game progress and settings?"
  1593. "SFUI_GameUI_ProfileDataLoadFailedTrialMsg" "There was an error loading the gamer profile. Trial mode requires valid gamer profile"
  1594. "SFUI_GameUI_ProfileDataWriteFailedTitle" "Gamer profile write fail"
  1595. "SFUI_GameUI_ProfileDataWriteFailedMsg" "There was an error writing the gamer profile. No game progress has been saved"
  1596.  
  1597. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1598. //Arcade Unlock Messages
  1599. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1600. "SFUI_GameUI_ArcadeNotUnlockedTitle" "Purchase the Full Game!"
  1601. "SFUI_GameUI_ArcadeNotUnlocked" "You must purchase the full game in order to access this feature!"
  1602.  
  1603. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1604. // Grenade Text
  1605. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1606. "SFUI_TitlesTXT_Fire_in_the_hole" "Fire in the hole!"
  1607. "SFUI_TitlesTXT_Molotov_in_the_hole" "FireBomb on the way!"
  1608. "SFUI_TitlesTXT_Incendiary_in_the_hole" "FireBomb on the way!"
  1609. "SFUI_TitlesTXT_Flashbang_in_the_hole" "Flashbang Out!"
  1610. "SFUI_TitlesTXT_Smoke_in_the_hole" "Smoke Out!"
  1611. "SFUI_TitlesTXT_Decoy_in_the_hole" "Decoy Out!"
  1612.  
  1613. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1614. // Achievement/Awards Text
  1615. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1616. "WIN_BOMB_PLANT_NAME" "Someone Set Up Us The Bomb"
  1617. "WIN_BOMB_PLANT_DESC" "Win a round by planting a bomb"
  1618. "BOMB_PLANT_LOW_NAME" "Boomala Boomala"
  1619. "BOMB_PLANT_LOW_DESC" "Plant 100 bombs"
  1620. "BOMB_DEFUSE_LOW_NAME" "The Hurt Blocker"
  1621. "BOMB_DEFUSE_LOW_DESC" "Defuse 100 bombs successfully"
  1622. "TR_BOMB_DEFUSE_LOW_NAME" "Quick Cut"
  1623. "TR_BOMB_DEFUSE_LOW_DESC" "Defuse five bombs in Demolition mode"
  1624. "TR_BOMB_PLANT_LOW_NAME" "Short Fuse"
  1625. "TR_BOMB_PLANT_LOW_DESC" "Plant five bombs in Demolition Mode"
  1626. "KILL_ENEMY_LOW_NAME" "Body Bagger"
  1627. "KILL_ENEMY_LOW_DESC" "Kill 25 enemies"
  1628. "KILL_ENEMY_MED_NAME" "Corpseman"
  1629. "KILL_ENEMY_MED_DESC" "Kill 500 enemies"
  1630. "KILL_ENEMY_HIGH_NAME" "God of War"
  1631. "KILL_ENEMY_HIGH_DESC" "Kill 10,000 enemies"
  1632. "BOMB_DEFUSE_CLOSE_CALL_NAME" "Second to None"
  1633. "BOMB_DEFUSE_CLOSE_CALL_DESC" "Successfully defuse a bomb with less than one second remaining"
  1634. "BOMB_DEFUSE_NEEDED_KIT_NAME" "Combat Ready"
  1635. "BOMB_DEFUSE_NEEDED_KIT_DESC" "Defuse a bomb with a kit when it would have failed without one"
  1636. "KILL_BOMB_DEFUSER_NAME" "Counter-Counter-Terrorist"
  1637. "KILL_BOMB_DEFUSER_DESC" "Kill a Counter-Terrorist while he is defusing the bomb"
  1638. "WIN_BOMB_DEFUSE_NAME" "Rite of First Defusal"
  1639. "WIN_BOMB_DEFUSE_DESC" "Win a round by defusing a bomb"
  1640. "BOMB_PLANT_IN_25_SECONDS_NAME" "Short Fuse"
  1641. "BOMB_PLANT_IN_25_SECONDS_DESC" "Plant a bomb within 25 seconds (excluding Demolition mode)"
  1642. "WIN_ROUNDS_LOW_NAME" "Newb World Order"
  1643. "WIN_ROUNDS_LOW_DESC" "Win ten rounds"
  1644. "WIN_ROUNDS_MED_NAME" "Pro-moted"
  1645. "WIN_ROUNDS_MED_DESC" "Win 200 rounds"
  1646. "WIN_ROUNDS_HIGH_NAME" "Leet-er of Men"
  1647. "WIN_ROUNDS_HIGH_DESC" "Win 5,000 rounds"
  1648.  
  1649. "WIN_GUN_GAME_ROUNDS_LOW_NAME" "Bring a Knife to a Gunfight"
  1650. "WIN_GUN_GAME_ROUNDS_LOW_DESC" "Win one match in Arms Race or Demolition mode"
  1651. "WIN_GUN_GAME_ROUNDS_MED_NAME" "Keep on Stabbin"
  1652. "WIN_GUN_GAME_ROUNDS_MED_DESC" "Win 25 matches in Arms Race or Demolition mode"
  1653. "WIN_GUN_GAME_ROUNDS_HIGH_NAME" "Kill of the Century"
  1654. "WIN_GUN_GAME_ROUNDS_HIGH_DESC" "Win 100 matches in Arms Race or Demolition mode"
  1655. "WIN_GUN_GAME_ROUNDS_EXTREME_NAME" "The Professional"
  1656. "WIN_GUN_GAME_ROUNDS_EXTREME_DESC" "Win 500 matches in Arms Race or Demolition mode"
  1657. "WIN_GUN_GAME_ROUNDS_ULTIMATE_NAME" "Cold Pizza Eater"
  1658. "WIN_GUN_GAME_ROUNDS_ULTIMATE_DESC" "Win 1,000 matches in Arms Race or Demolition mode"
  1659.  
  1660. "GUN_GAME_ROUNDS_LOW_NAME" "Practice Practice Practice"
  1661. "GUN_GAME_ROUNDS_LOW_DESC" "Play 100 matches of Arms Race or Demolition mode"
  1662. "GUN_GAME_ROUNDS_MED_NAME" "Gun Collector"
  1663. "GUN_GAME_ROUNDS_MED_DESC" "Play 500 matches of Arms Race or Demolition mode"
  1664. "GUN_GAME_ROUNDS_HIGH_NAME" "King of the Kill"
  1665. "GUN_GAME_ROUNDS_HIGH_DESC" "Play 5,000 matches of Arms Race or Demolition mode"
  1666.  
  1667. "GIVE_DAMAGE_LOW_NAME" "Points in Your Favor"
  1668. "GIVE_DAMAGE_LOW_DESC" "Inflict 2,500 total points of damage to enemies"
  1669. "GIVE_DAMAGE_MED_NAME" "You've Made Your Points"
  1670. "GIVE_DAMAGE_MED_DESC" "Inflict 50,000 total points of damage to enemies"
  1671. "GIVE_DAMAGE_HIGH_NAME" "A Million Points of Blight"
  1672. "GIVE_DAMAGE_HIGH_DESC" "Inflict 1,000,000 total points of damage to enemies"
  1673. "KILLING_SPREE_NAME" "Ballistic"
  1674. "KILLING_SPREE_DESC" "Kill four enemy players within fifteen seconds"
  1675. "KILL_WITH_OWN_GUN_NAME" "Lost and F0wnd"
  1676. "KILL_WITH_OWN_GUN_DESC" "Kill an enemy with a gun they dropped during the current round"
  1677. "RESCUE_HOSTAGES_LOW_NAME" "Cowboy Diplomacy"
  1678. "RESCUE_HOSTAGES_LOW_DESC" "Rescue 100 hostages"
  1679. "RESCUE_HOSTAGES_MED_NAME" "SAR Czar"
  1680. "RESCUE_HOSTAGES_MED_DESC" "Rescue 500 hostages"
  1681. "RESCUE_ALL_HOSTAGES_NAME" "Good Shepherd"
  1682. "RESCUE_ALL_HOSTAGES_DESC" "Rescue all hostages in a single round"
  1683. "FAST_HOSTAGE_RESCUE_NAME" "Freed With Speed"
  1684. "FAST_HOSTAGE_RESCUE_DESC" "Rescue all hostages within 90 seconds"
  1685. "KILL_TWO_WITH_ONE_SHOT_NAME" "Ammo Conservation"
  1686. "KILL_TWO_WITH_ONE_SHOT_DESC" "Kill two enemy players with a single bullet"
  1687. "EARN_MONEY_LOW_NAME" "War Bonds"
  1688. "EARN_MONEY_LOW_DESC" "Earn $125,000 total cash"
  1689. "EARN_MONEY_MED_NAME" "Spoils of War"
  1690. "EARN_MONEY_MED_DESC" "Earn $2,500,000 total cash"
  1691. "EARN_MONEY_HIGH_NAME" "Blood Money"
  1692. "EARN_MONEY_HIGH_DESC" "Earn $50,000,000 total cash"
  1693. "DEAD_GRENADE_KILL_NAME" "Premature Burial"
  1694. "DEAD_GRENADE_KILL_DESC" "Kill an enemy with a grenade after dying"
  1695. "KILL_ENEMY_DEAGLE_NAME" "Desert Eagle Expert"
  1696. "KILL_ENEMY_DEAGLE_DESC" "Kill 200 enemies with the Desert Eagle"
  1697. "KILL_ENEMY_USP_NAME" "USP Expert"
  1698. "KILL_ENEMY_USP_DESC" "Kill 200 enemies with the USP"
  1699. "KILL_ENEMY_GLOCK_NAME" "Glock-18 Expert"
  1700. "KILL_ENEMY_GLOCK_DESC" "Kill 200 enemies with the Glock-18"
  1701. "KILL_ENEMY_P228_NAME" "P228 Expert"
  1702. "KILL_ENEMY_P228_DESC" "Kill 200 enemies with the P228"
  1703. "KILL_ENEMY_ELITE_NAME" "Dual Berettas Expert"
  1704. "KILL_ENEMY_ELITE_DESC" "Kill 100 enemies with the Dual Berettas"
  1705. "KILL_ENEMY_FIVESEVEN_NAME" "Five-SeveN Expert"
  1706. "KILL_ENEMY_FIVESEVEN_DESC" "Kill 100 enemies with the Five-SeveN"
  1707.  
  1708. "KILL_ENEMY_BIZON_NAME" "PP-Bizon Expert"
  1709. "KILL_ENEMY_BIZON_DESC" "Kill 500 enemies with the PP-Bizon"
  1710. "KILL_ENEMY_TEC9_NAME" "Tec-9 Expert"
  1711. "KILL_ENEMY_TEC9_DESC" "Kill 100 enemies with the Tec-9"
  1712. "KILL_ENEMY_TASER_NAME" "Zeus x27 Expert"
  1713. "KILL_ENEMY_TASER_DESC" "Kill 100 enemies with the Zeus x27"
  1714.  
  1715. "KILL_ENEMY_HKP2000_NAME" "P2000 Tactical Expert"
  1716. "KILL_ENEMY_HKP2000_DESC" "Kill 200 enemies with the P2000"
  1717. "KILL_ENEMY_P250_NAME" "P250 Expert"
  1718. "KILL_ENEMY_P250_DESC" "Kill 200 enemies with the P250"
  1719.  
  1720. "META_PISTOL_NAME" "Pistol Master"
  1721. "META_PISTOL_DESC" "Unlock all Pistol kill achievements"
  1722. "KILL_ENEMY_AWP_NAME" "AWP Expert"
  1723. "KILL_ENEMY_AWP_DESC" "Kill 1,000 enemies with the AWP"
  1724. "KILL_ENEMY_AK47_NAME" "AK-47 Expert"
  1725. "KILL_ENEMY_AK47_DESC" "Kill 1,000 enemies with the AK-47"
  1726. "KILL_ENEMY_M4A1_NAME" "M4A4 Expert"
  1727. "KILL_ENEMY_M4A1_DESC" "Kill 1,000 enemies with the M4A4"
  1728. "KILL_ENEMY_AUG_NAME" "AUG Expert"
  1729. "KILL_ENEMY_AUG_DESC" "Kill 500 enemies with the AUG"
  1730. "KILL_ENEMY_SG552_NAME" "SG 552 Expert"
  1731. "KILL_ENEMY_SG552_DESC" "Kill 500 enemies with the SG 552"
  1732. "KILL_ENEMY_SG550_NAME" "SG 550 Expert"
  1733. "KILL_ENEMY_SG550_DESC" "Kill 500 enemies with the SG 550"
  1734. "KILL_ENEMY_GALIL_NAME" "Galil Expert"
  1735. "KILL_ENEMY_GALIL_DESC" "Kill 500 enemies with the Galil"
  1736. "KILL_ENEMY_GALILAR_NAME" "Galil AR Expert"
  1737. "KILL_ENEMY_GALILAR_DESC" "Kill 500 enemies with the Galil AR"
  1738. "KILL_ENEMY_FAMAS_NAME" "FAMAS Expert"
  1739. "KILL_ENEMY_FAMAS_DESC" "Kill 500 enemies with the FAMAS"
  1740. "KILL_ENEMY_SCOUT_NAME" "Scout Expert"
  1741. "KILL_ENEMY_SCOUT_DESC" "Kill 1,000 enemies with the Scout"
  1742. "KILL_ENEMY_G3SG1_NAME" "G3SG1 Expert"
  1743. "KILL_ENEMY_G3SG1_DESC" "Kill 500 enemies with the G3SG1"
  1744.  
  1745. "KILL_ENEMY_M4A1_NAME" "M4A4 Expert"
  1746. "KILL_ENEMY_M4A1_DESC" "Kill 1,000 enemies with the M4A4"
  1747. "KILL_ENEMY_SCAR17_NAME" "SCAR-17 Expert"
  1748. "KILL_ENEMY_SCAR17_DESC" "Kill 1,000 enemies with the SCAR-17"
  1749. "KILL_ENEMY_SCAR20_NAME" "SCAR-20 Expert"
  1750. "KILL_ENEMY_SCAR20_DESC" "Kill 500 enemies with the SCAR-20"
  1751. "KILL_ENEMY_SG556_NAME" "SG553 Expert"
  1752. "KILL_ENEMY_SG556_DESC" "Kill 500 enemies with the SG553"
  1753. "KILL_ENEMY_SSG08_NAME" "SSG 08 Expert"
  1754. "KILL_ENEMY_SSG08_DESC" "Kill 1,000 enemies with the SSG 08"
  1755.  
  1756. "META_RIFLE_NAME" "Rifle Master"
  1757. "META_RIFLE_DESC" "Unlock all rifle kill achievements"
  1758. "KILL_ENEMY_P90_NAME" "P90 Expert"
  1759. "KILL_ENEMY_P90_DESC" "Kill 1,000 enemies with the P90"
  1760. "KILL_ENEMY_MP5NAVY_NAME" "MP5 Expert"
  1761. "KILL_ENEMY_MP5NAVY_DESC" "Kill 1,000 enemies with the MP5"
  1762. "KILL_ENEMY_TMP_NAME" "TMP Expert"
  1763. "KILL_ENEMY_TMP_DESC" "Kill 500 enemies with the TMP"
  1764. "KILL_ENEMY_MAC10_NAME" "MAC-10 Expert"
  1765. "KILL_ENEMY_MAC10_DESC" "Kill 500 enemies with the MAC-10"
  1766. "KILL_ENEMY_UMP45_NAME" "UMP-45 Expert"
  1767. "KILL_ENEMY_UMP45_DESC" "Kill 1,000 enemies with the UMP-45"
  1768.  
  1769. "KILL_ENEMY_MP7_NAME" "MP7 Expert"
  1770. "KILL_ENEMY_MP7_DESC" "Kill 1,000 enemies with the MP7"
  1771. "KILL_ENEMY_MP9_NAME" "MP9 Expert"
  1772. "KILL_ENEMY_MP9_DESC" "Kill 500 enemies with the MP9"
  1773.  
  1774. "META_SMG_NAME" "Sub-Machine Gun Master"
  1775. "META_SMG_DESC" "Unlock all sub-machine gun kill achievements"
  1776. "KILL_ENEMY_M3_NAME" "M3 Shotgun Expert"
  1777. "KILL_ENEMY_M3_DESC" "Kill 200 enemies with the M3 Shotgun"
  1778. "KILL_ENEMY_XM1014_NAME" "XM1014 Expert"
  1779. "KILL_ENEMY_XM1014_DESC" "Kill 200 enemies with the XM1014"
  1780.  
  1781. "KILL_ENEMY_MAG7_NAME" "MAG-7 Expert"
  1782. "KILL_ENEMY_MAG7_DESC" "Kill 200 enemies with the MAG-7"
  1783. "KILL_ENEMY_SAWEDOFF_NAME" "Sawed-Off Expert"
  1784. "KILL_ENEMY_SAWEDOFF_DESC" "Kill 200 enemies with the Sawed-Off"
  1785.  
  1786. "KILL_ENEMY_NOVA_NAME" "Nova Expert"
  1787. "KILL_ENEMY_NOVA_DESC" "Kill 200 enemies with the Nova"
  1788.  
  1789. "META_SHOTGUN_NAME" "Shotgun Master"
  1790. "META_SHOTGUN_DESC" "Unlock all shotgun kill achievements"
  1791. "KILL_ENEMY_HEGRENADE_NAME" "HE Grenade Expert"
  1792. "KILL_ENEMY_HEGRENADE_DESC" "Kill 500 enemies with the HE grenade"
  1793.  
  1794. "KILL_ENEMY_MOLOTOV_NAME" "Flame Expert"
  1795. "KILL_ENEMY_MOLOTOV_DESC" "Kill 500 enemies with the Molotov or Incendiary grenade"
  1796.  
  1797. "KILL_ENEMY_KNIFE_NAME" "Knife Expert"
  1798. "KILL_ENEMY_KNIFE_DESC" "Kill 100 enemies with the knife"
  1799. "KILL_ENEMY_M249_NAME" "M249 Expert"
  1800. "KILL_ENEMY_M249_DESC" "Kill 500 enemies with the M249"
  1801.  
  1802. "KILL_ENEMY_NEGEV_NAME" "Negev Expert"
  1803. "KILL_ENEMY_NEGEV_DESC" "Kill 500 enemies with the Negev"
  1804.  
  1805. "META_WEAPONMASTER_NAME" "Master At Arms"
  1806. "META_WEAPONMASTER_DESC" "Unlock every weapon kill achievement"
  1807. "KILL_ENEMY_TEAM_NAME" "The Cleaner"
  1808. "KILL_ENEMY_TEAM_DESC" "Kill five enemies in a single round"
  1809. "KILLS_WITH_MULTIPLE_GUNS_NAME" "Variety Hour"
  1810. "KILLS_WITH_MULTIPLE_GUNS_DESC" "Get kills with five different guns in a single round"
  1811. "KILL_HOSTAGE_RESCUER_NAME" "Dead Shepherd"
  1812. "KILL_HOSTAGE_RESCUER_DESC" "Kill an enemy who is leading the hostages without injuring the hostages"
  1813. "LAST_PLAYER_ALIVE_NAME" "War of Attrition"
  1814. "LAST_PLAYER_ALIVE_DESC" "Be the last player alive in a round with five players on your team"
  1815. "KILL_ENEMY_LAST_BULLET_NAME" "Magic Bullet"
  1816. "KILL_ENEMY_LAST_BULLET_DESC" "Kill an enemy with the last bullet in your magazine (excluding sniper rifles and Zeus x27)"
  1817. "KILLING_SPREE_ENDER_NAME" "Kill One, Get One Spree"
  1818. "KILLING_SPREE_ENDER_DESC" "Kill an enemy player who has just killed four of your teammates within 15 seconds"
  1819. "BREAK_WINDOWS_NAME" "A World of Pane"
  1820. "BREAK_WINDOWS_DESC" "Shoot out 14 windows in a single round on Office"
  1821. "HEADSHOTS_NAME" "Battle Sight Zero"
  1822. "HEADSHOTS_DESC" "Kill 250 enemies with headshots"
  1823. "DAMAGE_NO_KILL_NAME" "Primer"
  1824. "DAMAGE_NO_KILL_DESC" "Do at least 95% damage to an enemy who is then killed by a another player"
  1825. "KILL_LOW_DAMAGE_NAME" "Finishing Schooled"
  1826. "KILL_LOW_DAMAGE_DESC" "Kill an enemy who has been reduced to less than 5% health by other players"
  1827. "KILL_ENEMY_RELOADING_NAME" "Shot With Their Pants Down"
  1828. "KILL_ENEMY_RELOADING_DESC" "Kill an enemy while they are reloading"
  1829. "KILL_ENEMY_BLINDED_NAME" "Blind Ambition"
  1830. "KILL_ENEMY_BLINDED_DESC" "Kill 25 enemies blinded by flashbangs"
  1831. "KILL_ENEMIES_WHILE_BLIND_NAME" "Blind Fury"
  1832. "KILL_ENEMIES_WHILE_BLIND_DESC" "Kill an enemy while you are blinded from a flashbang"
  1833. "KILLS_ENEMY_WEAPON_NAME" "Friendly Firearms"
  1834. "KILLS_ENEMY_WEAPON_DESC" "Kill 100 enemies with enemy weapons"
  1835. "KILL_WITH_EVERY_WEAPON_NAME" "Expert Marksman"
  1836. "KILL_WITH_EVERY_WEAPON_DESC" "Get a kill with every weapon"
  1837. "WIN_EVERY_GUNGAME_MAP_NAME" "Marksman"
  1838. "WIN_EVERY_GUNGAME_MAP_DESC" "Win a match on every Arms Race and Demolition map"
  1839. "PLAY_EVERY_GUNGAME_MAP_NAME" "Tourist"
  1840. "PLAY_EVERY_GUNGAME_MAP_DESC" "Play a round on every Arms Race and Demolition map"
  1841. "GUN_GAME_KILL_KNIFER_NAME" "Denied!"
  1842. "GUN_GAME_KILL_KNIFER_DESC" "Kill a player who is on gold knife level in Arms Race or Demolition mode"
  1843. "GUN_GAME_SELECT_KNIFE_KILL_NAME" "Living on the Edge"
  1844. "GUN_GAME_SELECT_KNIFE_KILL_DESC" "Get a knife kill in Scavenger Mode"
  1845. "GUN_GAME_SELECT_SUICIDE_WITH_KNIFE_NAME" "Seppuku"
  1846. "GUN_GAME_SELECT_SUICIDE_WITH_KNIFE_DESC" "Kill yourself while on gold knife level in Arms Race Mode"
  1847. "GUN_GAME_KNIFE_KILL_KNIFER_NAME" "Knife on Knife"
  1848. "GUN_GAME_KNIFE_KILL_KNIFER_DESC" "Kill an enemy who is on gold knife level with your own knife in Arms Race or Demolition mode"
  1849. "GUN_GAME_SMG_KILL_KNIFER_NAME" "Level Playing Field"
  1850. "GUN_GAME_SMG_KILL_KNIFER_DESC" "Kill an enemy who is on gold knife level with a sub-machine gun in Arms Race Mode"
  1851. "GUN_GAME_RAMPAGE_NAME" "Rampage!"
  1852. "GUN_GAME_RAMPAGE_DESC" "Win an Arms Race match without dying"
  1853. "GUN_GAME_FIRST_KILL_NAME" "FIRST!"
  1854. "GUN_GAME_FIRST_KILL_DESC" "Be the first player to get a kill in an Arms Race or Demolition match"
  1855. "GUN_GAME_FIRST_THING_FIRST_NAME" "First Thing First"
  1856. "GUN_GAME_FIRST_THING_FIRST_DESC" "Defeat the entire Terrorist squad before the bomb is planted in Demolition Mode"
  1857. "GUN_GAME_TARGET_SECURED_NAME" "Target Secured"
  1858. "GUN_GAME_TARGET_SECURED_DESC" "Defeat the entire Counter-Terrorist squad before the bomb is planted in Demolition Mode"
  1859. "IM_STILL_STANDING_NAME" "I'm Still Standing"
  1860. "IM_STILL_STANDING_DESC" "Win the round as the last man standing in Scavenger Mode"
  1861. "ONE_SHOT_ONE_KILL_NAME" "One Shot One Kill"
  1862. "ONE_SHOT_ONE_KILL_DESC" "Kill three consecutive players using the first bullet of your gun in Arms Race mode"
  1863. "GUN_GAME_CONSERVATIONIST_NAME" "Conservationist"
  1864. "GUN_GAME_CONSERVATIONIST_DESC" "Win an Arms Race match without reloading any of your weapons"
  1865. "BASE_SCAMPER_NAME" "Base Scamper"
  1866. "BASE_SCAMPER_DESC" "Kill an enemy just as their respawn protection ends in Arms Race mode"
  1867. "BORN_READY_NAME" "Born Ready"
  1868. "BORN_READY_DESC" "Kill an enemy with the first bullet after your respawn protection ends in Arms Race mode"
  1869. "STILL_ALIVE_NAME" "Still Alive"
  1870. "STILL_ALIVE_DESC" "Survive more than 30 seconds with less than ten health in Arms Race or Demolition mode"
  1871. "SMORGASBOARD_NAME" "Smorgasbord"
  1872. "SMORGASBOARD_DESC" "Use every available weapon type in a single round in Scavenger Mode"
  1873. "MEDALIST_NAME" "Awardist"
  1874. "MEDALIST_DESC" "Earn all other awards"
  1875.  
  1876. "SURVIVE_GRENADE_NAME" "Shrapnelproof"
  1877. "SURVIVE_GRENADE_DESC" "Take 80 points of damage from enemy grenades and still survive the round"
  1878. "WIN_KNIFE_FIGHTS_LOW_NAME" "Make the Cut"
  1879. "WIN_KNIFE_FIGHTS_LOW_DESC" "Win a knife fight"
  1880. "WIN_KNIFE_FIGHTS_HIGH_NAME" "The Bleeding Edge"
  1881. "WIN_KNIFE_FIGHTS_HIGH_DESC" "Win 100 knife fights"
  1882. "KILLED_DEFUSER_WITH_GRENADE_NAME" "Defuse This!"
  1883. "KILLED_DEFUSER_WITH_GRENADE_DESC" "Kill the defuser with an HE grenade"
  1884. "SURVIVED_HEADSHOT_DUE_TO_HELMET_NAME" "Safety First"
  1885. "SURVIVED_HEADSHOT_DUE_TO_HELMET_DESC" "Survive a shot to the head because you had the good sense to wear a helmet (Competitive mode only)"
  1886. "HIP_SHOT_NAME" "Hip Shot"
  1887. "HIP_SHOT_DESC" "Kill an enemy with an un-zoomed sniper rifle"
  1888. "KILL_SNIPER_WITH_SNIPER_NAME" "Eye to Eye"
  1889. "KILL_SNIPER_WITH_SNIPER_DESC" "Kill a zoomed-in enemy sniper with a sniper rifle of your own"
  1890. "KILL_SNIPER_WITH_KNIFE_NAME" "Sknifed"
  1891. "KILL_SNIPER_WITH_KNIFE_DESC" "Kill a zoomed-in enemy sniper with a knife"
  1892. "KILL_SNIPERS_NAME" "Snipe Hunter"
  1893. "KILL_SNIPERS_DESC" "Kill 100 zoomed-in enemy snipers"
  1894. "KILL_WHEN_AT_LOW_HEALTH_NAME" "Dead Man Stalking"
  1895. "KILL_WHEN_AT_LOW_HEALTH_DESC" "Kill an enemy while at one health"
  1896. "GRENADE_MULTIKILL_NAME" "Three the Hard Way"
  1897. "GRENADE_MULTIKILL_DESC" "Kill three enemies with a single HE grenade"
  1898. "PISTOL_ROUND_KNIFE_KILL_NAME" "Street Fighter"
  1899. "PISTOL_ROUND_KNIFE_KILL_DESC" "Kill an enemy with a knife during the Pistol Round in Competitive mode"
  1900. "FAST_ROUND_WIN_NAME" "Blitzkrieg"
  1901. "FAST_ROUND_WIN_DESC" "Win a round against five enemies in less than thirty seconds"
  1902. "WIN_PISTOLROUNDS_LOW_NAME" "Piece Initiative"
  1903. "WIN_PISTOLROUNDS_LOW_DESC" "Win 5 Pistol Rounds in Competitive Mode"
  1904. "WIN_PISTOLROUNDS_MED_NAME" "Give Piece a Chance"
  1905. "WIN_PISTOLROUNDS_MED_DESC" "Win 25 Pistol Rounds in Competitive Mode"
  1906. "WIN_PISTOLROUNDS_HIGH_NAME" "Piece Treaty"
  1907. "WIN_PISTOLROUNDS_HIGH_DESC" "Win 250 Pistol Rounds in Competitive Mode"
  1908. "BOMB_MULTIKILL_NAME" "Clusterstruck"
  1909. "BOMB_MULTIKILL_DESC" "Kill five enemies with a bomb you have planted"
  1910. "GOOSE_CHASE_NAME" "Wild Gooseman Chase"
  1911. "GOOSE_CHASE_DESC" "As the last living Terrorist, distract a defuser long enough for the bomb to explode"
  1912. "WIN_BOMB_PLANT_AFTER_RECOVERY_NAME" "Blast Will and Testament"
  1913. "WIN_BOMB_PLANT_AFTER_RECOVERY_DESC" "Win a round by picking up the bomb from a fallen comrade and successfully planting it"
  1914. "SURVIVE_MANY_ATTACKS_NAME" "Target-Hardened"
  1915. "SURVIVE_MANY_ATTACKS_DESC" "Survive damage from five different enemies within a round"
  1916. "LOSSLESS_EXTERMINATION_NAME" "Mercy Rule"
  1917. "LOSSLESS_EXTERMINATION_DESC" "Kill the entire opposing team without any members of your team dying"
  1918. "FLAWLESS_VICTORY_NAME" "Clean Sweep"
  1919. "FLAWLESS_VICTORY_DESC" "Kill the entire opposing team without any members of your team taking any damage"
  1920. "BREAK_PROPS_NAME" "Mad Props"
  1921. "BREAK_PROPS_DESC" "Break 15 props in a single round"
  1922. "WIN_DUAL_DUEL_NAME" "Akimbo King"
  1923. "WIN_DUAL_DUEL_DESC" "Use Dual Berettas to kill an enemy player that is also wielding Dual Berettas"
  1924. "DECAL_SPRAYS_NAME" "The Art of War"
  1925. "DECAL_SPRAYS_DESC" "Spray 100 decals"
  1926. "NIGHTVISION_DAMAGE_NAME" "Dead of Night"
  1927. "NIGHTVISION_DAMAGE_DESC" "Do 5,000 damage with nightvision active"
  1928. "UNSTOPPABLE_FORCE_NAME" "The Unstoppable Force"
  1929. "UNSTOPPABLE_FORCE_DESC" "Kill four enemies within a single round"
  1930. "IMMOVABLE_OBJECT_NAME" "The Immovable Object"
  1931. "IMMOVABLE_OBJECT_DESC" "Kill an enemy who has killed four of your teammates within the current round"
  1932. "HEADSHOTS_IN_ROUND_NAME" "Head Shred Redemption"
  1933. "HEADSHOTS_IN_ROUND_DESC" "Kill five enemy players with headshots in a single round"
  1934. "WIN_MAP_CS_ASSAULT_NAME" "Assault Map Veteran"
  1935. "WIN_MAP_CS_ASSAULT_DESC" "Win 100 rounds on Assault"
  1936. "WIN_MAP_CS_COMPOUND_NAME" "Compound Map Veteran"
  1937. "WIN_MAP_CS_COMPOUND_DESC" "Win 100 rounds on Compound"
  1938. "WIN_MAP_CS_ITALY_NAME" "Italy Map Veteran"
  1939. "WIN_MAP_CS_ITALY_DESC" "Win 100 rounds on Italy"
  1940. "WIN_MAP_CS_OFFICE_NAME" "Office Map Veteran"
  1941. "WIN_MAP_CS_OFFICE_DESC" "Win 100 rounds on Office"
  1942. "WIN_MAP_DE_AZTEC_NAME" "Aztec Map Veteran"
  1943. "WIN_MAP_DE_AZTEC_DESC" "Win 100 rounds on Aztec"
  1944. "WIN_MAP_DE_DUST_NAME" "Dust Map Veteran"
  1945. "WIN_MAP_DE_DUST_DESC" "Win 100 rounds on Dust"
  1946. "WIN_MAP_DE_DUST2_NAME" "Dust2 Map Veteran"
  1947. "WIN_MAP_DE_DUST2_DESC" "Win 100 rounds on Dust2"
  1948. "WIN_MAP_DE_INFERNO_NAME" "Inferno Map Veteran"
  1949. "WIN_MAP_DE_INFERNO_DESC" "Win 100 rounds on Inferno"
  1950. "WIN_MAP_DE_NUKE_NAME" "Nuke Map Veteran"
  1951. "WIN_MAP_DE_NUKE_DESC" "Win 100 rounds on Nuke"
  1952. "WIN_MAP_DE_TRAIN_NAME" "Train Map Veteran"
  1953. "WIN_MAP_DE_TRAIN_DESC" "Win 100 rounds on Train"
  1954. "WIN_MAP_DE_LAKE_NAME" "Vacation"
  1955. "WIN_MAP_DE_LAKE_DESC" "Win five matches on Lake"
  1956. "WIN_MAP_DE_SAFEHOUSE_NAME" "My House"
  1957. "WIN_MAP_DE_SAFEHOUSE_DESC" "Win five matches on Safehouse"
  1958. "WIN_MAP_DE_SUGARCANE_NAME" "Run of the Mill"
  1959. "WIN_MAP_DE_SUGARCANE_DESC" "Win five matches on Sugarcane"
  1960. "WIN_MAP_DE_STMARC_NAME" "Shack Attack"
  1961. "WIN_MAP_DE_STMARC_DESC" "Win five matches on St. Marc"
  1962. "WIN_MAP_DE_BANK_NAME" "Bank On It"
  1963. "WIN_MAP_DE_BANK_DESC" "Win five matches on Bank"
  1964. "WIN_MAP_DE_EMBASSYY_NAME" "Urban Warfare"
  1965. "WIN_MAP_DE_EMBASSY_DESC" "Win five matches on Embassy"
  1966. "WIN_MAP_DE_DEPOT_NAME" "Depot Despot"
  1967. "WIN_MAP_DE_DEPOT_DESC" "Win five matches on Depot"
  1968. "WIN_MAP_DE_SHORTTRAIN_NAME" "Shorttrain Map Veteran"
  1969. "WIN_MAP_DE_SHORTTRAIN_DESC" "Win five matches on Shorttrain"
  1970. "WIN_MAP_AR_SHOOTS_NAME" "Shoots Vet"
  1971. "WIN_MAP_AR_SHOOTS_DESC" "Win five matches in Arms Race mode on Shoots"
  1972. "WIN_MAP_AR_BAGGAGE_NAME" "Baggage Claimer"
  1973. "WIN_MAP_AR_BAGGAGE_DESC" "Win five matches in Arms Race mode on Baggage"
  1974.  
  1975. "KILL_WHILE_IN_AIR_NAME" "Death From Above"
  1976. "KILL_WHILE_IN_AIR_DESC" "Kill an enemy while you are airborne"
  1977. "KILL_ENEMY_IN_AIR_NAME" "Bunny Hunt"
  1978. "KILL_ENEMY_IN_AIR_DESC" "Kill an airborne enemy"
  1979. "KILLER_AND_ENEMY_IN_AIR_NAME" "Aerial Necrobatics"
  1980. "KILLER_AND_ENEMY_IN_AIR_DESC" "Kill an airborne enemy while you are also airborne"
  1981. "SILENT_WIN_NAME" "Black Bag Operation"
  1982. "SILENT_WIN_DESC" "Win a round without making any footstep noise, killing at least one enemy"
  1983. "BLOODLESS_VICTORY_NAME" "Cold War"
  1984. "BLOODLESS_VICTORY_DESC" "Win a round in which no enemy players die"
  1985. "DONATE_WEAPONS_NAME" "Killanthropist"
  1986. "DONATE_WEAPONS_DESC" "Donate 100 weapons to your teammates"
  1987. "WIN_ROUNDS_WITHOUT_BUYING_NAME" "The Frugal Beret"
  1988. "WIN_ROUNDS_WITHOUT_BUYING_DESC" "Win ten rounds without dying or spending any cash"
  1989. "DEFUSE_DEFENSE_NAME" "Defusus Interruptus"
  1990. "DEFUSE_DEFENSE_DESC" "Stop defusing the bomb long enough to kill an enemy, then successfully finish defusing it"
  1991. "KILL_BOMB_PICKUP_NAME" "Participation Award"
  1992. "KILL_BOMB_PICKUP_DESC" "Kill an enemy within three seconds after they recover a dropped bomb"
  1993. "DOMINATIONS_LOW_NAME" "Repeat Offender"
  1994. "DOMINATIONS_LOW_DESC" "Dominate an enemy"
  1995. "DOMINATIONS_HIGH_NAME" "Decimator"
  1996. "DOMINATIONS_HIGH_DESC" "Dominate ten enemies"
  1997. "DOMINATION_OVERKILLS_LOW_NAME" "Overkill"
  1998. "DOMINATION_OVERKILLS_LOW_DESC" "Kill an enemy whom you are already dominating"
  1999. "DOMINATION_OVERKILLS_HIGH_NAME" "Command and Control"
  2000. "DOMINATION_OVERKILLS_HIGH_DESC" "Kill 100 enemies whom you are already dominating"
  2001. "REVENGES_LOW_NAME" "Insurgent"
  2002. "REVENGES_LOW_DESC" "Kill an enemy who is dominating you"
  2003. "REVENGES_HIGH_NAME" "Can't Keep a Good Man Down"
  2004. "REVENGES_HIGH_DESC" "Kill 20 enemies who are dominating you"
  2005. "SAME_UNIFORM_NAME" "Dressed to Kill"
  2006. "SAME_UNIFORM_DESC" "Start a round with all players on your team wearing the same uniform (at least 5 players)"
  2007. "CONCURRENT_DOMINATIONS_NAME" "Hat Trick"
  2008. "CONCURRENT_DOMINATIONS_DESC" "Dominate three enemies simultaneously"
  2009. "DOMINATION_OVERKILLS_MATCH_NAME" "Ten Angry Men"
  2010. "DOMINATION_OVERKILLS_MATCH_DESC" "Kill 10 enemies you are already dominating during a single match"
  2011. "EXTENDED_DOMINATION_NAME" "Excessive Brutality"
  2012. "EXTENDED_DOMINATION_DESC" "Kill an enemy whom you are dominating four additional times"
  2013. "KILL_ENEMIES_WHILE_BLIND_HARD_NAME" "Spray and Pray"
  2014. "KILL_ENEMIES_WHILE_BLIND_HARD_DESC" "Kill two enemies while you are blinded from a flashbang"
  2015. "FRIENDS_SAME_UNIFORM_NAME" "Friendly Attire"
  2016. "FRIENDS_SAME_UNIFORM_DESC" "Start a round on the same team as 4 of your friends, with all of you wearing the same outfit"
  2017. "CAUSE_FRIENDLY_FIRE_WITH_FLASHBANG_NAME" "The Road to Hell"
  2018. "CAUSE_FRIENDLY_FIRE_WITH_FLASHBANG_DESC" "Blind an enemy player who then kills a teammate"
  2019. "AVENGE_FRIEND_NAME" "Avenging Angel"
  2020. "AVENGE_FRIEND_DESC" "Kill an enemy who has killed a player on your friends list in the same round"
  2021. "KILLED_BOMBPLANTER_WITH_GRENADE_NAME" "Bomboozled"
  2022. "KILLED_BOMBPLANTER_WITH_GRENADE_DESC" "Kill a bomb-planting terrorist with a grenade."
  2023.  
  2024. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  2025. // Game Rules and Instructions
  2026. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  2027.  
  2028. "SFUI_Rules_GunGame_Progressive" "New weapons are awarded by \neliminating enemies.\n\nWin the match by being the first \nplayer to get a kill with every weapon.\n\n· Weapons are awarded \n immediately\n· Instant Respawn\n· Friendly fire is ON\n· Team collision is OFF"
  2029.  
  2030. "SFUI_Rules_TRBomb_T" "Bomb Planting Mission: \nCompact map with short round times\nand no weapon buying.\nEarn a new weapon each round by killing enemies or completing objectives.\nWin the match by winning the best of twenty rounds."
  2031. "SFUI_Rules_TRBomb_CT" "Bomb Defuse Mission: \nCompact map with short round times\nand no weapon buying.\nEarn a new weapon each round by killing enemies or completing objectives.\nWin the match by winning the best of twenty rounds."
  2032. "SFUI_Rules_TRBomb_Loading" "New weapons are awarded by \neliminating enemies.\n\nWin the round by eliminating the \nother team or completing the \nobjective.\n\nSettings:\n· Weapons awarded on round start\n· Friendly fire is on\n· Team collision is off\n· Best out of 20 rounds"
  2033.  
  2034. "SFUI_Rules_Bomb_T" "Bomb Planting Mission:\nYour Team must detonate a bomb at one of the bomb sites on this map. To win, detonate the bomb or eliminate all of the Counter-Terrorists."
  2035. "SFUI_Rules_Bomb_CT" "Bomb Defuse Mission:\nYour Team must prevent the Terrorists from detonating their bomb at one of the bomb sites. To win, defuse the bomb or eliminate all of the Terrorists."
  2036. "SFUI_Rules_Bomb_Loading_Classic" "Buy new weapons each round with\nmoney earned.\n\nWin the round by: \n· Eliminating the other team\n· As a Terrorist, plant and defend\n the bomb\n· As a Counter-Terrorist, prevent\n the detonation of the bomb\n \nSettings:\n· Friendly fire is OFF\n· Team collision is OFF\n· 50% kill reward amounts\n· Best out of 10 rounds"
  2037.  
  2038. "SFUI_Rules_Bomb_Loading_Competetive" "Buy new weapons each round with\nmoney earned.\n\nWin the round by: \n· Eliminating the other team\n· As a Terrorist, plant and defend\n the bomb\n· As a Counter-Terrorist, prevent\n the detonation of the bomb\n \nSettings:\n· Friendly fire is ON\n· Team collision is ON\n· Armor and defuse kits are\n purchasable\n· Best out of 30 rounds"
  2039.  
  2040. "SFUI_Rules_Hostage_T" "Hostage Rescue Prevention Mission:\nYour Team has several hostages. To win, retain the hostages for the entire round or eliminate all of the Counter-Terrorists."
  2041. "SFUI_Rules_Hostage_CT" "Hostage Rescue Mission:\nRescue hostages by leading them to a hostage rescue point. To win, rescue all of the hostages or eliminate all of the Terrorists."
  2042. "SFUI_Rules_Hostage_Loading_Classic" "Buy new weapons each round with\nmoney earned.\n\nWin the round by: \n· Eliminating the other team\n· As a Terrorist, prevent the hostages\n from being rescued\n· As a Counter-Terrorist, rescue the \n hostages and lead them to safety\n\nSettings:\n· Friendly fire is OFF\n· Team collision is OFF\n· 50% kill reward amounts\n· Best out of 10 rounds"
  2043. "SFUI_Rules_Hostage_Loading_Competetive" "Buy new weapons each round with\nmoney earned.\n\nWin the round by: \n· Eliminating the other team\n· As a Terrorist, prevent the hostages\n from being rescued\n· As a Counter-Terrorist, rescue the \n hostages and lead them to safety\n\nSettings:\n· Friendly fire is ON\n· Team collision is ON\n· Armor and defuse kits are \n purchasable\n· Best out of 30 rounds"
  2044.  
  2045. // Team Select Screen
  2046. "SFUI_Rules_TS_GunGame_Progressive" "Eliminate enemies and be the first player to get a kill with every weapon."
  2047. "SFUI_Rules_TS_TRBomb_T" "Detonate a bomb at the bomb site or eliminate all of the Counter-Terrorists to win."
  2048. "SFUI_Rules_TS_TRBomb_CT" "Prevent the Terrorists from detonating their bomb or eliminate all of the Terrorists to win."
  2049.  
  2050. "SFUI_Rules_TS_Bomb_T" "Detonate a bomb at one of the bomb sites or eliminate all of the Counter-Terrorists to win."
  2051. "SFUI_Rules_TS_Bomb_CT" "Prevent the Terrorists from detonating their bomb by defusing it or eliminating them all to win."
  2052.  
  2053. "SFUI_Rules_TS_Hostage_T" "Keep the hostages from being rescued or eliminate all of the Counter-Terrorists to win."
  2054. "SFUI_Rules_TS_Hostage_CT" "Rescue all of the hostages and lead them to the exit or eliminate all of the Terrorists to win."
  2055.  
  2056. "SFUI_Rules_TS_Generic_T" "Eliminate all of the Counter-Terrorists to win."
  2057. "SFUI_Rules_TS_Generic_CT" "Eliminate all of the Terrorists to win."
  2058. //////////////////////
  2059.  
  2060. "SFUI_Rules_Hostage_Header" "Hostage Rescue"
  2061. "SFUI_Rules_Bomb_Header" "Bomb Defuse"
  2062. "SFUI_Rules_TRBomb_Header" "Demolition"
  2063. "SFUI_Rules_General_Header" ""
  2064. "SFUI_Rules_CTInstructions_Header" "CT Goal"
  2065. "SFUI_Rules_TInstructions_Header" "Terrorist Goal"
  2066. "SFUI_RetrievingDataNotification" "Retrieving Data..."
  2067. "SFUI_Rules_Demolition_Progression" "PROGRESS TO A NEW WEAPON BY ELIMINATING AN ENEMY"
  2068.  
  2069. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  2070. // Lock Input
  2071. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  2072. "SFUI_Lock_Input_Title" "Lock Input"
  2073. "SFUI_Lock_Input_Desc" "Press a key to lock in input. Allowable devices are:"
  2074.  
  2075. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  2076. // TRC Type Messages
  2077. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  2078.  
  2079. "SFUI_Hud_SavingGame" "Saving Game..."
  2080. "SFUI_Hud_GameSaved" "Game Saved."
  2081. "SFUI_Hud_SavingProfile" "Saving Profile..."
  2082. "SFUI_Hud_ProfileSaved" "Profile Saved."
  2083. "SFUI_Controller_Edit_Keys_Buttons" "EDIT KEYS/BUTTONS"
  2084. "SFUI_SteamOverlay_Title" "Steam Community In-Game"
  2085. "SFUI_SteamOverlay_Text" "This feature requires Steam Community In-Game to be enabled.\n\nYou might need to restart the game after you enable this feature in Steam:\nSteam -> File -> Settings -> In-Game: Enable Steam Community In-Game\n" [$WIN32]
  2086. "SFUI_SteamOverlay_Text" "This feature requires Steam Community In-Game to be enabled.\n\nYou might need to restart the game after you enable this feature in Steam:\nSteam -> Preferences -> In-Game: Enable Steam Community In-Game\n" [$OSX]
  2087. "SFUI_XboxLive" "Xbox LIVE"
  2088. "SFUI_MsgBx_NeedLiveNonGoldMsg" "You must be signed in to a gamer profile with multiplayer privileges to play online."
  2089. "SFUI_MsgBx_NeedLiveNonGoldSplitscreenMsg" "Both gamers must be signed in to an account with multiplayer privileges to play online."
  2090. "SFUI_MsgBx_NeedLiveSinglescreenMsg" "You must be signed in to Xbox LIVE to play online."
  2091. "SFUI_MsgBx_NeedLiveSplitscreenMsg" "Both gamers must be signed in to Xbox LIVE to play online."
  2092. "SFUI_PasswordEntry_Title" "Server Requires Password"
  2093. "SFUI_PasswordEntry_Prompt" "Enter password:"
  2094. "SFUI_MsgBx_AchievementNotWrittenTitle" "Gamer Profile Error"
  2095. "SFUI_MsgBx_AchievementNotWritten" "The gamer profile was not found or failed to update. Preferences and game progress will not be saved without a valid storage device."
  2096. "SFUI_MsgBx_StorageDeviceRemoved" "Preferences and game progress will not be saved without a valid storage device."
  2097.  
  2098. "SFUI_MsgBx_ControllerUnpluggedTitle" "Controller Disconnected"
  2099. "SFUI_MsgBx_ControllerUnplugged" "Please reconnect the controller!" [!$X360]
  2100. "SFUI_MsgBx_ControllerUnplugged" "Please reconnect the Xbox 360 Controller!" [$X360]
  2101. "SFUI_MsgBx_GamerCardNotAvailable" "You must have a gamer profile with multiplayer privileges to view another player's gamer card." [!$PS3]
  2102. "SFUI_MsgBx_GamerCardNotAvailable" "You must have a gamer profile with multiplayer privileges to view another player's profile." [$PS3]
  2103. "SFUI_MsgBx_GuestProfile_DismissedTitle" "Sign-in Change"
  2104. "SFUI_MsgBx_GuestProfile_Dismissed" "You have been removed the game due to a sign-in change."
  2105. "SFUI_MsgBx_SignInChange" "Sign-in change has occurred."
  2106. "SFUI_MsgBx_SignInChangeC" "SIGNED OUT"
  2107. "SFUI_MsgBx_DisconnectedFromSession" "DISCONNECTED"
  2108. "SFUI_MsgBx_DisconnectedFromServer" "Lost Connection to Server"
  2109.  
  2110. "SFUI_MsgBx_DlcCorruptTxt" "\nUnsupported or corrupt downloadable content."
  2111. "SFUI_MsgBx_DlcMountedTxt" "\nDownloadable content loaded."
  2112.  
  2113. "SFUI_MsgBx_AttractDeviceFullC" "STORAGE DEVICE FULL"
  2114. "SFUI_MsgBx_AttractDeviceFullTxt" "There is no room to save preferences and game progress.\nAre you sure you want to continue?"
  2115. "SFUI_MsgBx_AttractDeviceCorruptC" "SAVE FILE CORRUPTED"
  2116. "SFUI_MsgBx_AttractDeviceCorruptTxt" "The selected storage device contains a file that is corrupted or not able to be opened.\nPlease choose another storage device or delete the corrupted file.\n\nPreferences and game progress will not be saved without a valid storage device.\nWould you like to continue without selecting a storage device?"
  2117. "SFUI_MsgBx_AttractDeviceNoneC" "STORAGE DEVICE NOT SELECTED"
  2118. "SFUI_MsgBx_AttractDeviceNoneTxt" "The storage device has not been selected.\nPreferences and game progress will not be saved without a valid storage device.\nAre you sure you want to continue?"
  2119.  
  2120. "SFUI_WaitScreen_SignOnSucceded" "Accessing Storage Device...\n\nSaving content.\nPlease don't turn off your console." [!$PS3]
  2121. "SFUI_WaitScreen_SignOnSucceded" "Loading Profile Data...\n\nSaving content.\nPlease don't turn off your PS3™ system." [$PS3]
  2122. "SFUI_WaitScreen_SigningOn" "Accessing Storage Device...\n\nSaving content.\nPlease don't turn off your console." [!$PS3]
  2123. "SFUI_WaitScreen_SigningOn" "Loading Profile Data...\n\nSaving content.\nPlease don't turn off your PS3™ system." [$PS3]
  2124. "SFUI_Boot_Error_NOSPACE1" "You must quit now and free up some\nhard disk space: additional "
  2125. "SFUI_Boot_Error_NOSPACE2" " MB required."
  2126. "SFUI_Boot_Error_Title" "FATAL ERROR"
  2127. "SFUI_Boot_ErrorFatal" "There has been a fatal error configuring CS:GO.\nYou must quit game now and ensure that you have\nsufficient free hard disk space and your hard disk is not corrupt."
  2128. "SFUI_Boot_Save_Error_Title" "SAVE GAME ERROR"
  2129. "SFUI_Boot_Error_WRONG_USER" "This CS:GO saved game belongs to another user.\nYou must quit now and delete this CS:GO saved game information."
  2130. "SFUI_Boot_Error_BROKEN" "This CS:GO saved game is corrupt.\nYou must quit now and delete this CS:GO saved game information."
  2131. "SFUI_Boot_Error_SAVE_GENERAL" "CS:GO failed to access saved game storage.\nYou must quit now and delete this CS:GO saved game information."
  2132. "SFUI_Boot_Wait_Title" "WAIT"
  2133. "SFUI_Boot_SaveContainer" "Please wait while CS:GO is configuring storage\nand validating your saved information..."
  2134. "SFUI_Boot_Trophies" "Please wait while CS:GO is configuring trophies\nand validating your profile information..."
  2135. "SFUI_Character_Guest" "Player"
  2136. "SFUI_PSEye_Disconnected_Title" "PlayStation®Eye Removed"
  2137. "SFUI_PSEye_Disconnected_Desc" "PlayStation®Eye Removed, please reconnect"
  2138. "SFUI_PSMove_Out_Of_View_Title" "PlayStation®Move controller off camera"
  2139. "SFUI_PSMove_Out_Of_View_Desc" "PlayStation®Move is out of view, please re-center it in front of the PlayStation®Eye camera"
Add Comment
Please, Sign In to add comment