summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/menu/setup.tscn56
-rw-r--r--locale/en.ini33
2 files changed, 49 insertions, 40 deletions
diff --git a/client/menu/setup.tscn b/client/menu/setup.tscn
index 53c4565e..cf72f2d8 100644
--- a/client/menu/setup.tscn
+++ b/client/menu/setup.tscn
@@ -165,7 +165,7 @@ layout_mode = 2
layout_mode = 2
size_flags_horizontal = 4
theme_override_font_sizes/font_size = 30
-text = "EMPLOYMENT CONTRACT"
+text = "c.setup.contract_title"
[node name="Sep" type="HSeparator" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]
layout_mode = 2
@@ -173,20 +173,20 @@ layout_mode = 2
[node name="Intro" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]
layout_mode = 2
bbcode_enabled = true
-text = "This is a binding contract between you (the employee) and Musterfoods Ltd. (the employer) for working as a chef or waiter."
+text = "c.setup.contract_desc"
fit_content = true
scroll_active = false
[node name="Name" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]
layout_mode = 2
bbcode_enabled = true
-text = "1. [b]Name of the Employee[/b]"
+text = "c.setup.name"
fit_content = true
scroll_active = false
[node name="NameEntry" type="HBoxContainer" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]
layout_mode = 2
-tooltip_text = "Other players can see your name when playing on a server"
+tooltip_text = "c.setup.name.desc"
[node name="LineEdit" type="LineEdit" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/NameEntry"]
custom_minimum_size = Vector2(300, 30)
@@ -199,7 +199,7 @@ layout_mode = 2
[node name="Position" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]
layout_mode = 2
bbcode_enabled = true
-text = "2. [b]Employment Position[/b]"
+text = "c.setup.position"
fit_content = true
scroll_active = false
@@ -222,12 +222,12 @@ offset_right = 309.978
offset_bottom = 33.2088
theme_override_colors/font_color = Color(0.458824, 0, 0, 1)
theme_override_fonts/font = ExtResource("3_2vg4d")
-text = "Chef / Waiting Staff"
+text = "c.setup.position.value"
[node name="Uniform" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]
layout_mode = 2
bbcode_enabled = true
-text = "3. [b]Working Uniform.[/b] You must always have one of the following hairstyles."
+text = "c.setup.uniform"
fit_content = true
scroll_active = false
@@ -235,26 +235,39 @@ scroll_active = false
layout_mode = 2
alignment = 1
+[node name="Experience" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]
+layout_mode = 2
+bbcode_enabled = true
+text = "c.setup.experience"
+fit_content = true
+scroll_active = false
+
+[node name="SelectExperience" type="HBoxContainer" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]
+layout_mode = 2
+alignment = 1
+
+[node name="CheckBox" type="CheckBox" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/SelectExperience"]
+layout_mode = 2
+text = "c.setup.experience.skip"
+
[node name="Duties" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]
layout_mode = 2
bbcode_enabled = true
-text = "4. [b]Duties.[/b] It is your duty to serve customers the meal or item that they request.
-"
+text = "c.setup.duties"
fit_content = true
scroll_active = false
[node name="Terms" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]
layout_mode = 2
bbcode_enabled = true
-text = "5. [b]Additional Terms.[/b] You shall not duplicate plates. (That is [u]NOT[/u] possible!)
-"
+text = "c.setup.additional_terms"
fit_content = true
scroll_active = false
[node name="Compensation" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]
layout_mode = 2
bbcode_enabled = true
-text = "6. [b]Compensation.[/b] You will be compensated monthly for your work."
+text = "c.setup.compensation"
fit_content = true
scroll_active = false
@@ -269,7 +282,7 @@ layout_mode = 2
custom_minimum_size = Vector2(100.08, 0)
layout_mode = 2
bbcode_enabled = true
-text = "The salary is"
+text = "c.setup.compensation.salary.prefix"
fit_content = true
scroll_active = false
autowrap_mode = 0
@@ -289,13 +302,13 @@ offset_right = 79.5597
offset_bottom = 34.0918
theme_override_colors/font_color = Color(0.478431, 0, 0, 1)
theme_override_fonts/font = ExtResource("3_2vg4d")
-text = "$ 0.00"
+text = "c.setup.compensation.salary"
[node name="Text2" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/CompensationEntry"]
custom_minimum_size = Vector2(100.08, 0)
layout_mode = 2
bbcode_enabled = true
-text = "per month"
+text = "c.setup.compensation.salary.suffix"
scroll_active = false
[node name="Spacer" type="Control" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]
@@ -315,9 +328,7 @@ layout_mode = 2
layout_mode = 2
theme_override_font_sizes/normal_font_size = 15
bbcode_enabled = true
-text = "Signature of the Employer:
-Musterfoods Ltd.
-Frank Miller, Head of HR"
+text = "c.setup.frank_signature.desc"
fit_content = true
scroll_active = false
@@ -327,7 +338,7 @@ layout_mode = 2
theme_override_colors/font_color = Color(0.415686, 0.0253044, 0.135441, 1)
theme_override_fonts/font = SubResource("FontVariation_2cc7p")
theme_override_font_sizes/font_size = 31
-text = "F.Miller"
+text = "c.setup.frank_signature"
horizontal_alignment = 1
vertical_alignment = 1
@@ -344,17 +355,14 @@ layout_mode = 2
layout_mode = 2
theme_override_font_sizes/normal_font_size = 15
bbcode_enabled = true
-text = "Signature of the Employee:
-
-
-"
+text = "c.setup.user_signature.desc"
fit_content = true
scroll_active = false
[node name="Signature" type="Button" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/Signatures/EmployeeMargin/Sign" groups=["no_click_sound"]]
custom_minimum_size = Vector2(200, 80)
layout_mode = 2
-text = "Click to sign"
+text = "c.setup.user_signature"
[node name="Underline" type="HSeparator" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/Signatures/EmployeeMargin/Sign"]
layout_mode = 2
diff --git a/locale/en.ini b/locale/en.ini
index bb48eec8..fd7d6038 100644
--- a/locale/en.ini
+++ b/locale/en.ini
@@ -150,20 +150,23 @@ c.settings.ui.touch_controls=Enable touch screen controls
c.settings.ui=User interface
c.settings.username=Username
c.setup.contract_title=EMPLOYMENT CONTRACT
-c.setup.par00=This is a binding contract between you (the employee) and Musterfoods Ltd. (the employer) for working as a chef or waiter.
-c.setup.par01=1. [b]Name of the Employee[/b]
-c.setup.par02=Other players can see your name when playing on a server
-c.setup.par03=2. [b]Employment Position[/b]
-c.setup.par04=Chef / Waiting Staff
-c.setup.par05=3. [b]Working Uniform.[/b] You must always have one of the following hairstyles.
-c.setup.par06=4. [b]Duties.[/b] It is your duty to serve customers the meal or item that they request.%n
-c.setup.par08=6. [b]Compensation.[/b] You will be compensated monthly for your work.
-c.setup.par09=The salary is
-c.setup.par10=$ 0.00
-c.setup.par11=per month
-c.setup.par12=5. [b]Additional Terms.[/b] You shall not duplicate plates. (That is [u]NOT[/u] possible!)%n
-c.setup.par13=F.Miller
-c.setup.sign=Click to sign
+c.setup.contract_desc=This is a binding contract between you (the employee) and Musterfoods Ltd. (the employer) for working as a chef or waiter.
+c.setup.name=1. [b]Name of the Employee[/b] Please fill out your name. Other chefs can see your name on your name tag.
+c.setup.position=2. [b]Employment Position[/b]
+c.setup.position.value=Chef / Waiting Staff
+c.setup.uniform=3. [b]Working Uniform.[/b] You must always have one of the following hairstyles.
+c.setup.experience=4. [b]Experience.[/b] Do you have any prior job experience, or would you like us to show you around the kitchen?
+c.setup.experience.skip=Skip tutorial
+c.setup.duties=5. [b]Duties.[/b] It is your duty to serve customers the meal or item that they request.%n
+c.setup.additional_terms=6. [b]Additional Terms.[/b] You shall not duplicate plates. (That is [u]NOT[/u] possible!)%n
+c.setup.compensation=7. [b]Compensation.[/b] You will be compensated monthly for your work.
+c.setup.compensation.salary.prefix=The salary is
+c.setup.compensation.salary=$ 0.00
+c.setup.compensation.salary.suffix=per month
+c.setup.frank_signature=F. Miller
+c.setup.frank_signature.desc=Signature of the Employer:%nMusterfoods Ltd.%nFrank Miller, Head of HR
+c.setup.user_signature=Click to sign
+c.setup.user_signature.desc=Signature of the Employee:%n%n%n
s.bot.simple=Simple chef
s.bot.waiter=Waiter
s.bot.frank=Frank Miller
@@ -196,8 +199,6 @@ s.error.self_interact=Interacting with yourself. This is impossible.
s.error.customer_interact=You shall not interact with customers.
s.error.packet_not_supported=Packet not supported in this session.
s.error.map_load=Map failed to load: %s
-unknown298=Signature of the Employer:%nMusterfoods Ltd.%nFrank Miller, Head of HR
-unknown312=Signature of the Employee:%n%n%n
unknown33=Automatic
unknown336=Return to Main Menu
unknown37=Enabled