diff options
Diffstat (limited to 'Penguloon/Resources/Values/Strings.xml')
| -rw-r--r-- | Penguloon/Resources/Values/Strings.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Penguloon/Resources/Values/Strings.xml b/Penguloon/Resources/Values/Strings.xml index 01bbd6d..3e77381 100644 --- a/Penguloon/Resources/Values/Strings.xml +++ b/Penguloon/Resources/Values/Strings.xml @@ -1,5 +1,10 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <string name="Hello">Hello World, Click Me!</string> <string name="ApplicationName">Penguloon</string> + + <!-- menu --> + <string name="MenuBtnPlay">Play</string> + + <!-- level selection --> + <string name="LevelSelectionBack">Back</string> </resources> |
