diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-pa-IN/chat | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-pa-IN/chat')
-rw-r--r-- | l10n-pa-IN/chat/accounts.dtd | 18 | ||||
-rw-r--r-- | l10n-pa-IN/chat/accounts.properties | 9 | ||||
-rw-r--r-- | l10n-pa-IN/chat/commands.properties | 27 | ||||
-rw-r--r-- | l10n-pa-IN/chat/contacts.properties | 8 | ||||
-rw-r--r-- | l10n-pa-IN/chat/conversations.properties | 66 | ||||
-rw-r--r-- | l10n-pa-IN/chat/facebook.properties | 8 | ||||
-rw-r--r-- | l10n-pa-IN/chat/imtooltip.properties | 7 | ||||
-rw-r--r-- | l10n-pa-IN/chat/irc.properties | 182 | ||||
-rw-r--r-- | l10n-pa-IN/chat/logger.properties | 7 | ||||
-rw-r--r-- | l10n-pa-IN/chat/status.properties | 18 | ||||
-rw-r--r-- | l10n-pa-IN/chat/twitter.properties | 110 | ||||
-rw-r--r-- | l10n-pa-IN/chat/xmpp.properties | 98 | ||||
-rw-r--r-- | l10n-pa-IN/chat/yahoo.properties | 37 |
13 files changed, 595 insertions, 0 deletions
diff --git a/l10n-pa-IN/chat/accounts.dtd b/l10n-pa-IN/chat/accounts.dtd new file mode 100644 index 0000000000..a88d1baa0e --- /dev/null +++ b/l10n-pa-IN/chat/accounts.dtd @@ -0,0 +1,18 @@ +<!-- 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 "ਖਾਤੇ - &brandShortName;"> +<!ENTITY accountManager.width "450"> +<!-- Instant messaging account status window for Thunderbird --> +<!ENTITY accountsWindow.title "ਤੁਰੰਤ ਸੁਨੇਹਾ ਸਥਿਤੀ"> +<!ENTITY accountsWindow2.style "width: 41em; height: 27em;"> + +<!ENTITY accountManager.newAccount.label "ਨਵਾ ਖਾਤਾ"> +<!ENTITY accountManager.newAccount.accesskey "N"> +<!ENTITY accountManager.close.label "ਬੰਦ"> +<!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 --> diff --git a/l10n-pa-IN/chat/accounts.properties b/l10n-pa-IN/chat/accounts.properties new file mode 100644 index 0000000000..e334e6b75c --- /dev/null +++ b/l10n-pa-IN/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=%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-pa-IN/chat/commands.properties b/l10n-pa-IN/chat/commands.properties new file mode 100644 index 0000000000..d4e3a9122d --- /dev/null +++ b/l10n-pa-IN/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-pa-IN/chat/contacts.properties b/l10n-pa-IN/chat/contacts.properties new file mode 100644 index 0000000000..33af79c1d3 --- /dev/null +++ b/l10n-pa-IN/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-pa-IN/chat/conversations.properties b/l10n-pa-IN/chat/conversations.properties new file mode 100644 index 0000000000..4db5d6aa77 --- /dev/null +++ b/l10n-pa-IN/chat/conversations.properties @@ -0,0 +1,66 @@ +# 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 (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 (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% + diff --git a/l10n-pa-IN/chat/facebook.properties b/l10n-pa-IN/chat/facebook.properties new file mode 100644 index 0000000000..b7635535c5 --- /dev/null +++ b/l10n-pa-IN/chat/facebook.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/. + +connection.error.useUsernameNotEmailAddress=Please use your Facebook username, not an email address + +facebook.chat.name=ਫੇਸਬੁੱਕ ਗੱਲਬਾਤ + diff --git a/l10n-pa-IN/chat/imtooltip.properties b/l10n-pa-IN/chat/imtooltip.properties new file mode 100644 index 0000000000..0dd51fe9a3 --- /dev/null +++ b/l10n-pa-IN/chat/imtooltip.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/. + +buddy.username=Username +buddy.account=Account +contact.tags=Tags diff --git a/l10n-pa-IN/chat/irc.properties b/l10n-pa-IN/chat/irc.properties new file mode 100644 index 0000000000..0317c58fb6 --- /dev/null +++ b/l10n-pa-IN/chat/irc.properties @@ -0,0 +1,182 @@ +# 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.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 + +# 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 + +# LOCALIZATION NOTE (ctcp.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 who was pinged. +# #2 is the delay (in seconds). +ctcp.ping=Ping reply from %1$S in #2 second.;Ping reply from %1$S in #2 seconds. +# 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.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.invite=%S <nick> [<room>]: Invite someone to join you in the specified channel, or the current 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.modeUser=%S (+|-)<new mode> [<nick>]: Set or unset a user's mode. +command.modeChannel=%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>]: Set this channel's 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.whois=%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. +# %1$S is the old nick and %2$S is the new nick. +message.nick=%1$S is now known as %2$S. +# %S is your new nick. +message.nick.you=You are now known as %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 parameter 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. +# %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 (error.*): +# These are shown as error messages in the 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. +# %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. +# %S is the channel name. +error.cannotSendToChannel=You cannot send messages to %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.wrongKey=Cannot join %S, invalid channel password. + +# 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.idleTime=Idle for +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-pa-IN/chat/logger.properties b/l10n-pa-IN/chat/logger.properties new file mode 100644 index 0000000000..2228c50a4c --- /dev/null +++ b/l10n-pa-IN/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-pa-IN/chat/status.properties b/l10n-pa-IN/chat/status.properties new file mode 100644 index 0000000000..a215a6e2ee --- /dev/null +++ b/l10n-pa-IN/chat/status.properties @@ -0,0 +1,18 @@ +# 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 (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-pa-IN/chat/twitter.properties b/l10n-pa-IN/chat/twitter.properties new file mode 100644 index 0000000000..0e4178fcd6 --- /dev/null +++ b/l10n-pa-IN/chat/twitter.properties @@ -0,0 +1,110 @@ +# 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 (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 +# 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 + +# 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 authorization +connection.requestAccess=Finalizing 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 authorization process. +connection.error.authFailed=Failed to get authorization. +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 + diff --git a/l10n-pa-IN/chat/xmpp.properties b/l10n-pa-IN/chat/xmpp.properties new file mode 100644 index 0000000000..1838c28ce3 --- /dev/null +++ b/l10n-pa-IN/chat/xmpp.properties @@ -0,0 +1,98 @@ +# 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=Initializing stream +connection.initializingEncryption=Initializing encryption +connection.authenticating=Authenticating +connection.gettingResource=Getting resource +connection.downloadingRoster=Downloading contact list + +# 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 authorized (Did you enter the wrong password?) +connection.error.failedToGetAResource=Failed to get a resource + + +# 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 + +# 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 + +# 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 +# Buddies that aren't in any group on the server will appear in this group. +# Try to use the same translation as for defaultGroup in instantbird.properties +defaultGroup=Contacts + +# 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 + +# 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 (vkontakte.usernameHint): +# This is displayed inside the accountUsernameInfoWithDescription +# string defined in imAccounts.properties when the user is +# configuring a Vkontakte account. +vkontakte.usernameHint=Profile ID + +# 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 + diff --git a/l10n-pa-IN/chat/yahoo.properties b/l10n-pa-IN/chat/yahoo.properties new file mode 100644 index 0000000000..727faa6eea --- /dev/null +++ b/l10n-pa-IN/chat/yahoo.properties @@ -0,0 +1,37 @@ +# 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/. + +login.error.badCredentials=Username or password is incorrect. +login.error.accountLockedFailed=Account locked due to too many failed login attempts. +login.error.accountLockedGeneral=Account locked due to too many login attempts. +login.error.accountDeactivated=Account has been deactivated. +login.error.usernameNotExist=The username does not exist. +# The %S will be an error code returned by the server. +login.error.unknown=Unknown error: %S +network.error.http=HTTP connection error. + +conference.invite.message=Join my conference. + +# Some options are commented out because they aren't used. We do the same thing +# to their description strings. +options.pagerPort=Port +options.transferHost=File transfer server +options.transferPort=File transfer port +options.chatEncoding=Encoding +options.ignoreInvites=Ignore conference invitations + +# In this message, %S is replaced with the username of the user who left. +system.message.conferenceLogoff=%S has left the conference. +system.message.conferenceLogon=%S has joined the conference. + +# 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.help.invite2=%S <user1>[,<user2>,...] [<invite message>]: invite one or more users into this conference chat. +command.help.conference=%S: Create a new conference room in which you can later invite other users. + +# LOCALIZATION NOTE (command.feedback.invite): +# %S is the user, or comma separated list of users, invited to the conference. +command.feedback.invite=You have invited %S to the conference. |