project_files/Android-build/SDL-android-project/res/values/strings.xml
author Xeli
Thu, 14 Jul 2011 15:54:12 +0200
branchhedgeroid
changeset 5431 356b4fbd4c48
parent 5397 4ae1b082e4ba
child 5467 88e25840f532
permissions -rw-r--r--
this file points to the resources files containing weapons and schemes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
     3
    <string name="app_name">Hedgewars</string>
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
     4
    
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
     5
    <!-- SDCARD -->
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
     6
    <string name="sdcard_not_mounted">There\'s been an error when accessing the sdcard, is it connected to another computer?</string>
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
     7
        
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
     8
    <!-- Notification -->
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
     9
    <string name="notification_title">Downloading hedgewars files...</string>
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
    10
    <string name="notification_done">Success - Download complete</string>
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
    11
    
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
    12
    <!-- Download Activity -->
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
    13
    <string name="download_background">Continue in background</string>
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
    14
    <string name="download_cancel">Cancel</string>
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
    15
    <string name="download_done">Done</string>
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
    16
    <string name="download_back">Back to main menu</string>
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
    17
    
5431
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents: 5397
diff changeset
    18
    <!-- start game -->
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents: 5397
diff changeset
    19
    
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents: 5397
diff changeset
    20
    <string name="start_gameplay">Gameplay</string>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents: 5397
diff changeset
    21
    <string name="start_gamescheme">Game scheme</string>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents: 5397
diff changeset
    22
    <string name="start_weapons">Weapons</string>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents: 5397
diff changeset
    23
    <string name="start_map">Map</string>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents: 5397
diff changeset
    24
    <string name="start_filter">Filter</string>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents: 5397
diff changeset
    25
    <string name="start_themes">Themes</string>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents: 5397
diff changeset
    26
    
5304
e29aa9e29f00 Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff changeset
    27
</resources>