// Exported from SourceMod Translator // http://translator.mitchdempsey.com/sourcemod_plugins/331 // "Phrases" { "TICKRATE_VOTE" { // 1: tickrate number that is currently being voted on "#format" "{1:i}" "en" "Change server tickrate to {1}?" } "REPLY_ROUNDINPROGRESS" { "en" "Cannot call vote while round is in progress." } "REPLY_VOTEINPROGRESS" { "en" "Another vote is already in progress." } "REPLY_DEFAULT" { // 1: tick "#format" "{1:i}" "en" "Server Tickrate Currently set at {green}{1}" } "REPLY_USAGE" { "en" "Usage: !tickrate <30-128>" } "REPLY_INVALID_VALUE" { "en" "Value must be between 30-128" } "REPLY_ALREADYSET" { // 1: tickrate "#format" "{1:i}" "en" "Server tickrate already set at {green}{1}" } "SERVER_RS_MESSAGE" { "en" "The server needs to restart for tickrate changes to take place." } "SERVER_RS_MESSAGE_2" { "en" "Restarting in {green}10{default} seconds." } "SERVER_RS_MESSAGE_3" { "en" "See console for steps on reconnecting..." } "GUIDE_FORCE_CONNECTION" { // 1: "nmm_dedicated_force_servers " "#format" "{1:s}" "en" "Force connection from lobby: {1}" } "GUIDE_PART_1" { "en" "You can check the online status of server by checking sourcebans server page." } "GUIDE_PART_2" { "en" "(Should take a minute or two for the server to reboot)" } "GUIDE_PART_3" { // 1: server's host name (e.g. "[SN] New York") "#format" "{1:s}" "en" "Server name: {1}" } "GUIDE_PART_4" { // 1: link to the sourcebans page "#format" "{1:s}" "en" "Sourcebans: {1}" } }