commit 82d029db1ea93fbc699545f988c8a4673de14b9d Author: Translation commit bot translation@torproject.org Date: Wed Mar 23 14:16:28 2016 +0000
Update translations for tor-messenger-ircproperties --- cs/irc.properties | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/cs/irc.properties b/cs/irc.properties index 022c345..3bd3362 100644 --- a/cs/irc.properties +++ b/cs/irc.properties @@ -19,8 +19,8 @@ connection.error.passwordRequired=Vyžadováno heslo
# LOCALIZATION NOTE (joinChat.*): # These show up on the join chat menu. An underscore is for the access key. -joinChat.channel=_Channel -joinChat.password=_Password +joinChat.channel=Kanál +joinChat.password=Heslo
# LOCALIZATION NOTE (options.*): # These are the protocol specific options shown in the account manager and @@ -29,19 +29,19 @@ options.server=Server options.port=Port options.ssl=Použít SSL options.encoding=Znaková sada -options.quitMessage=Quit message +options.quitMessage=Zrušit zprávu options.partMessage=Part message -options.showServerTab=Show messages from the server +options.showServerTab=Zobrazit zprávu ze serveru options.alternateNicks=Alternativní přezdívky
# 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 používá "%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=Čas pro %1$S je %2$S.
# LOCALZIATION NOTE (command.*): # These are the help messages for each command, the %S is the command name @@ -50,7 +50,7 @@ ctcp.time=The time for %1$S is %2$S. command.action=%S <action to perform>: Perform an action. command.ctcp=%S <nick> <msg>: Sends a CTCP message to the nick. command.chanserv=%S <command>: Send a command to ChanServ. -command.deop=%S <nick1>[,<nick2>]*: Remove channel operator status from someone. You must be a channel operator to do this. +command.deop=%S <nick1>[,<nick2>]*: Odebrat někomu status operátora linky. Abyste mohli provést tuto akci, musíte být operátorem linky. command.devoice=%S <nick1>[,<nick2>]*: 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 <nick>[ <nick>]* [<channel>]: Invite one or more nicks to join you in the current channel, or to join the specified channel. command.join=%S <room1>[ <key1>][,<room2>[ <key2>]]*: Enter one or more channels, optionally providing a channel key for each if needed.
tor-commits@lists.torproject.org