equal
deleted
inserted
replaced
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: |