diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2017-12-11 22:02:13 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2017-12-11 22:02:13 +0100 |
| commit | fd6fa4e5cebbe3edb65d50c78dcc8a97ce98ce64 (patch) | |
| tree | 8950f6b9023e0b47e22e1cd4869ab76de0803f4c /Penguloon/Resources/Values/Strings.xml | |
| parent | c4c0f3c887d627b6432551e96009c7aeecd4cdd8 (diff) | |
First commit
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> |
