project_files/Android-build/SDL-android-project/res/values/strings.xml
changeset 7485 0481bd74267c
parent 7476 2fb781bbdd51
child 7508 763d3961400b
equal deleted inserted replaced
7482:d70a5b0d1190 7485:0481bd74267c
   121     <string name="error_unexpected">An unexpected error has occurred: %1$s</string>
   121     <string name="error_unexpected">An unexpected error has occurred: %1$s</string>
   122     <string name="error_server_too_old">The server you tried to connect to is using an incompatible protocol.</string>
   122     <string name="error_server_too_old">The server you tried to connect to is using an incompatible protocol.</string>
   123     <string name="error_auth_failed">Unable to authenticate for your username.</string>
   123     <string name="error_auth_failed">Unable to authenticate for your username.</string>
   124     <string name="error_connection_lost">The connection to the server was lost.</string>
   124     <string name="error_connection_lost">The connection to the server was lost.</string>
   125     <string name="error_save_failed">Saving has failed.</string>
   125     <string name="error_save_failed">Saving has failed.</string>
   126     
   126     <string name="error_missing_sdcard_or_files">Error: Either the sdcard is not available, or files are missing from the Data directory.</string>
       
   127     <string name="error_team_attribute_not_found">Error: This team uses assets which we do not have. Try downloading the big data package from the main menu.</string>
   127     
   128     
   128     <!-- Dialogs -->
   129     <!-- Dialogs -->
   129     <string name="dialog_connecting_title">Please wait</string>
   130     <string name="dialog_connecting_title">Please wait</string>
   130     <string name="dialog_connecting_message">Connecting to the server&#8230;</string>
   131     <string name="dialog_connecting_message">Connecting to the server&#8230;</string>
   131     <string name="dialog_password_title">Password required</string>
   132     <string name="dialog_password_title">Password required</string>
   132     <string name="dialog_password_message">The server has requested a password to connect as "%1$s".</string>
   133     <string name="dialog_password_message">The server has requested a password to connect as "%1$s".</string>
   133     <string name="dialog_password_hint">Password</string>
   134     <string name="dialog_password_hint">Password</string>
   134     <string name="dialog_password_remember">remember password</string>
   135     <string name="dialog_password_remember">remember password</string>
   135     <string name="dialog_create_room_hint">Room name</string>
   136     <string name="dialog_create_room_hint">Room name</string>
   136     <string name="dialog_create_room_title">Create new room</string>
   137     <string name="dialog_create_room_title">Create new room</string>
       
   138     <string name="dialog_addteam_title">Add team</string>
   137     
   139     
   138     <string name="toast_disconnected">Disconnected: %1$s</string>
   140     <string name="toast_disconnected">Disconnected: %1$s</string>
   139     <string name="toast_room_abandoned">The room was closed because the owner left.</string>
   141     <string name="toast_room_abandoned">The room was closed because the owner left.</string>
   140     <string name="toast_kicked">You were kicked from the room.</string>
   142     <string name="toast_kicked">You were kicked from the room.</string>
   141 </resources>
   143 </resources>