project_files/Android-build/SDL-android-project/res/values/strings.xml
author Xeli
Thu, 04 Aug 2011 17:34:21 +0200
branchhedgeroid
changeset 5467 88e25840f532
parent 5431 356b4fbd4c48
child 5536 61431600b133
permissions -rw-r--r--
Main activities for starting up the game, changing gameconfig, selecting and creating teams with their respective layouts and values
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
    
5467
88e25840f532 Main activities for starting up the game, changing gameconfig, selecting and creating teams with their respective layouts and values
Xeli
parents: 5431
diff changeset
     5
    <string name="select">Select</string>
88e25840f532 Main activities for starting up the game, changing gameconfig, selecting and creating teams with their respective layouts and values
Xeli
parents: 5431
diff changeset
     6
    <string name="edit">Edit</string>
88e25840f532 Main activities for starting up the game, changing gameconfig, selecting and creating teams with their respective layouts and values
Xeli
parents: 5431
diff changeset
     7
    <string name="delete">Delete</string>
88e25840f532 Main activities for starting up the game, changing gameconfig, selecting and creating teams with their respective layouts and values
Xeli
parents: 5431
diff changeset
     8
    
5397
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
     9
    <!-- SDCARD -->
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
    10
    <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
    11
        
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
    12
    <!-- Notification -->
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
    13
    <string name="notification_title">Downloading hedgewars files...</string>
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
    14
    <string name="notification_done">Success - Download complete</string>
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
    15
    
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
    16
    <!-- Download Activity -->
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
    17
    <string name="download_background">Continue in background</string>
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
    18
    <string name="download_cancel">Cancel</string>
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
    19
    <string name="download_done">Done</string>
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
    20
    <string name="download_back">Back to main menu</string>
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
    21
    
5431
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents: 5397
diff changeset
    22
    <!-- start game -->
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents: 5397
diff changeset
    23
    
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents: 5397
diff changeset
    24
    <string name="start_gameplay">Gameplay</string>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents: 5397
diff changeset
    25
    <string name="start_gamescheme">Game scheme</string>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents: 5397
diff changeset
    26
    <string name="start_weapons">Weapons</string>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents: 5397
diff changeset
    27
    <string name="start_map">Map</string>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents: 5397
diff changeset
    28
    <string name="start_filter">Filter</string>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents: 5397
diff changeset
    29
    <string name="start_themes">Themes</string>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents: 5397
diff changeset
    30
    
5467
88e25840f532 Main activities for starting up the game, changing gameconfig, selecting and creating teams with their respective layouts and values
Xeli
parents: 5431
diff changeset
    31
    <!-- Settings -->
88e25840f532 Main activities for starting up the game, changing gameconfig, selecting and creating teams with their respective layouts and values
Xeli
parents: 5431
diff changeset
    32
    <string name="name">Name</string>
88e25840f532 Main activities for starting up the game, changing gameconfig, selecting and creating teams with their respective layouts and values
Xeli
parents: 5431
diff changeset
    33
    <string name="name_default">Unnamed</string>
88e25840f532 Main activities for starting up the game, changing gameconfig, selecting and creating teams with their respective layouts and values
Xeli
parents: 5431
diff changeset
    34
    <string name="type">Type</string>
88e25840f532 Main activities for starting up the game, changing gameconfig, selecting and creating teams with their respective layouts and values
Xeli
parents: 5431
diff changeset
    35
    <string name="grave">Grave</string>
88e25840f532 Main activities for starting up the game, changing gameconfig, selecting and creating teams with their respective layouts and values
Xeli
parents: 5431
diff changeset
    36
    <string name="flag">Flag</string>
88e25840f532 Main activities for starting up the game, changing gameconfig, selecting and creating teams with their respective layouts and values
Xeli
parents: 5431
diff changeset
    37
    <string name="voice">Voice</string>
88e25840f532 Main activities for starting up the game, changing gameconfig, selecting and creating teams with their respective layouts and values
Xeli
parents: 5431
diff changeset
    38
    <string name="fort">Fort</string>
88e25840f532 Main activities for starting up the game, changing gameconfig, selecting and creating teams with their respective layouts and values
Xeli
parents: 5431
diff changeset
    39
    
88e25840f532 Main activities for starting up the game, changing gameconfig, selecting and creating teams with their respective layouts and values
Xeli
parents: 5431
diff changeset
    40
    <!-- Difficulty levels -->
88e25840f532 Main activities for starting up the game, changing gameconfig, selecting and creating teams with their respective layouts and values
Xeli
parents: 5431
diff changeset
    41
    <string name="human">Human</string>
88e25840f532 Main activities for starting up the game, changing gameconfig, selecting and creating teams with their respective layouts and values
Xeli
parents: 5431
diff changeset
    42
    <string name="bot5">Level 5</string>
88e25840f532 Main activities for starting up the game, changing gameconfig, selecting and creating teams with their respective layouts and values
Xeli
parents: 5431
diff changeset
    43
    <string name="bot4">Level 4</string>
88e25840f532 Main activities for starting up the game, changing gameconfig, selecting and creating teams with their respective layouts and values
Xeli
parents: 5431
diff changeset
    44
    <string name="bot3">Level 3</string>
88e25840f532 Main activities for starting up the game, changing gameconfig, selecting and creating teams with their respective layouts and values
Xeli
parents: 5431
diff changeset
    45
    <string name="bot2">Level 2</string>
88e25840f532 Main activities for starting up the game, changing gameconfig, selecting and creating teams with their respective layouts and values
Xeli
parents: 5431
diff changeset
    46
    <string name="bot1">Level 1</string>
88e25840f532 Main activities for starting up the game, changing gameconfig, selecting and creating teams with their respective layouts and values
Xeli
parents: 5431
diff changeset
    47
    
5304
e29aa9e29f00 Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff changeset
    48
</resources>