From d741c9c18246b64b1131cdd45d4f5ec58f283f17 Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Wed, 14 Aug 2013 14:56:15 +0200
Subject: [PATCH] add translator notes. Fixes #7427

---
 src/command_system/implementation/standard.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/command_system/implementation/standard.py b/src/command_system/implementation/standard.py
index f6ba1585e8..3994eae590 100644
--- a/src/command_system/implementation/standard.py
+++ b/src/command_system/implementation/standard.py
@@ -126,6 +126,7 @@ class StandardCommonCommands(CommandContainer):
             self.echo(formatted)
 
     @command(raw=True, empty=True)
+    #Do not translate online, away, chat, xa, dnd
     @doc(_("""
     Set the current status
 
@@ -353,6 +354,7 @@ class StandardGroupChatCommands(CommandContainer):
         self.connection.gc_set_role(self.room_jid, who, 'none', reason or str())
 
     @command(raw=True)
+    #Do not translate moderator, participant, visitor, none
     @doc(_("""Set occupant role in group chat.
     Role can be given as one of the following values:
     moderator, participant, visitor, none"""))
@@ -364,6 +366,7 @@ class StandardGroupChatCommands(CommandContainer):
         self.connection.gc_set_role(self.room_jid, who, role)
 
     @command(raw=True)
+    #Do not translate owner, admin, member, outcast, none
     @doc(_("""Set occupant affiliation in group chat.
     Affiliation can be given as one of the following values:
     owner, admin, member, outcast, none"""))
-- 
GitLab