equal
deleted
inserted
replaced
1203 if addresses: |
1203 if addresses: |
1204 if which & (which - 1) == 0: |
1204 if which & (which - 1) == 0: |
1205 # only one type is requested, so no type indicator |
1205 # only one type is requested, so no type indicator |
1206 _trans = {TYPE_ACCOUNT: '', TYPE_ALIAS: '', TYPE_RELOCATED: ''} |
1206 _trans = {TYPE_ACCOUNT: '', TYPE_ALIAS: '', TYPE_RELOCATED: ''} |
1207 else: |
1207 else: |
|
1208 _trans = { |
1208 # TP: the letters 'u', 'a' and 'r' are abbreviations of user, |
1209 # TP: the letters 'u', 'a' and 'r' are abbreviations of user, |
1209 # alias and relocated user |
1210 # alias and relocated user |
1210 _trans = { |
|
1211 TYPE_ACCOUNT: _('u'), |
1211 TYPE_ACCOUNT: _('u'), |
1212 TYPE_ALIAS: _('a'), |
1212 TYPE_ALIAS: _('a'), |
1213 TYPE_RELOCATED: _('r'), |
1213 TYPE_RELOCATED: _('r'), |
1214 } |
1214 } |
1215 for did in dids: |
1215 for did in dids: |