summaryrefslogtreecommitdiff
path: root/Penguloon/Resources
diff options
context:
space:
mode:
authoraldrikboy <aldrikboy@gmail.com>2017-12-23 19:14:34 +0100
committeraldrikboy <aldrikboy@gmail.com>2017-12-23 19:14:34 +0100
commitad0d29bf5d881ab619a90ffb8a1f3352eba21615 (patch)
treec69fe6ea7212f2d839ca52e3adb523b27dc532b9 /Penguloon/Resources
parent1276593bfbbfcdbac24b48cf8b574da25945d763 (diff)
Communism
Diffstat (limited to 'Penguloon/Resources')
-rw-r--r--Penguloon/Resources/Resource.Designer.cs21
-rw-r--r--Penguloon/Resources/Values/Strings.xml12
2 files changed, 33 insertions, 0 deletions
diff --git a/Penguloon/Resources/Resource.Designer.cs b/Penguloon/Resources/Resource.Designer.cs
index 7de55ec..1a0115e 100644
--- a/Penguloon/Resources/Resource.Designer.cs
+++ b/Penguloon/Resources/Resource.Designer.cs
@@ -66,6 +66,27 @@ namespace Penguloon
// aapt resource value: 0x7f030000
public const int ApplicationName = 2130903040;
+ // aapt resource value: 0x7f030009
+ public const int IngameNo = 2130903049;
+
+ // aapt resource value: 0x7f030003
+ public const int IngameOptions = 2130903043;
+
+ // aapt resource value: 0x7f030005
+ public const int IngameOptionsContinue = 2130903045;
+
+ // aapt resource value: 0x7f030006
+ public const int IngameOptionsQuit = 2130903046;
+
+ // aapt resource value: 0x7f030007
+ public const int IngameOptionsQuitConfirmation = 2130903047;
+
+ // aapt resource value: 0x7f030004
+ public const int IngameStart = 2130903044;
+
+ // aapt resource value: 0x7f030008
+ public const int IngameYes = 2130903048;
+
// aapt resource value: 0x7f030002
public const int LevelSelectionBack = 2130903042;
diff --git a/Penguloon/Resources/Values/Strings.xml b/Penguloon/Resources/Values/Strings.xml
index 3e77381..0af942b 100644
--- a/Penguloon/Resources/Values/Strings.xml
+++ b/Penguloon/Resources/Values/Strings.xml
@@ -7,4 +7,16 @@
<!-- level selection -->
<string name="LevelSelectionBack">Back</string>
+
+ <!-- ingame -->
+ <string name="IngameOptions">Options</string>
+ <string name="IngameStart">Start</string>
+
+ <!-- ingame options menu -->
+ <string name="IngameOptionsContinue">Continue</string>
+ <string name="IngameOptionsQuit">Quit</string>
+
+ <string name="IngameOptionsQuitConfirmation">Are you sure you want to quit?</string>
+ <string name="IngameYes">Yes</string>
+ <string name="IngameNo">No</string>
</resources>