project_files/Android-build/SDL-android-project/res/values/strings.xml
changeset 7461 38acbfdb484f
parent 7449 2e63537b44f3
child 7476 2fb781bbdd51
equal deleted inserted replaced
7458:fec6fa1e460e 7461:38acbfdb484f
    60     <string name="bot3">Level 3</string>
    60     <string name="bot3">Level 3</string>
    61     <string name="bot2">Level 2</string>
    61     <string name="bot2">Level 2</string>
    62     <string name="bot1">Level 1</string>
    62     <string name="bot1">Level 1</string>
    63 
    63 
    64     <string name="title_activity_lobby">Hedgewars Server Lobby</string>
    64     <string name="title_activity_lobby">Hedgewars Server Lobby</string>
       
    65     <string name="title_activity_room">Room</string>
       
    66     
    65     <string name="chat_hint">Type here to chat</string>
    67     <string name="chat_hint">Type here to chat</string>
    66 
    68 
    67     <!-- Map settings -->
    69     <!-- Map settings -->
    68     <string name="map_map">Map</string>
    70     <string name="map_map">Map</string>
    69     <string name="map_type">Type</string>
    71     <string name="map_type">Type</string>
   116     <!-- Errors -->
   118     <!-- Errors -->
   117     <string name="error_connection_failed">Unable to connect to the server.</string>
   119     <string name="error_connection_failed">Unable to connect to the server.</string>
   118     <string name="error_unexpected">An unexpected error has occurred: %1$s</string>
   120     <string name="error_unexpected">An unexpected error has occurred: %1$s</string>
   119     <string name="error_server_too_old">The server you tried to connect to is using an incompatible protocol.</string>
   121     <string name="error_server_too_old">The server you tried to connect to is using an incompatible protocol.</string>
   120     <string name="error_auth_failed">Unable to authenticate for your username.</string>
   122     <string name="error_auth_failed">Unable to authenticate for your username.</string>
   121     <string name="error_connection_lost">The connection to the server was lost: %1$s</string>
   123     <string name="error_connection_lost">The connection to the server was lost.</string>
   122     
   124     
   123     <!-- Dialogs -->
   125     <!-- Dialogs -->
   124     <string name="dialog_connecting_title">Please wait</string>
   126     <string name="dialog_connecting_title">Please wait</string>
   125     <string name="dialog_connecting_message">Connecting to the server&#8230;</string>
   127     <string name="dialog_connecting_message">Connecting to the server&#8230;</string>
   126     <string name="dialog_password_title">Password required</string>
   128     <string name="dialog_password_title">Password required</string>
   127     <string name="dialog_password_message">The server has requested a password to connect as "%1$s".</string>
   129     <string name="dialog_password_message">The server has requested a password to connect as "%1$s".</string>
   128     <string name="dialog_password_hint">Password</string>
   130     <string name="dialog_password_hint">Password</string>
   129     <string name="dialog_password_remember">remember password</string>
   131     <string name="dialog_password_remember">remember password</string>
       
   132     <string name="dialog_create_room_hint">Room name</string>
       
   133     <string name="dialog_create_room_title">Create new room</string>
       
   134     
       
   135     <string name="toast_disconnected">Disconnected: %1$s</string>
       
   136     <string name="toast_room_abandoned">The room was closed because the owner left.</string>
       
   137     <string name="toast_kicked">You were kicked from the room.</string>
   130 </resources>
   138 </resources>