project_files/Android-build/SDL-android-project/res/values/strings.xml
changeset 7358 57a508884052
parent 7355 5673e95ef647
child 7444 2e31f114f57e
equal deleted inserted replaced
7355:5673e95ef647 7358:57a508884052
    10     <!-- SDCARD -->
    10     <!-- SDCARD -->
    11     <string name="sdcard_not_mounted_title">Sorry! Could not find the SDCard</string>
    11     <string name="sdcard_not_mounted_title">Sorry! Could not find the SDCard</string>
    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>
    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>
    13 
    13 
    14     <!-- Notification -->
    14     <!-- Notification -->
    15     <string name="notification_title">Downloading hedgewars files...</string>
    15     <string name="notification_title">Downloading hedgewars files&#8230;</string>
    16     <string name="notification_done">Successfully downloaded: </string>
    16     <string name="notification_done">Successfully downloaded: </string>
    17 
    17 
    18     <!-- Download Activity -->
    18     <!-- Download Activity -->
    19     <string name="download_background">Continue in background</string>
    19     <string name="download_background">Continue in background</string>
    20     <string name="download_cancel">Cancel</string>
    20     <string name="download_cancel">Cancel</string>
    21     <string name="download_done">Done</string>
    21     <string name="download_done">Done</string>
    22     <string name="download_back">Back to main menu</string>
    22     <string name="download_back">Back to main menu</string>
    23     <string name="download_tryagain">Try again</string>
    23     <string name="download_tryagain">Try again</string>
    24     <string name="download_failed">The download has failed because of: </string>
    24     <string name="download_failed">The download has failed because of: </string>
    25     <string name="download_userexplain">Before starting the game we must download some extra files...</string>
    25     <string name="download_userexplain">Before starting the game we must download some extra files&#8230;</string>
    26     <string name="download_areyousure">Are you sure you want to download this package?</string>
    26     <string name="download_areyousure">Are you sure you want to download this package?</string>
    27     <string name="download_alreadydownloaded">You\'ve already downloaded this package, are you sure you want to download it again?</string>
    27     <string name="download_alreadydownloaded">You\'ve already downloaded this package, are you sure you want to download it again?</string>
    28     <string name="download_downloadnow">Download now!</string>
    28     <string name="download_downloadnow">Download now!</string>
    29     <string name="download_queued">This download has been queued</string>
    29     <string name="download_queued">This download has been queued</string>
    30 
    30 
    88     <string name="log_player_leave_with_msg">%1$s has left (%2$s).</string>
    88     <string name="log_player_leave_with_msg">%1$s has left (%2$s).</string>
    89     
    89     
    90     <!-- Start netgame dialog -->
    90     <!-- Start netgame dialog -->
    91     <string name="start_netgame_dialog_title">Connect</string>
    91     <string name="start_netgame_dialog_title">Connect</string>
    92     <string name="start_netgame_dialog_message">Please select a username.</string>
    92     <string name="start_netgame_dialog_message">Please select a username.</string>
    93     <string name="start_netgame_dialog_playername_hint">Enter a username here</string>
    93     <string name="start_netgame_dialog_playername_hint">Username</string>
    94     
    94     
    95     <string name="lobby_playerlist_contextmenu_info">Info (shown in chat)</string>
    95     <string name="lobby_playerlist_contextmenu_info">Info (shown in chat)</string>
    96     <string name="lobby_playerlist_contextmenu_follow">Follow</string>
    96     <string name="lobby_playerlist_contextmenu_follow">Follow</string>
    97     <string name="lobby_roomlistmenu_create">Create room</string>
    97     <string name="lobby_roomlistmenu_create">Create room</string>
    98     <string name="lobby_roomlistmenu_refresh">Refresh</string>
    98     <string name="lobby_roomlistmenu_refresh">Refresh</string>
   103     <!-- Errors -->
   103     <!-- Errors -->
   104     <string name="error_connection_failed">Unable to connect to the server.</string>
   104     <string name="error_connection_failed">Unable to connect to the server.</string>
   105     <string name="error_unexpected">An unexpected error has occurred: %1$s</string>
   105     <string name="error_unexpected">An unexpected error has occurred: %1$s</string>
   106     <string name="error_server_too_old">The server you tried to connect to is using an incompatible protocol.</string>
   106     <string name="error_server_too_old">The server you tried to connect to is using an incompatible protocol.</string>
   107     <string name="error_auth_failed">Unable to authenticate for your username.</string>
   107     <string name="error_auth_failed">Unable to authenticate for your username.</string>
   108     <string name="error_connection_lost">The connection to the server was lost.</string>
   108     <string name="error_connection_lost">The connection to the server was lost: %1$s</string>
       
   109     
       
   110     <!-- Dialogs -->
       
   111     <string name="dialog_connecting_title">Please wait</string>
       
   112     <string name="dialog_connecting_message">Connecting to the server&#8230;</string>
       
   113     <string name="dialog_password_title">Password required</string>
       
   114     <string name="dialog_password_message">The server has requested a password to connect as "%1$s".</string>
       
   115     <string name="dialog_password_hint">Password</string>
   109     
   116     
   110 </resources>
   117 </resources>