project_files/Android-build/SDL-android-project/res/values/strings.xml
author Xeli
Mon, 28 Nov 2011 16:20:48 +0100
changeset 6456 fed715edc3ee
parent 6350 41b0a9955c47
child 6568 ad83229a7d98
permissions -rw-r--r--
android: check if the sdcard directory is writable, if it isn't close the app
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>
5613
a7e40b20ce44 small cosmetic change
Xeli
parents: 5536
diff changeset
     8
    <string name="saved">Saved succesfully</string>
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
     9
    
5397
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
    10
    <!-- SDCARD -->
6456
fed715edc3ee android: check if the sdcard directory is writable, if it isn't close the app
Xeli
parents: 6350
diff changeset
    11
    <string name="sdcard_not_mounted_title">Sorry! Could not find the SDCard</string>
fed715edc3ee android: check if the sdcard directory is writable, if it isn't close the app
Xeli
parents: 6350
diff changeset
    12
    <string name="sdcard_not_mounted">There\'s been an error when accessing the SDcard. Please check if there is an SDcard present in the device (internal or external) and if the SDcard is not mounted (via usb to your computer for example). Hedgewars for Android will now quit</string>
5397
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
    13
        
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
    14
    <!-- Notification -->
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
    15
    <string name="notification_title">Downloading hedgewars files...</string>
6350
41b0a9955c47 new download manager \o/
Xeli
parents: 5671
diff changeset
    16
    <string name="notification_done">Successfully downloaded: </string>
5397
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
    17
    
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
    18
    <!-- Download Activity -->
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
    19
    <string name="download_background">Continue in background</string>
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
    20
    <string name="download_cancel">Cancel</string>
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
    21
    <string name="download_done">Done</string>
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
    22
    <string name="download_back">Back to main menu</string>
5671
ba4c3a4c8b09 Check if we need to download and prevent user from reaching the startgame menu because it needs images from the download
Xeli
parents: 5625
diff changeset
    23
    <string name="download_tryagain">Try again</string>
ba4c3a4c8b09 Check if we need to download and prevent user from reaching the startgame menu because it needs images from the download
Xeli
parents: 5625
diff changeset
    24
    <string name="download_failed">The download has failed, check the internet connectivity and please try again</string>
ba4c3a4c8b09 Check if we need to download and prevent user from reaching the startgame menu because it needs images from the download
Xeli
parents: 5625
diff changeset
    25
    <string name="download_userexplain">Before starting the game we must download some extra files...</string>
5397
4ae1b082e4ba Added download functionality and changed some icons
Xeli
parents: 5304
diff changeset
    26
    
6350
41b0a9955c47 new download manager \o/
Xeli
parents: 5671
diff changeset
    27
    <string name="download_areyousure">Are you sure you want to download this package?</string>
41b0a9955c47 new download manager \o/
Xeli
parents: 5671
diff changeset
    28
    <string name="download_alreadydownloaded">You\'ve already downloaded this package, are you sure you want to download it again?</string>
41b0a9955c47 new download manager \o/
Xeli
parents: 5671
diff changeset
    29
    <string name="download_downloadnow">Download now!</string>
41b0a9955c47 new download manager \o/
Xeli
parents: 5671
diff changeset
    30
    
41b0a9955c47 new download manager \o/
Xeli
parents: 5671
diff changeset
    31
    <string name="download_queued">This download has been queued</string>
41b0a9955c47 new download manager \o/
Xeli
parents: 5671
diff changeset
    32
    
5431
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents: 5397
diff changeset
    33
    <!-- start game -->
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents: 5397
diff changeset
    34
    
5536
61431600b133 Changed gametype to 'style'
Xeli
parents: 5467
diff changeset
    35
    <string name="start_gameplay">Style</string>
5431
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents: 5397
diff changeset
    36
    <string name="start_gamescheme">Game scheme</string>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents: 5397
diff changeset
    37
    <string name="start_weapons">Weapons</string>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents: 5397
diff changeset
    38
    <string name="start_map">Map</string>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents: 5397
diff changeset
    39
    <string name="start_filter">Filter</string>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents: 5397
diff changeset
    40
    <string name="start_themes">Themes</string>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents: 5397
diff changeset
    41
    
5625
9add7b92c5f0 Added a check for team count to prevent the engine from crashes when starting with <2 teams + changed the text in the Teams selection menu
Xeli
parents: 5613
diff changeset
    42
    
9add7b92c5f0 Added a check for team count to prevent the engine from crashes when starting with <2 teams + changed the text in the Teams selection menu
Xeli
parents: 5613
diff changeset
    43
    
9add7b92c5f0 Added a check for team count to prevent the engine from crashes when starting with <2 teams + changed the text in the Teams selection menu
Xeli
parents: 5613
diff changeset
    44
    <!-- Teams -->
9add7b92c5f0 Added a check for team count to prevent the engine from crashes when starting with <2 teams + changed the text in the Teams selection menu
Xeli
parents: 5613
diff changeset
    45
    <string name="not_enough_teams">Not enough teams</string>
9add7b92c5f0 Added a check for team count to prevent the engine from crashes when starting with <2 teams + changed the text in the Teams selection menu
Xeli
parents: 5613
diff changeset
    46
    <string name="teams_info_template">Selected teams = %d</string>
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
    47
    <!-- 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
    48
    <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
    49
    <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
    50
    <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
    51
    <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
    52
    <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
    53
    <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
    54
    <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
    55
    
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
    56
    <!-- 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
    57
    <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
    58
    <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
    59
    <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
    60
    <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
    61
    <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
    62
    <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
    63
    
5304
e29aa9e29f00 Added SDL-android-project, this is the Android/Java part of the application
Xeli
parents:
diff changeset
    64
</resources>