project_files/Android-build/SDL-android-project/res/values/strings.xml
branchhedgeroid
changeset 5397 4ae1b082e4ba
parent 5304 e29aa9e29f00
child 5431 356b4fbd4c48
--- a/project_files/Android-build/SDL-android-project/res/values/strings.xml	Tue Jul 05 18:23:54 2011 +0200
+++ b/project_files/Android-build/SDL-android-project/res/values/strings.xml	Tue Jul 05 18:27:18 2011 +0200
@@ -1,4 +1,18 @@
 <?xml version="1.0" encoding="utf-8"?>
 <resources>
-    <string name="app_name">SDL App</string>
+    <string name="app_name">Hedgewars</string>
+    
+    <!-- SDCARD -->
+    <string name="sdcard_not_mounted">There\'s been an error when accessing the sdcard, is it connected to another computer?</string>
+        
+    <!-- Notification -->
+    <string name="notification_title">Downloading hedgewars files...</string>
+    <string name="notification_done">Success - Download complete</string>
+    
+    <!-- Download Activity -->
+    <string name="download_background">Continue in background</string>
+    <string name="download_cancel">Cancel</string>
+    <string name="download_done">Done</string>
+    <string name="download_back">Back to main menu</string>
+    
 </resources>