Rules
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
<BoxContainer Name="VBox" Orientation="Vertical" StyleIdentifier="MainMenuBox" MinWidth="300" >
|
<BoxContainer Name="VBox" Orientation="Vertical" StyleIdentifier="MainMenuBox" MinWidth="300" >
|
||||||
|
|
||||||
<Label Name="Title" Text="WHITE DREAM" Align="Center" />
|
<Label Name="Title" Text="HONK STATION" Align="Center" />
|
||||||
|
|
||||||
<Control MinSize="0 4" />
|
<Control MinSize="0 4" />
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<BoxContainer xmlns="https://spacestation14.io"
|
<BoxContainer xmlns="https://spacestation14.io"
|
||||||
Orientation="Vertical" HorizontalExpand="True">
|
Orientation="Vertical" HorizontalExpand="True">
|
||||||
<Label Text="Правила сервера White Dream"
|
<Label Text="Правила сервера Honk Station"
|
||||||
StyleClasses="LabelHeading"
|
StyleClasses="LabelHeading"
|
||||||
HorizontalExpand="True"
|
HorizontalExpand="True"
|
||||||
HorizontalAlignment="Center"/>
|
HorizontalAlignment="Center"/>
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ public sealed class WhiteCVars
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
public static readonly CVarDef<string> RulesWiki =
|
public static readonly CVarDef<string> RulesWiki =
|
||||||
CVarDef.Create("white.wiki_rules", "https://js.ss14.su/rules",
|
CVarDef.Create("white.wiki_rules", "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
|
||||||
CVar.SERVER | CVar.REPLICATED);
|
CVar.SERVER | CVar.REPLICATED);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Rules
|
# Rules
|
||||||
|
|
||||||
ui-rules-header = Правила сервера White Dream
|
ui-rules-header = Правила сервера Honk Station
|
||||||
ui-rules-header-rp = Правила сервера White Dream
|
ui-rules-header-rp = Правила сервера Honk Station
|
||||||
ui-rules-accept = Я ознакомился и согласен следовать правилам
|
ui-rules-accept = Я ознакомился и согласен следовать правилам
|
||||||
ui-rules-wait = Кнопка принятия будет разблокирована через { $time } секунд.
|
ui-rules-wait = Кнопка принятия будет разблокирована через { $time } секунд.
|
||||||
|
|||||||
Reference in New Issue
Block a user