project_files/Android-build/SDL-android-project/res/values/strings.xml
changeset 7476 2fb781bbdd51
parent 7461 38acbfdb484f
child 7485 0481bd74267c
equal deleted inserted replaced
7473:45b9f25ff611 7476:2fb781bbdd51
   102     <!-- Start netgame dialog -->
   102     <!-- Start netgame dialog -->
   103     <string name="start_netgame_dialog_title">Connect</string>
   103     <string name="start_netgame_dialog_title">Connect</string>
   104     <string name="start_netgame_dialog_message">Please select a username.</string>
   104     <string name="start_netgame_dialog_message">Please select a username.</string>
   105     <string name="start_netgame_dialog_playername_hint">Username</string>
   105     <string name="start_netgame_dialog_playername_hint">Username</string>
   106     
   106     
       
   107     <string name="playerlist_contextmenu_kick">Kick</string>
   107     <string name="lobby_playerlist_contextmenu_info">Info (shown in chat)</string>
   108     <string name="lobby_playerlist_contextmenu_info">Info (shown in chat)</string>
   108     <string name="lobby_playerlist_contextmenu_follow">Follow</string>
   109     <string name="lobby_playerlist_contextmenu_follow">Follow</string>
   109     <string name="lobby_roomlistmenu_create">Create room</string>
   110     <string name="lobby_roomlistmenu_create">Create room</string>
   110     <string name="lobby_roomlistmenu_refresh">Refresh</string>
   111     <string name="lobby_roomlistmenu_refresh">Refresh</string>
   111     <string name="lobby_menu_disconnect">Disconnect</string>
   112     <string name="lobby_menu_disconnect">Disconnect</string>
   119     <string name="error_connection_failed">Unable to connect to the server.</string>
   120     <string name="error_connection_failed">Unable to connect to the server.</string>
   120     <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>
   121     <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>
   122     <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>
   123     <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>
       
   126     
   124     
   127     
   125     <!-- Dialogs -->
   128     <!-- Dialogs -->
   126     <string name="dialog_connecting_title">Please wait</string>
   129     <string name="dialog_connecting_title">Please wait</string>
   127     <string name="dialog_connecting_message">Connecting to the server&#8230;</string>
   130     <string name="dialog_connecting_message">Connecting to the server&#8230;</string>
   128     <string name="dialog_password_title">Password required</string>
   131     <string name="dialog_password_title">Password required</string>