VirtualMailManager/cli/clihelp.py
changeset 618 d8736bb80bdc
parent 609 56ec275911f2
child 621 d8b60e53334f
equal deleted inserted replaced
617:9eecf0160c39 618:d8736bb80bdc
   191 <address> with one or more <destination> addresses."""),
   191 <address> with one or more <destination> addresses."""),
   192 _(u"""Within the destination address, the placeholders '%n', '%d', and '%='
   192 _(u"""Within the destination address, the placeholders '%n', '%d', and '%='
   193 will be replaced by the local part, the domain, or the email address with '@'
   193 will be replaced by the local part, the domain, or the email address with '@'
   194 replaced by '=' respectively. In combination with alias domains, this enables
   194 replaced by '=' respectively. In combination with alias domains, this enables
   195 domain-specific destinations."""),),
   195 domain-specific destinations."""),),
       
   196     # TP: description of subcommand aliasdelete
       
   197     'aliasdelete': (_(u"""This subcommand is used to delete one or multiple
       
   198 <destination>s from the alias with the given <address>."""),
       
   199 _(u"""When no <destination> address was specified the alias with all its
       
   200 destinations will be deleted."""),),
   196     # TP: description of subcommand aliasinfo
   201     # TP: description of subcommand aliasinfo
   197     'aliasinfo': (_(u"""Information about the alias with the given <address>
   202     'aliasinfo': (_(u"""Information about the alias with the given <address>
   198 can be displayed with this subcommand."""),),
   203 can be displayed with this subcommand."""),),
   199     # TP: description of subcommand relocatedadd
   204     # TP: description of subcommand relocatedadd
   200     'relocatedadd': (_(u"""A new relocated user can be created with this
   205     'relocatedadd': (_(u"""A new relocated user can be created with this
   220     # TP: description of subcommand catchallinfo
   225     # TP: description of subcommand catchallinfo
   221     'catchallinfo': (_(u"""This subcommand displays information about catch-all
   226     'catchallinfo': (_(u"""This subcommand displays information about catch-all
   222 aliases defined for the domain <fqdn>."""),),
   227 aliases defined for the domain <fqdn>."""),),
   223     # TP: description of subcommand catchalldelete
   228     # TP: description of subcommand catchalldelete
   224     'catchalldelete': (_(u"""With this subcommand, catch-all aliases defined
   229     'catchalldelete': (_(u"""With this subcommand, catch-all aliases defined
   225 for a domain can be removed, either all of them, or a single one if specified
   230 for a domain can be removed, either all of them, or those <destination>s which
   226 explicitly."""),),
   231 were specified explicitly."""),),
   227 }
   232 }
   228 
   233 
   229 del _
   234 del _