diff options
Diffstat (limited to 'l10n-en-GB/chat')
-rw-r--r-- | l10n-en-GB/chat/accounts.dtd | 41 | ||||
-rw-r--r-- | l10n-en-GB/chat/accounts.properties | 9 | ||||
-rw-r--r-- | l10n-en-GB/chat/commands.properties | 27 | ||||
-rw-r--r-- | l10n-en-GB/chat/contacts.properties | 8 | ||||
-rw-r--r-- | l10n-en-GB/chat/conversations.properties | 85 | ||||
-rw-r--r-- | l10n-en-GB/chat/dateFormat.properties | 62 | ||||
-rw-r--r-- | l10n-en-GB/chat/facebook.properties | 6 | ||||
-rw-r--r-- | l10n-en-GB/chat/imtooltip.properties | 10 | ||||
-rw-r--r-- | l10n-en-GB/chat/irc.properties | 209 | ||||
-rw-r--r-- | l10n-en-GB/chat/logger.properties | 7 | ||||
-rw-r--r-- | l10n-en-GB/chat/matrix.properties | 26 | ||||
-rw-r--r-- | l10n-en-GB/chat/skype.properties | 14 | ||||
-rw-r--r-- | l10n-en-GB/chat/status.properties | 23 | ||||
-rw-r--r-- | l10n-en-GB/chat/twitter.properties | 122 | ||||
-rw-r--r-- | l10n-en-GB/chat/xmpp.properties | 276 | ||||
-rw-r--r-- | l10n-en-GB/chat/yahoo.properties | 5 |
16 files changed, 930 insertions, 0 deletions
diff --git a/l10n-en-GB/chat/accounts.dtd b/l10n-en-GB/chat/accounts.dtd new file mode 100644 index 0000000000..3c419c3053 --- /dev/null +++ b/l10n-en-GB/chat/accounts.dtd @@ -0,0 +1,41 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- Account manager window for Instantbird --> +<!ENTITY accounts.title "Accounts - &brandShortName;"> +<!ENTITY accountManager.width "450"> +<!-- Instant messaging account status window for Thunderbird --> +<!ENTITY accountsWindow.title "Instant messaging status"> +<!ENTITY accountsWindow2.style "width: 41em; height: 27em;"> + +<!ENTITY accountManager.newAccount.label "New Account"> +<!ENTITY accountManager.newAccount.accesskey "N"> +<!ENTITY accountManager.close.label "Close"> +<!ENTITY accountManager.close.accesskey "l"> +<!-- This should match account.commandkey in instantbird.dtd --> +<!ENTITY accountManager.close.commandkey "a"> +<!-- This title must be short, displayed with a big font size --> +<!ENTITY accountManager.noAccount.title "No account configured yet"> +<!ENTITY accountManager.noAccount.description "Click on the &accountManager.newAccount.label; button to let &brandShortName; guide you through the process of configuring one."> +<!ENTITY account.autoSignOn.label "Sign-on at startup"> +<!ENTITY account.autoSignOn.accesskey "S"> +<!ENTITY account.connect.label "Connect"> +<!ENTITY account.connect.accesskey "o"> +<!ENTITY account.disconnect.label "Disconnect"> +<!ENTITY account.disconnect.accesskey "i"> +<!ENTITY account.delete.label "Delete"> +<!ENTITY account.delete.accesskey "D"> +<!ENTITY account.edit.label "Properties"> +<!ENTITY account.edit.accesskey "P"> +<!ENTITY account.moveup.label "Move up"> +<!ENTITY account.movedown.label "Move down"> +<!ENTITY account.cancelReconnection.label "Cancel reconnection"> +<!ENTITY account.cancelReconnection.accesskey "a"> +<!ENTITY account.copyDebugLog.label "Copy Debug Log"> +<!ENTITY account.copyDebugLog.accesskey "C"> +<!ENTITY account.showDebugLog.label "Show Debug Log"> +<!ENTITY account.showDebugLog.accesskey "h"> +<!ENTITY account.connecting "Connecting…"> +<!ENTITY account.disconnecting "Disconnecting…"> +<!ENTITY account.disconnected "Not Connected"> diff --git a/l10n-en-GB/chat/accounts.properties b/l10n-en-GB/chat/accounts.properties new file mode 100644 index 0000000000..051ba0d496 --- /dev/null +++ b/l10n-en-GB/chat/accounts.properties @@ -0,0 +1,9 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE (passwordPromptTitle, passwordPromptText): +# %S is replaced with the name of the account +passwordPromptTitle=Password for %S +passwordPromptText=Please enter your password for %S in order to connect it. +passwordPromptSaveCheckbox=Use Password Manager to remember this password. diff --git a/l10n-en-GB/chat/commands.properties b/l10n-en-GB/chat/commands.properties new file mode 100644 index 0000000000..d4e3a9122d --- /dev/null +++ b/l10n-en-GB/chat/commands.properties @@ -0,0 +1,27 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE (commands): +# %S is a comma separated list of command names. +commands=Commands: %S.\nUse /help <command> for more information. +# LOCALIZATION NOTE (noCommand, noHelp): +# %S is the command name the user typed. +noCommand=No '%S' command. +noHelp=No help message for the '%S' command, sorry! + +sayHelpString=say <message>: send a message without processing commands. +rawHelpString=raw <message>: send a message without escaping HTML entities. +helpHelpString=help <name>: show the help message for the <name> command, or the list of possible commands when used without parameter. + +# LOCALIZATION NOTE (statusCommand): +# %1$S is replaced with a status command name +# (one of "back", "away", "busy", "dnd", or "offline"). +# %2$S is replaced with the localized version of that status type +# (one of the 5 strings below). +statusCommand=%1$S <status message>: set the status to %2$S with an optional status message. +back=available +away=away +busy=unavailable +dnd=unavailable +offline=offline diff --git a/l10n-en-GB/chat/contacts.properties b/l10n-en-GB/chat/contacts.properties new file mode 100644 index 0000000000..33af79c1d3 --- /dev/null +++ b/l10n-en-GB/chat/contacts.properties @@ -0,0 +1,8 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE (defaultGroup): +# This is the name of the group that will automatically be created when adding a +# buddy without specifying a group. +defaultGroup=Contacts diff --git a/l10n-en-GB/chat/conversations.properties b/l10n-en-GB/chat/conversations.properties new file mode 100644 index 0000000000..3b20573782 --- /dev/null +++ b/l10n-en-GB/chat/conversations.properties @@ -0,0 +1,85 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE (targetChanged): +# %1$S is the new conversation title (display name of the new target), +# %2$S is the protocol name used for the new target. +targetChanged=The conversation will continue with %1$S, using %2$S. + +# LOCALIZATION NOTE (statusChanged): +# %1$S is the display name of the contact. +# %2$S is the new status type (a value from status.properties). +statusChanged=%1$S is now %2$S. +# LOCALIZATION NOTE (statusChangedWithStatusText): +# %1$S is the display name of the contact. +# %2$S is the new status type (a value from status.properties). +# %3$S is the status text (eg. "I'm currently away from the computer"). +statusChangedWithStatusText=%1$S is now %2$S: %3$S. +# LOCALIZATION NOTE (statusChangedFromUnknown[WithStatusText]): +# special case of the previous 2 strings for when the status was +# previously unknown. These 2 strings should not mislead the user +# into thinking the person's status has just changed. +statusChangedFromUnknown=%1$S is %2$S. +statusChangedFromUnknownWithStatusText=%1$S is %2$S: %3$S. +# LOCALIZATION NOTE (statusKnown[WithStatusText]): +# special case of the previous 2 strings for when an account has just +# been reconnected, so the status is now known. These 2 strings should not +# mislead the user into thinking the person's status has just changed. +statusKnown=Your account has been reconnected (%1$S is %2$S). +statusKnownWithStatusText=Your account has been reconnected (%1$S is %2$S: %3$S). +# LOCALIZATION NOTE (statusUnknown): +# %S is the display name of the contact. +statusUnknown=Your account is disconnected (the status of %S is no longer known). + +accountDisconnected=Your account is disconnected. +accountReconnected=Your account has been reconnected. + +# LOCALIZATION NOTE (autoReply): +# %S is replaced by the text of a message that was sent as an automatic reply. +autoReply=Auto-reply - %S + +# LOCALIZATION NOTE (noTopic): +# Displayed instead of the topic when no topic is set. +noTopic=No topic message for this room. + +# LOCALIZATION NOTE (topicSet): +# %1$S is the conversation name, %2$S is the topic. +topicSet=The topic for %1$S is: %2$S. +# LOCALIZATION NOTE (topicNotSet): +# %S is the conversation name. +topicNotSet=There is no topic for %S. +# LOCALIZATION NOTE (topicChanged): +# %1$S is the user who changed the topic, %2$S is the new topic. +topicChanged=%1$S has changed the topic to: %2$S. +# LOCALIZATION NOTE (topicCleared): +# %1$S is the user who cleared the topic. +topicCleared=%1$S has cleared the topic. + +# LOCALIZATION NOTE (nickSet): +# This is displayed as a system message when a participant changes his/her +# nickname in a conversation. +# %1$S is the old nick. +# %2$S is the new nick. +nickSet=%1$S is now known as %2$S. +# LOCALIZATION NOTE (nickSet.you): +# This is displayed as a system message when your nickname is changed. +# %S is your new nick. +nickSet.you=You are now known as %S. + +# LOCALIZATION NOTE (messenger.conversations.selections.ellipsis): +# ellipsis is used when copying a part of a message to show that the message was cut +messenger.conversations.selections.ellipsis=[…] + +# LOCALIZATION NOTE (messenger.conversations.selections.{system,content,action}MessagesTemplate): +# These 3 templates are used to format selected messages before copying them. +# Do not translate the texts between % characters, but feel free to adjust +# whitespace and separators to make them fit your locale. +messenger.conversations.selections.systemMessagesTemplate=%time% - %message% +messenger.conversations.selections.contentMessagesTemplate=%time% - %sender%: %message% +messenger.conversations.selections.actionMessagesTemplate=%time% * %sender% %message% + +# LOCALIZATION NOTE (message.status): +# This is used as title attribute for the visible lock icon in case a message +# was sent encrypted through the OTR protocol. +message.status=Message encrypted diff --git a/l10n-en-GB/chat/dateFormat.properties b/l10n-en-GB/chat/dateFormat.properties new file mode 100644 index 0000000000..35476b4939 --- /dev/null +++ b/l10n-en-GB/chat/dateFormat.properties @@ -0,0 +1,62 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +month.1.Mmm=Jan +month.2.Mmm=Feb +month.3.Mmm=Mar +month.4.Mmm=Apr +month.5.Mmm=May +month.6.Mmm=Jun +month.7.Mmm=Jul +month.8.Mmm=Aug +month.9.Mmm=Sep +month.10.Mmm=Oct +month.11.Mmm=Nov +month.12.Mmm=Dec + +month.1.name=January +month.2.name=February +month.3.name=March +month.4.name=April +month.5.name=May +month.6.name=June +month.7.name=July +month.8.name=August +month.9.name=September +month.10.name=October +month.11.name=November +month.12.name=December + +day.1.name=Sunday +day.2.name=Monday +day.3.name=Tuesday +day.4.name=Wednesday +day.5.name=Thursday +day.6.name=Friday +day.7.name=Saturday + +day.1.Mmm=Sun +day.2.Mmm=Mon +day.3.Mmm=Tue +day.4.Mmm=Wed +day.5.Mmm=Thu +day.6.Mmm=Fri +day.7.Mmm=Sat + +day.1.short=Su +day.2.short=Mo +day.3.short=Tu +day.4.short=We +day.5.short=Th +day.6.short=Fr +day.7.short=Sa + +noon=Noon +midnight=Midnight + +AllDay=All Day + +# LOCALIZATION NOTE (finduri-MonthYear): +# %1$S is the month name, %2$S is the year (4 digits format). +finduri-MonthYear=%1$S %2$S diff --git a/l10n-en-GB/chat/facebook.properties b/l10n-en-GB/chat/facebook.properties new file mode 100644 index 0000000000..2e00cbcb2e --- /dev/null +++ b/l10n-en-GB/chat/facebook.properties @@ -0,0 +1,6 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +facebook.chat.name=Facebook Chat +facebook.disabled=Facebook Chat is no longer supported due to Facebook disabling their XMPP gateway. diff --git a/l10n-en-GB/chat/imtooltip.properties b/l10n-en-GB/chat/imtooltip.properties new file mode 100644 index 0000000000..134dc6f257 --- /dev/null +++ b/l10n-en-GB/chat/imtooltip.properties @@ -0,0 +1,10 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +buddy.username=Username +buddy.account=Account +contact.tags=Tags + +otr.tag=OTR Status +message.status=Message encrypted diff --git a/l10n-en-GB/chat/irc.properties b/l10n-en-GB/chat/irc.properties new file mode 100644 index 0000000000..bcd8abd663 --- /dev/null +++ b/l10n-en-GB/chat/irc.properties @@ -0,0 +1,209 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE (irc.usernameHint): +# This is displayed inside the accountUsernameInfoWithDescription +# string defined in imAccounts.properties when the user is +# configuring an IRC account. +irc.usernameHint=nick + +# 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 + +# LOCALIZATION NOTE (joinChat.*): +# These show up on the join chat menu. An underscore is for the access key. +joinChat.channel=_Channel +joinChat.password=_Password + +# LOCALIZATION NOTE (options.*): +# These are the protocol specific options shown in the account manager and +# account wizard windows. +options.server=Server +options.port=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 + +# 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" +# 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. + +# 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 <action to perform>: Perform an action. +command.ban=%S <nick!user@host>: Ban the users matching the given pattern. +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.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. +command.kick=%S <nick> [<message>]: 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 <command>: Send a command to MemoServ. +command.modeUser2=%S <nick> [(+|-)<mode>]: Get, set or unset a user's mode. +command.modeChannel2=%S [<channel>] [(+|-)<new mode> [<parameter>][,<parameter>]*]: Get, set, or unset a channel mode. +command.msg=%S <nick> <message>: Send a private message to a user (as opposed to a channel). +command.nick=%S <new nickname>: Change your nickname. +command.nickserv=%S <command>: Send a command to NickServ. +command.notice=%S <target> <message>: Send a notice to a user or channel. +command.op=%S <nick1>[,<nick2>]*: Grant channel operator status to someone. You must be a channel operator to do this. +command.operserv=%S <command>: Send a command to OperServ. +command.part=%S [message]: Leave the current channel with an optional message. +command.ping=%S [<nick>]: Asks how much lag a user (or the server if no user specified) has. +command.quit=%S <message>: Disconnect from the server, with an optional message. +command.quote=%S <command>: Send a raw command to the server. +command.time=%S: Displays the current local time at the IRC server. +command.topic=%S [<new topic>]: View or change the channel topic. +command.umode=%S (+|-)<new mode>: Set or unset a user mode. +command.version=%S <nick>: Request the version of a user's client. +command.voice=%S <nick1>[,<nick2>]*: Grant channel voice status to someone. You must be a channel operator to do this. +command.whois2=%S [<nick>]: Get information on a user. + +# 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. +# %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. +# %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. +# %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. +# %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. +# Could not change the nickname. %S is the user's nick. +message.nick.fail=Could not use the specified nickname. Your nick remains %S. +# The paramter is the message.parted.reason, if a part message is given. +message.parted.you=You have left the room (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). +# %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). +# The paramter 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. +# %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. +# %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. +# %S is the nickname of the user who was summoned. +message.summoned=%S was summoned. +# %S is the nickname of the user whose WHOIS information follows this message. +message.whois=WHOIS information for %S: +# %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: +# %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. +# %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. +# 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. +# 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. + + +# LOCALIZATION NOTE (error.*): +# These are shown as error messages in the conversation. +# %S is the channel name. +error.noChannel=There is no channel: %S. +error.tooManyChannels=Cannot join %S; you've joined too many channels. +# %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. +# %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. +# %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. +# %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. +# %S is the mode that the user tried to set but was not recognized +# by the server as a valid mode. +error.unknownMode='%S' is not a valid user mode on this server. + +# 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 +# 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 +# The away message of the user +tooltip.away=Away +tooltip.ircOp=IRC Operator +tooltip.bot=Bot +tooltip.lastActivity=Last activity +# %S is the timespan elapsed since the last activity. +tooltip.timespan=%S ago +tooltip.channels=Currently on + +# %1$S is the server name, %2$S is some generic server information (usually a +# location or the date the user was last seen). +tooltip.serverValue=%1$S (%2$S) + +# LOCALIZATION NOTE (yes, no): +# These are used to turn true/false values into a yes/no response. +yes=Yes +no=No diff --git a/l10n-en-GB/chat/logger.properties b/l10n-en-GB/chat/logger.properties new file mode 100644 index 0000000000..2228c50a4c --- /dev/null +++ b/l10n-en-GB/chat/logger.properties @@ -0,0 +1,7 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE (badLogfile): +# %S is the filename of the log file. +badLogfile=Empty or corrupt log file: %S diff --git a/l10n-en-GB/chat/matrix.properties b/l10n-en-GB/chat/matrix.properties new file mode 100644 index 0000000000..b6cab4625e --- /dev/null +++ b/l10n-en-GB/chat/matrix.properties @@ -0,0 +1,26 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE (options.*): +# These are the protocol specific options shown in the account manager and +# account wizard windows. +options.connectServer=Server +options.connectPort=Port + +# LOCALIZATION NOTE (chatRoomField.*): +# These are the name of fields displayed in the 'Join Chat' dialog +# for Matrix accounts. +# The _ character won't be displayed; it indicates the next +# character of the string should be used as the access key for this +# field. +chatRoomField.room=_Room + +# LOCALIZATION NOTE (tooltip.*): +# These are the descriptions given in a tooltip with information received +# from the "User" object. +# The human readable name of the user. +tooltip.displayName=Display name +# %S is the timespan elapsed since the last activity. +tooltip.timespan=%S ago +tooltip.lastActive=Last activity diff --git a/l10n-en-GB/chat/skype.properties b/l10n-en-GB/chat/skype.properties new file mode 100644 index 0000000000..13027a8fb0 --- /dev/null +++ b/l10n-en-GB/chat/skype.properties @@ -0,0 +1,14 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE (connection.*): +# These will show in the account manager to show progress during a connection. +connecting.authenticating=Authenticating +connecting.registrationToken=Getting registration token + +# LOCALIZATION NOTE (error.*): +# These will show in the account manager if the account is disconnected +# because of an error. +error.auth=Failed to authenticate to the server +error.registrationToken=Failed getting Registration Token diff --git a/l10n-en-GB/chat/status.properties b/l10n-en-GB/chat/status.properties new file mode 100644 index 0000000000..af88441cd0 --- /dev/null +++ b/l10n-en-GB/chat/status.properties @@ -0,0 +1,23 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +availableStatusType=Available +awayStatusType=Away +unavailableStatusType=Unavailable +offlineStatusType=Offline +invisibleStatusType=Invisible +idleStatusType=Idle +mobileStatusType=Mobile +# LOCALIZATION NOTE (unknownStatusType): +# the status of a buddy is unknown when it's in the list of a disconnected account +unknownStatusType=Unknown + +# LOCALIZATION NOTE (statusWithStatusMessage): +# Used to display the status of a buddy together with its status message. +# %1$S is the status type, %2$S is the status message text. +statusWithStatusMessage=%1$S - %2$S + +# LOCALIZATION NOTE (messenger.status.defaultIdleAwayMessage): +# This will be the away message put automatically when the user is idle. +messenger.status.defaultIdleAwayMessage=I am currently away from the computer. diff --git a/l10n-en-GB/chat/twitter.properties b/l10n-en-GB/chat/twitter.properties new file mode 100644 index 0000000000..dcb4e60ef3 --- /dev/null +++ b/l10n-en-GB/chat/twitter.properties @@ -0,0 +1,122 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE (twitter.protocolName) +# This name is used whenever the name of the protocol is shown. +twitter.protocolName=Twitter + +# LOCALIZATION NOTE (error.*): +# These are errors that will be shown to the user in conversation. +error.tooLong=Status is over 140 characters. +# LOCALIZATION NOTE (error.general, error.retweet, error.delete): +# %1$S will be either the error string returned by the twitter server, +# in English, inside parenthesis, or the empty string if we have no specific +# message for the error. +# %2$S is the message that caused the error. +error.general=An error %1$S occurred while sending: %2$S +error.retweet=An error %1$S occurred while retweeting: %2$S +error.delete=An error %1$S occurred while deleting: %2$S +error.like=An error %1$S occured while liking: %2$S +error.unlike=An error %1$S occured while unliking: %2$S +# LOCALIZATION NOTE (error.descriptionTooLong) +# %S is the truncated string that was sent to the server. +error.descriptionTooLong=Description is over the maximum length (160 characters), it was automatically truncated to: %S. + +# LOCALIZATION NOTE (timeline): +# This is the title of the conversation tab, %S will be replaced by +# @<username>. +timeline=%S timeline + +# LOCALIZATION NOTE (action.*): +# This will be an action in the context menu of displayed tweets. +action.copyLink=Copy Link to Tweet +action.retweet=Retweet +action.reply=Reply +action.delete=Delete +# LOCALIZATION NOTE (action.follow, action.stopFollowing): +# %S will be replaced by the screen name of a twitter user. +action.follow=Follow %S +action.stopFollowing=Stop following %S +action.like=Like +action.unlike=Remove Like + +# LOCALIZATION NOTE (event.follow, event.unfollow, event.followed): +# This will be displayed in system messages inside the timeline conversation. +# %S will be replaced by the screen name of a twitter user. +event.follow=You are now following %S. +event.unfollow=You are no longer following %S. +event.followed=%S is now following you. +# LOCALIZATION NOTE (event.deleted): +# %S will be replaced by the text of the deleted tweet. +event.deleted=You have deleted this tweet: "%S". + +# LOCALIZATION NOTE (replyingToStatusText): +# This will be visible in the status bar of the conversation window +# while the user is typing a reply to a tweet. +# %S will be replaced by the text of the tweet the user is replying to. +replyingToStatusText=Replying to: %S + +# LOCALIZATION NOTE (connection.*): +# These will be displayed in the account manager in order to show the progress +# of the connection. +# (These will be displayed in account.connection.progress from +# accounts.properties, which adds … at the end, so do not include +# periods at the end of these messages.) +connection.initAuth=Initiating authentication process +connection.requestAuth=Waiting for your authorisation +connection.requestAccess=Finalising authentication +connection.requestTimelines=Requesting user timelines +# LOCALIZATION NOTE (connection.error.*): +# These will show in the account manager if an error occurs during the +# connection attempt. +connection.error.userMismatch=Username mismatch. +connection.error.failedToken=Failed to get request token. +connection.error.authCancelled=You cancelled the authorisation process. +connection.error.authFailed=Failed to get authorisation. +connection.error.noNetwork=There is no network connection available. + +# LOCALIZATION NOTE (authPrompt): +# This is the prompt in the browser window that pops up to authorize us +# to use a Twitter account. It is shown in the title bar of the authorization +# window. +authPrompt=Give permission to use your Twitter account + +# LOCALIZATION NOTE (options.*): +# These are the protocol specific options shown in the account manager and +# account wizard windows. +options.track=Tracked keywords + +# LOCALIZATION NOTE (tooltip.*): +# These are the Twitter information that will appear in the tooltip +# for each participant on the home timeline. +# LOCALIZATION NOTE (tooltip.created_at): the date the user joined. +tooltip.created_at=User Since +tooltip.location=Location +tooltip.lang=Language +tooltip.time_zone=Timezone +tooltip.url=Homepage +# LOCALIZATION NOTE (tooltip.protected): +# whether the user's tweets are publicly visible. +tooltip.protected=Protects Tweets +# LOCALIZATION NOTE (tooltip.following): +# whether you are subscribed to the user's tweets. +tooltip.following=Currently Following +tooltip.name=Name +tooltip.description=Description +# LOCALIZATION NOTE (tooltip.*_count): +# Please see the right side of the official Twitter website UI. +tooltip.friends_count=Following +tooltip.statuses_count=Tweets +tooltip.followers_count=Followers +tooltip.listed_count=Listed + +# LOCALIZATION NOTE (yes, no): +# These are used to turn true/false values into a yes/no response. +yes=Yes +no=No + +command.follow=%S <username>[ <username>]*: Start following a user / users. +command.unfollow=%S <username>[ <username>]*: Stop following a user / users. + +twitter.disabled=Twitter is no longer supported due to Twitter disabling their streaming protocol. diff --git a/l10n-en-GB/chat/xmpp.properties b/l10n-en-GB/chat/xmpp.properties new file mode 100644 index 0000000000..0494d2f432 --- /dev/null +++ b/l10n-en-GB/chat/xmpp.properties @@ -0,0 +1,276 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE (connection.*) +# These will be displayed in the account manager in order to show the progress +# of the connection. +# (These will be displayed in account.connection.progress from +# accounts.properties, which adds … at the end, so do not include +# periods at the end of these messages.) +connection.initializingStream=Initialising stream +connection.initializingEncryption=Initialising encryption +connection.authenticating=Authenticating +connection.gettingResource=Getting resource +connection.downloadingRoster=Downloading contact list +connection.srvLookup=Looking up the SRV record + +# LOCALIZATION NOTE (connection.error.*) +# These will show in the account manager if an error occurs during the +# connection attempt. +connection.error.invalidUsername=Invalid username (your username should contain an '@' character) +connection.error.failedToCreateASocket=Failed to create a socket (Are you offline?) +connection.error.serverClosedConnection=The server closed the connection +connection.error.resetByPeer=Connection reset by peer +connection.error.timedOut=The connection timed out +connection.error.receivedUnexpectedData=Received unexpected data +connection.error.incorrectResponse=Received an incorrect response +connection.error.startTLSRequired=The server requires encryption but you disabled it +connection.error.startTLSNotSupported=The server doesn't support encryption but your configuration requires it +connection.error.failedToStartTLS=Failed to start encryption +connection.error.noAuthMec=No authentication mechanism offered by the server +connection.error.noCompatibleAuthMec=None of the authentication mechanisms offered by the server are supported +connection.error.notSendingPasswordInClear=The server only supports authentication by sending the password in cleartext +connection.error.authenticationFailure=Authentication failure +connection.error.notAuthorized=Not authorised (Did you enter the wrong password?) +connection.error.failedToGetAResource=Failed to get a resource +connection.error.failedMaxResourceLimit=This account is connected from too many places at the same time. +connection.error.failedResourceNotValid=Resource is not valid. +connection.error.XMPPNotSupported=This server does not support XMPP + +# LOCALIZATION NOTE (conversation.error.notDelivered): +# This is displayed in a conversation as an error message when a message +# the user has sent wasn't delivered. +# %S is replaced by the text of the message that wasn't delivered. +conversation.error.notDelivered=This message could not be delivered: %S +# This is displayed in a conversation as an error message when joining a MUC +# fails. +# %S is the name of the MUC. +conversation.error.joinFailed=Could not join: %S +# This is displayed in a conversation as an error message when the user is +# banned from a room. +# %S is the name of the MUC room. +conversation.error.joinForbidden=Couldn't join %S as you are banned from this room. +conversation.error.joinFailedNotAuthorized=Registration required: You are not authorised to join this room. +conversation.error.creationFailedNotAllowed=Access restricted: You are not allowed to create rooms. +# This is displayed in a conversation as an error message when remote server +# is not found. +# %S is the name of MUC room. +conversation.error.joinFailedRemoteServerNotFound=Could not join the room %S as the server the room is hosted on could not be reached. +conversation.error.changeTopicFailedNotAuthorized=You are not authorised to set the topic of this room. +# This is displayed in a conversation as an error message when the user sends +# a message to a room that he is not in. +# %1$S is the name of MUC room. +# %2$S is the text of the message that wasn't delivered. +conversation.error.sendFailedAsNotInRoom=Message could not be sent to %1$S as you are no longer in the room: %2$S +# This is displayed in a conversation as an error message when the user sends +# a message to a room that the recipient is not in. +# %1$S is the jid of the recipient. +# %2$S is the text of the message that wasn't delivered. +conversation.error.sendFailedAsRecipientNotInRoom=Message could not be sent to %1$S as the recipient is no longer in the room: %2$S +# These are displayed in a conversation as a system error message. +conversation.error.remoteServerNotFound=Could not reach the recipient's server +conversation.error.unknownSendError=An unknown error occurred on sending this message. +# %S is the name of the message recipient. +conversation.error.sendServiceUnavailable=It is not possible to send messages to %S at this time. +# %S is the nick of participant that is not in room. +conversation.error.nickNotInRoom=%S is not in the room. +conversation.error.banCommandAnonymousRoom=You can't ban participants from anonymous rooms. Try /kick instead. +conversation.error.banKickCommandNotAllowed=You don't have the required privileges to remove this participant from the room. +conversation.error.banKickCommandConflict=Sorry, you can't remove yourself from the room. +conversation.error.changeNickFailedConflict=Could not change your nick to %S as this nick is already in use. +conversation.error.changeNickFailedNotAcceptable=Could not change your nick to %S as nicks are locked down in this room. +conversation.error.inviteFailedForbidden=You don't have the required privileges to invite users to this room. +# %S is the jid of user that is invited. +conversation.error.failedJIDNotFound=Could not reach %S. +# %S is the jid that is invalid. +conversation.error.invalidJID=%S is an invalid jid (Jabber identifiers must be of the form user@domain). +conversation.error.commandFailedNotInRoom=You have to rejoin the room to be able to use this command. +# %S is the name of the recipient. +conversation.error.resourceNotAvailable=You must talk first as %S could be connected with more than one client. + +# LOCALIZATION NOTE (conversation.error.version.*): +# %S is the name of the recipient. +conversation.error.version.unknown=%S's client does not support querying for its software version. + +# LOCALIZATION NOTE (tooltip.*): +# These are the titles of lines of information that will appear in +# the tooltip showing details about a contact or conversation. +# LOCALIZATION NOTE (tooltip.status): +# %S will be replaced by the XMPP resource identifier +tooltip.status=Status (%S) +tooltip.statusNoResource=Status +tooltip.subscription=Subscription +tooltip.fullName=Full Name +tooltip.nickname=Nickname +tooltip.email=Email +tooltip.birthday=Birthday +tooltip.userName=Username +tooltip.title=Title +tooltip.organization=Organisation +tooltip.locality=Locality +tooltip.country=Country + +tooltip.telephone=Telephone number + +# LOCALIZATION NOTE (chatRoomField.*): +# These are the name of fields displayed in the 'Join Chat' dialog +# for XMPP accounts. +# The _ character won't be displayed; it indicates the next +# character of the string should be used as the access key for this +# field. +chatRoomField.room=_Room +chatRoomField.server=_Server +chatRoomField.nick=_Nick +chatRoomField.password=_Password + +# LOCALIZATION NOTE (conversation.muc.*): +# These are displayed as a system message when a chatroom invitation is +# received. +# %1$S is the inviter. +# %2$S is the room. +# %3$S is the reason which is a message provided by the person sending the +# invitation. +conversation.muc.invitationWithReason2=%1$S has invited you to join %2$S: %3$S +# %3$S is the password of the room. +# %4$S is the reason which is a message provided by the person sending the +# invitation. +conversation.muc.invitationWithReason2.password=%1$S has invited you to join %2$S with password %3$S: %4$S +conversation.muc.invitationWithoutReason=%1$S has invited you to join %2$S +# %3$S is the password of the room. +conversation.muc.invitationWithoutReason.password=%1$S has invited you to join %2$S with password %3$S + +# LOCALIZATION NOTE (conversation.muc.join): +# This is displayed as a system message when a participant joins room. +# %S is the nick of the participant. +conversation.message.join=%S entered the room. + +# LOCALIZATION NOTE (conversation.muc.rejoined): +# This is displayed as a system message when a participant rejoins room after +# parting it. +conversation.message.rejoined=You have rejoined the room. + +# LOCALIZATION NOTE (conversation.message.parted.*): +# These are displayed as a system message when a participant parts a room. +# %S is the part message supplied by the user. +conversation.message.parted.you=You have left the room. +conversation.message.parted.you.reason=You have left the room: %S +# %1$S is the participant that is leaving. +# %2$S is the part message supplied by the participant. +conversation.message.parted=%1$S has left the room. +conversation.message.parted.reason=%1$S has left the room: %2$S + +# LOCALIZATION NOTE (conversation.message.invitationDeclined*): +# %1$S is the invitee that declined the invitation. +# %2$S is the decline message supplied by the invitee. +conversation.message.invitationDeclined=%1$S has declined your invitation. +conversation.message.invitationDeclined.reason=%1$S has declined your invitation: %2$S + +# LOCALIZATION NOTE (conversation.message.banned.*): +# These are displayed as a system message when a participant is banned from +# a room. +# %1$S is the participant that is banned. +# %2$S is the reason. +# %3$S is the person who is banning. +conversation.message.banned=%1$S has been banned from the room. +conversation.message.banned.reason=%1$S has been banned from the room: %2$S +# %1$S is the person who is banning. +# %2$S is the participant that is banned. +# %3$S is the reason. +conversation.message.banned.actor=%1$S has banned %2$S from the room. +conversation.message.banned.actor.reason=%1$S has banned %2$S from the room: %3$S +conversation.message.banned.you=You have been banned from the room. +# %1$S is the reason. +conversation.message.banned.you.reason=You have been banned from the room: %1$S +# %1$S is the person who is banning. +# %2$S is the reason. +conversation.message.banned.you.actor=%1$S has banned you from the room. +conversation.message.banned.you.actor.reason=%1$S has banned you from the room: %2$S + +# LOCALIZATION NOTE (conversation.message.kicked.*): +# These are displayed as a system message when a participant is kicked from +# a room. +# %1$S is the participant that is kicked. +# %2$S is the reason. +conversation.message.kicked=%1$S has been kicked from the room. +conversation.message.kicked.reason=%1$S has been kicked from the room: %2$S +# %1$S is the person who is kicking. +# %2$S is the participant that is kicked. +# %3$S is the reason. +conversation.message.kicked.actor=%1$S has kicked %2$S from the room. +conversation.message.kicked.actor.reason=%1$S has kicked %2$S from the room: %3$S +conversation.message.kicked.you=You have been kicked from the room. +# %1$S is the reason. +conversation.message.kicked.you.reason=You have been kicked from the room: %1$S +# %1$S is the person who is kicking. +# %2$S is the reason. +conversation.message.kicked.you.actor=%1$S has kicked you from the room. +conversation.message.kicked.you.actor.reason=%1$S has kicked you from the room: %2$S + +# LOCALIZATION NOTE (conversation.message.removedNonMember.*): +# These are displayed as a system message when a participant is removed from +# a room because the room has been changed to members-only. +# %1$S is the participant that is removed. +# %2$S is the person who changed the room configuration. +conversation.message.removedNonMember=%1$S has been removed from the room because its configuration was changed to members-only. +conversation.message.removedNonMember.actor=%1$S has been removed from the room because %2$S has changed it to members-only. +conversation.message.removedNonMember.you=You have been removed from the room because its configuration has been changed to members-only. +# %1$S is the person who changed the room configuration. +conversation.message.removedNonMember.you.actor=You have been removed from the room because %1$S has changed it to members-only. + +# LOCALIZATION NOTE (conversation.message.MUCShutdown): +# These are displayed as a system message when a participant is removed from +# a room because of a system shutdown. +conversation.message.mucShutdown=You have been removed from the room because of a system shutdown. + +# LOCALIZATION NOTE (conversation.message.version*): +# %1$S is the name of the user whose version was requested. +# %2$S is the client name response from the client. +# %3$S is the client version response from the client. +# %4$S is the operating system(OS) response from the client. +conversation.message.version=%1$S is using "%2$S %3$S". +conversation.message.versionWithOS=%1$S is using "%2$S %3$S" on %4$S. + +# LOCALIZATION NOTE (options.*): +# These are the protocol specific options shown in the account manager and +# account wizard windows. +options.resource=Resource +options.priority=Priority +options.connectionSecurity=Connection security +options.connectionSecurity.requireEncryption=Require encryption +options.connectionSecurity.opportunisticTLS=Use encryption if available +options.connectionSecurity.allowUnencryptedAuth=Allow sending the password unencrypted +options.connectServer=Server +options.connectPort=Port +options.domain=Domain + +# LOCALIZATION NOTE (*.protocolName) +# This name is used whenever the name of the protocol is shown. +gtalk.protocolName=Google Talk +odnoklassniki.protocolName=Odnoklassniki + +# LOCALIZATION NOTE (gtalk.usernameHint): +# This is displayed inside the accountUsernameInfoWithDescription +# string defined in imAccounts.properties when the user is +# configuring a Google Talk account. +gtalk.usernameHint=email address + +# LOCALIZATION NOTE (odnoklassniki.usernameHint): +# This is displayed inside the accountUsernameInfoWithDescription +# string defined in imAccounts.properties when the user is +# configuring a Odnoklassniki account. +odnoklassniki.usernameHint=Profile ID + +# LOCALZIATION NOTE (command.*): +# These are the help messages for each command. +command.join3=%S [<room>[@<server>][/<nick>]] [<password>]: Join a room, optionally providing a different server, or nickname, or the room password. +command.part2=%S [<message>]: Leave the current room with an optional message. +command.topic=%S [<new topic>]: Set this room's topic. +command.ban=%S <nick>[<message>]: Ban someone from the room. You must be a room administrator to do this. +command.kick=%S <nick>[<message>]: Remove someone from the room. You must be a room moderator to do this. +command.invite=%S <jid>[<message>]: Invite a user to join the current room with an optional message. +command.inviteto=%S <room jid>[<password>]: Invite your conversation partner to join a room, together with its password if required. +command.me=%S <action to perform>: Perform an action. +command.nick=%S <new nickname>: Change your nickname. +command.msg=%S <nick> <message>: Send a private message to a participant in the room. +command.version=%S: Request information about the client your conversation partner is using. diff --git a/l10n-en-GB/chat/yahoo.properties b/l10n-en-GB/chat/yahoo.properties new file mode 100644 index 0000000000..89ee0093c1 --- /dev/null +++ b/l10n-en-GB/chat/yahoo.properties @@ -0,0 +1,5 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +yahoo.disabled=Yahoo Messenger is no longer supported due to Yahoo disabling their legacy protocol. |