source: advance-wars/res/values/strings.xml@ b660017

Last change on this file since b660017 was 113d7cf, checked in by dportnoy <devnull@…>, 13 years ago

Implemented saving/loading of the map and the units on it. Also did some package refactoring (renamed com.medievaltech.game to com.medievaltech.unit and moved some classes into com.medievaltech.advancewars)

  • Property mode set to 100644
File size: 308 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<resources>
3 <string name="hello">Hello World, advancewars!</string>
4 <string name="app_name">Advance Wars</string>
5 <string name="menu_save">Save</string>
6 <string name="menu_main">Main Menu</string>
7 <string name="menu_exit">Exit</string>
8</resources>
Note: See TracBrowser for help on using the repository browser.