changeset cc08ebd15953 in /home/hg/repos/gajim
branches: gtk3
details:http://hg.gajim.org/gajim?cmd=changeset;node=cc08ebd15953
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 66fa208e84c7 -r cc08ebd15953
src/command_system/implementation/standard.py
--- a/src/command_system/implementation/standard.py Fri Aug 16 09:52:33
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