Advertisement
Guest User

L4D2 SKYRPG TRANSLATION

a guest
Sep 19th, 2019
704
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 89.51 KB | None | 0 0
  1. // The last 6 format variables are (from right to left)
  2. // lb, rb, white, blue, green, orange
  3.  
  4. "Phrases"
  5. {
  6. "the zombies are coming"
  7. {
  8. "#format" "{1:s},{2:s},{3:s}"
  9. "en" "{1}>>>>> {2}THE INFECTED ARE COMING {3}<<<<<"
  10. }
  11. "bonus container locked"
  12. {
  13. "#format" "{1:s},{2:s}"
  14. "en" "{1}Your bonus container {2}is now locked."
  15. }
  16. "player no longer eligible"
  17. {
  18. "#format" "{1:s},{2:s},{3:s}"
  19. "en" "{1}{2} {3}was removed from the server for falling below the rating requirement."
  20. }
  21. "loading data cannot open menu"
  22. {
  23. "#format" "{1:s}"
  24. "en" "{1}The menu is unavailable while your data is loading."
  25. }
  26. "Cancel Load Request"
  27. {
  28. "#format" "{1:s}"
  29. "en" "View Profile Authorization Request From {1}"
  30. }
  31. "none"
  32. {
  33. "en" "RPG DISABLED"
  34. }
  35. "view class abilities"
  36. {
  37. "en" "View Talent Modifiers & Class Abilities"
  38. }
  39. "view class experience"
  40. {
  41. "en" "View CARTEL XP modifiers"
  42. }
  43. "select survivor bot"
  44. {
  45. "en" "Select a Survivor Bot from the list\nthat you'd like to load your profile on to\n\nPressing the 'BACK' key resets targeting to YOU"
  46. }
  47. "vanilla"
  48. {
  49. "en" "Vanilla"
  50. }
  51. "Select Load Target"
  52. {
  53. "#format" "{1:s}"
  54. "en" "Load Profile Onto: {1}"
  55. }
  56. "Yourself"
  57. {
  58. "en" "Yourself"
  59. }
  60. "playing in server name"
  61. {
  62. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s},{7:s}"
  63. "en" "{1}You are playing at {2}{3}\n{4}Say {5}!{6} {7}into chat to open the Control Panel"
  64. }
  65. "tellah"
  66. {
  67. "en" "Tellah"
  68. }
  69. "talent level requirement not met"
  70. {
  71. "#format" "{1:s},{2:s},{3:i},{4:s},{5:s},{6:s}"
  72. "en" "{1}You must be level {2}{3} {4}to access the talent {5}{6}"
  73. }
  74. "class level requirement not met"
  75. {
  76. "#format" "{1:s},{2:s},{3:i},{4:s},{5:s},{6:s}"
  77. "en" "{1}You must be level {2}{3} {4}to access the class {5}{6}"
  78. }
  79. "loading class profile"
  80. {
  81. "#format" "{1:s},{2:s},{3:s}"
  82. "en" "{1}Loading your saved {2}{3}"
  83. }
  84. "class profile loaded"
  85. {
  86. "#format" "{1:s},{2:s},{3:s}"
  87. "en" "{1}My life is complete; I have loaded your {2}{3}"
  88. }
  89. "rejoining too fast"
  90. {
  91. "#format" "{1:s}"
  92. "en" "{1}You will be respawned at a closet, or the beginning of the next round."
  93. }
  94. "rejoining too fast survival"
  95. {
  96. "#format" "{1:s}"
  97. "en" "{1}You will respawn with all dead players at the next 5-minute interval."
  98. }
  99. "Leaderboards Top Page"
  100. {
  101. "en" "Leaderboards - Go To Top Page"
  102. }
  103. "Leaderboards Next Page"
  104. {
  105. "en" "Leaderboards - Next Page"
  106. }
  107. "View My Ranking"
  108. {
  109. "en" "View My Ranking"
  110. }
  111. "the leaderboards"
  112. {
  113. "en" "Rating Leaderboards"
  114. }
  115. "respec"
  116. {
  117. "en" "Refund Talent Points"
  118. }
  119. "collected bonus container"
  120. {
  121. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s}"
  122. "en" "{1}{2} {3}collected their bonus container for {4}{6} {5}experience"
  123. }
  124. "raid lock penalty warning"
  125. {
  126. "#format" "{1:s},{2:s}"
  127. "en" "{1}You are now locked in for the round.\n{2}Leaving before the round ends will forfeit experience earned this round."
  128. }
  129. "raid lock penalty enacted"
  130. {
  131. "#format" "{1:s},{2:s},{3:s},{4:s}"
  132. "en" "{1}{2} {3}left during a live round.\n{4}Their progress this round was not saved, and raid (or solo) level reset."
  133. }
  134. "bonus container burst"
  135. {
  136. "#format" "{1:s},{2:s},{3:s},{4:s},{5:i},{6:s}"
  137. "en" "{1}{2}s {3}container dissolves... {4}{5} experience {6}lost in a blink of an eye..."
  138. }
  139. "bonus experience waiting"
  140. {
  141. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s},{7:s},{8:s},{9:s},{10:3.2f},{11:s}"
  142. "en" "{1}You have {2}{3} experience{4} available.\nType {5}!collect {6}to {7}receive the bonus now {8}and reset the multiplier.\nCurrent multiplier: {9}{10}{11}"
  143. }
  144. "teammate bonus experience"
  145. {
  146. "#format" "{1:s},{2:s},{3:3.2f},{4:s}"
  147. "en" "{1}Team Experience Bonus: {2}{3}{4}"
  148. }
  149. "teammate has died"
  150. {
  151. "#format" "{1:s},{2:s},{3:s},{4:s},{5:3.2f},{6:s}"
  152. "en" "{1}{2} {3}has died; The monsters weaken...\nTeam experience multiplier: {4}{5}{6}"
  153. }
  154. "you have died - handicap disabled"
  155. {
  156. "#format" "{1:s},{2:s}"
  157. "en" "{1}You have died: {2}Handicap Disabled"
  158. }
  159. "teammate has died - handicap reduced"
  160. {
  161. "#format" "{1:s},{2:s}"
  162. "en" "{1}One of your teammates died on your watch: {2}Handicap Reduced"
  163. }
  164. "you are doomed"
  165. {
  166. "#format" "{1:s}"
  167. "en" "{1}The spell Doom has been cast upon you."
  168. }
  169. "survivors are doomed"
  170. {
  171. "#format" "{1:s}"
  172. "en" "{1}The Survivors were Doomed..."
  173. }
  174. "Team Points"
  175. {
  176. "en" "Team Points:"
  177. }
  178. "Share Points Syntax"
  179. {
  180. "#format" "{1:s},{2:s},{3:s}"
  181. "en" "!{3} <client> <points>"
  182. }
  183. "Share Points Given"
  184. {
  185. "#format" "{1:s},{2:s},{3:s},{4:s},{5:3.2f},{6:s},{7:s},{8:s}"
  186. "en" "{1}{2} {3}has gifted {4}{5} {6}point(s) to {7}{8}"
  187. }
  188. "combat handicap restricted"
  189. {
  190. "#format" "{1:s},{2:s},{3:i}"
  191. "en" "{1}You are now locked in to {2}Handicap Lv.{3}"
  192. }
  193. "Overdrive damage"
  194. {
  195. "en" "Overdrive Damage"
  196. }
  197. "Overdrive damage info"
  198. {
  199. "en" "Increases all outgoing damage during Overdrive\nbased on the number of overdrive stacks."
  200. }
  201. "Overdrive leech"
  202. {
  203. "en" "Overdrive Leech"
  204. }
  205. "Overdrive leech info"
  206. {
  207. "en" "You heal for some of the outgoing damage\nmultiplicative based on the stack count."
  208. }
  209. "Overdrive absorb"
  210. {
  211. "en" "Overdrive Damage Shield"
  212. }
  213. "Overdrive absorb info"
  214. {
  215. "en" "Absorb a portion of incoming damage\nPlease note this occurs after handicap/raid damage increases."
  216. }
  217. "Overdrive reflect"
  218. {
  219. "en" "Overdrive Reflect"
  220. }
  221. "Overdrive reflect info"
  222. {
  223. "en" "Reflects damage back - based on overdrive stacks."
  224. }
  225.  
  226. "Cleanse damage"
  227. {
  228. "en" "Cleanse Damage"
  229. }
  230. "Cleanse damage info"
  231. {
  232. "en" "Increases all outgoing damage based on\nyour cleanse stacks."
  233. }
  234. "Cleanse leech"
  235. {
  236. "en" "Cleanse Leech"
  237. }
  238. "Cleanse leech info"
  239. {
  240. "en" "You heal for some outgoing damage based on\nyour cleanse count."
  241. }
  242. "Cleanse absorb"
  243. {
  244. "en" "Cleanse Damage Shield"
  245. }
  246. "Cleanse absorb info"
  247. {
  248. "en" "Absorb a portion of incoming damage based on cleanse stacks."
  249. }
  250. "Cleanse reflect"
  251. {
  252. "en" "Cleanse Reflect"
  253. }
  254. "Cleanse reflect info"
  255. {
  256. "en" "Reflects damage back - based on cleanse stacks."
  257. }
  258. "building stack change"
  259. {
  260. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:3.3f},{7:s}"
  261. "en" "{1}Now generating {2}{3} {4}for {5}{6} {7}second(s)."
  262. }
  263. "chainsaw damage increase"
  264. {
  265. "en" "Chainsaw Damage+"
  266. }
  267. "chainsaw damage increase info"
  268. {
  269. "en" "Chainsaw damage is increased."
  270. }
  271. "explosion damage increase"
  272. {
  273. "en" "Explosion Damage+"
  274. }
  275. "explosion damage increase info"
  276. {
  277. "en" "Explosions (pipes, propane, etc.) deal more damage."
  278. }
  279. "blunt damage increase"
  280. {
  281. "en" "Blunt Melee Damage+"
  282. }
  283. "blunt damage increase info"
  284. {
  285. "en" "Blunt Melee Weapons deal more damage"
  286. }
  287. "sharp damage increase"
  288. {
  289. "en" "Sharp Melee Damage+"
  290. }
  291. "sharp damage increase info"
  292. {
  293. "en" "Sharp Melee Weapons deal more damage"
  294. }
  295. "special ammo target selected"
  296. {
  297. "#format" "{1:s},{2:s},{3:s}"
  298. "en" "{1}Special Ammo Target: {2}{3}"
  299. }
  300. "special ammo targeted"
  301. {
  302. "#format" "{1:s},{2:s},{3:s}"
  303. "en" "{1}Special Ammo Targeting You: {2}{3}"
  304. }
  305. "select special ammo target"
  306. {
  307. "#format" "{1:s},{2:s}"
  308. "en" "{1}!ammotarget {2}<targetname>"
  309. }
  310. "last special target wiped"
  311. {
  312. "#format" "{1:s},{2:s}"
  313. "en" "{1}Last special ammo target {2}forgotten."
  314. }
  315. "survival intermission end"
  316. {
  317. "#format" "{1:s},{2:s},{3:i}"
  318. "en" "{1}Intermission is over.\nBeginning Round {2}{3}"
  319. }
  320. "survival intermission ending soon"
  321. {
  322. "#format" "{1:s},{2:s},{3:i}"
  323. "en" "{1}Intermission will end in {2}{3} seconds"
  324. }
  325. "out of combat state"
  326. {
  327. "en" "Out of Combat"
  328. }
  329. "in combat state"
  330. {
  331. "#format" "{1:3.1f}"
  332. "en" "In Combat ({1})"
  333. }
  334. "upgrade awarded"
  335. {
  336. "#format" "{1:s},{2:s},{3:s},{4:s},{5:i}"
  337. "en" "{1}You have received {2}{5} {3}upgrade points{4}!"
  338. }
  339. "experience debt penalty"
  340. {
  341. "#format" "{1:s},{2:s},{3:s},{4:i}"
  342. "en" "{1}You have earned {2}{4} {3}experience debt for dying."
  343. }
  344. "Talent Id Code"
  345. {
  346. "en" "ID Code:"
  347. }
  348. "Talent Menu"
  349. {
  350. "en" "Talent Menu"
  351. }
  352. "Survivor Menu"
  353. {
  354. "en" "Survivor Menu"
  355. }
  356. "Infected Menu"
  357. {
  358. "en" "Infected Menu"
  359. }
  360. "not enough damage"
  361. {
  362. "#format" "{1:s},{2:s},{3:3.2f},{4:s},{5:s},{6:s},{7:3.2f},{8:s},{9:s}"
  363. "en" "{1}You contributed {2}{3}{4}PCT {5}of the required {6}{7}{8}PCT {9}contribution."
  364. }
  365. "damage experience reward"
  366. {
  367. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s}"
  368. "en" "{1}Exited Combat\n{2}Damage {3}bonus: {4}{5} {6}experience"
  369. }
  370. "base experience reward"
  371. {
  372. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s}"
  373. "en" "{1}{2} {3}Killed: {4}{5} {6}experience"
  374. }
  375. "handicap experience reward"
  376. {
  377. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s}"
  378. "en" "{1}Handicap {2}bonus: {3}{4} {5}experience"
  379. }
  380. "sky experience reward"
  381. {
  382. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s}"
  383. "en" "{1}Sky level {2}bonus: {3}{4} {5}experience"
  384. }
  385. "rested experience reward"
  386. {
  387. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s}"
  388. "en" "{1}Rested {2}bonus: {3}{4} {5}experience"
  389. }
  390. "booster experience reward"
  391. {
  392. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s}"
  393. "en" "{1}Booster {2}bonus: {3}{4} {5}experience"
  394. }
  395. "tanking experience reward"
  396. {
  397. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s}"
  398. "en" "{1}Tanking {2}bonus: {3}{4} {5}experience"
  399. }
  400. "healing experience reward"
  401. {
  402. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s}"
  403. "en" "{1}Healing {2}bonus: {3}{4} {5}experience"
  404. }
  405. "buffing experience reward"
  406. {
  407. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s}"
  408. "en" "{1}Buffing {2}bonus: {3}{4} {5}experience"
  409. }
  410. "hexing experience reward"
  411. {
  412. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s}"
  413. "en" "{1}Hexing {2}bonus: {3}{4} {5}experience"
  414. }
  415. "points from damage reward"
  416. {
  417. "#format" "{1:s},{2:s},{3:s},{4:3.3f},{5:s}"
  418. "en" "{1}Points{2}: {3}{4} {5}earned"
  419. }
  420. "handicap disabled for map"
  421. {
  422. "#format" "{1:s}"
  423. "en" "{1}the team wiped on this map, handicap is disabled until next map."
  424. }
  425. "received item from teammate"
  426. {
  427. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s}"
  428. "en" "{1}{2} {3}was purchased and given to you by {4}{5}"
  429. }
  430. "teamwork reward notification"
  431. {
  432. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s},{7:s},{8:i}"
  433. "en" "{1}{2} {3}has received {4}{5}{6}: {7}{8} experience"
  434. }
  435. "handicap level reduced by force"
  436. {
  437. "#format" "{1:s},{2:s},{3:s},{4:s},{5:i}"
  438. "en" "{1}Your handicap level has been reduced to {2}{5} {3}due to {4}incapacitation/death."
  439. }
  440. "handicap level disabled by force"
  441. {
  442. "#format" "{1:s},{2:s},{3:s},{4:s}"
  443. "en" "{1}Your handicap level has been {2}disabled {3}due to {4}incapacitation/death."
  444. }
  445. "level requirement kick"
  446. {
  447. "#format" "{1:i},{2:s}"
  448. "en" "Requires {2} Rating (You are {1}\nvisit steamcommunity.com/groups/sky-rpg"
  449. }
  450. "incap survivor health"
  451. {
  452. "en" "(Incap) Survivor Health"
  453. }
  454. "incap survivor health info"
  455. {
  456. "en" "Increases the time you can rest your\nhead on the floor."
  457. }
  458. "incap health regen survivor"
  459. {
  460. "en" "(Incap) Health Regen"
  461. }
  462. "incap health regen survivor info"
  463. {
  464. "en" "Regens your health while you're resting your head\ngiving you more time to rest your head."
  465. }
  466. "enable hardcore mode"
  467. {
  468. "en" "Enable Hardcore Mode"
  469. }
  470. "backpack fizzle"
  471. {
  472. "#format" "{1:s},{2:s}"
  473. "en" "{1}The contents of the backpack are useless {2}so you toss it aside"
  474. }
  475. "backpack roll"
  476. {
  477. "#format" "{1:s},{2:s},{3:s}"
  478. "en" "{1}{2} {3}is scavenging..."
  479. }
  480. "nerve agent release countdown"
  481. {
  482. "#format" "{1:i}"
  483. "en" "SILENT DEATH IMMINENT!!!\n{1} SECOND(S) TO GET TO THE SAFEROOM!\nSILENT DEATH IMMINENT!!!"
  484. }
  485. "nerve agent released"
  486. {
  487. "en" "SILENT DEATH!!!\nSTAY IN THE SAFEROOM!!!"
  488. }
  489. "Forgive Warnings Syntax"
  490. {
  491. "#format" "{1:s},{2:s}"
  492. "en" "{1}!forgive {2}<player name>"
  493. }
  494. "Forgive Warnings Player"
  495. {
  496. "#format" "{1:s},{2:s},{3:s},{4:s}"
  497. "en" "{1}You have forgiven {2}{4} {3}of their chat transgressions."
  498. }
  499. "Chat Ban Time"
  500. {
  501. "#format" "{1:i},{2:i},{3:i}"
  502. "en" "Chat Ban Time Remaining: {1} Hour(s) {2} Minute(s) {3} Second(s)"
  503. }
  504. "melee against special"
  505. {
  506. "en" "Melee do no damage to special infected!"
  507. }
  508. "handicap"
  509. {
  510. "en" "Handicap\nModify your (and yours alone) difficulty."
  511. }
  512. "player handicap bonus"
  513. {
  514. "#format" "{1:3.1f}"
  515. "en" "XP / Point Bonus: {1}PCT"
  516. }
  517. "increase handicap"
  518. {
  519. "en" "Increase Handicap"
  520. }
  521. "decrease handicap"
  522. {
  523. "en" "Decrease Handicap"
  524. }
  525. "reset handicap"
  526. {
  527. "en" "Reset Handicap"
  528. }
  529. "player handicap movement"
  530. {
  531. "#format" "{1:3.1f}"
  532. "en" "Movement Speed Penalty: {1}PCT"
  533. }
  534. "player handicap damage"
  535. {
  536. "#format" "{1:3.1f}"
  537. "en" "Damage Output Penalty: {1}PCT"
  538. }
  539. "damage increase commons"
  540. {
  541. "#format" "{1:3.1f}"
  542. "en" "Common Damage: {1}PCT"
  543. }
  544. "damage increase hunter"
  545. {
  546. "#format" "{1:3.1f}"
  547. "en" "Hunter Damage: {1}PCT"
  548. }
  549. "damage increase smoker"
  550. {
  551. "#format" "{1:3.1f}"
  552. "en" "Smoker Damage: {1}PCT"
  553. }
  554. "handicap health increase"
  555. {
  556. "#format" "{1:3.1f}"
  557. "en" "Health Increase: {1}PCT"
  558. }
  559. "damage increase boomer"
  560. {
  561. "#format" "{1:3.1f}"
  562. "en" "Boomer Damage: {1}PCT"
  563. }
  564. "damage increase witch"
  565. {
  566. "#format" "{1:3.1f}"
  567. "en" "Witch Damage: {1}PCT"
  568. }
  569. "damage increase jockey"
  570. {
  571. "#format" "{1:3.1f}"
  572. "en" "Jockey Damage: {1}PCT"
  573. }
  574. "damage increase spitter"
  575. {
  576. "#format" "{1:3.1f}"
  577. "en" "Spitter Damage: {1}PCT"
  578. }
  579. "damage increase charger"
  580. {
  581. "#format" "{1:3.1f}"
  582. "en" "Charger Damage: {1}PCT"
  583. }
  584. "damage increase tank"
  585. {
  586. "#format" "{1:3.1f}"
  587. "en" "Tank Damage: {1}PCT"
  588. }
  589. "Menu Header 0"
  590. {
  591. "#format" "{1:3.3f}"
  592. "en" "Shop Points: {1}"
  593. }
  594. "Menu Header 3 Exp"
  595. {
  596. "#format" "{1:s}"
  597. "en" "Upgrade Cost: {1}"
  598. }
  599. "Give Store Points Syntax"
  600. {
  601. "#format" "{1:s},{2:s}"
  602. "en" "{1}Syntax: {2}!awardsp <name> <value>"
  603. }
  604. "Store Points Award Given"
  605. {
  606. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s}"
  607. "en" "{1}Awarded {2}{3} {4}Premium Credits to {5}{6}"
  608. }
  609. "Store Points Award Received"
  610. {
  611. "#format" "{1:s},{2:s},{3:s},{4:s}"
  612. "en" "{1}You have been awarded {2}{3} {4}Premium Credits"
  613. }
  614. "Sky Points Award"
  615. {
  616. "#format" "{1:s},{2:i},{3:s},{4:s},{5:s},{6:s},{7:s},{8:s}"
  617. "en" "{1}{2} {3}{4} {5}have been added to {6}{7} {8}'s account"
  618. }
  619. "Warn Buy Level"
  620. {
  621. "#format" "{1:i},{2:i}"
  622. "en" "Upgrades this level: {1} / {2}\n \nDo you still want to level up?"
  623. }
  624. "Tank Limit Reached"
  625. {
  626. "#format" "{1:s},{2:s},{3:i},{4:s}"
  627. "en" "{1}Tank Limit of {2}{3} {4}has been reached"
  628. }
  629. "Tank On Cooldown"
  630. {
  631. "#format" "{1:s},{2:s}"
  632. "en" "{1}Tank purchases {2}currently on cooldown"
  633. }
  634. "Tank Cooldown Complete"
  635. {
  636. "#format" "{1:s},{2:s}"
  637. "en" "{1}THE AI {2}can now purchase a tank"
  638. }
  639. "Tank Cooldown Remaining"
  640. {
  641. "#format" "{1:s},{2:3.1f},{3:s},{4:s},{5:s}"
  642. "en" "{1}{2} {3}second(s) remaining on {4}Tank {5}cooldown"
  643. }
  644. "Store Header"
  645. {
  646. "#format" "{1:i}"
  647. "en" "In-Game Store\n!Store Credits: {1}"
  648. }
  649. "Store Points Award"
  650. {
  651. "#format" "{1:s},{2:i},{3:s},{4:s},{5:s},{6:s},{7:s},{8:s}"
  652. "en" "{1}{2} {3}{4} {5}have been added to {6}{7} {8}'s account"
  653. }
  654. "Hint Text Broadcast 0"
  655. {
  656. "#format" "{1:s}"
  657. "en" "{1}"
  658. }
  659. "Hint Text Broadcast 1"
  660. {
  661. "#format" "{1:s},{2:s},{3:s}"
  662. "en" "{1}\n{2} / {3}"
  663. }
  664. "Hint Text Broadcast 2"
  665. {
  666. "#format" "{1:s},{2:s},{3:s},{4:3.3f}"
  667. "en" "{1}\n{2} / {3}\n{4} Buy Point(s)"
  668. }
  669. "Respawn Timer"
  670. {
  671. "#format" "{1:i}"
  672. "en" "Time until respawn\n{1} sec(s)"
  673. }
  674. "Time Played"
  675. {
  676. "#format" "{1:s},{2:s},{3:s},{4:s}"
  677. "en" "{1} Day(s), {2} Hour(s), {3} Min(s), {4} sec(s)"
  678. }
  679. "Menu Header 1 Talents"
  680. {
  681. "#format" "{1:i},{2:i},{3:s},{4:s},{5:i},{6:s},{7:i}"
  682. "en" "Lv: {1} of {2}\nXP: {3} of {4}\n \nTalent Points: {5} ({6})\nPremium Credits: {7}"
  683. }
  684. "Menu Header 1 Exp"
  685. {
  686. "#format" "{1:i},{2:i},{3:s},{4:s},{5:s},{6:s},{7:i},{8:s},{9:s}"
  687. "en" "Lv: {1} of {2} {9}\n\nXP: {3} of {4} ({5})\n \nUpgrade Cost: {6} XP\nPremium Credits: {7}\n \n{8}"
  688. }
  689. "Menu Header 2 Talents"
  690. {
  691. "#format" "{1:i},{2:i},{3:s},{4:s},{5:i},{6:s},{7:3.3f},{8:i}"
  692. "en" "Lv: {1} of {2}\nXP: {3} of {4}\n \nTalent Points: {5} ({6})\nZShop Credits: {7}\nPremium Credits: {8}"
  693. }
  694. "Menu Header 2 Exp"
  695. {
  696. "#format" "{1:i},{2:i},{3:s},{4:s},{5:s},{6:s},{7:3.3f},{8:i},{9:s},{10:s}"
  697. "en" "Lv: {1} of {2} {10}\nXP: {3} of {4} ({5})\n \nUpgrade Cost: {6} XP\nShop Credits: {7}\nPremium Credits: {8}\n \n{9}"
  698. }
  699. "Points Text"
  700. {
  701. "#format" "{1:3.2f}"
  702. "en" "\n!buy credits: {1}"
  703. }
  704. "Player Level Text"
  705. {
  706. "#format" "{1:i},{2:s},{3:s},{4:s}"
  707. "en" "Lv. {1}\t\t{2}{3}{4}"
  708. }
  709. "Sky Level Text"
  710. {
  711. "#format" "{1:i},{2:s},{3:s},{4:s}"
  712. "en" "Sky Lv. {1}\t{2}{3}{4}"
  713. }
  714. "RPG Header"
  715. {
  716. "#format" "{1:s},{2:i}"
  717. "en" "{1}\n \nUpgrade Points: {2}"
  718. }
  719. "Class Level Text"
  720. {
  721. "#format" "{1:s},{2:s},{3:s}"
  722. "en" "{1} Lv.{2}\n \nRating Score: {3}"
  723. }
  724. "Data Saved"
  725. {
  726. "#format" "{1:s},{2:s}"
  727. "en" "{1}All player data {2}has been saved!"
  728. }
  729. "Witch Name"
  730. {
  731. "en" "Kyles Mom"
  732. }
  733. "Director Think Process"
  734. {
  735. "#format" "{1:s},{2:s}"
  736. "en" "{1}The Director {2}is plotting its next move..."
  737. }
  738. "Not Enough Points"
  739. {
  740. "#format" "{1:s},{2:s},{3:3.3f}"
  741. "en" "{1}Not enough Points ( {3} ) {2}to make this purchase"
  742. }
  743. "Not Enough Experience"
  744. {
  745. "#format" "{1:s},{2:s},{3:i}"
  746. "en" "{1}Not enough Experience ( {3} ) {2}to make this purchase"
  747. }
  748. "Buy Menu"
  749. {
  750. "en" "!buy Menu\nSpend !buy credits"
  751. }
  752. "Buy Menu Option 1"
  753. {
  754. "#format" "{1:s},{2:s}"
  755. "en" "{1} ({2})"
  756. }
  757. "Buy Menu Option 2"
  758. {
  759. "#format" "{1:s},{2:3.1f},{3:s}"
  760. "en" "{1} Cost: {2} !buy credit(s) ({3})"
  761. }
  762. "Buy Menu Option 3"
  763. {
  764. "#format" "{1:s},{2:i},{3:s}"
  765. "en" "{1} Cost: {2} XP ({3})"
  766. }
  767. "Command Information"
  768. {
  769. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s},{7:s},{8:s}"
  770. "en" "{1}{2} {3}- {4}{5} {6}- {7}{8}"
  771. }
  772. "Commands Listed Console"
  773. {
  774. "#format" "{1:s},{2:s},{3:s}"
  775. "en" "{1}Quick Commands {2}have been printed to your {3}Console"
  776. }
  777. "Upgrades Used"
  778. {
  779. "en" "Upgrades Assigned"
  780. }
  781. "Points"
  782. {
  783. "en" "Credit(s)"
  784. }
  785. "respawn"
  786. {
  787. "en" "Respawn (at death spot)"
  788. }
  789. "respawn bind"
  790. {
  791. "en" "buy your way back to life!"
  792. }
  793. "Experience"
  794. {
  795. "en" "Experience"
  796. }
  797. "weapons bind"
  798. {
  799. "en" "opens the weapons buy menu"
  800. }
  801. "health bind"
  802. {
  803. "en" "opens the health items buy menu"
  804. }
  805. "grenade bind"
  806. {
  807. "en" "opens the grenade items buy menu"
  808. }
  809. "upgrades bind"
  810. {
  811. "en" "opens the upgrade items buy menu"
  812. }
  813. "free weapons bind"
  814. {
  815. "en" "opens the weapons buy menu"
  816. }
  817. "baseball_bat bind"
  818. {
  819. "en" "purchases the baseball bat melee weapon"
  820. }
  821. "fireaxe bind"
  822. {
  823. "en" "purchases the fireaxe melee weapon"
  824. }
  825. "tonfa bind"
  826. {
  827. "en" "purchases the tonfa melee weapon"
  828. }
  829. "cricketbat bind"
  830. {
  831. "en" "purchases the cricketbat melee weapon"
  832. }
  833. "melee weapons bind"
  834. {
  835. "en" "opens the melee weapons buy menu"
  836. }
  837. "rifles bind"
  838. {
  839. "en" "opens the tier 2 rifles buy menu"
  840. }
  841. "shotguns bind"
  842. {
  843. "en" "opens the tier 2 shotguns buy menu"
  844. }
  845. "snipers bind"
  846. {
  847. "en" "opens the tier 2 sniper rifles buy menu"
  848. }
  849. "chainsaw bind"
  850. {
  851. "en" "Buy the chainsaw (melee weapon)"
  852. }
  853. "grenade launcher bind"
  854. {
  855. "en" "Buy the grenade launcher"
  856. }
  857. "ammo bind"
  858. {
  859. "en" "Buy ammo refill"
  860. }
  861. "pumpshotgun bind"
  862. {
  863. "en" "Buy the pump shotgun"
  864. }
  865. "uzi bind"
  866. {
  867. "en" "Buy the uzi"
  868. }
  869. "tmp5 bind"
  870. {
  871. "en" "Buy the tmp5"
  872. }
  873. "mp5 bind"
  874. {
  875. "en" "Buy the mp5"
  876. }
  877. "pistol bind"
  878. {
  879. "en" "Buy the pistol"
  880. }
  881. "dual pistol bind"
  882. {
  883. "en" "Buy Dual Pistols"
  884. }
  885. "magnum bind"
  886. {
  887. "en" "Buy the magnum"
  888. }
  889. "m4a1 bind"
  890. {
  891. "en" "Buy the M4A1"
  892. }
  893. "ak47 bind"
  894. {
  895. "en" "Buy the AK47"
  896. }
  897. "desert bind"
  898. {
  899. "en" "Buy the Desert Rifle"
  900. }
  901. "sg552 bind"
  902. {
  903. "en" "Buy the SG552"
  904. }
  905. "m60 bind"
  906. {
  907. "en" "Buy the M60"
  908. }
  909. "autoshotgun bind"
  910. {
  911. "en" "Buy the Autoshotgun"
  912. }
  913. "spas bind"
  914. {
  915. "en" "Buy the SPAS Shotgun"
  916. }
  917. "hunt bind"
  918. {
  919. "en" "Buy the Hunting Rifle"
  920. }
  921. "military bind"
  922. {
  923. "en" "Buy the Military Rifle"
  924. }
  925. "scout bind"
  926. {
  927. "en" "Buy the Scout Sniper Rifle"
  928. }
  929. "awp bind"
  930. {
  931. "en" "Buy the AWP Sniper Rifle"
  932. }
  933. "adren bind"
  934. {
  935. "en" "Buy Adrenaline"
  936. }
  937. "pills bind"
  938. {
  939. "en" "Buy Pain Pills"
  940. }
  941. "medkit bind"
  942. {
  943. "en" "Buy a First Aid Kit"
  944. }
  945. "defib bind"
  946. {
  947. "en" "Buy a Defibrillator"
  948. }
  949. "heal bind"
  950. {
  951. "en" "Buy an Instant Heal (will stand you up if incapped)"
  952. }
  953. "molotov bind"
  954. {
  955. "en" "Buy a Molotov"
  956. }
  957. "pipe bind"
  958. {
  959. "en" "Buy a Pipe Bomb"
  960. }
  961. "vomitjar bind"
  962. {
  963. "en" "Buy a Vomitjar"
  964. }
  965. "gascan bind"
  966. {
  967. "en" "Buy a Gascan (useable on generator/gas events)"
  968. }
  969. "firework bind"
  970. {
  971. "en" "Buy a firework crate"
  972. }
  973. "explosiveammo bind"
  974. {
  975. "en" "Buy (single) explosive ammo clip"
  976. }
  977. "incendiaryammo bind"
  978. {
  979. "en" "Buy (single) incendiary ammo clip"
  980. }
  981. "laser bind"
  982. {
  983. "en" "Buy a laser sight"
  984. }
  985. "explosivepack bind"
  986. {
  987. "en" "Buy explosive upgrade pack (medkit slot)"
  988. }
  989. "incendiarypack bind"
  990. {
  991. "en" "Buy incendiary upgrade pack (medkit slot)"
  992. }
  993. "class bind"
  994. {
  995. "en" "Open the class change menu"
  996. }
  997. "hunter bind"
  998. {
  999. "en" "Buy (free if in ghost) a class change to hunter"
  1000. }
  1001. "smoker bind"
  1002. {
  1003. "en" "Buy (free if in ghost) a class change to smoker"
  1004. }
  1005. "boomer bind"
  1006. {
  1007. "en" "Buy (free if in ghost) a class change to boomer"
  1008. }
  1009. "jockey bind"
  1010. {
  1011. "en" "Buy (free if in ghost) a class change to jockey"
  1012. }
  1013. "spitter bind"
  1014. {
  1015. "en" "Buy (free if in ghost) a class change to spitter"
  1016. }
  1017. "charger bind"
  1018. {
  1019. "en" "Buy (free if in ghost) a class change to charger"
  1020. }
  1021. "tank bind"
  1022. {
  1023. "en" "Buy a class change to tank (it is never free, btw)"
  1024. }
  1025. "panic bind"
  1026. {
  1027. "en" "Buy a panic event"
  1028. }
  1029. "witch bind"
  1030. {
  1031. "en" "Buy a witch drop where you are looking"
  1032. }
  1033. "riotdrop bind"
  1034. {
  1035. "en" "Buy a riot police drop where you are looking"
  1036. }
  1037. "riotqueue bind"
  1038. {
  1039. "en" "Buy a riot police queue"
  1040. }
  1041. "jimmydrop bind"
  1042. {
  1043. "en" "Buy a jimmy gibbs drop where you are looking"
  1044. }
  1045. "jimmyqueue bind"
  1046. {
  1047. "en" "Buy a jimmy gibbs queue"
  1048. }
  1049. "Buy Menu Option Cooldown"
  1050. {
  1051. "#format" "{1:s}"
  1052. "en" "{1} (Cooldown)"
  1053. }
  1054. "Menu Option is On Cooldown"
  1055. {
  1056. "#format" "{1:s},{2:s},{3:s}"
  1057. "en" "{1}{2} {3}is on cooldown, the director cannot buy this!"
  1058. }
  1059. "Director Talents Enabled, No Survivor Talents"
  1060. {
  1061. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s}"
  1062. "en" "{1}Director Talents are Enabled {2}please use {3}{4} {5}to disable before accessing the talent menus."
  1063. }
  1064. "Director Talents Disabled"
  1065. {
  1066. "#format" "{1:s},{2:s}"
  1067. "en" "{1}Director Talents {2}Disabled"
  1068. }
  1069. "Director Talents Enabled"
  1070. {
  1071. "#format" "{1:s},{2:s}"
  1072. "en" "{1}Director Talents {2}Enabled"
  1073. }
  1074. "Director Priority Save Disabled"
  1075. {
  1076. "#format" "{1:s},{2:s}"
  1077. "en" "{1}Director Priority Save {2}Disabled"
  1078. }
  1079. "Director Priority Save Enabled"
  1080. {
  1081. "#format" "{1:s},{2:s}"
  1082. "en" "{1}Director Priority Save {2}Enabled"
  1083. }
  1084. "constitution"
  1085. {
  1086. "en" "Constitution"
  1087. }
  1088. "constitution info"
  1089. {
  1090. "en" "Talents:\n+1st Upgrade Strength\n+Cooldown Time\n\nAmmos:\n+1st Upgrade Lifetime\n+Base Stamina Cost\n+Cooldown Time"
  1091. }
  1092. "agility"
  1093. {
  1094. "en" "Agility"
  1095. }
  1096. "agility info"
  1097. {
  1098. "en" "Talents:\n+Each Upgrade Strength\n+Cooldown Time\n\nAmmos:\n-Range"
  1099. }
  1100. "resilience"
  1101. {
  1102. "en" "Resilience"
  1103. }
  1104. "resilience info"
  1105. {
  1106. "en" "Talents:\n-Talent Cooldown Time\n\nAmmos:\n+Each Upgrade Stamina Cost\n-Each Upgrade Cooldown Time"
  1107. }
  1108. "technique"
  1109. {
  1110. "en" "Technique"
  1111. }
  1112. "technique info"
  1113. {
  1114. "en" "Talents:\n+Each Upgrade Ability Time\n\nAmmos:\n+1st Upgrade \"On\" Time"
  1115. }
  1116. "endurance"
  1117. {
  1118. "en" "Endurance"
  1119. }
  1120. "endurance info"
  1121. {
  1122. "en" "Does not affect Talents.\n\nAmmos:\n+1st Upgrade Lifetime\n-1st Upgrade Stamina Cost\n+Each Upgrade Range"
  1123. }
  1124. "luck"
  1125. {
  1126. "en" "Luck"
  1127. }
  1128. "luck info"
  1129. {
  1130. "en" "Increases the likelihood of critical events."
  1131. }
  1132. "talent level up"
  1133. {
  1134. "#format" "{1:s},{2:s},{3:s},{4:s},{5:i},{6:s},{7:s},{8:s}"
  1135. "en" "{1}{2} {3}has gained {4}{5} {6}points of {7}{8}"
  1136. }
  1137. "cartel experience screen"
  1138. {
  1139. "#format" "{1:i},{2:s},{3:s},{4:s},{5:s}"
  1140. "en" "{4} Lv.{1}:\t{2}XP {5} {3}XP"
  1141. }
  1142. "Survivor Cartel"
  1143. {
  1144. "en" "CARTEL\nThese categories affect all things in small ways."
  1145. }
  1146. "Load And Go"
  1147. {
  1148. "en" "Load 'n Go\nLoad an existing profile and go kill some shit!"
  1149. }
  1150. "Survivor Classes"
  1151. {
  1152. "en" "Job Class\n34 classes to choose from!"
  1153. }
  1154. "Tanking Classes"
  1155. {
  1156. "en" "Tanking Classes\nClasses in this category primary role is tanking"
  1157. }
  1158. "Tank-Healing Subclasses"
  1159. {
  1160. "en" "Tank(Healer)\nClasses in this category are tank-heal hybrids."
  1161. }
  1162. "Tank-DPS Subclasses"
  1163. {
  1164. "en" "Tank(DPS)\nThese are tanks that also pack a punch!"
  1165. }
  1166. "DPS Classes"
  1167. {
  1168. "en" "DPS Classes\nThese Class' primary focus is beating things up!"
  1169. }
  1170. "DPS-Ranged Subclasses"
  1171. {
  1172. "en" "DPS(Ranged)\nDPS Classes with ranged-combat bonuses."
  1173. }
  1174. "DPS-Melee Subclasses"
  1175. {
  1176. "en" "DPS(Melee)\nDPS Classes with a focus on close-quarter combat."
  1177. }
  1178. "Healer Classes"
  1179. {
  1180. "en" "Healing Classes\nClasses that primarily focus in health recovery."
  1181. }
  1182. "Healer-DPS Subclasses"
  1183. {
  1184. "en" "Healing(DPS)\nHealers that aren't COMPLETE push-overs in combat!"
  1185. }
  1186. "Healer-Tank Subclasses"
  1187. {
  1188. "en" "Healing(Tank)\nThese healers have some tanking qualities."
  1189. }
  1190. "Hybrid Classes"
  1191. {
  1192. "en" "Hybrid Classes\nThey can do it all!\n... But not necessarily the best."
  1193. }
  1194. "Submenu Locked"
  1195. {
  1196. "#format" "{1:s},{2:i}"
  1197. "en" "{1} (Locked until Lv.{2})"
  1198. }
  1199. "Submenu Available"
  1200. {
  1201. "#format" "{1:s}"
  1202. "en" "{1}"
  1203. }
  1204. "warrior"
  1205. {
  1206. "en" "Warrior"
  1207. }
  1208. "healer"
  1209. {
  1210. "en" "Healer"
  1211. }
  1212. "death knight"
  1213. {
  1214. "en" "Death Knight"
  1215. }
  1216. "death healer"
  1217. {
  1218. "en" "Death Priest"
  1219. }
  1220. "death ward"
  1221. {
  1222. "en" "Death Ward"
  1223. }
  1224. "crusader"
  1225. {
  1226. "en" "Crusader"
  1227. }
  1228. "paladin"
  1229. {
  1230. "en" "Paladin"
  1231. }
  1232. "druid"
  1233. {
  1234. "en" "Druid"
  1235. }
  1236. "shaman"
  1237. {
  1238. "en" "Shaman"
  1239. }
  1240. "assassin"
  1241. {
  1242. "en" "Assassin"
  1243. }
  1244. "crusader assassin"
  1245. {
  1246. "en" "Arbiter"
  1247. }
  1248. "brawler"
  1249. {
  1250. "en" "Brawler"
  1251. }
  1252. "monk"
  1253. {
  1254. "en" "Monk"
  1255. }
  1256. "blaster"
  1257. {
  1258. "en" "Blaster"
  1259. }
  1260. "firebug"
  1261. {
  1262. "en" "Firebug"
  1263. }
  1264. "firebug blaster"
  1265. {
  1266. "en" "Fireblaster"
  1267. }
  1268. "firebug crusader"
  1269. {
  1270. "en" "Fire Crusader"
  1271. }
  1272. "firebug death"
  1273. {
  1274. "en" "Hellfire Knight"
  1275. }
  1276. "explosive impact"
  1277. {
  1278. "en" "Unstable Genetics\nSpecial Commons become unstable, exploding for AoE damage\nwhen you land the killing blow."
  1279. }
  1280. "fire crater"
  1281. {
  1282. "en" "Fireball Blast\nLanding the killing blow on special commons\ncreates a crater of fire on them."
  1283. }
  1284. "healer aura"
  1285. {
  1286. "en" "Healer's Aura\nYour health regen talents affect nearby teammates\nbased on your healing ammo range."
  1287. }
  1288. "hemomancy"
  1289. {
  1290. "en" "Hemomancy\nDealing damage replenishes your health, while\nreceiving damage heals nearby teammates."
  1291. }
  1292. "totem spirit"
  1293. {
  1294. "en" "Totem Spirit\nAbsorbs regen talents sending them outwards as\nexplosions when enemies are near."
  1295. }
  1296. "blessed by the light"
  1297. {
  1298. "en" "Blessed By The Light\nDraws zombies to them if enrage is not active."
  1299. }
  1300. "dark sacrifice"
  1301. {
  1302. "en" "Dark Sacrifice\nWeakness[Wk] is always active."
  1303. }
  1304. "elon mastery"
  1305. {
  1306. "en" "Elon Mastery\nUnspecified 'upgrades' prevent your Jetpack from\nmalfunctioning when tanks are nearby."
  1307. }
  1308. "zora mastery"
  1309. {
  1310. "en" "Zora Mastery\nAs a Zora, you move swiftly when in water."
  1311. }
  1312. "coX class info"
  1313. {
  1314. "en" "Constitution XP"
  1315. }
  1316. "agX class info"
  1317. {
  1318. "en" "Agility XP"
  1319. }
  1320. "reX class info"
  1321. {
  1322. "en" "Resilience XP"
  1323. }
  1324. "teX class info"
  1325. {
  1326. "en" "Technique XP"
  1327. }
  1328. "enX class info"
  1329. {
  1330. "en" "Endurance XP"
  1331. }
  1332. "luX class info"
  1333. {
  1334. "en" "Luck XP"
  1335. }
  1336. "saving class data"
  1337. {
  1338. "#format" "{1:s},{2:s},{3:s}"
  1339. "en" "{1}Saving Class Data for {2}{3}"
  1340. }
  1341. "h class info"
  1342. {
  1343. "en" "Healing"
  1344. }
  1345. "d class info"
  1346. {
  1347. "en" "Outgoing Damage"
  1348. }
  1349. "D class info"
  1350. {
  1351. "en" "Incoming Damage"
  1352. }
  1353. "tXP class info"
  1354. {
  1355. "en" "Tank XP"
  1356. }
  1357. "hB class info"
  1358. {
  1359. "en" "Bullet Heal Strength"
  1360. }
  1361. "hM class info"
  1362. {
  1363. "en" "Melee Heal Strength"
  1364. }
  1365. "hXP class info"
  1366. {
  1367. "en" "Heal XP"
  1368. }
  1369. "stam class info"
  1370. {
  1371. "en" "Stamina Cost"
  1372. }
  1373. "amCD class info"
  1374. {
  1375. "en" "Ammo Cooldown"
  1376. }
  1377. "wRNG class info"
  1378. {
  1379. "en" "Weapon Range"
  1380. }
  1381. "mDMG class info"
  1382. {
  1383. "en" "Melee Damage"
  1384. }
  1385. "ICwDMG class info"
  1386. {
  1387. "en" "In-Combat Weapon Damage"
  1388. }
  1389. "OCwDMG class info"
  1390. {
  1391. "en" "Out-of-Combat Weapon Damage"
  1392. }
  1393. "snprDMG class info"
  1394. {
  1395. "en" "Sniper Damage"
  1396. }
  1397. "pstlDMG class info"
  1398. {
  1399. "en" "Pistol Damage"
  1400. }
  1401. "riflDMG class info"
  1402. {
  1403. "en" "Assault Rifle Damage"
  1404. }
  1405. "snprDMG class info"
  1406. {
  1407. "en" "Sniper Damage"
  1408. }
  1409. "shtgDMG class info"
  1410. {
  1411. "en" "Shotgun Damage"
  1412. }
  1413. "smgDMG class info"
  1414. {
  1415. "en" "SMG Damage"
  1416. }
  1417. "atsgDMG class info"
  1418. {
  1419. "en" "Auto-Shotgun Damage"
  1420. }
  1421. "pusgDMG class info"
  1422. {
  1423. "en" "Pump-Shotgun Damage"
  1424. }
  1425. "boltDMG class info"
  1426. {
  1427. "en" "Bolt-Action Sniper Damage"
  1428. }
  1429. "50caDMG class info"
  1430. {
  1431. "en" ".50cal Damage"
  1432. }
  1433. "eprng class info"
  1434. {
  1435. "en" "Each Point Range"
  1436. }
  1437. "STK class info"
  1438. {
  1439. "en" "Stalker\nIncreases all outgoing damage.\nThe more damage a mob has dealt\nto you, the less stalker will deal to it."
  1440. }
  1441. "gunslinger"
  1442. {
  1443. "en" "Gunslinger"
  1444. }
  1445. "river zora"
  1446. {
  1447. "en" "River Zora"
  1448. }
  1449. "spacex employee"
  1450. {
  1451. "en" "SpaceX Employee"
  1452. }
  1453. "arsonist"
  1454. {
  1455. "en" "Arsonist"
  1456. }
  1457. "wtrDMG class info"
  1458. {
  1459. "en" "Water Damage"
  1460. }
  1461. "airDMG class info"
  1462. {
  1463. "en" "Air Damage"
  1464. }
  1465. "fireDMG class info"
  1466. {
  1467. "en" "Fire Damage"
  1468. }
  1469. "rng class info"
  1470. {
  1471. "en" "Your Ammo Range"
  1472. }
  1473. "amSTR class info"
  1474. {
  1475. "en" "Ammo Strength"
  1476. }
  1477. "ftCD class info"
  1478. {
  1479. "en" "First Upgrade Cooldown"
  1480. }
  1481. "etCD class info"
  1482. {
  1483. "en" "Each Upgrade Cooldown"
  1484. }
  1485. "aamRNG class info"
  1486. {
  1487. "en" "All Ammo Range"
  1488. }
  1489. "H class talent info"
  1490. {
  1491. "en" "Health Talents"
  1492. }
  1493. "h class talent info"
  1494. {
  1495. "en" "Healing Talents"
  1496. }
  1497. "R class talent info"
  1498. {
  1499. "en" "Reflect Talents"
  1500. }
  1501. "d class talent info"
  1502. {
  1503. "en" "Damage Talents"
  1504. }
  1505. "elven ranger"
  1506. {
  1507. "en" "Elven Ranger"
  1508. }
  1509. "sharpshooter"
  1510. {
  1511. "en" "Sharpshooter"
  1512. }
  1513. "healer shaman"
  1514. {
  1515. "en" "Cleric"
  1516. }
  1517. "hemomancer"
  1518. {
  1519. "en" "Hemomancer"
  1520. }
  1521. "death hemomancer"
  1522. {
  1523. "en" "Bloodmage"
  1524. }
  1525. "crusader hemomancer"
  1526. {
  1527. "en" "Bloodwarrior"
  1528. }
  1529. "shaman hemomancer"
  1530. {
  1531. "en" "Bloodknight"
  1532. }
  1533. "healer hemomancer"
  1534. {
  1535. "en" "Bloodpriest"
  1536. }
  1537. "death shaman"
  1538. {
  1539. "en" "Deathbringer"
  1540. }
  1541. "crusader shaman"
  1542. {
  1543. "en" "Battlemage"
  1544. }
  1545. "crusader death"
  1546. {
  1547. "en" "Warblade"
  1548. }
  1549. "death ranger"
  1550. {
  1551. "en" "Dark Ranger"
  1552. }
  1553. "rating increase"
  1554. {
  1555. "#format" "{1:s},{2:s},{3:s},{4:s}"
  1556. "en" "{1}+{2}{3} {4}rating"
  1557. }
  1558. "Enable Class"
  1559. {
  1560. "en" "Enable Class"
  1561. }
  1562. "Disable Class"
  1563. {
  1564. "en" "Disable Class"
  1565. }
  1566. "strength slate"
  1567. {
  1568. "#format" "{1:i},{2:i}"
  1569. "en" "Strength: {1} / {2}"
  1570. }
  1571. "luck slate"
  1572. {
  1573. "#format" "{1:i},{2:i}"
  1574. "en" "Luck: {1} / {2}"
  1575. }
  1576. "agility slate"
  1577. {
  1578. "#format" "{1:i},{2:i}"
  1579. "en" "Agility: {1} / {2}"
  1580. }
  1581. "technique slate"
  1582. {
  1583. "#format" "{1:i},{2:i}"
  1584. "en" "Technique: {1} / {2}"
  1585. }
  1586. "endurance slate"
  1587. {
  1588. "#format" "{1:i},{2:i}"
  1589. "en" "Endurance: {1} / {2}"
  1590. }
  1591. "weapons"
  1592. {
  1593. "en" "Weapons"
  1594. }
  1595. "health"
  1596. {
  1597. "en" "Health Items"
  1598. }
  1599. "grenades"
  1600. {
  1601. "en" "Grenades"
  1602. }
  1603. "upgrades"
  1604. {
  1605. "en" "Weapon Upgrades"
  1606. }
  1607. "free weapons"
  1608. {
  1609. "en" "Weapons"
  1610. }
  1611. "fireaxe"
  1612. {
  1613. "en" "Fireaxe"
  1614. }
  1615. "tonfa"
  1616. {
  1617. "en" "Tonfa"
  1618. }
  1619. "cricketbat"
  1620. {
  1621. "en" "Cricket Bat"
  1622. }
  1623. "melee weapons"
  1624. {
  1625. "en" "Melee Weapons"
  1626. }
  1627. "rifles"
  1628. {
  1629. "en" "Assault Rifles"
  1630. }
  1631. "shotguns"
  1632. {
  1633. "en" "Auto Shotguns"
  1634. }
  1635. "snipers"
  1636. {
  1637. "en" "Sniper Rifles"
  1638. }
  1639. "chainsaw"
  1640. {
  1641. "en" "Chainsaw"
  1642. }
  1643. "grenade launcher"
  1644. {
  1645. "en" "Grenade Launcher"
  1646. }
  1647. "ammo"
  1648. {
  1649. "en" "Ammo Refill"
  1650. }
  1651. "main menu"
  1652. {
  1653. "en" "Return To Previous Menu"
  1654. }
  1655. "pump shotgun"
  1656. {
  1657. "en" "Pump Shotgun"
  1658. }
  1659. "uzi"
  1660. {
  1661. "en" "Uzi"
  1662. }
  1663. "tmp-5"
  1664. {
  1665. "en" "TMP-5"
  1666. }
  1667. "mp-5"
  1668. {
  1669. "en" "MP-5"
  1670. }
  1671. "pistol"
  1672. {
  1673. "en" "Glock"
  1674. }
  1675. "dual pistol"
  1676. {
  1677. "en" "Dual Pistols"
  1678. }
  1679. "rise again"
  1680. {
  1681. "#format" "{1:s},{2:s},{3:s}"
  1682. "en" "{1}One of {2}our fallen {3}has risen!"
  1683. }
  1684. "enter the fray"
  1685. {
  1686. "#format" "{1:s},{2:s},{3:s}"
  1687. "en" "{1}A new player {2}has entered the fray {3}Wish them luck!"
  1688. }
  1689. "magnum"
  1690. {
  1691. "en" "Magnum"
  1692. }
  1693. "m4a1"
  1694. {
  1695. "en" "M4A1"
  1696. }
  1697. "ak47"
  1698. {
  1699. "en" "AK47"
  1700. }
  1701. "desert rifle"
  1702. {
  1703. "en" "Desert Rifle"
  1704. }
  1705. "sg552"
  1706. {
  1707. "en" "SG-552"
  1708. }
  1709. "m60"
  1710. {
  1711. "en" "M-60"
  1712. }
  1713. "autoshotgun"
  1714. {
  1715. "en" "Auto Shotgun"
  1716. }
  1717. "spas"
  1718. {
  1719. "en" "SPAS Shotgun"
  1720. }
  1721. "hunting rifle"
  1722. {
  1723. "en" "Hunting Rifle"
  1724. }
  1725. "military rifle"
  1726. {
  1727. "en" "Military Rifle"
  1728. }
  1729. "scout"
  1730. {
  1731. "en" "Scout"
  1732. }
  1733. "awp"
  1734. {
  1735. "en" "AW/P"
  1736. }
  1737. "adrenaline"
  1738. {
  1739. "en" "Adrenaline"
  1740. }
  1741. "pain pills"
  1742. {
  1743. "en" "Pain Pills"
  1744. }
  1745. "medkit"
  1746. {
  1747. "en" "Medkit"
  1748. }
  1749. "defibrillator"
  1750. {
  1751. "en" "Defibrillator"
  1752. }
  1753. "full heal"
  1754. {
  1755. "en" "Instant Heal"
  1756. }
  1757. "molotov"
  1758. {
  1759. "en" "Molotov"
  1760. }
  1761. "pipe bomb"
  1762. {
  1763. "en" "Pipe Bomb"
  1764. }
  1765. "vomitjar"
  1766. {
  1767. "en" "Vomitjar"
  1768. }
  1769. "gascan"
  1770. {
  1771. "en" "Gas can"
  1772. }
  1773. "firework crate"
  1774. {
  1775. "en" "Firework Crate"
  1776. }
  1777. "explosive"
  1778. {
  1779. "en" "Explosive Ammo (Single)"
  1780. }
  1781. "incendiary"
  1782. {
  1783. "en" "Incendiary Ammo (Single)"
  1784. }
  1785. "explosive pack"
  1786. {
  1787. "en" "Explosive Pack"
  1788. }
  1789. "incendiary pack"
  1790. {
  1791. "en" "Incendiary Pack"
  1792. }
  1793. "laser sight"
  1794. {
  1795. "en" "Laser Sight"
  1796. }
  1797. "director menu"
  1798. {
  1799. "en" "Director Menu"
  1800. }
  1801. "class menu"
  1802. {
  1803. "en" "Change Class"
  1804. }
  1805. "hunter"
  1806. {
  1807. "en" "Hunter"
  1808. }
  1809. "smoker"
  1810. {
  1811. "en" "Smoker"
  1812. }
  1813. "boomer"
  1814. {
  1815. "en" "Boomer"
  1816. }
  1817. "jockey"
  1818. {
  1819. "en" "Jockey"
  1820. }
  1821. "spitter"
  1822. {
  1823. "en" "Spitter"
  1824. }
  1825. "charger"
  1826. {
  1827. "en" "Charger"
  1828. }
  1829. "tank"
  1830. {
  1831. "en" "Tank"
  1832. }
  1833. "panic event"
  1834. {
  1835. "en" "Panic Event"
  1836. }
  1837. "witch"
  1838. {
  1839. "en" "Witch"
  1840. }
  1841. "witch drop"
  1842. {
  1843. "en" "Witch drop"
  1844. }
  1845. "riot queue"
  1846. {
  1847. "en" "Riot Queue"
  1848. }
  1849. "clown queue"
  1850. {
  1851. "en" "Clown Queue"
  1852. }
  1853. "fallen queue"
  1854. {
  1855. "en" "Fallen Queue"
  1856. }
  1857. "riot drop"
  1858. {
  1859. "en" "Riot Drop"
  1860. }
  1861. "jimmy queue"
  1862. {
  1863. "en" "Jimmy Queue"
  1864. }
  1865. "jimmy drop"
  1866. {
  1867. "en" "Jimmy Drop"
  1868. }
  1869. "bomber drop"
  1870. {
  1871. "en" "Bomber Drop"
  1872. }
  1873. "flamer drop"
  1874. {
  1875. "en" "Flamer Drop"
  1876. }
  1877. "leaker drop"
  1878. {
  1879. "en" "Leaker Drop"
  1880. }
  1881. "bomber queue"
  1882. {
  1883. "en" "Bomber Queue"
  1884. }
  1885. "flamer queue"
  1886. {
  1887. "en" "Flamer Queue"
  1888. }
  1889. "leaker queue"
  1890. {
  1891. "en" "Leaker Queue"
  1892. }
  1893. "Pistol Talents"
  1894. {
  1895. "en" "Pistol Talents"
  1896. }
  1897. "SMG Talents"
  1898. {
  1899. "en" "SMG Talents"
  1900. }
  1901. "Shotgun Talents"
  1902. {
  1903. "en" "Shotgun Talents"
  1904. }
  1905. "Assault Rifle Talents"
  1906. {
  1907. "en" "AR Talents"
  1908. }
  1909. "Defensive Survivor Talents"
  1910. {
  1911. "en" "Defensive Survivor Talents"
  1912. }
  1913. "Survivor Passives"
  1914. {
  1915. "en" "Passive Talents\nSurvivor Health Increase & Thorns"
  1916. }
  1917. "Survivor VomitedOn"
  1918. {
  1919. "en" "Tanking Talents*\n*Must be covered-in-bile"
  1920. }
  1921. "Survivor Junky"
  1922. {
  1923. "en" "Adren Talents\nAdrenaline[Ad] Required"
  1924. }
  1925. "Survivor Fire"
  1926. {
  1927. "en" "Everything-Fire related"
  1928. }
  1929. "Survivor Auras"
  1930. {
  1931. "en" "Auras"
  1932. }
  1933. "Survivor Spells"
  1934. {
  1935. "en" "Spells"
  1936. }
  1937. "Ammo Circle Talents"
  1938. {
  1939. "en" "Action Bar\nSpells & Abilities that require an action slot.\n!abar\non/off floating action bar"
  1940. }
  1941. "Infected Talents"
  1942. {
  1943. "en" "Infected Talents"
  1944. }
  1945. "Infected Passives"
  1946. {
  1947. "en" "Infected Passives"
  1948. }
  1949. "level up unavailable"
  1950. {
  1951. "#format" "{1:i}"
  1952. "en" "Level Up Unavailable ({1} upgrades required)"
  1953. }
  1954. "level up available"
  1955. {
  1956. "#format" "{1:s}"
  1957. "en" "Buy Level Up! ({1} XP Required)"
  1958. }
  1959. "director priorities"
  1960. {
  1961. "en" "Director Priorities"
  1962. }
  1963. "Map Records"
  1964. {
  1965. "en" "Map Records"
  1966. }
  1967. "Store"
  1968. {
  1969. "en" "Buffs Vendor\nEarn store credits to buy temporary buffs."
  1970. }
  1971. "survivor health"
  1972. {
  1973. "en" "Survivor Health"
  1974. }
  1975. "ability chance"
  1976. {
  1977. "en" "Talent Chance"
  1978. }
  1979. "surv def ability chance"
  1980. {
  1981. "en" "Defensive Chance"
  1982. }
  1983. "pistol ability chance"
  1984. {
  1985. "en" "Pistol Chance"
  1986. }
  1987. "smg ability chance"
  1988. {
  1989. "en" "SMG Chance"
  1990. }
  1991. "shotgun ability chance"
  1992. {
  1993. "en" "Shotgun Chance"
  1994. }
  1995. "shotgun damage increase"
  1996. {
  1997. "en" "Shotgun Critical Damage"
  1998. }
  1999. "ability chance infected"
  2000. {
  2001. "en" "Talent Chance"
  2002. }
  2003. "bean bag"
  2004. {
  2005. "en" "Beanbag"
  2006. }
  2007. "slowing ammo"
  2008. {
  2009. "en" "Slow"
  2010. }
  2011. "bean bag ammo"
  2012. {
  2013. "en" "Beanbag"
  2014. }
  2015. "explosive ammo"
  2016. {
  2017. "en" "Explode"
  2018. }
  2019. "leech ammo"
  2020. {
  2021. "en" "Drain"
  2022. }
  2023. "gravity ammo"
  2024. {
  2025. "en" "Gravity"
  2026. }
  2027. "pistol damage increase"
  2028. {
  2029. "en" "Pistol Critical Damage"
  2030. }
  2031. "Environmental Talents"
  2032. {
  2033. "en" "Elemental Talents\nFire, Explosion, etc."
  2034. }
  2035. "Melee Talents"
  2036. {
  2037. "en" "Melee Talents\nWhen guns aren't good enough."
  2038. }
  2039. "weapon damage increase"
  2040. {
  2041. "en" "Second Shot"
  2042. }
  2043. "burn damage increase"
  2044. {
  2045. "en" "Fire Damage+"
  2046. }
  2047. "burn damage increase info"
  2048. {
  2049. "en" "Increases all the burn damage sourced from you."
  2050. }
  2051. "weapon damage increase info"
  2052. {
  2053. "en" "Fires a second, non-elemental bullet."
  2054. }
  2055. "melee damage increase"
  2056. {
  2057. "en" "Melee Damage Increase"
  2058. }
  2059. "melee damage increase info"
  2060. {
  2061. "en" "Melee weapon damage increases."
  2062. }
  2063. "smg damage increase"
  2064. {
  2065. "en" "SMG Critical Damage"
  2066. }
  2067. "rifle ability chance"
  2068. {
  2069. "en" "Assault Rifle Ability Chance"
  2070. }
  2071. "rifle damage increase"
  2072. {
  2073. "en" "Assault Rifle Critical Hit"
  2074. }
  2075. "shotgun damage increase info"
  2076. {
  2077. "en" "Shotgun Critical Hit damage!"
  2078. }
  2079. "shotgun ability chance info"
  2080. {
  2081. "en" "The likelihood shotgun abilities to trigger"
  2082. }
  2083. "rifle damage increase info"
  2084. {
  2085. "en" "Assault Rifle Critical Hit Damage!!!!"
  2086. }
  2087. "rifle ability chance info"
  2088. {
  2089. "en" "The likelihood assault rifle abilities trigger!"
  2090. }
  2091. "damage multiplier permanent"
  2092. {
  2093. "en" "SI Damage"
  2094. }
  2095. "zero gravity ammo"
  2096. {
  2097. "en" "Gravity"
  2098. }
  2099. "adrenaline heal"
  2100. {
  2101. "en" "Adrenaline Heal"
  2102. }
  2103. "fight or flight"
  2104. {
  2105. "en" "Fight or Flight"
  2106. }
  2107. "lead bullet"
  2108. {
  2109. "en" "Lead Bullet"
  2110. }
  2111. "ghost beacon"
  2112. {
  2113. "en" "Infected Detector"
  2114. }
  2115. "incap revenge"
  2116. {
  2117. "en" "Incap Revenge"
  2118. }
  2119. "blind ammo"
  2120. {
  2121. "en" "Blind"
  2122. }
  2123. "healing ammo"
  2124. {
  2125. "en" "Cure"
  2126. }
  2127. "distraction ammo"
  2128. {
  2129. "en" "Vomit"
  2130. }
  2131. "distraction ammo info"
  2132. {
  2133. "en" "Survivors inside the ammo will become a distraction."
  2134. }
  2135. "berserk ammo"
  2136. {
  2137. "en" "Berserk"
  2138. }
  2139. "berserk ammo info"
  2140. {
  2141. "en" "Increases all outgoing and incoming damage."
  2142. }
  2143. "Single Spell Talents"
  2144. {
  2145. "en" "Focus Spells\nCasts a spell on a specific target."
  2146. }
  2147. "Aoe Spell Talents"
  2148. {
  2149. "en" "AoE Spells\nWhen selecting a spell, hold [WALK] to instead\nopen the action equip screen instead\nof the talent upgrade screen."
  2150. }
  2151. "Abilities Talents"
  2152. {
  2153. "en" "Abilities\nUpgrade points not required."
  2154. }
  2155. "rage ammo"
  2156. {
  2157. "en" "Adrenaline Rage"
  2158. }
  2159. "rage ammo info"
  2160. {
  2161. "en" "Grants adrenaline, but increases incoming damage for anything inside."
  2162. }
  2163. "darkness ammo"
  2164. {
  2165. "en" "Dark"
  2166. }
  2167. "darkness ammo info"
  2168. {
  2169. "en" "Grants weakness."
  2170. }
  2171. "cleansing ammo"
  2172. {
  2173. "en" "Cleanse"
  2174. }
  2175. "cleansing ammo info"
  2176. {
  2177. "en" "Recipients suffering Weakness [Wk] are immune\nwhile removing negative effects from\nthose who are not."
  2178. }
  2179. "overdose ammo"
  2180. {
  2181. "en" "Overdose"
  2182. }
  2183. "overdose ammo info"
  2184. {
  2185. "en" "Survivors within the aura have their\nhealth pool temporarily inflated."
  2186. }
  2187. "fire ammo"
  2188. {
  2189. "en" "Fire"
  2190. }
  2191. "reflect ammo"
  2192. {
  2193. "en" "Reflect"
  2194. }
  2195. "attack ammo"
  2196. {
  2197. "en" "Bravery"
  2198. }
  2199. "shield ammo"
  2200. {
  2201. "en" "Barrier"
  2202. }
  2203. "damage shield"
  2204. {
  2205. "en" "Damage Shield"
  2206. }
  2207. "speed boost"
  2208. {
  2209. "en" "Temporary Speed Boost"
  2210. }
  2211. "thorns talent"
  2212. {
  2213. "en" "Thorns"
  2214. }
  2215. "danger will robinson"
  2216. {
  2217. "en" "Bile Defense"
  2218. }
  2219. "i am neo"
  2220. {
  2221. "en" "I Am Neo"
  2222. }
  2223. "Round Time"
  2224. {
  2225. "#format" "{1:s},{2:s},{3:i},{4:s},{5:s},{6:i},{7:s}"
  2226. "en" "{1}This round was {2}{3}{4}m {5}{6}{7}s"
  2227. }
  2228. "gravity jump"
  2229. {
  2230. "en" "Gravity Jump"
  2231. }
  2232. "infected health"
  2233. {
  2234. "en" "Infected Health"
  2235. }
  2236. "hunter health"
  2237. {
  2238. "en" "Hunter Health"
  2239. }
  2240. "smoker health"
  2241. {
  2242. "en" "Smoker Health"
  2243. }
  2244. "boomer health"
  2245. {
  2246. "en" "Boomer Health"
  2247. }
  2248. "jockey health"
  2249. {
  2250. "en" "Jockey Health"
  2251. }
  2252. "spitter health"
  2253. {
  2254. "en" "Spitter Health"
  2255. }
  2256. "charger health"
  2257. {
  2258. "en" "Charger Health"
  2259. }
  2260. "tank health"
  2261. {
  2262. "en" "Tank Health"
  2263. }
  2264. "infected speed"
  2265. {
  2266. "en" "Movement Speed"
  2267. }
  2268. "infected damage"
  2269. {
  2270. "en" "Damage Multiplier"
  2271. }
  2272. "wall of fire"
  2273. {
  2274. "en" "Wall of Fire"
  2275. }
  2276. "spawn anywhere"
  2277. {
  2278. "en" "Spawn Anywhere"
  2279. }
  2280. "hunter stalker"
  2281. {
  2282. "en" "Hunter Stalker"
  2283. }
  2284. "backlash"
  2285. {
  2286. "en" "Backlash"
  2287. }
  2288. "smoker whip"
  2289. {
  2290. "en" "Smoker Whip"
  2291. }
  2292. "blinding bile"
  2293. {
  2294. "en" "Blinding Bile"
  2295. }
  2296. "slowing bile"
  2297. {
  2298. "en" "Slowing Bile"
  2299. }
  2300. "volatile bile"
  2301. {
  2302. "en" "Volatile Bile"
  2303. }
  2304. "jockey jump"
  2305. {
  2306. "en" "Jockey Jump"
  2307. }
  2308. "slowing spit"
  2309. {
  2310. "en" "Slowing Spit"
  2311. }
  2312. "spit invisibility"
  2313. {
  2314. "en" "Spit Invisibility"
  2315. }
  2316. "charger jump"
  2317. {
  2318. "en" "Charger Jump"
  2319. }
  2320. "black hole"
  2321. {
  2322. "en" "Black Hole"
  2323. }
  2324. "earthquake tank"
  2325. {
  2326. "en" "Earthquake (Tank)"
  2327. }
  2328. "slowing tank"
  2329. {
  2330. "en" "Slow on Hit (Tank)"
  2331. }
  2332. "invisible tank"
  2333. {
  2334. "en" "Cloak on Hit (Tank)"
  2335. }
  2336. "blinding tank"
  2337. {
  2338. "en" "Blind on Hit (Tank)"
  2339. }
  2340. "reflective armour"
  2341. {
  2342. "en" "Reflective Armour (Tank)"
  2343. }
  2344. "vampire"
  2345. {
  2346. "en" "Vampire"
  2347. }
  2348. "Ability Restricted"
  2349. {
  2350. "#format" "{1:s},{2:i}"
  2351. "en" "{1} (Unlocks at Lv.{2})"
  2352. }
  2353. "Ability Locked"
  2354. {
  2355. "#format" "{1:s},{2:i}"
  2356. "en" "{1} (Find a Discovery Item or pay {2} Premium Credits)"
  2357. }
  2358. "Ability Available"
  2359. {
  2360. "#format" "{1:s},{2:i},{3:i}"
  2361. "en" "{1} : {2} ({3})"
  2362. }
  2363. "Ability Available T1"
  2364. {
  2365. "#format" "{1:s},{2:i},{3:i}"
  2366. "en" "{1} : {2} ({3})"
  2367. }
  2368. "Ability Available Percent"
  2369. {
  2370. "#format" "{1:s},{2:i},{3:i},{4:i},{5:3.2f},{6:s},{7:3.3f},{8:s}"
  2371. "en" "{1} {2} / {3} ({4}) - BPP: {5}{6} ({7}{8})"
  2372. }
  2373. "Ability Available Time"
  2374. {
  2375. "#format" "{1:s},{2:i},{3:i},{4:i},{5:3.2f},{6:3.2f}"
  2376. "en" "{1} {2} / {3} ({4}) - BPP: {5} sec(s) ({6} sec(s))"
  2377. }
  2378. "Ability Available Distance"
  2379. {
  2380. "#format" "{1:s},{2:i},{3:i},{4:i},{5:3.2f},{6:3.2f}"
  2381. "en" "{1} {2} / {3} ({4}) - BPP: {5} unit(s) ({6} unit(s))"
  2382. }
  2383. "Ability Available Percent - First Point"
  2384. {
  2385. "#format" "{1:s},{2:i},{3:i},{4:i},{5:3.2f},{6:s}"
  2386. "en" "{1} {2} / {3} ({4}) - First Point: {5}{6}"
  2387. }
  2388. "Ability Available Time - First Point"
  2389. {
  2390. "#format" "{1:s},{2:i},{3:i},{4:i},{5:3.2f}"
  2391. "en" "{1} {2} / {3} ({4}) - First Point: {5} sec(s)"
  2392. }
  2393. "Ability Available Distance - First Point"
  2394. {
  2395. "#format" "{1:s},{2:i},{3:i},{4:i},{5:3.2f}"
  2396. "en" "{1} {2} / {3} ({4}) - First Point: {5} unit(s)"
  2397. }
  2398. "player level up"
  2399. {
  2400. "#format" "{1:s},{2:s},{3:s},{4:s},{5:i}"
  2401. "en" "{1}{4} {2}is now level {3}{5}"
  2402. }
  2403. "player multiple level up"
  2404. {
  2405. "#format" "{1:s},{2:s},{3:s},{4:s},{5:i},{6:s},{7:s},{8:s}"
  2406. "en" "{1}{2} {3}gained {4}{5} {6}levels, and is now {7}level {8}"
  2407. }
  2408. "player sky level up"
  2409. {
  2410. "#format" "{1:s},{2:s},{3:s},{4:s},{5:i}"
  2411. "en" "{1}{4} {2}reached sky level {3}{5}"
  2412. }
  2413. "tag player"
  2414. {
  2415. "#format" "{1:s},{2:s},{3:i},{4:s}"
  2416. "en" "{1}Tagged player: {2}{3} {4}XP."
  2417. }
  2418. "common kills award"
  2419. {
  2420. "#format" "{1:s},{2:s},{3:s},{4:s}"
  2421. "en" "{1}Commons Killed: {2}{3} {4}XP."
  2422. }
  2423. "common headshot award"
  2424. {
  2425. "#format" "{1:s},{2:s},{3:s},{4:s}"
  2426. "en" "{1}Commons Headshots: {2}{3} {4}XP."
  2427. }
  2428. "distance experience"
  2429. {
  2430. "#format" "{1:s},{2:s},{3:i},{4:s}"
  2431. "en" "{1}Distance: {2}{3} {4}XP."
  2432. }
  2433. "healing experience"
  2434. {
  2435. "#format" "{1:s},{2:s},{3:i},{4:s}"
  2436. "en" "{1}Healing: {2}{3} {4}XP."
  2437. }
  2438. "assisting experience"
  2439. {
  2440. "#format" "{1:s},{2:s},{3:i},{4:s}"
  2441. "en" "{1}Assist: {2}{3} {4}XP."
  2442. }
  2443. "distance points"
  2444. {
  2445. "#format" "{1:s},{2:s},{3:3.3f},{4:s}"
  2446. "en" "{1}Distance: {2}{3} {4}!buy credit(s)."
  2447. }
  2448. "healing points"
  2449. {
  2450. "#format" "{1:s},{2:s},{3:3.3f},{4:s}"
  2451. "en" "{1}Healing: {2}{3} {4}!buy credit(s)."
  2452. }
  2453. "assisting points"
  2454. {
  2455. "#format" "{1:s},{2:s},{3:3.3f},{4:s}"
  2456. "en" "{1}Assist: {2}{3} {4}!buy credit(s)."
  2457. }
  2458. "Experience Earned Self"
  2459. {
  2460. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s},{7:i}"
  2461. "en" "{1}Hurt Bonus: {2}{6} {3}for {4}{7} {5}XP."
  2462. }
  2463. "Points Earned Self"
  2464. {
  2465. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s},{7:3.3f}"
  2466. "en" "{1}Hurt Bonus: {2}{6} {3}for {4}{7} {5}buy !buy credit(s)"
  2467. }
  2468. "Tag Experience"
  2469. {
  2470. "#format" "{1:s},{2:s},{3:s},{4:i}"
  2471. "en" "{1}Tag XP: {2}{4} {3}XP."
  2472. }
  2473. "client level set"
  2474. {
  2475. "#format" "{1:s},{2:s},{3:s},{4:s},{5:i}"
  2476. "en" "{2}{1} {3}is now level {4}{5}"
  2477. }
  2478. "client sky level set"
  2479. {
  2480. "#format" "{1:s},{2:s},{3:s},{4:s},{5:i}"
  2481. "en" "{2}{1} {3}is now sky level {4}{5}"
  2482. }
  2483. "Tag Points"
  2484. {
  2485. "#format" "{1:s},{2:s},{3:s},{4:3.2f}"
  2486. "en" "{1}Tag Points: {2}{4} {3}!buy credit(s)."
  2487. }
  2488. "Bile Damage Experience"
  2489. {
  2490. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s},{7:i}"
  2491. "en" "{1}Bile XP: {2}{6} {3}for {4}{7} {5}XP."
  2492. }
  2493. "Bile Damage Points"
  2494. {
  2495. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s},{7:3.1f}"
  2496. "en" "{1}Bile Points: {2}{6} {3}for {4}{7} {5}!buy credit(s)."
  2497. }
  2498. "Experience Earned Total Self"
  2499. {
  2500. "#format" "{1:s},{2:s},{3:s},{4:i}"
  2501. "en" "{1}Hurt Bonus (Total): {2}{4} {3}XP."
  2502. }
  2503. "Experience Earned Total Team"
  2504. {
  2505. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s},{7:i}"
  2506. "en" "{1}Hurt Bonus (Total) for {2}{6}{3}: {4}{7} {5}XP."
  2507. }
  2508. "Experience Earned Total Team Survivor"
  2509. {
  2510. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s},{7:s},{8:s},{9:s},{10:i}"
  2511. "en" "{1}Hurt Bonus: {2}{8} {3}against {4}{9} {5}for {6}{10} {7}XP."
  2512. }
  2513. "Points Earned Total Self"
  2514. {
  2515. "#format" "{1:s},{2:s},{3:s},{4:3.3f}"
  2516. "en" "{1}Hurt Bonus (Total): {2}{4} {3}!buy credit(s)"
  2517. }
  2518. "Points Earned Total Team"
  2519. {
  2520. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s},{7:3.3f}"
  2521. "en" "{1}Hurt Bonus (Total) for {2}{6}{3}: {4}{7} {5}!buy credit(s)"
  2522. }
  2523. "Points Earned Total Team Survivor"
  2524. {
  2525. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s},{7:s},{8:s},{9:s},{10:3.3f}"
  2526. "en" "{1}Hurt Bonus: {2}{8} {3}against {4}{9} {5}for {6}{10} {7}!buy credit(s)"
  2527. }
  2528. "Experience Points Earned Total Self"
  2529. {
  2530. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:i},{7:3.3f}"
  2531. "en" "{1}Hurt Bonus (Total): {2}{6} {3}XP, {4}{7} {5}!buy credit(s)"
  2532. }
  2533. "Experience Points Earned Total Team"
  2534. {
  2535. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s},{7:i}"
  2536. "en" "{1}Hurt Bonus (Total) for {2}{6}{3}: {4}{7} {5}XP."
  2537. }
  2538. "Experience Points Earned Total Team Survivor"
  2539. {
  2540. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s},{7:s},{8:s},{9:s},{10:s},{11:s},{12:i},{13:3.3f}"
  2541. "en" "{1}Hurt Bonus: {2}{10} {3}against {4}{11} {5}for {6}{12} {7}XP, {8}{13} {9}!buy credit(s)"
  2542. }
  2543. "slate"
  2544. {
  2545. "en" "CARTEL\nConstitution\nAgility\nResilience\nTechnique\nEndurance\nLuck"
  2546. }
  2547. "SLATE Award Common"
  2548. {
  2549. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s}"
  2550. "en" "{1}{6} {2}collected a {3}SLATE {4}point from a {5}Common Infected"
  2551. }
  2552. "SLATE Award Special"
  2553. {
  2554. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s}"
  2555. "en" "{1}{2} {3}collected a {4}SLATE {5}point."
  2556. }
  2557. "SlATE award legacy"
  2558. {
  2559. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s},{7:s},{8:s}"
  2560. "en" "{1}{2} {3}won a {4}SLATE {5}point. ({6}rolled a {7}{8})"
  2561. }
  2562. "SLATE Award (end of map roll)"
  2563. {
  2564. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s},{7:s},{8:s}"
  2565. "en" "{6}({7}end of map lottery winner{8}) {1}{2} {3}has found a {4}SLATE {5}point."
  2566. }
  2567. "Store Item Award"
  2568. {
  2569. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s}"
  2570. "en" "{1}{2} {3}collected a {4}{5}{6}!"
  2571. }
  2572. "Store Item Award legacy"
  2573. {
  2574. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s},{7:s},{8:s},{9:s}"
  2575. "en" "{1}{2} {3}won a {4}{5}{6}. ({7}rolled a {8}{9})"
  2576. }
  2577. "Store Item Award (end of map roll)"
  2578. {
  2579. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s},{7:s},{8:s},{9:s}"
  2580. "en" "{7}({8}end of map lottery winner{9}) {1}{2} {3}has found a {4}{5}{6}!"
  2581. }
  2582. "Locked Talent Award"
  2583. {
  2584. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s}"
  2585. "en" "{1}{2} {3}has unlocked the {4}{5} {6}talent!"
  2586. }
  2587. "Locked Talent Award legacy"
  2588. {
  2589. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s},{7:s},{8:s},{9:s}"
  2590. "en" "{1}{2} {3}won a {4}{5}{6}. ({7}rolled a {8}{9})"
  2591. }
  2592. "Locked Talent Award (end of map roll)"
  2593. {
  2594. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s},{7:s},{8:s},{9:s}"
  2595. "en" "{7}({8}end of map lottery winner{9}) {1}{2} {3}has found the {4}{5} {6}talent!"
  2596. }
  2597. "Crafting Item Award"
  2598. {
  2599. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s}"
  2600. "en" "{1}{2} {3}collected a {4}{5}{6}!"
  2601. }
  2602. "Menu Header 1 Talents Bot"
  2603. {
  2604. "#format" "{1:i},{2:i},{3:s},{4:s},{5:s}"
  2605. "en" "Lv.{1} of {2}\nXP: {3} of {4}\nUpgrade Cost: {5}"
  2606. }
  2607. "Menu Header 2 Talents Bot"
  2608. {
  2609. "#format" "{1:i},{2:i},{3:s},{4:s},{5:s},{6:3.3f}"
  2610. "en" "Lv.{1} of {2}\nXP: {3} of {4}\nUpgrade Cost: {5}\nShop Credits: {6}"
  2611. }
  2612. "Menu Header 0 Director"
  2613. {
  2614. "#format" "{1:3.3f}"
  2615. "en" "Director Points: {1}"
  2616. }
  2617. "Free Upgrades"
  2618. {
  2619. "en" "Free Upgrades"
  2620. }
  2621. "Slate Points"
  2622. {
  2623. "#format" "{1:i}"
  2624. "en" "Slate Points: {1}"
  2625. }
  2626. "common kills"
  2627. {
  2628. "#format" "{1:s},{2:s}"
  2629. "en" "common kills: {2} by {1}"
  2630. }
  2631. "damage (survivors)"
  2632. {
  2633. "#format" "{1:s},{2:s}"
  2634. "en" "damage: {2} by {1}"
  2635. }
  2636. "healing"
  2637. {
  2638. "#format" "{1:s},{2:s}"
  2639. "en" "healing: {2} by {1}"
  2640. }
  2641. "Inventory"
  2642. {
  2643. "en" "Inventory"
  2644. }
  2645. "added to inventory (clip)"
  2646. {
  2647. "#format" "{1:s},{2:s},{3:s},{4:s},{5:i}"
  2648. "en" "{1}{5} {2}ammo picked up for your {3}{4}"
  2649. }
  2650. "added to inventory (weapon)"
  2651. {
  2652. "#format" "{1:s},{2:s},{3:s}"
  2653. "en" "{1}{3} {2}placed in your inventory"
  2654. }
  2655. "unlimited inventory"
  2656. {
  2657. "en" "Unlimited Slots"
  2658. }
  2659. "inventory header"
  2660. {
  2661. "#format" "{1:s},{2:i},{3:i}"
  2662. "en" "{1}\nInventory: {2} of {3}"
  2663. }
  2664. "inventory empty"
  2665. {
  2666. "en" "Inventory is EMPTY"
  2667. }
  2668. "maximum inventory clip size reached"
  2669. {
  2670. "#format" "{1:s},{2:s},{3:s},{4:i}"
  2671. "en" "{1}Inventory Limit Reached {2}of maximum clip size: {3}{4}"
  2672. }
  2673. "autoshotgun"
  2674. {
  2675. "en" "Auto Shotgun"
  2676. }
  2677. "grenade_launcher"
  2678. {
  2679. "en" "Grenade Launcher"
  2680. }
  2681. "hunting_rifle"
  2682. {
  2683. "en" "Hunting Rifle"
  2684. }
  2685. "pistol"
  2686. {
  2687. "en" "Pistol"
  2688. }
  2689. "pistol_magnum"
  2690. {
  2691. "en" "Magnum"
  2692. }
  2693. "pumpshotgun"
  2694. {
  2695. "en" "Pump Shotgun"
  2696. }
  2697. "rifle"
  2698. {
  2699. "en" "M4A1"
  2700. }
  2701. "rifle_ak47"
  2702. {
  2703. "en" "AK47"
  2704. }
  2705. "rifle_desert"
  2706. {
  2707. "en" "Desert Rifle"
  2708. }
  2709. "rifle_m60"
  2710. {
  2711. "en" "M60"
  2712. }
  2713. "rifle_sg552"
  2714. {
  2715. "en" "SG552"
  2716. }
  2717. "shotgun_chrome"
  2718. {
  2719. "en" "Pump Shotgun (Chrome)"
  2720. }
  2721. "shotgun_spas"
  2722. {
  2723. "en" "SPAS Shotgun"
  2724. }
  2725. "smg"
  2726. {
  2727. "en" "UZI"
  2728. }
  2729. "smg_mp5"
  2730. {
  2731. "en" "MP5"
  2732. }
  2733. "smg_silenced"
  2734. {
  2735. "en" "TMP5"
  2736. }
  2737. "sniper_awp"
  2738. {
  2739. "en" "AWP Sniper"
  2740. }
  2741. "sniper_military"
  2742. {
  2743. "en" "Military Sniper"
  2744. }
  2745. "sniper_scout"
  2746. {
  2747. "en" "Scout Sniper"
  2748. }
  2749. "baseball_bat"
  2750. {
  2751. "en" "Baseball Bat"
  2752. }
  2753. "cricket_bat"
  2754. {
  2755. "en" "Cricket Bat"
  2756. }
  2757. "crowbar"
  2758. {
  2759. "en" "Crowbar"
  2760. }
  2761. "melee"
  2762. {
  2763. "en" "Melee"
  2764. }
  2765. "electric_guitar"
  2766. {
  2767. "en" "Electric Guitar"
  2768. }
  2769. "fireaxe"
  2770. {
  2771. "en" "Fireaxe"
  2772. }
  2773. "frying_pan"
  2774. {
  2775. "en" "Frying Pan"
  2776. }
  2777. "golfclub"
  2778. {
  2779. "en" "Golf club"
  2780. }
  2781. "katana"
  2782. {
  2783. "en" "Katana"
  2784. }
  2785. "machete"
  2786. {
  2787. "en" "Machete"
  2788. }
  2789. "tonfa"
  2790. {
  2791. "en" "Tonfa"
  2792. }
  2793. "knife"
  2794. {
  2795. "en" "Knife"
  2796. }
  2797. "chainsaw"
  2798. {
  2799. "en" "Chainsaw"
  2800. }
  2801. "adrenaline"
  2802. {
  2803. "en" "Adrenaline"
  2804. }
  2805. "defibrillator"
  2806. {
  2807. "en" "Defibrillator"
  2808. }
  2809. "first_aid_kit"
  2810. {
  2811. "en" "Medkit"
  2812. }
  2813. "pain_pills"
  2814. {
  2815. "en" "Pain Killers"
  2816. }
  2817. "molotov"
  2818. {
  2819. "en" "Molotov"
  2820. }
  2821. "pipe_bomb"
  2822. {
  2823. "en" "Pipe Bomb"
  2824. }
  2825. "vomitjar"
  2826. {
  2827. "en" "Vomitjar"
  2828. }
  2829. "upgradepack_explosive"
  2830. {
  2831. "en" "Upgrade Pack (Explosive)"
  2832. }
  2833. "upgradepack_incendiary"
  2834. {
  2835. "en" "Upgrade Pack (Incendiary)"
  2836. }
  2837. "Time Remaining"
  2838. {
  2839. "en" "Current"
  2840. }
  2841. "memory wipe"
  2842. {
  2843. "en" "Respec Talents"
  2844. }
  2845. "experience boost"
  2846. {
  2847. "en" "XP Boost"
  2848. }
  2849. "experience boost 2"
  2850. {
  2851. "en" "XP Boost"
  2852. }
  2853. "talent upgrade"
  2854. {
  2855. "en" "Talent Upgrade"
  2856. }
  2857. "slate upgrade"
  2858. {
  2859. "en" "SLATE Upgrade"
  2860. }
  2861. "experience in bulk"
  2862. {
  2863. "en" "Bulk Experience"
  2864. }
  2865. "random backpack"
  2866. {
  2867. "en" "Random Backpack"
  2868. }
  2869. "Store Amount Range"
  2870. {
  2871. "#format" "{1:i},{2:i}"
  2872. "en" "{1} -> {2}"
  2873. }
  2874. "Store Amount Static"
  2875. {
  2876. "#format" "{1:i}"
  2877. "en" "{1}"
  2878. }
  2879. "Store Option"
  2880. {
  2881. "#format" "{1:s},{2:i},{3:s},{4:s}"
  2882. "en" "{1} {4} Cost: {2} Credit(s) {3}"
  2883. }
  2884. "Locked Talent Store Cost"
  2885. {
  2886. "#format" "{1:s},{2:i}"
  2887. "en" "{1} - Cost: {2}"
  2888. }
  2889. "unstable genetics"
  2890. {
  2891. "en" "Unstable Genetics"
  2892. }
  2893. "corrosive vomit"
  2894. {
  2895. "en" "Corrosive Vomit"
  2896. }
  2897. "health regen survivor"
  2898. {
  2899. "en" "(In Combat) Health regen"
  2900. }
  2901. "nocombat regen survivor"
  2902. {
  2903. "en" "(OoC) Health regen"
  2904. }
  2905. "passive health regen"
  2906. {
  2907. "en" "Always(tm) Health regen"
  2908. }
  2909. "(Sniper OoC)tank damage"
  2910. {
  2911. "en" "(Sniper - OoC) Tank Damage"
  2912. }
  2913. "(Combat)tank damage"
  2914. {
  2915. "en" "(IC) Tank Damage"
  2916. }
  2917. "(OoC) Common Recovery"
  2918. {
  2919. "en" "(OoC) Common Damage Recovery"
  2920. }
  2921. "(OoC) Common Ammo Recovery"
  2922. {
  2923. "en" "(OoC) Commons Give Ammo"
  2924. }
  2925. "(IC) Common Ammo Recovery"
  2926. {
  2927. "en" "(IC) Commons Give Ammo"
  2928. }
  2929. "health regen infected"
  2930. {
  2931. "en" "Health Regen"
  2932. }
  2933. "crafting"
  2934. {
  2935. "en" "Crafting Materials"
  2936. }
  2937. "hunter craft"
  2938. {
  2939. "en" "Hunter material"
  2940. }
  2941. "smoker craft"
  2942. {
  2943. "en" "Smoker material"
  2944. }
  2945. "boomer craft"
  2946. {
  2947. "en" "Boomer material"
  2948. }
  2949. "jockey craft"
  2950. {
  2951. "en" "Jockey material"
  2952. }
  2953. "spitter craft"
  2954. {
  2955. "en" "Spitter material"
  2956. }
  2957. "charger craft"
  2958. {
  2959. "en" "Charger material"
  2960. }
  2961. "tank craft"
  2962. {
  2963. "en" "Tank material"
  2964. }
  2965. "Crafting Menu Item"
  2966. {
  2967. "#format" "{1:s},{2:s}"
  2968. "en" "{1} (You have {2})"
  2969. }
  2970. "medical assistance"
  2971. {
  2972. "en" "Medical Assistance"
  2973. }
  2974. "delayed impact"
  2975. {
  2976. "en" "Delayed Impact"
  2977. }
  2978. "nintendos folly"
  2979. {
  2980. "en" "Nintendo's Folly"
  2981. }
  2982. "self preservation"
  2983. {
  2984. "en" "Self Preservation"
  2985. }
  2986. "counter measure"
  2987. {
  2988. "en" "Counter Measure"
  2989. }
  2990. "trauma"
  2991. {
  2992. "en" "Trauma"
  2993. }
  2994. "concussive force"
  2995. {
  2996. "en" "Concussive Force"
  2997. }
  2998. "combustion"
  2999. {
  3000. "en" "Combustion"
  3001. }
  3002. "Player upgrades ability"
  3003. {
  3004. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s}"
  3005. "en" "{1}{2} {3}upgraded their {4}{5} {6}talent!"
  3006. }
  3007. "Weapon Level Increase"
  3008. {
  3009. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s},{7:s},{8:i}"
  3010. "en" "{1}{2} {3}has achieved {4}{5} {6}Level {7}{8}"
  3011. }
  3012. "tier one"
  3013. {
  3014. "en" "tier one weapons"
  3015. }
  3016. "shotguns"
  3017. {
  3018. "en" "Shotguns"
  3019. }
  3020. "rifles"
  3021. {
  3022. "en" "Assault Rifles"
  3023. }
  3024. "snipers"
  3025. {
  3026. "en" "Sniper Rifles"
  3027. }
  3028. "weapon level menu"
  3029. {
  3030. "#format" "{1:s},{2:s},{3:s},{4:s},{5:3.1f}"
  3031. "en" "{1} (Lv.{2}) {3} of {4} ({5}PCT Bonus)"
  3032. }
  3033. "weapon levels"
  3034. {
  3035. "en" "Weapon Statistics"
  3036. }
  3037. "round statistics"
  3038. {
  3039. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s},{7:s},{8:s},{9:s},{10:s},{11:s},{12:s},{13:s},{14:s},{15:s},{16:s},{17:s},{18:s},{19:s}"
  3040. "en" "{1}=== ROUND KILLS STATISTICS ===\n{2}Commons: {3}{4}\n{5}Super Commons: {6}{7}\n{8}Witches: {9}{10}\n{11}Special Infected: {12}{13}\n{14}Tanks: {15}{16}\n{17}Total: {18}{19}"
  3041. }
  3042. "campaign statistics"
  3043. {
  3044. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s},{7:s},{8:s},{9:s},{10:s},{11:s},{12:s},{13:s},{14:s},{15:s},{16:s},{17:s},{18:s},{19:s}"
  3045. "en" "{1}=== TOTAL CAMPAIGN KILLS STATISTICS ===\n{2}Commons: {3}{4}\n{5}Super Commons: {6}{7}\n{8}Witches: {9}{10}\n{11}Special Infected: {12}{13}\n{14}Tanks: {15}{16}\n{17}Total: {18}{19}"
  3046. }
  3047. "Talent Upgrade Title"
  3048. {
  3049. "#format" "{1:s},{2:i}"
  3050. "en" "{1} - STRENGTH -> {2}"
  3051. }
  3052. "Talent Upgrade Title Free"
  3053. {
  3054. "#format" "{1:s},{2:i},{3:i}"
  3055. "en" "{1} - STRENGTH -> {2}\nUpgrades Respec: {3}"
  3056. }
  3057. "Talent Cooldown Info - No Points"
  3058. {
  3059. "#format" "{1:3.2f}"
  3060. "en" "Cooldown:\tFirst Point\t->\t{1}s"
  3061. }
  3062. "Talent Cooldown Info"
  3063. {
  3064. "#format" "{1:3.2f},{2:3.2f}"
  3065. "en" "Cooldown:\t{1}s\t->\t{2}s"
  3066. }
  3067. "Ability Info Percent"
  3068. {
  3069. "#format" "{1:3.3f},{2:s},{3:3.3f},{4:s}"
  3070. "en" "Strength: {1}{2}\t->\t{3}{4}"
  3071. }
  3072. "Ability Info Time"
  3073. {
  3074. "#format" "{1:3.3f},{2:3.3f}"
  3075. "en" "Strength: {1}s\t->\t{2}s"
  3076. }
  3077. "Ability Info Distance"
  3078. {
  3079. "#format" "{1:3.1f},{2:3.1f}"
  3080. "en" "Strength: {1}units\t->\t{2}units"
  3081. }
  3082. "Ability Info Aura"
  3083. {
  3084. "en" "Strength:{1}{2}\t->\t{3}{2}\nRange:\nCooldown:\nUptime:"
  3085. }
  3086. "Insert Talent Upgrade"
  3087. {
  3088. "#format" "{1:i}"
  3089. "en" "Upgrade ({1})"
  3090. }
  3091. "Refund Talent Upgrade"
  3092. {
  3093. "#format" "{1:i}"
  3094. "en" "Refund ({1})"
  3095. }
  3096. "survivor profile editor"
  3097. {
  3098. "en" "Profile Editor\n!loadoutname\nView/Load or Save a loadout.\nNote: Class is locked during Combat."
  3099. }
  3100. "loadout name set"
  3101. {
  3102. "#format" "{1:s},{2:s},{3:s}"
  3103. "en" "{1}Loadout name set to {2}{3}"
  3104. }
  3105. "profile editor title"
  3106. {
  3107. "#format" "{1:s}"
  3108. "en" "Loadout: {1}\n"
  3109. }
  3110. "loadout deleted"
  3111. {
  3112. "#format" "{1:s},{2:s},{3:s}"
  3113. "en" "{1}Deleted Loadout: {2}{3}"
  3114. }
  3115. "loading profile"
  3116. {
  3117. "#format" "{1:s},{2:s},{3:s}"
  3118. "en" "{1}Loading Profile; A new menu will load when this process is complete.\nYou can quick-load this profile with {2}!loadprofile {3}"
  3119. }
  3120. "loading profile ex"
  3121. {
  3122. "#format" "{1:s},{2:s}"
  3123. "en" "{1}Loading Profile; A new menu will load when this process is complete. {2}"
  3124. }
  3125. "loaded profile"
  3126. {
  3127. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s}"
  3128. "en" "{1}{2} {3}has loaded the {4}{5} profile"
  3129. }
  3130. "target has authorized you"
  3131. {
  3132. "#format" "{1:s},{2:s},{3:s}"
  3133. "en" "{1}{2} {3}has authorized you to load profiles for them."
  3134. }
  3135. "authorized client to load"
  3136. {
  3137. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s}"
  3138. "en" "{1}You have authorized {2}{3} {4}to load profiles for you.\nThey have access until you {5}REVOKE {6}the privilege."
  3139. }
  3140. "user has withdrawn authorization"
  3141. {
  3142. "#format" "{1:s},{2:s},{3:s}"
  3143. "en" "{1}{2} {3}has withdrawn authorization."
  3144. }
  3145. "withdrawn authorization to user"
  3146. {
  3147. "#format" "{1:s},{2:s},{3:s}"
  3148. "en" "{1}Withdrawn authorization to user: {2}{3}"
  3149. }
  3150. "user has withdrawn request"
  3151. {
  3152. "#format" "{1:s},{2:s},{3:s}"
  3153. "en" "{1}{2} {3}has withdrawn their authorization request."
  3154. }
  3155. "withdrawn request to user"
  3156. {
  3157. "#format" "{1:s},{2:s},{3:s}"
  3158. "en" "{1}Withdrawn authorization request to user: {2}{3}"
  3159. }
  3160. "bot data deleted"
  3161. {
  3162. "#format" "{1:s},{2:s}"
  3163. "en" "{1}BOT Data has been {2}erased"
  3164. }
  3165. "no profiles to load"
  3166. {
  3167. "#format" "{1:s}"
  3168. "en" "{1}The selected steam account has no saved profiles."
  3169. }
  3170. "new save"
  3171. {
  3172. "#format" "{1:s},{2:s},{3:s}"
  3173. "en" "{1}Profile Saved: {2}{3}"
  3174. }
  3175. "update save"
  3176. {
  3177. "#format" "{1:s},{2:s},{3:s}"
  3178. "en" "{1}Profile Updated: {2}{3}"
  3179. }
  3180. "sending profile request"
  3181. {
  3182. "#format" "{1:s},{2:s},{3:s}"
  3183. "en" "{1}Sending profile load request to {2}{3}"
  3184. }
  3185. "profile load request"
  3186. {
  3187. "#format" "{1:s}"
  3188. "en" "Profile Load Request\n\n{1} would like your permission to\nload their saved profile onto your character."
  3189. }
  3190. "profile request cancelled"
  3191. {
  3192. "#format" "{1:s},{2:s},{3:s}"
  3193. "en" "{1}Cancelled your profile load request to {2}{3}"
  3194. }
  3195. "Allow Profile Request"
  3196. {
  3197. "en" "Load This Profile"
  3198. }
  3199. "Deny Profile Request"
  3200. {
  3201. "en" "Deny Request"
  3202. }
  3203. "Delete Profile"
  3204. {
  3205. "en" "Delete Current Profile"
  3206. }
  3207. "profile editor limit reached"
  3208. {
  3209. "#format" "{1:s}"
  3210. "en" "{1}You\'ve reached the limit of profile Saves.\nDelete one and try again."
  3211. }
  3212. "profile exists"
  3213. {
  3214. "#format" "{1:s}"
  3215. "en" "{1}A profile with this name already exists.
  3216. }
  3217. "profile saved"
  3218. {
  3219. "#format" "{1:s},{2:s},{3:s}"
  3220. "en" "{2}{3} {1}has been saved successfully. Use !loadprofile for quick-load."
  3221. }
  3222. "Save Profile"
  3223. {
  3224. "en" "Save Current Profile"
  3225. }
  3226. "Load Profile"
  3227. {
  3228. "en" "Load My Profiles"
  3229. }
  3230. "Load All"
  3231. {
  3232. "en" "Load All Profiles"
  3233. }
  3234. "Insert One Upgrade"
  3235. {
  3236. "en" "Use 1 Free Upgrade"
  3237. }
  3238. "Insert Ten Upgrade"
  3239. {
  3240. "en" "Use 10 Free Upgrades"
  3241. }
  3242. "Fill Her Up"
  3243. {
  3244. "en" "Just Fill Her Up (Oh Daddy!)"
  3245. }
  3246. "Ability Available Percent"
  3247. {
  3248. "#format" "{1:s},{2:i},{3:i},{4:i},{5:3.2f},{6:s},{7:3.3f},{8:s}"
  3249. "en" "{1} {2} / {3} ({4}) - BPP: {5}{6} ({7}{8})"
  3250. }
  3251. "Ability Available Time"
  3252. {
  3253. "#format" "{1:s},{2:i},{3:i},{4:i},{5:3.2f},{6:3.2f}"
  3254. "en" "{1} {2} / {3} ({4}) - BPP: {5} sec(s) ({6} sec(s))"
  3255. }
  3256. "Ability Available Distance"
  3257. {
  3258. "#format" "{1:s},{2:i},{3:i},{4:i},{5:3.2f},{6:3.2f}"
  3259. "en" "{1} {2} / {3} ({4}) - BPP: {5} unit(s) ({6} unit(s))"
  3260. }
  3261. "Ability Available Percent - First Point"
  3262. {
  3263. "#format" "{1:s},{2:i},{3:i},{4:i},{5:3.2f},{6:s}"
  3264. "en" "{1} {2} / {3} ({4}) - First Point: {5}{6}"
  3265. }
  3266. "Warning Upgrade TalentName"
  3267. {
  3268. "#format" "{1:s}"
  3269. "en" "Please confirm your upgrade: {1}"
  3270. }
  3271. "continue"
  3272. {
  3273. "en" "Continue with upgrade"
  3274. }
  3275. "return to talent menu"
  3276. {
  3277. "en" "Return to Talent Menu"
  3278. }
  3279. "disable handicap"
  3280. {
  3281. "en" "Disable Handicap"
  3282. }
  3283. "handicap disabled"
  3284. {
  3285. "en" "You have disabled handicap levels."
  3286. }
  3287. "enable handicap"
  3288. {
  3289. "en" "Enable Handicap"
  3290. }
  3291. "difficulty leniency"
  3292. {
  3293. "#format" "{1:s},{2:s}"
  3294. "en" "{1}Difficulty Leniency is {2}Enabled until the map is cleared"
  3295. }
  3296. "rubber-banding"
  3297. {
  3298. "en" "Rubber-Banding"
  3299. }
  3300. "stoneskin"
  3301. {
  3302. "en" "Stone Skin"
  3303. }
  3304. "second chance"
  3305. {
  3306. "en" "Second Chance"
  3307. }
  3308. "rebirth"
  3309. {
  3310. "en" "Rebirth"
  3311. }
  3312. "bile bullet"
  3313. {
  3314. "en" "Bile Bullet"
  3315. }
  3316. "bile heal"
  3317. {
  3318. "en" "Bile Heal"
  3319. }
  3320. "adrenaline bullet"
  3321. {
  3322. "en" "Adrenaline Bullet"
  3323. }
  3324. "adrenaline bullet info"
  3325. {
  3326. "en" "Fires an additional bullet when Adrenaline[Ad]\nis active."
  3327. }
  3328. "dark bullet"
  3329. {
  3330. "en" "Dark Bullet"
  3331. }
  3332. "dark bullet info"
  3333. {
  3334. "en" "Fires a bullet laced with dark energy when Weakness[Wk]\nis active."
  3335. }
  3336. "Menu Rested Experience"
  3337. {
  3338. "#format" "{1:s},{2:s},{3:s},{4:i}"
  3339. "en" "{1}\nRested XP: {2} of {3} (+{4}PCT XP Rate)\n \n"
  3340. }
  3341. "Menu Experience Debt"
  3342. {
  3343. "#format" "{1:s},{2:s},{3:i}"
  3344. "en" "{1}\nExperience Debt: {2} ({3}PCT penalty)"
  3345. }
  3346. "handicap locked until end of round"
  3347. {
  3348. "#format" "{1:s},{2:s},{3:s},{4:s}"
  3349. "en" "{1}Your {2}handicap is now locked {3}until the {4}end of the current round"
  3350. }
  3351. "tag colors"
  3352. {
  3353. "en" "Name-Tag Colour"
  3354. }
  3355. "chat colors"
  3356. {
  3357. "en" "Chat-Text Colour"
  3358. }
  3359. "white"
  3360. {
  3361. "en" "White"
  3362. }
  3363. "orange"
  3364. {
  3365. "en" "Orange"
  3366. }
  3367. "red"
  3368. {
  3369. "en" "Red"
  3370. }
  3371. "blue"
  3372. {
  3373. "en" "Blue"
  3374. }
  3375. "light green"
  3376. {
  3377. "en" "Light Green"
  3378. }
  3379. "green"
  3380. {
  3381. "en" "Green"
  3382. }
  3383. "team"
  3384. {
  3385. "en" "Team-Based (Red-Infected, Blue-Survivor)"
  3386. }
  3387. "Tag Name Too Long"
  3388. {
  3389. "#format" "{1:i}"
  3390. "en" "Your nick name can be no larger than {1} characters."
  3391. }
  3392. "Tag Name Set"
  3393. {
  3394. "#format" "{1:s}"
  3395. "en" "Your nick name is now: {1}"
  3396. }
  3397. "chat settings"
  3398. {
  3399. "en" "Chat Settings\n!name\nSet a custom chat name"
  3400. }
  3401. "Chat Settings (Reserve)"
  3402. {
  3403. "en" "Chat Settings Config"
  3404. }
  3405. "Farming Prevention Disabled"
  3406. {
  3407. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s}"
  3408. "en" "{1}The {2}Farming Prevention System {3}has been {4}disabled {5}until the {6}rescue vehicle arrives"
  3409. }
  3410. "Experience Gains Disabled"
  3411. {
  3412. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s}"
  3413. "en" "{1}Experience and Point gains {2}have been {3}disabled {4}as the {5}rescue vehicle has arrived"
  3414. }
  3415. "survivor health info"
  3416. {
  3417. "en" "Raises your maximum survivor health."
  3418. }
  3419. "survivor health (weak)"
  3420. {
  3421. "en" "Survivor Health [Wk]"
  3422. }
  3423. "survivor health (weak) info"
  3424. {
  3425. "en" "Raises your maximum survivor health when suffering [Wk]Weakness"
  3426. }
  3427. "survivor health (adren)"
  3428. {
  3429. "en" "Survivor Health [Ad]"
  3430. }
  3431. "survivor health (adren) info"
  3432. {
  3433. "en" "Raises your maximum survivor health while\nunder the effect of adrenaline."
  3434. }
  3435. "survivor health (vomit)"
  3436. {
  3437. "en" "Survivor Health [Bi]"
  3438. }
  3439. "survivor health (vomit) info"
  3440. {
  3441. "en" "Raises your maximum survivor health while\ncovered in boomer bile."
  3442. }
  3443. "ability chance info"
  3444. {
  3445. "en" "Raises the likelihood talents will occur."
  3446. }
  3447. "surv def ability chance info"
  3448. {
  3449. "en" "Raises the likelihood defensive talents will occur."
  3450. }
  3451. "pistol ability chance info"
  3452. {
  3453. "en" "Raises the likelihood pistol talents will occur."
  3454. }
  3455. "weapon ability chance"
  3456. {
  3457. "en" "Weapon Ability Chance"
  3458. }
  3459. "weapon ability chance info"
  3460. {
  3461. "en" "This talent governs the likelihood that\nWeapon talents will occur."
  3462. }
  3463. "smg ability chance info"
  3464. {
  3465. "en" "Raises the likelihood smg talents will occur."
  3466. }
  3467. "ability chance infected info"
  3468. {
  3469. "en" "Raises the likelihood talents will occur."
  3470. }
  3471. "bean bag info"
  3472. {
  3473. "en" "Bullet Damage launches specials\nin a random direction."
  3474. }
  3475. "slowing ammo info"
  3476. {
  3477. "en" "Bullet Damage temporarily slow the movement\nspeed of specials."
  3478. }
  3479. "bean bag ammo info"
  3480. {
  3481. "en" "You know, they get thrown... like a bean bag.\n...Just shoot something with it."
  3482. }
  3483. "explosive ammo info"
  3484. {
  3485. "en" "Creates an explosion based on weapon damage.\nA second explosion will trigger on critical damage.\nHurts allies and enemies."
  3486. }
  3487. "healing ammo info"
  3488. {
  3489. "en" "Places an AoE that occasionally heals allies."
  3490. }
  3491. "reflect ammo info"
  3492. {
  3493. "en" "Players within the AoE have a portion of their\nincoming damage reflected back at the attacker."
  3494. }
  3495. "attack ammo info"
  3496. {
  3497. "en" "Places an AoE that increases all damage output."
  3498. }
  3499. "shield ammo info"
  3500. {
  3501. "en" "Places a protective barrier that absorbs incoming damage."
  3502. }
  3503. "fire ammo info"
  3504. {
  3505. "en" "Places a fire trap AoE that ignites ANYTHING that enters."
  3506. }
  3507. "leech ammo info"
  3508. {
  3509. "en" "Creates an AoE that damages allies and enemies\nalike, healing you for a portion of it."
  3510. }
  3511. "gravity ammo info"
  3512. {
  3513. "en" "Pulls enemies (and players) inward, great for aoe damage combinations!"
  3514. }
  3515. "damage multiplier permanent info"
  3516. {
  3517. "en" "Bullet Damage is increased for one attack.\nDoes not affect tanks!"
  3518. }
  3519. "(Combat)tank damage info"
  3520. {
  3521. "en" "Bullet Damage is increased for one attack.\nOnly affects tanks!"
  3522. }
  3523. "(Sniper OoC)tank damage info"
  3524. {
  3525. "en" "Bolt-Action Sniper Bullet Damage is increased\nfor one attack. Must be out of combat."
  3526. }
  3527. "(OoC) Common Ammo Recovery info"
  3528. {
  3529. "en" "Killing Commons adds ammo to the magazine.\nMust be out of combat."
  3530. }
  3531. "(IC) Common Ammo Recovery info"
  3532. {
  3533. "en" "Killing Commons adds ammo to the magazine.\nMust be in combat."
  3534. }
  3535. "(OoC) Common Recovery info"
  3536. {
  3537. "en" "Commons Damage revives you with increased\ntemporary health. Must be out of combat."
  3538. }
  3539. "zero gravity ammo info"
  3540. {
  3541. "en" "Bullet Damage gives specials wings.\nWarning: Effect only temporary."
  3542. }
  3543. "Healing Talents"
  3544. {
  3545. "en" "Healing Talents\nTalents that replenish your health."
  3546. }
  3547. "adrenaline heal info"
  3548. {
  3549. "en" "Heal for a percentage of your outgoing damage\nwhen Adrenaline[Ad] is active."
  3550. }
  3551. "fight or flight info"
  3552. {
  3553. "en" "Taking damage gives you adrenaline and\nheals you for a small amount."
  3554. }
  3555. "lead bullet info"
  3556. {
  3557. "en" "Scout Sniper Bullet Damage is greatly increased for one attack."
  3558. }
  3559. "ghost beacon info"
  3560. {
  3561. "en" "Sonar Waves are emitted from enemy locations.\nYou must be within the range."
  3562. }
  3563. "incap revenge info"
  3564. {
  3565. "en" "The perpetrator may be biled when you\nare incapacitated. Commons are unaffected."
  3566. }
  3567. "blind ammo info"
  3568. {
  3569. "en" "Bullet Damage may blind enemy specials.\nVERSUS-ONLY Talent."
  3570. }
  3571. "damage shield info"
  3572. {
  3573. "en" "You conveniently find an invisible riot shield and\nuse it to absorb a portion of the attack."
  3574. }
  3575. "speed boost info"
  3576. {
  3577. "en" "Incoming damage can increase your movement\nspeed, albeit temporarily."
  3578. }
  3579. "thorns talent info"
  3580. {
  3581. "en" "Taking damage reflects a percentage back at the attacker."
  3582. }
  3583. "danger will robinson info"
  3584. {
  3585. "en" "Your outfit is RUINED!\nTemporary Damage Increase when biled on."
  3586. }
  3587. "i am neo info"
  3588. {
  3589. "en" "What do you get when you mix slowing\nammo with bean bag ammo?\nA bit of blindness, I'm afraid."
  3590. }
  3591. "gravity jump info"
  3592. {
  3593. "en" "Hold your jump key down and experience all\nthe fun that Borderlands Pre-Sequel offers.\nCool!"
  3594. }
  3595. "knife info"
  3596. {
  3597. "en" "A trusty knife for when you have no one to\nget your six.\nStaggers you and specials within the range."
  3598. }
  3599. "death field"
  3600. {
  3601. "en" "Death Field"
  3602. }
  3603. "death field info"
  3604. {
  3605. "en" "Creates a death field around the target\nhealing teammates within for a\nportion of the damage dealt."
  3606. }
  3607. "transference"
  3608. {
  3609. "en" "Transference"
  3610. }
  3611. "transference info"
  3612. {
  3613. "en" "Heals nearby teammates for a portion\nof your incoming damage."
  3614. }
  3615. "pulse wave"
  3616. {
  3617. "en" "Pulse Wave"
  3618. }
  3619. "pulse wave info"
  3620. {
  3621. "en" "Sends out an AoE shockwave, instantly\nkilling common infected after\ntaking non-SI-based damage."
  3622. }
  3623. "health regen survivor info"
  3624. {
  3625. "en" "Regenerate your health!\nMust be in combat."
  3626. }
  3627. "nocombat regen survivor info"
  3628. {
  3629. "en" "Regenerate your health!\nMust not be in combat!"
  3630. }
  3631. "passive health regen info"
  3632. {
  3633. "en" "Slowly regenerate your health at all times."
  3634. }
  3635. "medical assistance info"
  3636. {
  3637. "en" "Reviving a friend gives you a temporary health boost!"
  3638. }
  3639. "nintendos folly info"
  3640. {
  3641. "en" "<..N.nt..do.De.t.oy.>\nConfusion.\nTeam Temporary Speed Boost = Enemy Team Temporary Damage Boost ?"
  3642. }
  3643. "how to use meds"
  3644. {
  3645. "#format" "{1:s},{2:s},{3:s}"
  3646. "en" "{1}Hold your {2}Item pickup / use key {3}to use this item!"
  3647. }
  3648. "self preservation info"
  3649. {
  3650. "en" "Killing a special common while incapped\nwill revive you with temp health based on the talent."
  3651. }
  3652. "trauma info"
  3653. {
  3654. "en" "You fight-back against specials hurting you\ncausing them to stagger in surprise."
  3655. }
  3656. "bile bullet info"
  3657. {
  3658. "en" "Fires an additional bullet when covered in bile."
  3659. }
  3660. "bile heal info"
  3661. {
  3662. "en" "Heal for a percentage of all incoming damage\nwhen covered in bile."
  3663. }
  3664. "rebirth info"
  3665. {
  3666. "en" "Like a Phoenix reborn from its ashes...\nTemporary Damage boost included."
  3667. }
  3668. "stoneskin info"
  3669. {
  3670. "en" "When sent flying by a charger, your armor\nbreaks and a piece temporarily blinds them."
  3671. }
  3672. "rubber-banding info"
  3673. {
  3674. "en" "When a Special Infected hurts you, you're\nboth knocked into time-out."
  3675. }
  3676. "infected health info"
  3677. {
  3678. "en" "Increases all Special Infected health pools."
  3679. }
  3680. "smoker health info"
  3681. {
  3682. "en" "Increases smoker health base."
  3683. }
  3684. "boomer health info"
  3685. {
  3686. "en" "Increases boomer health base."
  3687. }
  3688. "hunter health info"
  3689. {
  3690. "en" "Increases hunter health base."
  3691. }
  3692. "spitter health info"
  3693. {
  3694. "en" "Increases spitter health base."
  3695. }
  3696. "jockey health info"
  3697. {
  3698. "en" "Increases jockey health base."
  3699. }
  3700. "charger health info"
  3701. {
  3702. "en" "Increases charger health base."
  3703. }
  3704. "tank health info"
  3705. {
  3706. "en" "Increases tank health base."
  3707. }
  3708. "infected speed info"
  3709. {
  3710. "en" "Increases all infected base movement speed."
  3711. }
  3712. "infected damage info"
  3713. {
  3714. "en" "Increases all infected damage."
  3715. }
  3716. "wall of fire info"
  3717. {
  3718. "en" "In a past life, you were holding a molotov.\nOh well, it shatters when you die."
  3719. }
  3720. "spawn anywhere info"
  3721. {
  3722. "en" "The Survivors are so pre-occupied, anyway.\nWhy follow the rules? Spawn wherever you want!"
  3723. }
  3724. "hunter stalker info"
  3725. {
  3726. "en" "While pouncing, you're harder to detect, and\nsee, for that matter."
  3727. }
  3728. "backlash info"
  3729. {
  3730. "en" "If you have a victim and their teammate attacks you\ninstead absorb damage and heal, staggering them."
  3731. }
  3732. "blinding bile info"
  3733. {
  3734. "en" "When you throw-up on a survivor, it actually gets\ninto their eyes and blinds them."
  3735. }
  3736. "slowing bile info"
  3737. {
  3738. "en" "When you throw-up on a survivor, it weighs them down\nslowing their movement speed."
  3739. }
  3740. "volatile bile info"
  3741. {
  3742. "en" "Vomit-infused spit covers the player, slowing them\nwhile not affecting you at all."
  3743. }
  3744. "jockey jump info"
  3745. {
  3746. "en" "Tickle their head, and they'll do anything you want."
  3747. }
  3748. "slowing spit info"
  3749. {
  3750. "en" "Survivors traversing your spit may find it slower than normal."
  3751. }
  3752. "spit invisibility info"
  3753. {
  3754. "en" "After spitting, receive temporary invisibility.\nNote: Shadow still visible."
  3755. }
  3756. "charger jump info"
  3757. {
  3758. "en" "Press your jump key while carrying a survivor\nto... jump over obstacles or into the river!"
  3759. }
  3760. "black hole info"
  3761. {
  3762. "en" "Slowly launches a survivor after being the victim\nof special infected abilities."
  3763. }
  3764. "earthquake tank info"
  3765. {
  3766. "en" "As a tank, hurting a survivor may literally send them flying."
  3767. }
  3768. "slowing tank info"
  3769. {
  3770. "en" "As a tank, smacking a survivor may send them flying... in slow-mo."
  3771. }
  3772. "blinding tank info"
  3773. {
  3774. "en" "As a tank, you may strike a survivor so hard they\ntemporarily go blind."
  3775. }
  3776. "reflective armour info"
  3777. {
  3778. "en" "Absorb, Heal, and Reflect damage when it's taken.\nThe Trifecta of Special."
  3779. }
  3780. "vampire info"
  3781. {
  3782. "en" "Dealing damage absorbs a portion of it to heal yourself."
  3783. }
  3784. "smoker whip info"
  3785. {
  3786. "en" "As a smoker, Primary attack while smoking a victim\nmay send them flying in a random direction."
  3787. }
  3788. "unstable genetics info"
  3789. {
  3790. "en" "As a boomer, being shoved will set your opponent on fire."
  3791. }
  3792. "corrosive vomit info"
  3793. {
  3794. "en" "As a boomer, being struck by a melee weapon will\nmakes you squirt a little acid pee on your attacker."
  3795. }
  3796. "health regen infected info"
  3797. {
  3798. "en" "Infected Health regenerates over time."
  3799. }
  3800. "delayed impact info"
  3801. {
  3802. "en" "Survivors who get in your way when you're\ncharging a victim are sent flying\nin slow-mo."
  3803. }
  3804. "counter measure info"
  3805. {
  3806. "en" "Survivors attacking you get blinded, staggered\nand covered in spit. Your movement\nspeed is temporarily increased."
  3807. }
  3808. "concussive force info"
  3809. {
  3810. "en" "As a charger or tank, stagger survivors you deal damage to."
  3811. }
  3812. "combustion info"
  3813. {
  3814. "en" "When taking damage, leave a high-damage flame\nwhere you were last damaged from."
  3815. }
  3816. "pistol damage increase info"
  3817. {
  3818. "en" "permanent increases your damage dealt with pistols."
  3819. }
  3820. "smg damage increase info"
  3821. {
  3822. "en" "permanent increases your damage dealt with SMGs."
  3823. }
  3824. "smg ammo recovery"
  3825. {
  3826. "en" "SMG Ammo Recovery"
  3827. }
  3828. "smg ammo recovery info"
  3829. {
  3830. "en" "SMG kills may recover primary ammo."
  3831. }
  3832. "pistol ammo recovery"
  3833. {
  3834. "en" "Pistol Ammo Recovery"
  3835. }
  3836. "weapon ammo recovery"
  3837. {
  3838. "en" "Weapon Ammo Recovery"
  3839. }
  3840. "shotgun ammo recovery"
  3841. {
  3842. "en" "Shotgun Ammo Recovery"
  3843. }
  3844. "shotgun ammo recovery info"
  3845. {
  3846. "en" "Shotgun kills may recover primary ammo."
  3847. }
  3848. "pistol ammo recovery info"
  3849. {
  3850. "en" "Pistol kills recovery primary ammo."
  3851. }
  3852. "weapon ammo recovery info"
  3853. {
  3854. "en" "Kills with bullets recover primary ammo."
  3855. }
  3856. "All Guns Weapon Talents"
  3857. {
  3858. "en" "All Guns Weapon Talents"
  3859. }
  3860. "all guns ability chance"
  3861. {
  3862. "en" "All Guns Ability Chance"
  3863. }
  3864. "all guns ability chance info"
  3865. {
  3866. "en" "Raises the chance that talents for this category\nwill trigger."
  3867. }
  3868. "all guns damage increase"
  3869. {
  3870. "en" "All-Weapon Critical Chance"
  3871. }
  3872. "all guns damage increase info"
  3873. {
  3874. "en" "A critical hit that all guns can deal."
  3875. }
  3876. "Sniper Talents"
  3877. {
  3878. "en" "Sniper Talents"
  3879. }
  3880. "sniper ability chance"
  3881. {
  3882. "en" "Sniper Rifle Ability Chance"
  3883. }
  3884. "sniper ability chance info"
  3885. {
  3886. "en" "The likelihood sniper rifle abilities\nwill trigger."
  3887. }
  3888. "sniper damage increase"
  3889. {
  3890. "en" "Sniper Critical Hit"
  3891. }
  3892. "sniper damage increase info"
  3893. {
  3894. "en" "Increases your sniper rifle damage."
  3895. }
  3896. "sniper tank damage"
  3897. {
  3898. "en" "Sniper Tank Damage"
  3899. }
  3900. "sniper tank damage info"
  3901. {
  3902. "en" "Increases your sniper damage to tanks."
  3903. }
  3904. "Overdrive Talents"
  3905. {
  3906. "en" "Overdrive\nGet cleansed, earn overdrive stacks."
  3907. }
  3908. "Cleanse Ammo Talents"
  3909. {
  3910. "en" "Cleanse Ammo\nCleanse allies/enemies, earn cleanse stacks."
  3911. }
  3912. "Bullet Talents"
  3913. {
  3914. "en" "Bullet Talents\nLace your bullets with something extra!"
  3915. }
  3916. "Weapon Talents"
  3917. {
  3918. "en" "Weapon Talents\nJust shoot your gun."
  3919. }
  3920. "Survivor Talents Main"
  3921. {
  3922. "en" "Survivor Talents\nAll upgradeable talents, including spells.\nAbilities are here, too!"
  3923. }
  3924. "Main Talents"
  3925. {
  3926. "en" "Talents\nUpgrade points Required."
  3927. }
  3928. "Special Ammo Time"
  3929. {
  3930. "#format" "{1:3.2f},{2:3.2f}"
  3931. "en" "Lifetime:\t{1}s\t->\t{2}s"
  3932. }
  3933. "Special Ammo Interval"
  3934. {
  3935. "#format" "{1:3.2f},{2:3.2f}"
  3936. "en" "\"On\" Time: {1}s\t->\t{2}s"
  3937. }
  3938. "Special Ammo Cooldown"
  3939. {
  3940. "#format" "{1:3.2f},{2:3.2f}"
  3941. "en" "Cooldown: {1}s\t->\t{2}s"
  3942. }
  3943. "Special Ammo Stamina"
  3944. {
  3945. "#format" "{1:i},{2:i}"
  3946. "en" "Stamina:\t\t\t{1}\t->\t{2}"
  3947. }
  3948. "Special Ammo Range"
  3949. {
  3950. "#format" "{1:3.2f},{2:3.2f}"
  3951. "en" "Range:\t\t\t\t{1}units\t->\t{2}units"
  3952. }
  3953. "No Special Ammo"
  3954. {
  3955. "#format" "{1:s},{2:s},{3:s}"
  3956. "en" "{1}You have {2}No Special Ammo {3}to equip."
  3957. }
  3958. "Special Ammo Enabled"
  3959. {
  3960. "#format" "{1:s},{2:s}"
  3961. "en" "{1}Special Ammo {2}Enabled"
  3962. }
  3963. "Special Ammo Disabled"
  3964. {
  3965. "#format" "{1:s},{2:s}"
  3966. "en" "{1}Special Ammo {2}Disabled"
  3967. }
  3968. "Special Ammo Debug Enabled"
  3969. {
  3970. "#format" "{1:s},{2:s}"
  3971. "en" "{1}Special Ammo DEBUG {2}Enabled"
  3972. }
  3973. "Special Ammo Debug Disabled"
  3974. {
  3975. "#format" "{1:s},{2:s}"
  3976. "en" "{1}Special Ammo DEBUG {2}Disabled"
  3977. }
  3978. "cannot load in combat"
  3979. {
  3980. "#format" "{1:s}"
  3981. "en" "{1}You cannot load profiles when you are in combat."
  3982. }
  3983. //2/12/2019
  3984. "PvP Disabled"
  3985. {
  3986. "#format" "{1:s},{2:s}"
  3987. "en" "{1}Friendly-Fire: {2}Disabled"
  3988. }
  3989. "PvP Enabled"
  3990. {
  3991. "#format" "{1:s},{2:s}"
  3992. "en" "{1}Friendly-Fire: {2}Enabled"
  3993. }
  3994. "sacrificed a bot to respawn"
  3995. {
  3996. "#format" "{1:s},{2:s},{3:s},{4:s}"
  3997. "en" "{1}A bot was sacrificed to bring {2}{3} {4}back from the dead."
  3998. }
  3999. "my inventory"
  4000. {
  4001. "en" "Inventory\nAll of your loot in one convenient location."
  4002. }
  4003. "No Action Equipped"
  4004. {
  4005. "en" "None"
  4006. }
  4007. "Assign to Action Bar"
  4008. {
  4009. "#format" "{1:s},{2:i},{3:s}"
  4010. "en" "!{1}{2}: {3}"
  4011. }
  4012. "action bar displayed"
  4013. {
  4014. "#format" "{1:s},{2:s}"
  4015. "en" "{1}Action bar: {2}Show"
  4016. }
  4017. "action bar hidden"
  4018. {
  4019. "#format" "{1:s},{2:s}"
  4020. "en" "{1}Action bar: {2}Hide"
  4021. }
  4022. "Action Bar Loaded"
  4023. {
  4024. "#format" "{1:s},{2:s}"
  4025. "en" "{1}Action Bar: {2}Loaded"
  4026. }
  4027. "Active Effects"
  4028. {
  4029. "en" "Effects (Active)"
  4030. }
  4031. "Passive Effects"
  4032. {
  4033. "en" "Effects (Passive)"
  4034. }
  4035. "Toggle Effects"
  4036. {
  4037. "en" "Effects (Toggle)"
  4038. }
  4039. "Ability Cooldown"
  4040. {
  4041. "#format" "{1:s}"
  4042. "en" "Cooldown: {1}s"
  4043. }
  4044. "No Ability Cooldown"
  4045. {
  4046. "en" "Cooldown: Instant"
  4047. }
  4048. "Ability Active Time"
  4049. {
  4050. "#format" "{1:s}"
  4051. "en" "Active: {1}s"
  4052. }
  4053. "Instant Ability"
  4054. {
  4055. "en" "Active: Instant"
  4056. }
  4057. "S Toggle Ability"
  4058. {
  4059. "#format" "{1:3.2f},{2:s}"
  4060. "en" "When ensnared, shake yourself free, immediately"
  4061. }
  4062. "S Passive Ability"
  4063. {
  4064. "#format" "{1:3.2f},{2:s}"
  4065. "en" "When ensnared, spam strafe_left / strafe_right to shake yourself free"
  4066. }
  4067. "X Active Ability"
  4068. {
  4069. "#format" "{1:3.2f},{2:s}"
  4070. "en" "Reduces all incoming damage by {1}{2}"
  4071. }
  4072. "X Passive Ability"
  4073. {
  4074. "#format" "{1:3.2f},{2:s}"
  4075. "en" "Reduces all incoming damage by {1}{2}"
  4076. }
  4077. "P Disabled"
  4078. {
  4079. "en" "Switch between dual pistols and magnum"
  4080. }
  4081. "P Toggle Ability"
  4082. {
  4083. "#format" "{1:3.2f},{2:s}"
  4084. "en" "Switch between dual pistols and magnum"
  4085. }
  4086. "T Toggle Ability"
  4087. {
  4088. "#format" "{1:3.2f},{2:s}"
  4089. "en" "Toggle Your Class' Stance On/Off\nSupported Classes: Tank"
  4090. }
  4091. "T Disabled"
  4092. {
  4093. "en" "Toggle Your Class' Stance On/Off\nSupported Classes: Tank"
  4094. }
  4095. "C Active Ability"
  4096. {
  4097. "#format" "{1:3.2f},{2:s}"
  4098. "en" "Outgoing Damage is increased by {1}{2} per consecutive hit"
  4099. }
  4100. "C Passive Ability"
  4101. {
  4102. "#format" "{1:3.2f},{2:s}"
  4103. "en" "Outgoing Damage is increased by {1}{2} per consecutive hit"
  4104. }
  4105. "N Active Ability"
  4106. {
  4107. "#format" "{1:3.2f},{2:s}"
  4108. "en" "Outgoing Damage is increased by {1}{2}"
  4109. }
  4110. "N Passive Ability"
  4111. {
  4112. "#format" "{1:3.2f},{2:s}"
  4113. "en" "Outgoing Damage is increased by {1}{2}"
  4114. }
  4115. "L Active Ability"
  4116. {
  4117. "#format" "{1:3.2f},{2:s}"
  4118. "en" "Reduces ALL cooldowns by {1}{2}"
  4119. }
  4120. "L Passive Ability"
  4121. {
  4122. "#format" "{1:3.2f},{2:s}"
  4123. "en" "Reduces ALL cooldowns by {1}{2}"
  4124. }
  4125. "R Active Ability"
  4126. {
  4127. "#format" "{1:3.2f},{2:s}"
  4128. "en" "Life on Kill for {1}{2} of earned rating"
  4129. }
  4130. "R Passive Ability"
  4131. {
  4132. "#format" "{1:3.2f},{2:s}"
  4133. "en" "Life on Kill for {1}{2} of earned rating"
  4134. }
  4135. "I Active Ability"
  4136. {
  4137. "#format" "{1:3.2f},{2:s}"
  4138. "en" "Life on Kill for {1}{2} of your maximum health"
  4139. }
  4140. "I Passive Ability"
  4141. {
  4142. "#format" "{1:3.2f},{2:s}"
  4143. "en" "Life on Kill for {1}{2} of your maximum health"
  4144. }
  4145. "T Active Ability"
  4146. {
  4147. "#format" "{1:3.2f},{2:s}"
  4148. "en" "Increases your total stamina by {1}{2}"
  4149. }
  4150. "T Passive Ability"
  4151. {
  4152. "#format" "{1:3.2f},{2:s}"
  4153. "en" "Increases your total stamina by {1}{2}"
  4154. }
  4155. "A Active Ability"
  4156. {
  4157. "#format" "{1:3.2f},{2:s}"
  4158. "en" "Instantly restores {1}{2} of your total stamina"
  4159. }
  4160. "H Active Ability"
  4161. {
  4162. "#format" "{1:3.2f},{2:s}"
  4163. "en" "Instantly restores {1}{2} of your maximum health"
  4164. }
  4165. "V Active Ability"
  4166. {
  4167. "#format" "{1:3.2f},{2:s}"
  4168. "en" "Increases your maximum health by {1}{2}"
  4169. }
  4170. "V Passive Ability"
  4171. {
  4172. "#format" "{1:3.2f},{2:s}"
  4173. "en" "Increases your total health by {1}{2}"
  4174. }
  4175. "E Active Ability"
  4176. {
  4177. "#format" "{1:3.2f},{2:s}"
  4178. "en" "+{1}{2} Incoming Healing"
  4179. }
  4180. "E Passive Ability"
  4181. {
  4182. "#format" "{1:3.2f},{2:s}"
  4183. "en" "+{1}{2} Incoming Healing"
  4184. }
  4185. "E Disabled"
  4186. {
  4187. "en" "Incoming Heals Reduced to 0"
  4188. }
  4189. "O Active Ability"
  4190. {
  4191. "#format" "{1:3.2f},{2:s}"
  4192. "en" "Enemies you kill are {1}{2} more-likely to drop items"
  4193. }
  4194. "O Passive Ability"
  4195. {
  4196. "#format" "{1:3.2f},{2:s}"
  4197. "en" "Enemies you kill are {1}{2} more-likely to drop items"
  4198. }
  4199. "M Active Ability"
  4200. {
  4201. "#format" "{1:3.2f},{2:s}"
  4202. "en" "Items you obtain are {1}{2} stronger"
  4203. }
  4204. "M Passive Ability"
  4205. {
  4206. "#format" "{1:3.2f},{2:s}"
  4207. "en" "Items you obtain are {1}{2} stronger"
  4208. }
  4209. "K Active Ability"
  4210. {
  4211. "#format" "{1:3.2f},{2:s}"
  4212. "en" "Increases your damage while flying by {1}{2}"
  4213. }
  4214. "K Passive Ability"
  4215. {
  4216. "#format" "{1:3.2f},{2:s}"
  4217. "en" "Increases your damage while flying by {1}{2}"
  4218. }
  4219. "a Active Ability"
  4220. {
  4221. "#format" "{1:3.2f},{2:s}"
  4222. "en" "Increases your damage in water by {1}{2}"
  4223. }
  4224. "a Passive Ability"
  4225. {
  4226. "#format" "{1:3.2f},{2:s}"
  4227. "en" "Increases your damage in water by {1}{2}"
  4228. }
  4229. "f Active Ability"
  4230. {
  4231. "#format" "{1:3.2f},{2:s}"
  4232. "en" "Increases your damage when on fire by {1}{2}"
  4233. }
  4234. "f Passive Ability"
  4235. {
  4236. "#format" "{1:3.2f},{2:s}"
  4237. "en" "Increases your damage when on fire by {1}{2}"
  4238. }
  4239. "l Active Ability"
  4240. {
  4241. "#format" "{1:3.2f},{2:s}"
  4242. "en" "Specials you kill explode for {1}{2} weapon damage as Fire."
  4243. }
  4244. "l Passive Ability"
  4245. {
  4246. "#format" "{1:3.2f},{2:s}"
  4247. "en" "Specials you kill explode for {1}{2} weapon damage as Fire."
  4248. }
  4249. "knife ability"
  4250. {
  4251. "en" "Knife"
  4252. }
  4253. "last chance ability"
  4254. {
  4255. "en" "Last Chance"
  4256. }
  4257. "second holster"
  4258. {
  4259. "en" "Second Holster"
  4260. }
  4261. "basilisk armor ability"
  4262. {
  4263. "en" "Basilisk Armor"
  4264. }
  4265. "sharp eye ability"
  4266. {
  4267. "en" "Sharp Eye"
  4268. }
  4269. "bloodlust ability"
  4270. {
  4271. "en" "Bloodlust"
  4272. }
  4273. "focus ability"
  4274. {
  4275. "en" "Focus"
  4276. }
  4277. "transference ability"
  4278. {
  4279. "en" "Transference"
  4280. }
  4281. "life leech ability"
  4282. {
  4283. "en" "Life Leech"
  4284. }
  4285. "meditation ability"
  4286. {
  4287. "en" "Meditation"
  4288. }
  4289. "refresh ability"
  4290. {
  4291. "en" "Refresh"
  4292. }
  4293. "nature embrace ability"
  4294. {
  4295. "en" "Nature's Embrace"
  4296. }
  4297. "unstable genetics ability"
  4298. {
  4299. "en" "Unstable Genetics"
  4300. }
  4301. "potluck ability"
  4302. {
  4303. "en" "Pot Luck"
  4304. }
  4305. "potion master ability"
  4306. {
  4307. "en" "Potion Master"
  4308. }
  4309. "stance ability"
  4310. {
  4311. "en" "Stance"
  4312. }
  4313. "rocketeer ability"
  4314. {
  4315. "en" "Rocketeer"
  4316. }
  4317. "watergun ability"
  4318. {
  4319. "en" "Water Gun"
  4320. }
  4321. "magma ability"
  4322. {
  4323. "en" "Magma-Laced Bullets"
  4324. }
  4325. "wall of fire ability"
  4326. {
  4327. "en" "Wall-of-Fire"
  4328. }
  4329. "Action Slot Range"
  4330. {
  4331. "#format" "{1:s},{2:s},{3:i},{4:s}"
  4332. "en" "{1}Available action slots are {2}!action1 - !action{3}\n{4}You can substitute / for ! to suppress."
  4333. }
  4334. "group member bonus"
  4335. {
  4336. "#format" "{1:s},{2:3.1f},{3:s},{4:s},{5:s}"
  4337. "en" "{1}+{2}{3}{4}XP {5}PREMIUM MEMBER Bonus"
  4338. }
  4339. "group member benefit"
  4340. {
  4341. "#format" "{1:s},{2:s},{3:3.1f},{4:s},{5:s},{6:s}"
  4342. "en" "{1}Become a PREMIUM MEMBER to earn {2}{3}{4}{5}XP {6}bonus"
  4343. }
  4344. "player uses spell"
  4345. {
  4346. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s}"
  4347. "en" "{1}{2} {3}casts the {4}{5} {6}spell"
  4348. }
  4349. "player uses ability"
  4350. {
  4351. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s},{6:s}"
  4352. "en" "{1}{2} {3}uses the {4}{5} {6}ability"
  4353. }
  4354. "handicap range"
  4355. {
  4356. "#format" "{1:s},{2:s},{3:i},{4:s},{5:s},{6:i}"
  4357. "en" "{1}Handicap Range: {2}{3} {4}- {5}{6}"
  4358. }
  4359. "player handicap locked"
  4360. {
  4361. "#format" "{1:s}"
  4362. "en" "{1}Handicap is locked. You can only change it if you have not entered combat during the round."
  4363. }
  4364. "player handicap"
  4365. {
  4366. "#format" "{1:s},{2:s},{3:s},{4:i}"
  4367. "en" "{1}Handicap Set{2}: {3}{4}"
  4368. }
  4369. "respawn queue"
  4370. {
  4371. "#format" "{1:i}"
  4372. "en" "Respawning in {1} second(s)"
  4373. }
  4374. "health potion (lo)"
  4375. {
  4376. "en" "minor Healing Potion"
  4377. }
  4378. "stamina potion (lo)"
  4379. {
  4380. "en" "minor Stamina Potion"
  4381. }
  4382. "adren potion (lo)"
  4383. {
  4384. "en" "minor Adrenaline Potion"
  4385. }
  4386. "incendiary potion (lo)"
  4387. {
  4388. "en" "minor Incendiary Potion"
  4389. }
  4390. "explosive potion (lo)"
  4391. {
  4392. "en" "minor Explosive Potion"
  4393. }
  4394. "blue potion (lo)"
  4395. {
  4396. "en" "minor Blue Potion"
  4397. }
  4398. "ammo potion (lo)"
  4399. {
  4400. "en" "minor Ammo potion"
  4401. }
  4402. "health potion (hi)"
  4403. {
  4404. "en" "major Healing Potion"
  4405. }
  4406. "stamina potion (hi)"
  4407. {
  4408. "en" "major Stamina Potion"
  4409. }
  4410. "adren potion (hi)"
  4411. {
  4412. "en" "major Adrenaline Potion"
  4413. }
  4414. "incendiary potion (hi)"
  4415. {
  4416. "en" "major Incendiary Potion"
  4417. }
  4418. "explosive potion (hi)"
  4419. {
  4420. "en" "major Explosive Potion"
  4421. }
  4422. "blue potion (hi)"
  4423. {
  4424. "en" "major Blue Potion"
  4425. }
  4426. "item obtained by player"
  4427. {
  4428. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s}"
  4429. "en" "{1}{2} {3}obtained a {4}{5}"
  4430. }
  4431. "enrage period"
  4432. {
  4433. "#format" "{1:s},{2:s},{3:s}"
  4434. "en" "{1}>\n>>>>>>>>>>> {2}ENRAGE NOW ACTIVE {3}<<<<<<<<<<<\n>"
  4435. }
  4436. "enrage in..."
  4437. {
  4438. "#format" "{1:s},{2:s},{3:s},{4:s}"
  4439. "en" "{1}>\n>>>>>>>>>>> ENRAGE IN {2}{3} {4}<<<<<<<<<<<\n>"
  4440. }
  4441. "Creating New Class"
  4442. {
  4443. "#format" "{1:s},{2:s},{3:s},{4:s}"
  4444. "en" "{1}Creating a shiny, NEW {2}{3} {4}for you!"
  4445. }
  4446. "groupmate death penalty"
  4447. {
  4448. "#format" "{1:s},{2:s},{3:s},{4:s},{5:s}"
  4449. "en" "{1}A Group Member has Died!\n{2}You have lost {3}{4} {5}experience"
  4450. }
  4451. "Rushing Return To Team"
  4452. {
  4453. "#format" "{1:s},{2:s},{3:s}"
  4454. "en" "{1}>>>>>>>>>> | {2}STOP RUSHING AND REGROUP WITH YOUR TEAM {3}| <<<<<<<<<<"
  4455. }
  4456. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement