blob: 9b46a4b07fe1b455b0f353a3cf9d302263963020 (
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
75
76
77
78
79
80
81
82
83
84
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=%2$S를 사용해 %1$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님 상태가 %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님 상태가 %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님 상태는 %2$S입니다.
statusChangedFromUnknownWithStatusText=%1$S님 상태는 %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=계정이 다시 접속되었습니다.(%1$S님은 %2$S).
statusKnownWithStatusText=계정이 다시 접속되었습니다.(%1$S님은 %2$S: %3$S)
# LOCALIZATION NOTE (statusUnknown):
# %S is the display name of the contact.
statusUnknown=계정 접속이 끊겼습니다 (%S님 상태는 불명합니다).
accountDisconnected=계정 접속이 끊겼습니다.
accountReconnected=계정이 다시 접속되었습니다.
# LOCALIZATION NOTE (autoReply):
# %S is replaced by the text of a message that was sent as an automatic reply.
autoReply=자동 송신 메시지 - %S
# LOCALIZATION NOTE (noTopic):
# Displayed instead of the topic when no topic is set.
noTopic=이 방의 주제가 없습니다.
# LOCALIZATION NOTE (topicSet):
# %1$S is the conversation name, %2$S is the topic.
topicSet=%1$S의 주제는: %2$S
# LOCALIZATION NOTE (topicNotSet):
# %S is the conversation name.
topicNotSet=%S의 주제가 없습니다.
# LOCALIZATION NOTE (topicChanged):
# %1$S is the user who changed the topic, %2$S is the new topic.
topicChanged=%1$S이 주제를 변경했습니다: %2$S.
# LOCALIZATION NOTE (topicCleared):
# %1$S is the user who cleared the topic.
topicCleared=%1$S이 주제를 삭제했습니다.
# 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님의 닉네임이 %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=닉네임을 %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=메시지 암호화 됨
|