summaryrefslogtreecommitdiff
path: root/Penguloon/Resources/Values
diff options
context:
space:
mode:
Diffstat (limited to 'Penguloon/Resources/Values')
-rw-r--r--Penguloon/Resources/Values/Strings.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Penguloon/Resources/Values/Strings.xml b/Penguloon/Resources/Values/Strings.xml
index feffcb2..c42c669 100644
--- a/Penguloon/Resources/Values/Strings.xml
+++ b/Penguloon/Resources/Values/Strings.xml
@@ -5,6 +5,7 @@
<!-- menu -->
<string name="MenuBtnPlay">Play</string>
<string name="MenuBtnStats">Stats</string>
+ <string name="MenuBtnCredits">Credits</string>
<!-- level selection -->
<string name="LevelSelectionBack">Back</string>
@@ -13,6 +14,12 @@
<string name="IngameOptions">Options</string>
<string name="IngameStart">Start</string>
+ <!-- objects info text -->
+ <string name="ObjectPenguin">This penguin does not like \n balloons</string>
+ <string name="ObjectGoldPenguin">This penguin king shoots \n even faster than regular \n penguins</string>
+ <string name="ObjectCannon">This penguin manufactored \n cannon can pop multiple \n balloons at once!</string>
+ <string name="ObjectHospital">This weird object restores \n health after every round..</string>
+
<!-- ingame options menu -->
<string name="IngameOptionsContinue">Continue</string>
<string name="IngameOptionsQuit">Quit</string>