blob: 482fbe06e2d5494d155432a3c3170b084cbc540c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
# 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/.
chatTabTitle=Chat
goBackToCurrentConversation.button=Back to current conversation
# LOCALIZATION NOTE (startAConversationWith.button):
# %S is replaced with the display name of a contact.
startAConversationWith.button=Start a conversation with %S
# LOCALIZATION NOTE (defaultGroup):
# this is used in the addBuddies dialog if the list of existing groups is empty
defaultGroup=Contacts
# LOCALIZATION NOTE (buddy.authRequest.label):
# This string appears in a notification bar at the
# top of the Contacts window when someone added the user to his/her
# contact list, to request the permission from the user to share
# status information with this potential new contact.
# %S is replaced with the user name of the potential new contact.
buddy.authRequest.label=%S wants to chat with you
buddy.authRequest.allow.label=Allow
buddy.authRequest.allow.accesskey=A
buddy.authRequest.deny.label=Deny
buddy.authRequest.deny.accesskey=D
# LOCALIZATION NOTE (buddy.deletePrompt.title):
# %S here will be replaced by the alias (or username) of a buddy about
# to be removed from the buddy list.
buddy.deletePrompt.title=Delete %S?
# LOCALIZATION NOTE (buddy.deletePrompt.message):
# %1$S will be replaced by the name of a buddy (either the alias
# followed by the username between parenthesis if an alias is set, or
# only the username otherwise).
# %2$S will be the name of the protocol on which this buddy is removed
# (for example: AIM, MSN, Google Talk).
#
# Please find a wording that will keep the username as close as
# possible to the beginning of the string, because this is the
# important information that an user should see when looking quickly
# at this prompt.
buddy.deletePrompt.message=%1$S will be permanently removed from your %2$S buddy list if you continue.
# LOCALIZATION NOTE (buddy.deletePrompt.displayName):
# This is used to format the display name inserted in buddy.deletePrompt.message
# %1$S is the alias, %2$S is the username.
buddy.deletePrompt.displayName=%1$S (%2$S)
# LOCALIZATION NOTE (buddy.deletePrompt.button):
# the & symbol indicates the position of the character that should be
# used as the accesskey for this button.
buddy.deletePrompt.button=&Delete
displayNameEmptyText=Display Name
userIconFilePickerTitle=Select the new icon…
# LOCALIZATION NOTE (chat.isTyping, chat.hasStoppedTyping):
# The contact display name is displayed with a big font on a first
# line and these two strings are displayed on a second line with a
# smaller font. Please try to find a wording that make this look
# almost like a sentence.
chat.isTyping=is typing…
chat.hasStoppedTyping=has stopped typing.
# LOCALIZATION NOTE (chat.contactIsTyping, chat.contactHasStoppedTyping):
# These strings are displayed in a tooltip when hovering the status type icon.
# %S is replaced with the display name of the contact.
chat.contactIsTyping=%S is typing.
chat.contactHasStoppedTyping=%S has stopped typing.
# LOCALIZATION NOTE (unknownCommand):
# This is shown when an unknown command (/foo) is attempted. %S is the command.
unknownCommand=%S is not a supported command. Type /help to see the list of commands.
|