author | Xeli |
Tue, 05 Jul 2011 18:27:18 +0200 | |
branch | hedgeroid |
changeset 5397 | 4ae1b082e4ba |
parent 5304 | e29aa9e29f00 |
child 5431 | 356b4fbd4c48 |
permissions | -rw-r--r-- |
5304
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="utf-8"?> |
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
2 |
<resources> |
5397 | 3 |
<string name="app_name">Hedgewars</string> |
4 |
||
5 |
<!-- SDCARD --> |
|
6 |
<string name="sdcard_not_mounted">There\'s been an error when accessing the sdcard, is it connected to another computer?</string> |
|
7 |
||
8 |
<!-- Notification --> |
|
9 |
<string name="notification_title">Downloading hedgewars files...</string> |
|
10 |
<string name="notification_done">Success - Download complete</string> |
|
11 |
||
12 |
<!-- Download Activity --> |
|
13 |
<string name="download_background">Continue in background</string> |
|
14 |
<string name="download_cancel">Cancel</string> |
|
15 |
<string name="download_done">Done</string> |
|
16 |
<string name="download_back">Back to main menu</string> |
|
17 |
||
5304
e29aa9e29f00
Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff
changeset
|
18 |
</resources> |