VirtualMailManager/cli/subcommands.py
changeset 609 56ec275911f2
parent 608 0ed93eb8b364
child 611 8e9b0046bc8f
--- a/VirtualMailManager/cli/subcommands.py	Mon Sep 03 19:59:49 2012 +0000
+++ b/VirtualMailManager/cli/subcommands.py	Mon Sep 03 22:32:17 2012 +0000
@@ -957,6 +957,7 @@
         fmt = format_domain_default
     else:
         fmt = lambda s: s
+    # TP: e.g.: [  0.00%] 21.09 KiB/1.00 GiB
     return fmt(_(u'[%(percent)s%%] %(used)s/%(limit)s') % q_usage)
 
 
@@ -1091,6 +1092,8 @@
                      , TYPE_RELOCATED : ''
                      }
         else:
+            # TP: the letters 'u', 'a' and 'r' are abbreviations of user,
+            # alias and relocated user
             _trans = { TYPE_ACCOUNT   : _('u')
                      , TYPE_ALIAS     : _('a')
                      , TYPE_RELOCATED : _('r')