commit a169dfb91ded422d77e8094288a8fd05bf6dec23 Author: Translation commit bot translation@torproject.org Date: Sat Oct 31 19:46:38 2015 +0000
Update translations for tor-messenger-ircproperties --- pt/irc.properties | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/pt/irc.properties b/pt/irc.properties index f8cbf3a..4e24a4a 100644 --- a/pt/irc.properties +++ b/pt/irc.properties @@ -83,19 +83,19 @@ message.join=%1$S [%2$S] entrou na sala. message.rejoined=Voltou a entrar na sala. # %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=Foi expulso por %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 foi expulso por %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=Modo %1$S para %2$S definido por %3$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. # %S is the user's mode. -message.yourmode=Your mode is %S. +message.yourmode=O seu modo é %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. # The parameter is the message.parted.reason, if a part message is given. @@ -110,10 +110,10 @@ message.quit=%1$S deixou a sala (Quit%2$S). 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 convidou-o para %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 foi convidado com sucesso para %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 já está em %2$S. @@ -126,11 +126,11 @@ message.whowas=%1$S is offline. WHOWAS information for %1$S: # %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 é um apelido desconhecido. # %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 alterou a senha do canal para %2$S. +message.channelKeyRemoved=%S removeu a senha do canal. # 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.
tor-commits@lists.torproject.org