source: galcon-client/res/values/strings.xml@ 1bc5794

Last change on this file since 1bc5794 was 1bc5794, checked in by dportnoy <devnull@…>, 14 years ago

Added the bin folder to hgignore and changed the app_name.

  • Property mode set to 100644
File size: 1017 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2
3<resources>
4 <string name="app_name">Galcon Clone</string>
5
6 <string name="menu_start">Start</string>
7 <string name="menu_stop">Stop</string>
8 <string name="menu_pause">Pause</string>
9 <string name="menu_resume">Resume</string>
10 <string name="menu_easy">Easy</string>
11 <string name="menu_medium">Medium</string>
12 <string name="menu_hard">Hard</string>
13
14 <string name="mode_ready">Lunar Lander\nPress Up To Play</string>
15 <string name="mode_pause">Paused\nPress Up To Resume</string>
16 <string name="mode_lose">Game Over\nPress Up To Play</string>
17 <string name="mode_win_prefix">Success!\n</string>
18 <string name="mode_win_suffix">in a row\nPress Up to Play</string>
19
20 <string name="message_stopped">Stopped</string>
21 <string name="message_off_pad">Off Landing Pad</string>
22 <string name="message_too_fast">Too Fast</string>
23 <string name="message_bad_angle">Bad Angle</string>
24
25 <string name="lunar_layout_text_text"></string>
26</resources>
Note: See TracBrowser for help on using the repository browser.