changeset 8fc14a7a37b1 in /home/hg/repos/gajim

branches: gajim_0.16
details:http://hg.gajim.org/gajim?cmd=changeset;node=8fc14a7a37b1
description: add translator notes. Fixes #7427

diffstat:

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

diffs (27 lines):

diff -r 2f67aa4b44d1 -r 8fc14a7a37b1 
src/command_system/implementation/standard.py
--- a/src/command_system/implementation/standard.py     Wed Aug 14 14:32:58 
2013 +0200
+++ b/src/command_system/implementation/standard.py     Wed Aug 14 14:56:15 
2013 +0200
@@ -126,6 +126,7 @@
             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 @@
         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 @@
         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"""))
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to