[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [translation/tor-messenger-ircproperties] Update translations for tor-messenger-ircproperties



commit 6a27560fe601ee57de7f9fffb527c67b5948c922
Author: Translation commit bot <translation@xxxxxxxxxxxxxx>
Date:   Thu Nov 12 00:47:01 2015 +0000

    Update translations for tor-messenger-ircproperties
---
 zh_TW/irc.properties |  202 +++++++++++++++++++++++++-------------------------
 1 file changed, 101 insertions(+), 101 deletions(-)

diff --git a/zh_TW/irc.properties b/zh_TW/irc.properties
index c9fff70..4c9e042 100644
--- a/zh_TW/irc.properties
+++ b/zh_TW/irc.properties
@@ -6,20 +6,20 @@
 #  This is displayed inside the accountUsernameInfoWithDescription
 #  string defined in imAccounts.properties when the user is
 #  configuring an IRC account.
-irc.usernameHint=nick
+irc.usernameHint=�稱
 
 # LOCALIZATION NOTE (connection.error.*):
 #   These will show in the account manager if the account is
 #   disconnected because of an error.
-connection.error.lost=Lost connection with server
-connection.error.timeOut=Connection timed out
-connection.error.invalidUsername=%S is not an allowed username
-connection.error.invalidPassword=Invalid server password
-connection.error.passwordRequired=Password required
+connection.error.lost=失å?»äº?è??伺æ??å?¨ç??é?£ç·?
+connection.error.timeOut=é?£ç·?è¶?æ??
+connection.error.invalidUsername=%S é??å??使ç?¨è??å??稱ä¸?è?½ä½¿ç?¨
+connection.error.invalidPassword=ç?¡æ??ç??伺æ??å?¨å¯?碼
+connection.error.passwordRequired=é??è¦?å¯?碼
 
 # LOCALIZATION NOTE (joinChat.*):
 #   These show up on the join chat menu. An underscore is for the access key.
-joinChat.channel=_Channel
+joinChat.channel=_é »é??
 joinChat.password=_�碼
 
 # LOCALIZATION NOTE (options.*):
@@ -27,173 +27,173 @@ joinChat.password=_�碼
 #   account wizard windows.
 options.server=伺æ??å?¨
 options.port=å? 
-options.ssl=Use SSL
-options.encoding=Character Set
-options.quitMessage=Quit message
-options.partMessage=Part message
-options.showServerTab=Show messages from the server
-options.alternateNicks=Alternate nicks
+options.ssl=使� SSL
+options.encoding=å­?符é??
+options.quitMessage=é?¢é??è¨?æ?¯
+options.partMessage=é?¢é??è¨?æ?¯
+options.showServerTab=顯示伺æ??å?¨è¨?æ?¯
+options.alternateNicks=å??ç?¨æ?±ç¨±
 
 # LOCALIZATION NOTE (ctcp.version):
 #   %1$S is the nickname of the user whose version was requested.
 #   %2$S is the version response from the client.
-ctcp.version=%1$S is using "%2$S".
+ctcp.version=%1$S æ­£å?¨ä½¿ç?¨â??%2$Sâ??ã??
 # LOCALIZATION NOTE (ctcp.time):
 #   %1$S is the nickname of the user whose time was requested.
 #   %2$S is the time response.
-ctcp.time=The time for %1$S is %2$S.
+ctcp.time=%1$S ç??æ??é??æ?¯ %2$Sã??
 
 # LOCALZIATION NOTE (command.*):
 #   These are the help messages for each command, the %S is the command name
 #   Each command first gives the parameter it accepts and then a description of
 #   the command.
-command.action=%S &lt;action to perform&gt;: Perform an action.
-command.ctcp=%S &lt;nick&gt; &lt;msg&gt;: Sends a CTCP message to the nick.
-command.chanserv=%S &lt;command&gt;: Send a command to ChanServ.
-command.deop=%S &lt;nick1&gt;[,&lt;nick2&gt;]*: Remove channel operator status from someone. You must be a channel operator to do this.
-command.devoice=%S &lt;nick1&gt;[,&lt;nick2&gt;]*: Remove channel voice status from someone, preventing them from speaking if the channel is moderated (+m). You must be a channel operator to do this.
-command.invite2=%S &lt;nick&gt;[ &lt;nick&gt;]* [&lt;channel&gt;]: Invite one or more nicks to join you in the current channel, or to join the specified channel.
-command.join=%S &lt;room1&gt;[ &lt;key1&gt;][,&lt;room2&gt;[ &lt;key2&gt;]]*: Enter one or more channels, optionally providing a channel key for each if needed.
-command.kick=%S &lt;nick&gt; [&lt;message&gt;]: Remove someone from a channel. You must be a channel operator to do this.
-command.list=%S: Display a list of chat rooms on the network. Warning, some servers may disconnect you upon doing this.
-command.memoserv=%S &lt;command&gt;: Send a command to MemoServ.
-command.modeUser=%S (+|-)&lt;new mode&gt; [&lt;nick&gt;]: Set or unset a user's mode.
-command.modeChannel=%S &lt;channel&gt;[ (+|-)&lt;new mode&gt; [&lt;parameter&gt;][,&lt;parameter&gt;]*]: Get, set or unset a channel mode.
-command.msg=%S &lt;nick&gt; &lt;message&gt;: Send a private message to a user (as opposed to a channel).
-command.nick=%S &lt;new nickname&gt;: Change your nickname.
-command.nickserv=%S &lt;command&gt;: Send a command to NickServ.
-command.notice=%S &lt;target&gt; &lt;message&gt;: Send a notice to a user or channel.
-command.op=%S &lt;nick1&gt;[,&lt;nick2&gt;]*: Grant channel operator status to someone. You must be a channel operator to do this.
-command.operserv=%S &lt;command&gt;: Send a command to OperServ.
-command.part=%S [message]: Leave the current channel with an optional message.
-command.ping=%S [&lt;nick&gt;]: Asks how much lag a user (or the server if no user specified) has.
-command.quit=%S &lt;message&gt;: Disconnect from the server, with an optional message.
-command.quote=%S &lt;command&gt;: Send a raw command to the server.
-command.time=%S: Displays the current local time at the IRC server.
-command.topic=%S [&lt;new topic&gt;]: Set this channel's topic.
-command.umode=%S (+|-)&lt;new mode&gt;: Set or unset a user mode.
-command.version=%S &lt;nick&gt;: Request the version of a user's client.
-command.voice=%S &lt;nick1&gt;[,&lt;nick2&gt;]*: Grant channel voice status to someone. You must be a channel operator to do this.
-command.whois2=%S [&lt;nick&gt;]: Get information on a user.
+command.action=%S &lt;è¦?å?·è¡?ç??å??ä½?&gt;: å?·è¡?å??ä½?ã??
+command.ctcp=%S &lt;æ?±ç¨±&gt; &lt;msg&gt;: å?³é??ä¸?å?? CTCP è¨?æ?¯å?°è©²æ?±ç¨±ã??
+command.chanserv=%S &lt;å?½ä»¤&gt;: å?³é??ä¸?å??å?½ä»¤å?° ChanServã??
+command.deop=%S &lt;æ?±ç¨±1&gt;[,&lt;æ?±ç¨±2&gt;]*: 移é?¤æ??人ç??é »é??æ??ä½?å?¡ç??æ??ã??æ?¨å¿?é ?æ?¯é »é??æ??ä½?å?¡æ??è?½å?·è¡?æ­¤æ??ä½?ã??
+command.devoice=%S &lt;æ?±ç¨±1&gt;[,&lt;æ?±ç¨±2&gt;]*: 移é?¤æ??人ç??é »é??主æ??ç??æ??ï¼?é?¿å??ä»?å??å?¨é »é??è??æ?¼ä¸»æ?? (+m) 模å¼?ä¸?ç?¼è¨?ã??æ?¨å¿?é ?æ?¯é »é??æ??ä½?å?¡æ??è?½å?·è¡?æ­¤æ??ä½?ã??
+command.invite2=%S &lt;æ?±ç¨±&gt;[ &lt;æ?±ç¨±&gt;]* [&lt;é »é??&gt;]: é??è«?ä¸?å??æ??å¤?å??æ?±ç¨±å? å?¥ä½ ç?¶å??æ??è??ç??é »é??ï¼?æ??è??é??è«?å? å?¥æ??å®?ç??é »é??ã??
+command.join=%S &lt;æ?¿é??1&gt;[ &lt;é??é?°1&gt;][,&lt;æ?¿é??2&gt;[ &lt;é??é?°2&gt;]]*: é?²å?¥ä¸?å??æ??å¤?å??é »é??ï¼?å?¯é?¸æ??ä¾?æ¯?å??é »é??ç??é??é?°ã??
+command.kick=%S &lt;æ?±ç¨±&gt; [&lt;è¨?æ?¯&gt;]: å¾?ä¸?å??é »é??中移é?¤æ??人ã??æ?¨å¿?é ?æ?¯é »é??æ??ä½?å?¡æ??è?½å?·è¡?æ­¤æ??ä½?ã??
+command.list=%S: 顯示ç?®å??網路ä¸?ç??è??天室å??表ã??è­¦å??ï¼?ä¸?äº?伺æ??å?¨å?¨æ?¨å?·è¡?æ­¤æ??ä½?å¾?å?¯è?½å°?æ?¨æ?·é??é?£ç·?ã??
+command.memoserv=%S &lt;å?½ä»¤&gt;: å?³é??ä¸?å??å?½ä»¤å?° MemoServã??
+command.modeUser=%S (+|-)&lt;æ?°æ¨¡å¼?&gt; [&lt;æ?±ç¨±&gt;]: 設å®?æ??å??æ¶?ä¸?å??使ç?¨è??ç??模å¼?ã??
+command.modeChannel=%S &lt;é »é??&gt;[ (+|-)&lt;æ?°æ¨¡å¼?&gt; [&lt;å??æ?¸&gt;][,&lt;å??æ?¸&gt;]*]: ç?²å??ã??設å®?æ??å??æ¶?設å®?ä¸?å??é??é??模å¼?ã??
+command.msg=%S &lt;æ?±ç¨±&gt; &lt;è¨?æ?¯&gt;: å?³é??ä¸?æ¢?ç§?信給ä¸?å??使ç?¨è??ï¼?ç?¸è¼?æ?¼å?³é??å?°ä¸?å??é »é??ï¼?ã??
+command.nick=%S &lt;æ?°æ?±ç¨±&gt;: æ?´æ?¹ä½ ç??æ?±ç¨±ã??
+command.nickserv=%S &lt;å?½ä»¤&gt;: å?³é??ä¸?å??å?½ä»¤å?° NickServã??
+command.notice=%S &lt;ç?®æ¨?&gt; &lt;è¨?æ?¯&gt;: å?³é??ä¸?å??é??ç?¥å?°ä¸?å??使ç?¨è??æ??é »é??ã??
+command.op=%S &lt;æ?±ç¨±1&gt;[,&lt;æ?±ç¨±2&gt;]*: æ??äº?æ??人頻é??æ??ä½?å?¡ç??æ??ã??æ?¨å¿?é ?æ?¯é »é??æ??ä½?å?¡æ??è?½å?·è¡?æ­¤æ??ä½?ã??
+command.operserv=%S &lt;å?½ä»¤&gt;: å?³é??ä¸?å??å?½ä»¤å?° OperServã??
+command.part=%S [è¨?æ?¯]: 使ç?¨å?¯é?¸ç??è¨?æ?¯é?¢é??ç?¶å??é »é??ã??
+command.ping=%S [&lt;æ?±ç¨±&gt;]: è©¢å??è??ä¸?å??使ç?¨è??æ??å¤?å°?延é?²ï¼?å¦?æ?ªæ??å®?å??è©¢å??伺æ??å?¨ï¼?ã??
+command.quit=%S &lt;è¨?æ?¯&gt;: å¾?伺æ??å?¨æ?·é??ï¼?é??帶ä¸?å??å?¯é?¸è¨?æ?¯ã??
+command.quote=%S &lt;å?½ä»¤&gt;: å?³é??ä¸?å??å??å§?å?½ä»¤å?°ä¼ºæ??å?¨ã??
+command.time=%S: 顯示ç?¶å??該 IRC 伺æ??å?¨ç??æ?¬å?°æ??é??ã??
+command.topic=%S [&lt;æ?°ä¸»é¡?&gt;]: 設å®?此頻é??ç??主é¡?ã??
+command.umode=%S (+|-)&lt;æ?°æ¨¡å¼?&gt;: 設å®?æ??å??æ¶?設å®?ä¸?å??使ç?¨è??模å¼?ã??
+command.version=%S &lt;æ?±ç¨±&gt;: è«?æ±?ä¸?å??使ç?¨è??ç??客æ?¶ç«¯ç??æ?¬ã??
+command.voice=%S <æ?±ç¨±1>[,<æ?±ç¨±2>]*: æ??äº?æ??人頻é??主æ??ç??æ??ã??æ?¨å¿?é ?æ?¯é »é??æ??ä½?å?¡æ??è?½å?·è¡?æ­¤æ??ä½?ã??
+command.whois2=%S [&lt;nick&gt;]: ç?²å??ä¸?å??使ç?¨è??ç??è³?è¨?ã??
 
 # LOCALIZATION NOTE (message.*):
 #    These are shown as system messages in the conversation.
 #    %1$S is the nick and %2$S is the nick and host of the user who joined.
-message.join=%1$S [%2$S] entered the room.
-message.rejoined=You have rejoined the room.
+message.join=%1$S [%2$S] é?²å?¥äº?æ­¤æ?¿é??ã??
+message.rejoined=æ?¨å·²é??æ?°å? å?¥æ­¤æ?¿é??ã??
 #    %1$S is the nick of who kicked you.
 #    %2$S is message.kicked.reason, if a kick message was given.
-message.kicked.you=You have been kicked by %1$S%2$S.
+message.kicked.you=æ?¨å·²è¢« %1$S%2$S 踢å?ºã??
 #    %1$S is the nick that is kicked, %2$S the nick of the person who kicked
 #    %1$S. %3$S is message.kicked.reason, if a kick message was given.
-message.kicked=%1$S has been kicked by %2$S%3$S.
+message.kicked=%1$S 已被 %2$S%3$S 踢å?ºã??
 #    %S is the kick message
 message.kicked.reason=: %S
 #    %1$S is the new mode, %2$S is the nickname of the user whose mode
 #    was changed, and %3$S is who set the mode.
-message.usermode=Mode %1$S for %2$S set by %3$S.
+message.usermode=%2$S 被 %3$S 設å®?ç?º %1$S 模å¼?ã??
 #    %1$S is the new channel mode and %2$S is who set the mode.
-message.channelmode=Channel mode %1$S set by %2$S.
+message.channelmode=%2$S å°?é »é??模å¼?設å®?ç?º %1$Sã??
 #    %S is the user's mode.
-message.yourmode=Your mode is %S.
+message.yourmode=æ?¨ç??模å¼?ç?º %Sã??
 #    Could not change the nickname. %S is the user's nick.
-message.nick.fail=Could not use the desired nickname. Your nick remains %S.
+message.nick.fail=ä¸?è?½ä½¿ç?¨æ??æ??å®?ç??æ?±ç¨±ã??æ?¨ç??æ?±ç¨±ä»?ç?¶æ?¯ %Sã??
 #    The parameter is the message.parted.reason, if a part message is given.
-message.parted.you=You have left the room (Part%1$S).
+message.parted.you=æ?¨é?¢é??äº?æ­¤æ?¿é?? (Part%1$S)ã??
 #    %1$S is the user's nick, %2$S is message.parted.reason, if a part message is given.
-message.parted=%1$S has left the room (Part%2$S).
+message.parted=%1$S é?¢é??äº?æ­¤æ?¿é?? (Part%2$S)ã??
 #    %S is the part message supplied by the user.
 message.parted.reason=: %S
 #    %1$S is the user's nick, %2$S is message.quit2 if a quit message is given.
-message.quit=%1$S has left the room (Quit%2$S).
+message.quit=%1$S é?¢é??äº?æ­¤æ?¿é?? (Quit%2$S)ã??
 #    The parameter is the quit message given by the user.
 message.quit2=: %S
 #    %1$S is the nickname of the user that invited us, %2$S is the conversation
 #    name.
-message.inviteReceived=%1$S has invited you to %2$S.
+message.inviteReceived=%1$S é??è«?æ?¨å? å?¥ %2$Sã??
 #    %1$S is the nickname of the invited user, %2$S is the conversation name
 #    they were invited to.
-message.invited=%1$S was successfully invited to %2$S.
+message.invited=%1$S æ??å??é??è«?äº? %2$Sã??
 #    %1$S is the nickname of the invited user, %2$S is the conversation name
 #    they were invited to but are already in
-message.alreadyInChannel=%1$S is already in %2$S.
+message.alreadyInChannel=%1$S å·²ç¶?å?¨ %2$S 中äº?ã??
 #    %S is the nickname of the user who was summoned.
-message.summoned=%S was summoned.
+message.summoned=å?¬å?? %Sã??
 #    %S is the nickname of the user whose WHOIS information follows this message.
-message.whois=WHOIS information for %S:
+message.whois=%1$S ç?? WHOWAS ç??è³?è¨?ï¼?
 #    %1$S is the nickname of the (offline) user whose WHOWAS information follows this message.
-message.whowas=%1$S is offline. WHOWAS information for %1$S:
+message.whowas=%1$S ä¸?ç·?ä¸?ã??%1$S ç?? WHOWAS ç??è³?è¨?ç?ºï¼?
 #    %1$S is the entry description (from tooltip.*), %2$S is its value.
 message.whoisEntry=\\ua0\\ua0\\ua0\\ua0%1$S: %2$S
 #    %S is the nickname that is not known to the server.
-message.unknownNick=%S is an unknown nickname.
+message.unknownNick=%S æ?¯æ?ªç?¥ç??æ?±ç¨±ã??
 #    %1$S is the nickname of the user who changed the mode and %2$S is the new
 #    channel key (password).
-message.channelKeyAdded=%1$S changed the channel password to %2$S.
-message.channelKeyRemoved=%S removed the channel password.
+message.channelKeyAdded=%1$S æ?´æ?¹æ­¤é »é??ç??å¯?碼ç?º %2$Sã??
+message.channelKeyRemoved=%S 移é?¤äº?此頻é??ç??å¯?碼ã??
 #    This will be followed by a list of ban masks.
-message.banMasks=Users connected from the following locations are banned from %S:
-message.noBanMasks=There are no banned locations for %S.
-message.banMaskAdded=Users connected from locations matching %1$S have been banned by %2$S.
-message.banMaskRemoved=Users connected from locations matching %1$S are no longer banned by %2$S.
+message.banMasks=使ç?¨è??å¾?ä¸?å??ä½?ç½®é?£ç·?æ??被 %S å°?ç¦?ï¼?
+message.noBanMasks=%S ç?®å??æ²?æ??ä½?ç½®å°?ç¦?ã??
+message.banMaskAdded=使ç?¨è??å¾?å?¹é?? %1$S ç??ä½?ç½®é?£ç·?ç?¾å?¨å·²è¢« %2$S å°?ç¦?ã??
+message.banMaskRemoved=使ç?¨è??å¾?å?¹é?? %1$S ç??ä½?ç½®é?£ç·?ç?¾å?¨ä¸?å??被 %2$S å°?ç¦?ã??
 # LOCALIZATION NOTE (message.ping): Semi-colon list of plural forms.
 #  See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
 #   %1$S is the nickname of the user or the server that was pinged.
 #   #2 is the delay (in milliseconds).
-message.ping=Ping reply from %1$S in #2 millisecond.;Ping reply from %1$S in #2 milliseconds.
+message.ping=Ping å??è¦?ä¾?è?ª %1$Sï¼?#2 毫ç§?ã??;Ping å??è¦?ä¾?è?ª %1$Sï¼?#2 毫ç§?ã??
 
 
 # LOCALIZATION NOTE (error.*):
 #    These are shown as error messages in the conversation or server tab.
 #    %S is the channel name.
-error.noChannel=There is no channel: %S.
-error.tooManyChannels=Cannot join %S; you've joined too many channels.
+error.noChannel=æ²?æ??é??å??é »é??ï¼?%Sã??
+error.tooManyChannels=ç?¡æ³?å? å?¥ %Sï¼?æ?¨å·²ç¶?å? å?¥äº?太å¤?é »é??ã??
 #    %1$S is your new nick, %2$S is the kill message from the server.
-error.nickCollision=Nick already in use, changing nick to %1$S [%2$S].
-error.erroneousNickname=%S is not an allowed nickname.
-error.banned=You are banned from this server.
-error.bannedSoon=You will soon be banned from this server.
-error.mode.wrongUser=You cannot change modes for other users.
+error.nickCollision=æ?±ç¨±å·²è¢«ä½¿ç?¨ï¼?æ?´æ??æ?±ç¨±å?° %1$S [%2$S]ã??
+error.erroneousNickname=%S é??å??æ?±ç¨±ä¸?è?½ä½¿ç?¨ã??
+error.banned=æ?¨å·²è¢«æ­¤ä¼ºæ??å?¨å°?ç¦?ã??
+error.bannedSoon=æ?¨å¾?å¿«å°±æ??被此伺æ??å?¨å°?ç¦?ã??
+error.mode.wrongUser=æ?¨ä¸?è?½æ?´æ?¹å?¶ä»?使ç?¨è??ç??模å¼?ã??
 #    %S is the nickname or channel name that isn't available.
-error.noSuchNick=%S is not online.
-error.wasNoSuchNick=There was no nickname: %S
-error.noSuchChannel=There is no channel: %S.
-error.unavailable=%S is temporarily unavailable.
+error.noSuchNick=%S ä¸?ç·?ä¸?ã??
+error.wasNoSuchNick=æ²?æ??é??å??æ?±ç¨±ï¼?%S
+error.noSuchChannel=æ²?æ??é??å??é »é??ï¼?%Sã??
+error.unavailable=%S æ?«æ??ä¸?å?¯ç?¨ã??
 #    %S is the channel name.
-error.channelBanned=You have been banned from %S.
-error.cannotSendToChannel=You cannot send messages to %S.
-error.channelFull=The channel %S is full.
-error.inviteOnly=You must be invited to join %S.
-error.nonUniqueTarget=%S is not a unique user@host or shortname or you have tried to join too many channels at once.
-error.notChannelOp=You are not a channel operator on %S.
-error.notChannelOwner=You are not a channel owner of %S.
-error.wrongKey=Cannot join %S, invalid channel password.
-error.sendMessageFailed=An error occurred while sending your last message. Please try again once the connection has been reestablished.
+error.channelBanned=æ?¨å·²è¢« %S å°?ç¦?ã??
+error.cannotSendToChannel=æ?¨ä¸?è?½å?³é??è¨?æ?¯å?° %Sã??
+error.channelFull=é »é?? %S 已滿å?¡ã??
+error.inviteOnly=æ?¨å¿?é ?å??å?°é??è«?æ??è?½å? å?¥ %Sã??
+error.nonUniqueTarget=%S ä¸?æ?¯å?¯ä¸?æ?§ç?? 使ç?¨è??å??稱@主æ©? æ??è?? ç?­å??稱ï¼?å??æ??è??æ?¨ä¸?次å??試å? å?¥ç??é »é??é??å¤?ã??
+error.notChannelOp=æ?¨ç?®å??ä¸?æ?¯ %S ä¸?ç??é »é??æ??ä½?å?¡ã??
+error.notChannelOwner=æ?¨ç?®å??ä¸?æ?¯ %S ç??é »é??æ??æ??è??ã??
+error.wrongKey=ç?¡æ³?å? å?¥ %Sï¼?ç?¡æ??ç??é »é??å¯?碼ã??
+error.sendMessageFailed=å?³é??æ?¨ç??æ??å¾?ä¸?æ¢?è¨?æ?¯æ??å?ºé?¯ã??è«?å?¨é?£ç·?é??æ?°å»ºç«?å¾?å??試ä¸?次ã??
 #    %1$S is the channel the user tried to join, %2$S is the channel
 #    he was forwarded to.
-error.channelForward=You may not join %1$S, and were automatically redirected to %2$S.
+error.channelForward=æ?¨å?¯è?½æ?ªå? å?¥ %1$Sï¼?æ??å??å·²è?ªå??é??å®?å??å?° %2$Sã??
 
 # LOCALIZATION NOTE (tooltip.*):
 #    These are the descriptions given in a tooltip with information received
 #    from a whois response.
 #    The human readable ("realname") description of the user.
-tooltip.realname=Name
-tooltip.server=Connected to
+tooltip.realname=å??稱
+tooltip.server=已���
 #    The username and hostname that the user connects from (usually based on the
 #    reverse DNS of the user's IP, but often mangled by the server to
 #    protect users).
-tooltip.connectedFrom=Connected from
-tooltip.registered=Registered
-tooltip.registeredAs=Registered as
-tooltip.secure=Using a secure connection
+tooltip.connectedFrom=已���
+tooltip.registered=已註å??
+tooltip.registeredAs=註å??æ??é??
+tooltip.secure=使�����
 # The away message of the user
-tooltip.away=Away
-tooltip.ircOp=IRC Operator
-tooltip.bot=Bot
-tooltip.lastActivity=Last activity
+tooltip.away=é?¢é??
+tooltip.ircOp=IRC æ??ä½?å?¡
+tooltip.bot=��人
+tooltip.lastActivity=ä¸?次活å??
 # %S is the timespan elapsed since the last activity.
-tooltip.timespan=%S ago
-tooltip.channels=Currently on
+tooltip.timespan=%S å??
+tooltip.channels=ç?®å??å?¨
 
 #    %1$S is the server name, %2$S is some generic server information (usually a
 #    location or the date the user was last seen).

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits