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

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

Implemented turn and support for computer-controller movement of units. Right now, the computer moves a specific unit down one square when its his turn.

  • Property mode set to 100644
File size: 359 bytes
RevLine 
[9b1f66b]1<?xml version="1.0" encoding="utf-8"?>
2<resources>
3 <string name="hello">Hello World, advancewars!</string>
[205f525]4 <string name="app_name">Advance Wars</string>
[fea4b77]5 <string name="menu_end_turn">End Turn</string>
[113d7cf]6 <string name="menu_save">Save</string>
7 <string name="menu_main">Main Menu</string>
[5d9e7bb]8 <string name="menu_exit">Exit</string>
[9b1f66b]9</resources>
Note: See TracBrowser for help on using the repository browser.