More translations!

This commit is contained in:
md_5 2013-08-05 17:29:19 +10:00
parent b64a7be19b
commit f083e27649
3 changed files with 4 additions and 2 deletions

View File

@ -182,7 +182,7 @@ public final class UserConnection implements ProxiedPlayer
} }
if ( pendingConnects.contains( target ) ) if ( pendingConnects.contains( target ) )
{ {
sendMessage( ChatColor.RED + "Already connecting to this server!" ); sendMessage( bungee.getTranslation( "already_connecting" ) );
return; return;
} }

View File

@ -50,7 +50,7 @@ public class DownstreamBridge extends PacketHandler
{ {
server.setObsolete( true ); server.setObsolete( true );
con.connectNow( def ); con.connectNow( def );
con.sendMessage( ChatColor.RED + "The server you were previously on went down, you have been connected to the lobby" ); con.sendMessage( bungee.getTranslation( "server_went_down" ) );
} else } else
{ {
con.disconnect( Util.exception( t ) ); con.disconnect( Util.exception( t ) );

View File

@ -1,5 +1,6 @@
alert: \u00a78[\u00a74Alert\u00a78]\u00a7r alert: \u00a78[\u00a74Alert\u00a78]\u00a7r
already_connected: You are already connected to the server already_connected: You are already connected to the server
already_connecting: \u00a7cAlready connecting to this server!
connect_kick: \u00a7cKicked whilst connecting to connect_kick: \u00a7cKicked whilst connecting to
current_server: \u00a76You are currently connected to current_server: \u00a76You are currently connected to
fallback_kick: \u00a7cCould not connect to default server, please try again later: fallback_kick: \u00a7cCould not connect to default server, please try again later:
@ -15,4 +16,5 @@ proxy_full: Server is full
restart: [Proxy] Proxy restarting. restart: [Proxy] Proxy restarting.
server_kick: [Kicked] server_kick: [Kicked]
server_list: \u00a76You may connect to the following servers at this time: server_list: \u00a76You may connect to the following servers at this time:
server_went_down: \u00a7cThe server you were previously on went down, you have been connected to the lobby
total_players: Total players online: total_players: Total players online: