VirtualMailManager/cli/subcommands.py
changeset 744 286f88f12d57
parent 703 58815c004a61
child 746 ee3c6c826b42
equal deleted inserted replaced
742:56346f2cb631 744:286f88f12d57
  1093     if addresses:
  1093     if addresses:
  1094         if which & (which - 1) == 0:
  1094         if which & (which - 1) == 0:
  1095             # only one type is requested, so no type indicator
  1095             # only one type is requested, so no type indicator
  1096             _trans = {TYPE_ACCOUNT: '', TYPE_ALIAS: '', TYPE_RELOCATED: ''}
  1096             _trans = {TYPE_ACCOUNT: '', TYPE_ALIAS: '', TYPE_RELOCATED: ''}
  1097         else:
  1097         else:
       
  1098             _trans = {
  1098             # TP: the letters 'u', 'a' and 'r' are abbreviations of user,
  1099             # TP: the letters 'u', 'a' and 'r' are abbreviations of user,
  1099             # alias and relocated user
  1100             # alias and relocated user
  1100             _trans = {
       
  1101                 TYPE_ACCOUNT: _('u'),
  1101                 TYPE_ACCOUNT: _('u'),
  1102                 TYPE_ALIAS: _('a'),
  1102                 TYPE_ALIAS: _('a'),
  1103                 TYPE_RELOCATED: _('r'),
  1103                 TYPE_RELOCATED: _('r'),
  1104             }
  1104             }
  1105         for did in dids:
  1105         for did in dids: