Skip to content

Commit

Permalink
Added languages for max_wire_... convars (#3255)
Browse files Browse the repository at this point in the history
  • Loading branch information
RubisetCie authored Feb 1, 2025
1 parent c75ee43 commit e39a632
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions lua/entities/sent_deployableballoons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ if CLIENT then
language.Add( "Cleanup_wire_deployers", "Balloon Deployers" )
language.Add( "Cleaned_wire_deployers", "Cleaned up Balloon Deployers" )
language.Add( "SBoxLimit_wire_deployers", "You have hit the Balloon Deployers limit!" )
language.Add( "max_wire_deployers", "Max Wire Balloon Deployers:" )
return -- No more client
end

Expand Down
1 change: 1 addition & 0 deletions lua/wire/stools/dataplug.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ if ( CLIENT ) then
language.Add( "undone_wiredatasocket", "Undone Wire Data Socket" )
language.Add( "Tool_wire_dataplug_weldforce", "Plug weld force:" )
language.Add( "Tool_wire_dataplug_attachrange", "Plug attachment detection range:" )
language.Add( "max_wire_dataplugs", "Max Wire Dataplugs:" )
TOOL.Information = {
{ name = "left", text = "Create/Update " .. TOOL.Name },
{ name = "right", text = "Create/Update Plug" },
Expand Down
1 change: 1 addition & 0 deletions lua/wire/stools/egp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ if CLIENT then
language.Add( "Tool.wire_egp.reload_0", "Open the Reload Menu for several lag fixing options" )
language.Add( "Tool.wire_egp.1", "Now right click a vehicle." )
language.Add( "sboxlimit_wire_egps", "You've hit the EGP limit!" )
language.Add( "max_wire_egps", "Max Wire EGP" )
language.Add( "Undone_wire_egp", "Undone EGP" )
language.Add( "Tool_wire_egp_createflat", "Create flat to surface" )
language.Add( "Tool_wire_egp_weld", "Weld" )
Expand Down
1 change: 1 addition & 0 deletions lua/wire/stools/plug.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ else
language.Add( "sboxlimit_wire_sockets", "You've hit the Wire Sockets limit!" )
language.Add( "undone_wireplug", "Undone Wire Plug" )
language.Add( "undone_wiresocket", "Undone Wire Socket" )
language.Add( "max_wire_plugs", "Max Wire Plugs:" )

language.Add( "Tool_wire_plug_freeze", "Freeze the socket." )
language.Add( "Tool_wire_plug_array", "Use array inputs/outputs instead." )
Expand Down

0 comments on commit e39a632

Please sign in to comment.