project_files/Android-build/SDL-android-project/res/values/strings.xml
author Xeli
Tue, 05 Jul 2011 18:27:18 +0200
branchhedgeroid
changeset 5397 4ae1b082e4ba
parent 5304 e29aa9e29f00
child 5431 356b4fbd4c48
permissions -rw-r--r--
Added download functionality and changed some icons

<?xml version="1.0" encoding="utf-8"?>
<resources>
    <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>