commit 0bcc9e6c9fde1550906d66fcbeac573d7c86874f Author: Translation commit bot translation@torproject.org Date: Mon Nov 2 00:16:38 2015 +0000
Update translations for tor-messenger-conversationsproperties_completed --- en_GB/conversations.properties | 11 +++++++++++ 1 file changed, 11 insertions(+)
diff --git a/en_GB/conversations.properties b/en_GB/conversations.properties index 19b5aca..1a5564a 100644 --- a/en_GB/conversations.properties +++ b/en_GB/conversations.properties @@ -56,6 +56,17 @@ topicChanged=%1$S has changed the topic to: %2$S. # %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=[…]
tor-commits@lists.torproject.org