po/vmm.pot
changeset 760 b678a1c43027
parent 748 659c4476c57c
child 761 e4e656f19771
equal deleted inserted replaced
748:659c4476c57c 760:b678a1c43027
     1 # SOME DESCRIPTIVE TITLE.
       
     2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
       
     3 # This file is distributed under the same license as the PACKAGE package.
       
     4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
       
     5 #
       
     6 #, fuzzy
       
     7 msgid ""
       
     8 msgstr ""
       
     9 "Project-Id-Version: vmm 0.6.2\n"
       
    10 "Report-Msgid-Bugs-To: user+vmm/tp@localhost.localdomain.org\n"
       
    11 "POT-Creation-Date: 2014-03-23 20:10+0000\n"
       
    12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
       
    13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
       
    14 "Language-Team: LANGUAGE <LL@li.org>\n"
       
    15 "Language: \n"
       
    16 "MIME-Version: 1.0\n"
       
    17 "Content-Type: text/plain; charset=UTF-8\n"
       
    18 "Content-Transfer-Encoding: 8bit\n"
       
    19 
       
    20 #. TP: Hm, what “quotation marks” should be used?
       
    21 #. If you are unsure have a look at:
       
    22 #. http://en.wikipedia.org/wiki/Quotation_mark,_non-English_usage
       
    23 #: VirtualMailManager/account.py:60 VirtualMailManager/alias.py:35
       
    24 #: VirtualMailManager/catchall.py:44 VirtualMailManager/domain.py:131
       
    25 #: VirtualMailManager/relocated.py:39
       
    26 #, python-format
       
    27 msgid "The domain '%s' does not exist."
       
    28 msgstr ""
       
    29 
       
    30 #: VirtualMailManager/account.py:123
       
    31 #, python-format
       
    32 msgid "The mailbox format '%(mbfmt)s' requires Dovecot >= v%(version)s."
       
    33 msgstr ""
       
    34 
       
    35 #: VirtualMailManager/account.py:166 VirtualMailManager/cli/handler.py:93
       
    36 #: VirtualMailManager/handler.py:683 VirtualMailManager/handler.py:789
       
    37 #: VirtualMailManager/handler.py:815 VirtualMailManager/handler.py:823
       
    38 #: VirtualMailManager/handler.py:831 VirtualMailManager/handler.py:839
       
    39 #: VirtualMailManager/handler.py:858 VirtualMailManager/handler.py:870
       
    40 #, python-format
       
    41 msgid "The account '%s' does not exist."
       
    42 msgstr ""
       
    43 
       
    44 #: VirtualMailManager/account.py:222 VirtualMailManager/account.py:243
       
    45 #: VirtualMailManager/cli/handler.py:77 VirtualMailManager/handler.py:651
       
    46 #, python-format
       
    47 msgid "The account '%s' already exists."
       
    48 msgstr ""
       
    49 
       
    50 #: VirtualMailManager/account.py:225 VirtualMailManager/handler.py:811
       
    51 #, python-format
       
    52 msgid "Could not accept password: '%s'"
       
    53 msgstr ""
       
    54 
       
    55 #: VirtualMailManager/account.py:246
       
    56 #, python-format
       
    57 msgid "No password set for account: '%s'"
       
    58 msgstr ""
       
    59 
       
    60 #: VirtualMailManager/account.py:285
       
    61 #, python-format
       
    62 msgid "Unknown field: '%s'"
       
    63 msgstr ""
       
    64 
       
    65 #: VirtualMailManager/account.py:307 VirtualMailManager/domain.py:331
       
    66 msgid "PostgreSQL-based dictionary quota requires Dovecot >= v1.1.2."
       
    67 msgstr ""
       
    68 
       
    69 #. TP: A service (e.g. pop3 or imap) may be enabled/usable or
       
    70 #. disabled/unusable for a user.
       
    71 #: VirtualMailManager/account.py:370
       
    72 msgid "disabled"
       
    73 msgstr ""
       
    74 
       
    75 #: VirtualMailManager/account.py:370
       
    76 msgid "enabled"
       
    77 msgstr ""
       
    78 
       
    79 #: VirtualMailManager/account.py:409
       
    80 #, python-format
       
    81 msgid "Could not fetch information for account: '%s'"
       
    82 msgstr ""
       
    83 
       
    84 #: VirtualMailManager/account.py:453
       
    85 #, python-format
       
    86 msgid "There are %(count)d aliases with the destination address '%(address)s'."
       
    87 msgstr ""
       
    88 
       
    89 #: VirtualMailManager/account.py:482
       
    90 msgid "UID must be an int/long."
       
    91 msgstr ""
       
    92 
       
    93 #: VirtualMailManager/account.py:484
       
    94 msgid "UID must be greater than 0."
       
    95 msgstr ""
       
    96 
       
    97 #: VirtualMailManager/account.py:493
       
    98 #, python-format
       
    99 msgid "There is no account with the UID: '%d'"
       
   100 msgstr ""
       
   101 
       
   102 #: VirtualMailManager/alias.py:61
       
   103 #, python-format
       
   104 msgid ""
       
   105 "Cannot add %(count_new)i new destination(s) to alias '%(address)s'.\n"
       
   106 "Currently this alias expands into %(count)i/%(limit)i recipients.\n"
       
   107 "%(count_new)i additional destination(s) will render this alias unusable.\n"
       
   108 "Hint: Increase Postfix' virtual_alias_expansion_limit"
       
   109 msgstr ""
       
   110 
       
   111 #: VirtualMailManager/alias.py:68
       
   112 #, python-format
       
   113 msgid ""
       
   114 "Cannot add %(count_new)i new destination(s) to alias '%(address)s'.\n"
       
   115 "This alias already exceeds its expansion limit (%(count)i/%(limit)i).\n"
       
   116 "So its unusable, all messages addressed to this alias will be bounced.\n"
       
   117 "Hint: Delete some destination addresses."
       
   118 msgstr ""
       
   119 
       
   120 #: VirtualMailManager/alias.py:155 VirtualMailManager/alias.py:172
       
   121 #: VirtualMailManager/alias.py:179 VirtualMailManager/handler.py:712
       
   122 #, python-format
       
   123 msgid "The alias '%s' does not exist."
       
   124 msgstr ""
       
   125 
       
   126 #: VirtualMailManager/alias.py:163
       
   127 #, python-format
       
   128 msgid "No suitable destinations left to remove from alias '%s'."
       
   129 msgstr ""
       
   130 
       
   131 #: VirtualMailManager/aliasdomain.py:50
       
   132 #, python-format
       
   133 msgid "The domain '%s' is a primary domain."
       
   134 msgstr ""
       
   135 
       
   136 #: VirtualMailManager/aliasdomain.py:69
       
   137 #, python-format
       
   138 msgid "The alias domain '%s' already exists."
       
   139 msgstr ""
       
   140 
       
   141 #: VirtualMailManager/aliasdomain.py:72 VirtualMailManager/aliasdomain.py:106
       
   142 msgid "No destination domain set for the alias domain."
       
   143 msgstr ""
       
   144 
       
   145 #: VirtualMailManager/aliasdomain.py:75 VirtualMailManager/aliasdomain.py:109
       
   146 #, python-format
       
   147 msgid "The target domain '%s' does not exist."
       
   148 msgstr ""
       
   149 
       
   150 #: VirtualMailManager/aliasdomain.py:88 VirtualMailManager/aliasdomain.py:112
       
   151 #: VirtualMailManager/aliasdomain.py:133
       
   152 #, python-format
       
   153 msgid "The alias domain '%s' does not exist."
       
   154 msgstr ""
       
   155 
       
   156 #: VirtualMailManager/aliasdomain.py:98
       
   157 #, python-format
       
   158 msgid "There is no primary domain for the alias domain '%s'."
       
   159 msgstr ""
       
   160 
       
   161 #: VirtualMailManager/aliasdomain.py:115
       
   162 #, python-format
       
   163 msgid ""
       
   164 "The alias domain '%(alias)s' is already assigned to the domain '%(domain)s'."
       
   165 msgstr ""
       
   166 
       
   167 #: VirtualMailManager/catchall.py:69
       
   168 #, python-format
       
   169 msgid ""
       
   170 "Cannot add %(count_new)i new destination(s) to catch-all alias for\n"
       
   171 "domain '%(domain)s'. Currently this alias expands into %(count)i/%(limit)i\n"
       
   172 "recipients. %(count_new)i additional destination(s) will render this alias\n"
       
   173 "unusable.\n"
       
   174 "Hint: Increase Postfix' virtual_alias_expansion_limit"
       
   175 msgstr ""
       
   176 
       
   177 #: VirtualMailManager/catchall.py:77
       
   178 #, python-format
       
   179 msgid ""
       
   180 "Cannot add %(count_new)i new destination(s) to catch-all alias for domain\n"
       
   181 "'%(domain)s'. This alias already exceeds its expansion limit (%(count)i/"
       
   182 "%(limit)i).\n"
       
   183 "So its unusable, all messages addressed to this alias will be bounced.\n"
       
   184 "Hint: Delete some destination addresses."
       
   185 msgstr ""
       
   186 
       
   187 #: VirtualMailManager/catchall.py:151 VirtualMailManager/catchall.py:169
       
   188 #: VirtualMailManager/catchall.py:176
       
   189 #, python-format
       
   190 msgid "There are no catch-all aliases defined for domain '%s'."
       
   191 msgstr ""
       
   192 
       
   193 #: VirtualMailManager/catchall.py:159
       
   194 #, python-format
       
   195 msgid ""
       
   196 "No suitable destinations left to remove from the catch-all alias of domain "
       
   197 "'%s'."
       
   198 msgstr ""
       
   199 
       
   200 #. TP: Please preserve the trailing space.
       
   201 #: VirtualMailManager/cli/__init__.py:78
       
   202 msgid "Enter new password: "
       
   203 msgstr ""
       
   204 
       
   205 #. TP: Please preserve the trailing space.
       
   206 #: VirtualMailManager/cli/__init__.py:80
       
   207 msgid "Retype new password: "
       
   208 msgstr ""
       
   209 
       
   210 #: VirtualMailManager/cli/__init__.py:85 VirtualMailManager/cli/config.py:53
       
   211 msgid "Too many failures - try again later."
       
   212 msgstr ""
       
   213 
       
   214 #: VirtualMailManager/cli/__init__.py:91
       
   215 msgid "Sorry, passwords do not match."
       
   216 msgstr ""
       
   217 
       
   218 #: VirtualMailManager/cli/__init__.py:95
       
   219 msgid "Sorry, empty passwords are not permitted."
       
   220 msgstr ""
       
   221 
       
   222 #. TP: There are some words enclosed within angle brackets '<'word'>'. They
       
   223 #. are used to indicate replaceable arguments. Please do not translate them.
       
   224 #.
       
   225 #. The descriptions of subcommands may contain the both keywords 'domain'
       
   226 #. and 'force', enclosed within single quotes. Please keep them as they are.
       
   227 #.
       
   228 #. TP: description of subcommand configget
       
   229 #: VirtualMailManager/cli/clihelp.py:21
       
   230 msgid ""
       
   231 "This subcommand is used to display the actual value\n"
       
   232 "of the given configuration <option>."
       
   233 msgstr ""
       
   234 
       
   235 #. TP: description of subcommand configset
       
   236 #: VirtualMailManager/cli/clihelp.py:24
       
   237 msgid ""
       
   238 "Use this subcommand to set or update a single\n"
       
   239 "configuration option's value. <option> is the configuration option, <value>\n"
       
   240 "is the <option>'s new value."
       
   241 msgstr ""
       
   242 
       
   243 #: VirtualMailManager/cli/clihelp.py:27 VirtualMailManager/cli/clihelp.py:42
       
   244 msgid ""
       
   245 "Note: This subcommand will create a new vmm.cfg without any comments.\n"
       
   246 "Your current configuration file will be backed as vmm.cfg.bak."
       
   247 msgstr ""
       
   248 
       
   249 #. TP: description of subcommand configure
       
   250 #: VirtualMailManager/cli/clihelp.py:30
       
   251 msgid ""
       
   252 "Starts the interactive configuration for all\n"
       
   253 "configuration sections."
       
   254 msgstr ""
       
   255 
       
   256 #: VirtualMailManager/cli/clihelp.py:32
       
   257 msgid ""
       
   258 "In this process the currently set value of each option will be displayed\n"
       
   259 "in square brackets. If no value is configured, the default value of each\n"
       
   260 "option will be displayed in square brackets. Press the return key, to "
       
   261 "accept\n"
       
   262 "the displayed value."
       
   263 msgstr ""
       
   264 
       
   265 #: VirtualMailManager/cli/clihelp.py:36
       
   266 msgid ""
       
   267 "If the optional argument <section> is given, only the configuration\n"
       
   268 "options from the given section will be displayed and will be configurable.\n"
       
   269 "The following sections are available:\n"
       
   270 msgstr ""
       
   271 
       
   272 #: VirtualMailManager/cli/clihelp.py:41
       
   273 msgid "All configuration options are described in vmm.cfg(5)."
       
   274 msgstr ""
       
   275 
       
   276 #. TP: description of subcommand getuser
       
   277 #: VirtualMailManager/cli/clihelp.py:45
       
   278 msgid ""
       
   279 "If only the <uid> is available, for example from process\n"
       
   280 "list, the subcommand getuser will show the user's address."
       
   281 msgstr ""
       
   282 
       
   283 #. TP: description of subcommand listaddresses
       
   284 #: VirtualMailManager/cli/clihelp.py:48
       
   285 msgid ""
       
   286 "This command lists all defined addresses.\n"
       
   287 "Addresses belonging to alias-domains are prefixed with a '-', addresses of\n"
       
   288 "regular domains with a '+'. Additionally, the letters 'u', 'a', and 'r'\n"
       
   289 "indicate the type of each address: user, alias and relocated respectively.\n"
       
   290 "The output can be limited with an optional <pattern>."
       
   291 msgstr ""
       
   292 
       
   293 #: VirtualMailManager/cli/clihelp.py:53 VirtualMailManager/cli/clihelp.py:60
       
   294 #: VirtualMailManager/cli/clihelp.py:67 VirtualMailManager/cli/clihelp.py:82
       
   295 #: VirtualMailManager/cli/clihelp.py:88
       
   296 #, no-python-format
       
   297 msgid ""
       
   298 "To perform a wild card search, the % character can be used at the start\n"
       
   299 "and/or the end of the <pattern>."
       
   300 msgstr ""
       
   301 
       
   302 #. TP: description of subcommand listaliases
       
   303 #: VirtualMailManager/cli/clihelp.py:56
       
   304 msgid ""
       
   305 "This command lists all defined aliases. Aliases\n"
       
   306 "belonging to alias-domains are prefixed with a '-', addresses of regular\n"
       
   307 "domains with a '+'. The output can be limited with an optional <pattern>."
       
   308 msgstr ""
       
   309 
       
   310 #. TP: description of subcommand listdomains
       
   311 #: VirtualMailManager/cli/clihelp.py:63
       
   312 msgid ""
       
   313 "This subcommand lists all available domains. All\n"
       
   314 "domain names will be prefixed either with `[+]', if the domain is a primary\n"
       
   315 "domain, or with `[-]', if it is an alias domain name. The output can be\n"
       
   316 "limited with an optional <pattern>."
       
   317 msgstr ""
       
   318 
       
   319 #. TP: description of subcommand listpwschemes
       
   320 #: VirtualMailManager/cli/clihelp.py:70
       
   321 msgid ""
       
   322 "This subcommand lists all password schemes which\n"
       
   323 "could be used in the vmm.cfg as value of the misc.password_scheme option.\n"
       
   324 "The output varies, depending on the used Dovecot version and the system's\n"
       
   325 "libc."
       
   326 msgstr ""
       
   327 
       
   328 #: VirtualMailManager/cli/clihelp.py:74
       
   329 msgid ""
       
   330 "When your Dovecot installation isn't too old, you will see additionally\n"
       
   331 "a few usable encoding suffixes. One of them can be appended to the password\n"
       
   332 "scheme."
       
   333 msgstr ""
       
   334 
       
   335 #. TP: description of subcommand listrelocated
       
   336 #: VirtualMailManager/cli/clihelp.py:78
       
   337 msgid ""
       
   338 "This command lists all defined relocated addresses.\n"
       
   339 "Relocated entries belonging to alias-domains are prefixed with a '-', "
       
   340 "addresses\n"
       
   341 "of regular domains with a '+'. The output can be limited with an optional\n"
       
   342 "<pattern>."
       
   343 msgstr ""
       
   344 
       
   345 #. TP: description of subcommand listusers
       
   346 #: VirtualMailManager/cli/clihelp.py:85
       
   347 msgid ""
       
   348 "This command lists all user accounts. User accounts\n"
       
   349 "belonging to alias-domains are prefixed with a '-', addresses of regular\n"
       
   350 "domains with a '+'. The output can be limited with an optional <pattern>."
       
   351 msgstr ""
       
   352 
       
   353 #. TP: description of subcommand version
       
   354 #: VirtualMailManager/cli/clihelp.py:91
       
   355 msgid ""
       
   356 "Prints vmm's version and copyright information to stdout.\n"
       
   357 "After this vmm exits."
       
   358 msgstr ""
       
   359 
       
   360 #. TP: description of subcommand domainadd
       
   361 #: VirtualMailManager/cli/clihelp.py:94
       
   362 msgid ""
       
   363 "Adds the new domain into the database and creates the\n"
       
   364 "domain directory."
       
   365 msgstr ""
       
   366 
       
   367 #: VirtualMailManager/cli/clihelp.py:96
       
   368 msgid ""
       
   369 "If the optional argument <transport> is given, it will override the\n"
       
   370 "default transport (domain.transport) from vmm.cfg. The specified "
       
   371 "<transport>\n"
       
   372 "will be the default transport for all new accounts in this domain."
       
   373 msgstr ""
       
   374 
       
   375 #: VirtualMailManager/cli/clihelp.py:99
       
   376 msgid "Configuration-related behavior:"
       
   377 msgstr ""
       
   378 
       
   379 #: VirtualMailManager/cli/clihelp.py:101
       
   380 msgid ""
       
   381 "When that option is set to true (default) vmm will automatically create\n"
       
   382 "the postmaster account for the new domain and prompt for "
       
   383 "postmaster@<fqdn>'s\n"
       
   384 "password."
       
   385 msgstr ""
       
   386 
       
   387 #: VirtualMailManager/cli/clihelp.py:105
       
   388 msgid ""
       
   389 "When the value of that option is also set to true, vmm will automatically\n"
       
   390 "create the postmaster account for the new domain and print the generated\n"
       
   391 "postmaster password to stdout."
       
   392 msgstr ""
       
   393 
       
   394 #. TP: description of subcommand domaindelete
       
   395 #: VirtualMailManager/cli/clihelp.py:109
       
   396 msgid ""
       
   397 "This subcommand deletes the domain specified by\n"
       
   398 "<fqdn>."
       
   399 msgstr ""
       
   400 
       
   401 #: VirtualMailManager/cli/clihelp.py:111
       
   402 msgid ""
       
   403 "If there are accounts, aliases and/or relocated users assigned to the\n"
       
   404 "given domain, vmm will abort the requested operation and show an error\n"
       
   405 "message. If you know, what you are doing, you can specify the optional "
       
   406 "keyword\n"
       
   407 "'force'."
       
   408 msgstr ""
       
   409 
       
   410 #: VirtualMailManager/cli/clihelp.py:115
       
   411 msgid ""
       
   412 "If you really always know what you are doing, edit your vmm.cfg and set\n"
       
   413 "the option domain.force_deletion to true."
       
   414 msgstr ""
       
   415 
       
   416 #. TP: description of subcommand domaininfo
       
   417 #: VirtualMailManager/cli/clihelp.py:118
       
   418 msgid ""
       
   419 "This subcommand shows some information about the\n"
       
   420 "given domain."
       
   421 msgstr ""
       
   422 
       
   423 #: VirtualMailManager/cli/clihelp.py:120
       
   424 msgid ""
       
   425 "For a more detailed information about the domain the optional argument\n"
       
   426 "<details> can be specified. A possible <details> value can be one of the\n"
       
   427 "following six keywords:"
       
   428 msgstr ""
       
   429 
       
   430 #. TP: description of subcommand domainquota
       
   431 #: VirtualMailManager/cli/clihelp.py:125
       
   432 msgid ""
       
   433 "This subcommand is used to configure a new quota\n"
       
   434 "limit for the accounts of the domain - not for the domain itself."
       
   435 msgstr ""
       
   436 
       
   437 #: VirtualMailManager/cli/clihelp.py:127
       
   438 msgid ""
       
   439 "The default quota limit for accounts is defined in the vmm.cfg\n"
       
   440 "(domain.quota_bytes and domain.quota_messages)."
       
   441 msgstr ""
       
   442 
       
   443 #: VirtualMailManager/cli/clihelp.py:129
       
   444 msgid ""
       
   445 "The new quota limit will affect only those accounts for which the limit\n"
       
   446 "has not been overridden. If you want to restore the default to all "
       
   447 "accounts,\n"
       
   448 "you may pass the keyword 'force'. When the argument <messages> was omitted "
       
   449 "the\n"
       
   450 "default number of messages 0 (zero) will be applied."
       
   451 msgstr ""
       
   452 
       
   453 #. TP: description of subcommand domainservices
       
   454 #: VirtualMailManager/cli/clihelp.py:134
       
   455 msgid ""
       
   456 "To define which services could be used by the\n"
       
   457 "users of the domain — with the given <fqdn> — use this subcommand."
       
   458 msgstr ""
       
   459 
       
   460 #: VirtualMailManager/cli/clihelp.py:136
       
   461 msgid ""
       
   462 "Each specified <service> will be enabled/usable. All other services\n"
       
   463 "will be deactivated/unusable. Possible <service> names are:"
       
   464 msgstr ""
       
   465 
       
   466 #: VirtualMailManager/cli/clihelp.py:139
       
   467 msgid ""
       
   468 "The new service set will affect only those accounts for which the set has\n"
       
   469 "not been overridden. If you want to restore the default to all accounts, "
       
   470 "you\n"
       
   471 "may pass the keyword 'force'."
       
   472 msgstr ""
       
   473 
       
   474 #. TP: description of subcommand domaintransport
       
   475 #: VirtualMailManager/cli/clihelp.py:143
       
   476 msgid ""
       
   477 "A new transport for the indicated domain can be\n"
       
   478 "set with this subcommand."
       
   479 msgstr ""
       
   480 
       
   481 #: VirtualMailManager/cli/clihelp.py:145
       
   482 msgid ""
       
   483 "The new transport will affect only those accounts for which the transport\n"
       
   484 "has not been overridden. If you want to restore the default to all "
       
   485 "accounts,\n"
       
   486 "you may pass the keyword 'force'."
       
   487 msgstr ""
       
   488 
       
   489 #. TP: description of subcommand domainnote
       
   490 #: VirtualMailManager/cli/clihelp.py:149
       
   491 msgid ""
       
   492 "With this subcommand, it is possible to attach a\n"
       
   493 "note to the specified domain. Without an argument, an existing note is\n"
       
   494 "removed."
       
   495 msgstr ""
       
   496 
       
   497 #. TP: description of subcommand aliasdomainadd
       
   498 #: VirtualMailManager/cli/clihelp.py:153
       
   499 msgid ""
       
   500 "This subcommand adds the new alias domain\n"
       
   501 "(<fqdn>) to the destination <domain> that should be aliased."
       
   502 msgstr ""
       
   503 
       
   504 #. TP: description of subcommand aliasdomaindelete
       
   505 #: VirtualMailManager/cli/clihelp.py:156
       
   506 msgid ""
       
   507 "Use this subcommand if the alias domain\n"
       
   508 "<fqdn> should be removed."
       
   509 msgstr ""
       
   510 
       
   511 #. TP: description of subcommand aliasdomaininfo
       
   512 #: VirtualMailManager/cli/clihelp.py:159
       
   513 msgid ""
       
   514 "This subcommand shows to which domain the alias\n"
       
   515 "domain <fqdn> is assigned to."
       
   516 msgstr ""
       
   517 
       
   518 #. TP: description of subcommand aliasdomainswitch
       
   519 #: VirtualMailManager/cli/clihelp.py:162
       
   520 msgid ""
       
   521 "If the destination of the existing alias\n"
       
   522 "domain <fqdn> should be switched to another <destination> use this\n"
       
   523 "subcommand."
       
   524 msgstr ""
       
   525 
       
   526 #. TP: description of subcommand useradd
       
   527 #: VirtualMailManager/cli/clihelp.py:166
       
   528 msgid ""
       
   529 "Use this subcommand to create a new e-mail account for\n"
       
   530 "the given <address>."
       
   531 msgstr ""
       
   532 
       
   533 #: VirtualMailManager/cli/clihelp.py:168
       
   534 msgid ""
       
   535 "If the <password> is not provided, vmm will prompt for it interactively.\n"
       
   536 "When no <password> is provided and account.random_password is set to true, "
       
   537 "vmm\n"
       
   538 "will generate a random password and print it to stdout after the account "
       
   539 "has\n"
       
   540 "been created."
       
   541 msgstr ""
       
   542 
       
   543 #. TP: description of subcommand userdelete
       
   544 #: VirtualMailManager/cli/clihelp.py:173
       
   545 msgid ""
       
   546 "Use this subcommand to delete the account with the\n"
       
   547 "given <address>."
       
   548 msgstr ""
       
   549 
       
   550 #: VirtualMailManager/cli/clihelp.py:175
       
   551 msgid ""
       
   552 "If there are one or more aliases with an identical destination address,\n"
       
   553 "vmm will abort the requested operation and show an error message. To "
       
   554 "prevent\n"
       
   555 "this, specify the optional keyword 'force'."
       
   556 msgstr ""
       
   557 
       
   558 #. TP: description of subcommand userinfo
       
   559 #: VirtualMailManager/cli/clihelp.py:179
       
   560 msgid ""
       
   561 "This subcommand displays some information about the\n"
       
   562 "account specified by <address>."
       
   563 msgstr ""
       
   564 
       
   565 #: VirtualMailManager/cli/clihelp.py:181
       
   566 msgid ""
       
   567 "If the optional argument <details> is given some more information will be\n"
       
   568 "displayed. Possible values for <details> are:"
       
   569 msgstr ""
       
   570 
       
   571 #. TP: description of subcommand username
       
   572 #: VirtualMailManager/cli/clihelp.py:185
       
   573 msgid ""
       
   574 "The user's real <name> can be set/updated with this\n"
       
   575 "subcommand."
       
   576 msgstr ""
       
   577 
       
   578 #: VirtualMailManager/cli/clihelp.py:187
       
   579 msgid "If no <name> is given, the value stored for the account is erased."
       
   580 msgstr ""
       
   581 
       
   582 #. TP: description of subcommand userpassword
       
   583 #: VirtualMailManager/cli/clihelp.py:190
       
   584 msgid ""
       
   585 "The password of an account can be updated with this\n"
       
   586 "subcommand."
       
   587 msgstr ""
       
   588 
       
   589 #: VirtualMailManager/cli/clihelp.py:192
       
   590 msgid "If no <password> was provided, vmm will prompt for it interactively."
       
   591 msgstr ""
       
   592 
       
   593 #. TP: description of subcommand usernote
       
   594 #: VirtualMailManager/cli/clihelp.py:195
       
   595 msgid ""
       
   596 "With this subcommand, it is possible to attach a note\n"
       
   597 "to the specified account. Without an argument, an existing note is\n"
       
   598 "removed."
       
   599 msgstr ""
       
   600 
       
   601 #. TP: description of subcommand userquota
       
   602 #: VirtualMailManager/cli/clihelp.py:199
       
   603 msgid ""
       
   604 "This subcommand is used to set a new quota limit for\n"
       
   605 "the given account."
       
   606 msgstr ""
       
   607 
       
   608 #: VirtualMailManager/cli/clihelp.py:201
       
   609 msgid ""
       
   610 "When the argument <messages> was omitted the default number of messages\n"
       
   611 "0 (zero) will be applied."
       
   612 msgstr ""
       
   613 
       
   614 #: VirtualMailManager/cli/clihelp.py:203
       
   615 msgid ""
       
   616 "Instead of <storage> pass the keyword 'domain' to remove the\n"
       
   617 "account-specific override, causing the domain's value to be in effect."
       
   618 msgstr ""
       
   619 
       
   620 #. TP: description of subcommand userservices
       
   621 #: VirtualMailManager/cli/clihelp.py:206
       
   622 msgid ""
       
   623 "To grant a user access to the specified services,\n"
       
   624 "use this command."
       
   625 msgstr ""
       
   626 
       
   627 #: VirtualMailManager/cli/clihelp.py:208
       
   628 msgid ""
       
   629 "All omitted services will be deactivated/unusable for the user with the\n"
       
   630 "given <address>."
       
   631 msgstr ""
       
   632 
       
   633 #: VirtualMailManager/cli/clihelp.py:210
       
   634 msgid ""
       
   635 "Instead of <service> pass 'domain' to remove the account-specific\n"
       
   636 "override, causing the domain's value to be in effect."
       
   637 msgstr ""
       
   638 
       
   639 #. TP: description of subcommand usertransport
       
   640 #: VirtualMailManager/cli/clihelp.py:213
       
   641 msgid ""
       
   642 "A different <transport> for an account can be\n"
       
   643 "specified with this subcommand."
       
   644 msgstr ""
       
   645 
       
   646 #: VirtualMailManager/cli/clihelp.py:215
       
   647 msgid ""
       
   648 "Instead of <transport> pass 'domain' to remove the account-specific\n"
       
   649 "override, causing the domain's value to be in effect."
       
   650 msgstr ""
       
   651 
       
   652 #. TP: description of subcommand aliasadd
       
   653 #: VirtualMailManager/cli/clihelp.py:218
       
   654 msgid ""
       
   655 "This subcommand is used to create a new alias\n"
       
   656 "<address> with one or more <destination> addresses."
       
   657 msgstr ""
       
   658 
       
   659 #: VirtualMailManager/cli/clihelp.py:220
       
   660 msgid ""
       
   661 "Within the destination address, the placeholders '%n', '%d', and '%='\n"
       
   662 "will be replaced by the local part, the domain, or the email address with "
       
   663 "'@'\n"
       
   664 "replaced by '=' respectively. In combination with alias domains, this "
       
   665 "enables\n"
       
   666 "domain-specific destinations."
       
   667 msgstr ""
       
   668 
       
   669 #. TP: description of subcommand aliasdelete
       
   670 #: VirtualMailManager/cli/clihelp.py:225
       
   671 msgid ""
       
   672 "This subcommand is used to delete one or multiple\n"
       
   673 "<destination>s from the alias with the given <address>."
       
   674 msgstr ""
       
   675 
       
   676 #: VirtualMailManager/cli/clihelp.py:227
       
   677 msgid ""
       
   678 "When no <destination> address was specified the alias with all its\n"
       
   679 "destinations will be deleted."
       
   680 msgstr ""
       
   681 
       
   682 #. TP: description of subcommand aliasinfo
       
   683 #: VirtualMailManager/cli/clihelp.py:230
       
   684 msgid ""
       
   685 "Information about the alias with the given <address>\n"
       
   686 "can be displayed with this subcommand."
       
   687 msgstr ""
       
   688 
       
   689 #. TP: description of subcommand relocatedadd
       
   690 #: VirtualMailManager/cli/clihelp.py:233
       
   691 msgid ""
       
   692 "A new relocated user can be created with this\n"
       
   693 "subcommand."
       
   694 msgstr ""
       
   695 
       
   696 #: VirtualMailManager/cli/clihelp.py:235
       
   697 msgid ""
       
   698 "<address> is the user's ex-email address, for example\n"
       
   699 "b.user@example.com, and <newaddress> points to the new email address where\n"
       
   700 "the user can be reached."
       
   701 msgstr ""
       
   702 
       
   703 #. TP: description of subcommand relocatedinfo
       
   704 #: VirtualMailManager/cli/clihelp.py:239
       
   705 msgid ""
       
   706 "This subcommand shows the new address of the\n"
       
   707 "relocated user with the given <address>."
       
   708 msgstr ""
       
   709 
       
   710 #. TP: description of subcommand relocateddelete
       
   711 #: VirtualMailManager/cli/clihelp.py:242
       
   712 msgid ""
       
   713 "Use this subcommand in order to delete the\n"
       
   714 "relocated user with the given <address>."
       
   715 msgstr ""
       
   716 
       
   717 #. TP: description of subcommand catchalladd
       
   718 #: VirtualMailManager/cli/clihelp.py:245
       
   719 msgid ""
       
   720 "This subcommand allows to specify destination\n"
       
   721 "addresses for a domain, which shall receive mail addressed to unknown\n"
       
   722 "local-parts within that domain. Those catch-all aliases hence \"catch all\" "
       
   723 "mail\n"
       
   724 "to any address in the domain (unless a more specific alias, mailbox or\n"
       
   725 "relocated user exists)."
       
   726 msgstr ""
       
   727 
       
   728 #: VirtualMailManager/cli/clihelp.py:250
       
   729 msgid ""
       
   730 "WARNING: Catch-all addresses can cause mail server flooding because\n"
       
   731 "spammers like to deliver mail to all possible combinations of names, e.g.\n"
       
   732 "to all addresses between abba@example.org and zztop@example.org."
       
   733 msgstr ""
       
   734 
       
   735 #. TP: description of subcommand catchallinfo
       
   736 #: VirtualMailManager/cli/clihelp.py:254
       
   737 msgid ""
       
   738 "This subcommand displays information about catch-all\n"
       
   739 "aliases defined for the domain <fqdn>."
       
   740 msgstr ""
       
   741 
       
   742 #. TP: description of subcommand catchalldelete
       
   743 #: VirtualMailManager/cli/clihelp.py:257
       
   744 msgid ""
       
   745 "With this subcommand, catch-all aliases defined\n"
       
   746 "for a domain can be removed, either all of them, or those <destination>s "
       
   747 "which\n"
       
   748 "were specified explicitly."
       
   749 msgstr ""
       
   750 
       
   751 #: VirtualMailManager/cli/config.py:32
       
   752 #, python-format
       
   753 msgid "Enter new value for option %(option)s [%(current_value)s]: "
       
   754 msgstr ""
       
   755 
       
   756 #: VirtualMailManager/cli/config.py:36
       
   757 #, python-format
       
   758 msgid "Using configuration file: %s\n"
       
   759 msgstr ""
       
   760 
       
   761 #: VirtualMailManager/cli/config.py:38
       
   762 #, python-format
       
   763 msgid "* Configuration section: '%s'"
       
   764 msgstr ""
       
   765 
       
   766 #: VirtualMailManager/cli/config.py:50
       
   767 #, python-format
       
   768 msgid "Warning: %s"
       
   769 msgstr ""
       
   770 
       
   771 #: VirtualMailManager/cli/handler.py:66
       
   772 #, python-format
       
   773 msgid "Invalid section: '%s'"
       
   774 msgstr ""
       
   775 
       
   776 #: VirtualMailManager/cli/main.py:32 VirtualMailManager/cli/main.py:67
       
   777 #: VirtualMailManager/cli/main.py:70 VirtualMailManager/cli/subcommands.py:756
       
   778 #: VirtualMailManager/cli/subcommands.py:776
       
   779 #, python-format
       
   780 msgid "Error: %s"
       
   781 msgstr ""
       
   782 
       
   783 #: VirtualMailManager/cli/main.py:41
       
   784 msgid "You must specify a subcommand at least."
       
   785 msgstr ""
       
   786 
       
   787 #: VirtualMailManager/cli/main.py:53
       
   788 #, python-format
       
   789 msgid "Unknown subcommand: '%s'"
       
   790 msgstr ""
       
   791 
       
   792 #. TP: We have to cry, because root has killed/interrupted vmm
       
   793 #. with Ctrl+C or Ctrl+D.
       
   794 #: VirtualMailManager/cli/main.py:62
       
   795 msgid "Ouch!"
       
   796 msgstr ""
       
   797 
       
   798 #: VirtualMailManager/cli/main.py:66 VirtualMailManager/cli/main.py:79
       
   799 msgid "Warnings:"
       
   800 msgstr ""
       
   801 
       
   802 #: VirtualMailManager/cli/main.py:73
       
   803 #, python-format
       
   804 msgid "Error: Unknown section: '%s'"
       
   805 msgstr ""
       
   806 
       
   807 #: VirtualMailManager/cli/main.py:76
       
   808 #, python-format
       
   809 msgid "Error: No option '%(option)s' in section: '%(section)s'"
       
   810 msgstr ""
       
   811 
       
   812 #: VirtualMailManager/cli/subcommands.py:101
       
   813 #, python-format
       
   814 msgid "Subcommand '%s' is not yet documented."
       
   815 msgstr ""
       
   816 
       
   817 #: VirtualMailManager/cli/subcommands.py:108
       
   818 #, python-format
       
   819 msgid "Plan A failed ... trying Plan B: %(subcommand)s %(object)s"
       
   820 msgstr ""
       
   821 
       
   822 #: VirtualMailManager/cli/subcommands.py:122
       
   823 msgid "Missing alias address and destination."
       
   824 msgstr ""
       
   825 
       
   826 #: VirtualMailManager/cli/subcommands.py:125
       
   827 #: VirtualMailManager/cli/subcommands.py:212
       
   828 #: VirtualMailManager/cli/subcommands.py:559
       
   829 msgid "Missing destination address."
       
   830 msgstr ""
       
   831 
       
   832 #: VirtualMailManager/cli/subcommands.py:132
       
   833 #: VirtualMailManager/cli/subcommands.py:142
       
   834 msgid "Missing alias address."
       
   835 msgstr ""
       
   836 
       
   837 #: VirtualMailManager/cli/subcommands.py:164
       
   838 #: VirtualMailManager/cli/subcommands.py:198
       
   839 msgid "Missing alias domain name and destination domain name."
       
   840 msgstr ""
       
   841 
       
   842 #: VirtualMailManager/cli/subcommands.py:167
       
   843 #: VirtualMailManager/cli/subcommands.py:201
       
   844 msgid "Missing destination domain name."
       
   845 msgstr ""
       
   846 
       
   847 #: VirtualMailManager/cli/subcommands.py:175
       
   848 #: VirtualMailManager/cli/subcommands.py:182
       
   849 msgid "Missing alias domain name."
       
   850 msgstr ""
       
   851 
       
   852 #: VirtualMailManager/cli/subcommands.py:209
       
   853 msgid "Missing domain and destination."
       
   854 msgstr ""
       
   855 
       
   856 #: VirtualMailManager/cli/subcommands.py:219
       
   857 #: VirtualMailManager/cli/subcommands.py:229
       
   858 #: VirtualMailManager/cli/subcommands.py:271
       
   859 #: VirtualMailManager/cli/subcommands.py:287
       
   860 #: VirtualMailManager/cli/subcommands.py:300
       
   861 #: VirtualMailManager/cli/subcommands.py:394
       
   862 #: VirtualMailManager/cli/subcommands.py:443
       
   863 msgid "Missing domain name."
       
   864 msgstr ""
       
   865 
       
   866 #: VirtualMailManager/cli/subcommands.py:237
       
   867 msgid "Missing option name."
       
   868 msgstr ""
       
   869 
       
   870 #: VirtualMailManager/cli/subcommands.py:253
       
   871 msgid "Missing option and new value."
       
   872 msgstr ""
       
   873 
       
   874 #: VirtualMailManager/cli/subcommands.py:255
       
   875 msgid "Missing new configuration value."
       
   876 msgstr ""
       
   877 
       
   878 #: VirtualMailManager/cli/subcommands.py:277
       
   879 #, python-format
       
   880 msgid "Creating account for postmaster@%s"
       
   881 msgstr ""
       
   882 
       
   883 #: VirtualMailManager/cli/subcommands.py:293
       
   884 #: VirtualMailManager/cli/subcommands.py:307
       
   885 #: VirtualMailManager/cli/subcommands.py:385
       
   886 #: VirtualMailManager/cli/subcommands.py:406
       
   887 #: VirtualMailManager/cli/subcommands.py:435
       
   888 #: VirtualMailManager/cli/subcommands.py:615
       
   889 #: VirtualMailManager/cli/subcommands.py:628 VirtualMailManager/handler.py:459
       
   890 #: VirtualMailManager/handler.py:472 VirtualMailManager/handler.py:487
       
   891 #: VirtualMailManager/handler.py:521 VirtualMailManager/handler.py:784
       
   892 #, python-format
       
   893 msgid "Invalid argument: '%s'"
       
   894 msgstr ""
       
   895 
       
   896 #: VirtualMailManager/cli/subcommands.py:326
       
   897 #: VirtualMailManager/cli/subcommands.py:333
       
   898 msgid "Domain"
       
   899 msgstr ""
       
   900 
       
   901 #: VirtualMailManager/cli/subcommands.py:335
       
   902 #: VirtualMailManager/cli/subcommands.py:346
       
   903 msgid "accounts"
       
   904 msgstr ""
       
   905 
       
   906 #: VirtualMailManager/cli/subcommands.py:337
       
   907 #: VirtualMailManager/cli/subcommands.py:345
       
   908 #: VirtualMailManager/cli/subcommands.py:1007
       
   909 msgid "alias domains"
       
   910 msgstr ""
       
   911 
       
   912 #: VirtualMailManager/cli/subcommands.py:339
       
   913 #: VirtualMailManager/cli/subcommands.py:347
       
   914 #: VirtualMailManager/cli/subcommands.py:1077
       
   915 msgid "aliases"
       
   916 msgstr ""
       
   917 
       
   918 #: VirtualMailManager/cli/subcommands.py:341
       
   919 #: VirtualMailManager/cli/subcommands.py:348
       
   920 #: VirtualMailManager/cli/subcommands.py:1078
       
   921 msgid "relocated users"
       
   922 msgstr ""
       
   923 
       
   924 #: VirtualMailManager/cli/subcommands.py:343
       
   925 #: VirtualMailManager/cli/subcommands.py:349
       
   926 msgid "catch-all destinations"
       
   927 msgstr ""
       
   928 
       
   929 #: VirtualMailManager/cli/subcommands.py:355
       
   930 msgid "Missing domain name and storage value."
       
   931 msgstr ""
       
   932 
       
   933 #: VirtualMailManager/cli/subcommands.py:358
       
   934 #: VirtualMailManager/cli/subcommands.py:706
       
   935 msgid "Missing storage value."
       
   936 msgstr ""
       
   937 
       
   938 #: VirtualMailManager/cli/subcommands.py:364
       
   939 #: VirtualMailManager/cli/subcommands.py:711
       
   940 #, python-format
       
   941 msgid "Invalid storage value: '%s'"
       
   942 msgstr ""
       
   943 
       
   944 #: VirtualMailManager/cli/subcommands.py:374
       
   945 #, python-format
       
   946 msgid "Neither a valid number of messages nor the keyword 'force': '%s'"
       
   947 msgstr ""
       
   948 
       
   949 #: VirtualMailManager/cli/subcommands.py:382
       
   950 #: VirtualMailManager/cli/subcommands.py:722
       
   951 #, python-format
       
   952 msgid "Not a valid number of messages: '%s'"
       
   953 msgstr ""
       
   954 
       
   955 #: VirtualMailManager/cli/subcommands.py:417
       
   956 #: VirtualMailManager/cli/subcommands.py:736
       
   957 #, python-format
       
   958 msgid "Invalid service arguments: %s"
       
   959 msgstr ""
       
   960 
       
   961 #: VirtualMailManager/cli/subcommands.py:426
       
   962 msgid "Missing domain name and new transport."
       
   963 msgstr ""
       
   964 
       
   965 #: VirtualMailManager/cli/subcommands.py:429
       
   966 msgid "Missing new transport."
       
   967 msgstr ""
       
   968 
       
   969 #: VirtualMailManager/cli/subcommands.py:455
       
   970 msgid "Missing UID."
       
   971 msgstr ""
       
   972 
       
   973 #: VirtualMailManager/cli/subcommands.py:456
       
   974 #: VirtualMailManager/cli/subcommands.py:653
       
   975 #: VirtualMailManager/cli/subcommands.py:661
       
   976 msgid "Account"
       
   977 msgstr ""
       
   978 
       
   979 #: VirtualMailManager/cli/subcommands.py:471
       
   980 #, python-format
       
   981 msgid "Unknown help topic: '%s'"
       
   982 msgstr ""
       
   983 
       
   984 #: VirtualMailManager/cli/subcommands.py:484
       
   985 msgid "List of available subcommands:"
       
   986 msgstr ""
       
   987 
       
   988 #: VirtualMailManager/cli/subcommands.py:507
       
   989 msgid "Usable encoding suffixes:"
       
   990 msgstr ""
       
   991 
       
   992 #: VirtualMailManager/cli/subcommands.py:507
       
   993 msgid "Usable password schemes:"
       
   994 msgstr ""
       
   995 
       
   996 #: VirtualMailManager/cli/subcommands.py:557
       
   997 msgid "Missing relocated address and destination."
       
   998 msgstr ""
       
   999 
       
  1000 #: VirtualMailManager/cli/subcommands.py:566
       
  1001 #: VirtualMailManager/cli/subcommands.py:573
       
  1002 msgid "Missing relocated address."
       
  1003 msgstr ""
       
  1004 
       
  1005 #: VirtualMailManager/cli/subcommands.py:596
       
  1006 #: VirtualMailManager/cli/subcommands.py:609
       
  1007 #: VirtualMailManager/cli/subcommands.py:622
       
  1008 #: VirtualMailManager/cli/subcommands.py:680
       
  1009 #: VirtualMailManager/cli/subcommands.py:691
       
  1010 #: VirtualMailManager/cli/subcommands.py:730
       
  1011 msgid "Missing e-mail address."
       
  1012 msgstr ""
       
  1013 
       
  1014 #: VirtualMailManager/cli/subcommands.py:603
       
  1015 #, python-format
       
  1016 msgid "Generated password: %s"
       
  1017 msgstr ""
       
  1018 
       
  1019 #: VirtualMailManager/cli/subcommands.py:662
       
  1020 msgid "alias addresses"
       
  1021 msgstr ""
       
  1022 
       
  1023 #: VirtualMailManager/cli/subcommands.py:668
       
  1024 msgid "Missing e-mail address and user's name."
       
  1025 msgstr ""
       
  1026 
       
  1027 #: VirtualMailManager/cli/subcommands.py:703
       
  1028 msgid "Missing e-mail address and storage value."
       
  1029 msgstr ""
       
  1030 
       
  1031 #: VirtualMailManager/cli/subcommands.py:744
       
  1032 msgid "Missing e-mail address and transport."
       
  1033 msgstr ""
       
  1034 
       
  1035 #: VirtualMailManager/cli/subcommands.py:747
       
  1036 msgid "Missing transport."
       
  1037 msgstr ""
       
  1038 
       
  1039 #: VirtualMailManager/cli/subcommands.py:757
       
  1040 msgid "usage: "
       
  1041 msgstr ""
       
  1042 
       
  1043 #. TP: Please adjust translated words like the original text.
       
  1044 #. (It's a table header.) Extract from usage text:
       
  1045 #. usage: vmm subcommand arguments
       
  1046 #. short long
       
  1047 #. subcommand                arguments
       
  1048 #.
       
  1049 #. da    domainadd           fqdn [transport]
       
  1050 #. dd    domaindelete        fqdn [force]
       
  1051 #: VirtualMailManager/cli/subcommands.py:767
       
  1052 #, python-format
       
  1053 msgid ""
       
  1054 "usage: %s subcommand arguments\n"
       
  1055 "  short long\n"
       
  1056 "  subcommand                arguments\n"
       
  1057 msgstr ""
       
  1058 
       
  1059 #: VirtualMailManager/cli/subcommands.py:786
       
  1060 msgid "from"
       
  1061 msgstr ""
       
  1062 
       
  1063 #. TP: The words 'from', 'version' and 'on' are used in
       
  1064 #. the version information, e.g.:
       
  1065 #. vmm, version 0.5.2 (from 09/09/09)
       
  1066 #. Python 2.5.4 on FreeBSD
       
  1067 #: VirtualMailManager/cli/subcommands.py:786
       
  1068 msgid "version"
       
  1069 msgstr ""
       
  1070 
       
  1071 #: VirtualMailManager/cli/subcommands.py:789
       
  1072 msgid "on"
       
  1073 msgstr ""
       
  1074 
       
  1075 #: VirtualMailManager/cli/subcommands.py:791
       
  1076 msgid "is free software and comes with ABSOLUTELY NO WARRANTY."
       
  1077 msgstr ""
       
  1078 
       
  1079 #: VirtualMailManager/cli/subcommands.py:800
       
  1080 msgid "get the address of the user with the given UID"
       
  1081 msgstr ""
       
  1082 
       
  1083 #: VirtualMailManager/cli/subcommands.py:802
       
  1084 msgid "create a new e-mail user with the given address"
       
  1085 msgstr ""
       
  1086 
       
  1087 #: VirtualMailManager/cli/subcommands.py:804
       
  1088 msgid "delete the specified user"
       
  1089 msgstr ""
       
  1090 
       
  1091 #: VirtualMailManager/cli/subcommands.py:806
       
  1092 msgid "display information about the given address"
       
  1093 msgstr ""
       
  1094 
       
  1095 #: VirtualMailManager/cli/subcommands.py:808
       
  1096 msgid "set, update or delete the real name for an address"
       
  1097 msgstr ""
       
  1098 
       
  1099 #: VirtualMailManager/cli/subcommands.py:811
       
  1100 msgid "update the password for the given address"
       
  1101 msgstr ""
       
  1102 
       
  1103 #: VirtualMailManager/cli/subcommands.py:814
       
  1104 msgid "update the quota limit for the given address"
       
  1105 msgstr ""
       
  1106 
       
  1107 #: VirtualMailManager/cli/subcommands.py:817
       
  1108 msgid "enables the specified services and disables all not specified services"
       
  1109 msgstr ""
       
  1110 
       
  1111 #: VirtualMailManager/cli/subcommands.py:821
       
  1112 msgid "update the transport of the given address"
       
  1113 msgstr ""
       
  1114 
       
  1115 #: VirtualMailManager/cli/subcommands.py:823
       
  1116 msgid "set, update or delete the note of the given address"
       
  1117 msgstr ""
       
  1118 
       
  1119 #: VirtualMailManager/cli/subcommands.py:826
       
  1120 msgid "create a new alias e-mail address with one or more destinations"
       
  1121 msgstr ""
       
  1122 
       
  1123 #: VirtualMailManager/cli/subcommands.py:830
       
  1124 msgid "delete the specified alias e-mail address or one of its destinations"
       
  1125 msgstr ""
       
  1126 
       
  1127 #: VirtualMailManager/cli/subcommands.py:833
       
  1128 msgid "show the destination(s) of the specified alias"
       
  1129 msgstr ""
       
  1130 
       
  1131 #: VirtualMailManager/cli/subcommands.py:837
       
  1132 msgid "create a new alias for an existing domain"
       
  1133 msgstr ""
       
  1134 
       
  1135 #: VirtualMailManager/cli/subcommands.py:839
       
  1136 msgid "delete the specified alias domain"
       
  1137 msgstr ""
       
  1138 
       
  1139 #: VirtualMailManager/cli/subcommands.py:841
       
  1140 msgid "show the destination of the given alias domain"
       
  1141 msgstr ""
       
  1142 
       
  1143 #: VirtualMailManager/cli/subcommands.py:843
       
  1144 msgid "assign the given alias domain to an other domain"
       
  1145 msgstr ""
       
  1146 
       
  1147 #: VirtualMailManager/cli/subcommands.py:848
       
  1148 msgid "add one or more catch-all destinations for a domain"
       
  1149 msgstr ""
       
  1150 
       
  1151 #: VirtualMailManager/cli/subcommands.py:852
       
  1152 msgid ""
       
  1153 "delete the specified catch-all destination or all of a domain's destinations"
       
  1154 msgstr ""
       
  1155 
       
  1156 #: VirtualMailManager/cli/subcommands.py:855
       
  1157 msgid "show the catch-all destination(s) of the specified domain"
       
  1158 msgstr ""
       
  1159 
       
  1160 #: VirtualMailManager/cli/subcommands.py:859
       
  1161 msgid "create a new domain"
       
  1162 msgstr ""
       
  1163 
       
  1164 #: VirtualMailManager/cli/subcommands.py:861
       
  1165 msgid "delete the given domain and all its alias domains"
       
  1166 msgstr ""
       
  1167 
       
  1168 #: VirtualMailManager/cli/subcommands.py:863
       
  1169 msgid "display information about the given domain"
       
  1170 msgstr ""
       
  1171 
       
  1172 #: VirtualMailManager/cli/subcommands.py:866
       
  1173 msgid "update the quota limit of the specified domain"
       
  1174 msgstr ""
       
  1175 
       
  1176 #: VirtualMailManager/cli/subcommands.py:869
       
  1177 msgid ""
       
  1178 "enables the specified services and disables all not specified services of "
       
  1179 "the given domain"
       
  1180 msgstr ""
       
  1181 
       
  1182 #: VirtualMailManager/cli/subcommands.py:873
       
  1183 msgid "update the transport of the specified domain"
       
  1184 msgstr ""
       
  1185 
       
  1186 #: VirtualMailManager/cli/subcommands.py:875
       
  1187 msgid "set, update or delete the note of the given domain"
       
  1188 msgstr ""
       
  1189 
       
  1190 #: VirtualMailManager/cli/subcommands.py:878
       
  1191 msgid "list all domains or search for domains by pattern"
       
  1192 msgstr ""
       
  1193 
       
  1194 #: VirtualMailManager/cli/subcommands.py:880
       
  1195 msgid "list all addresses or search for addresses by pattern"
       
  1196 msgstr ""
       
  1197 
       
  1198 #: VirtualMailManager/cli/subcommands.py:883
       
  1199 msgid "list all user accounts or search for accounts by pattern"
       
  1200 msgstr ""
       
  1201 
       
  1202 #: VirtualMailManager/cli/subcommands.py:886
       
  1203 msgid "list all aliases or search for aliases by pattern"
       
  1204 msgstr ""
       
  1205 
       
  1206 #: VirtualMailManager/cli/subcommands.py:888
       
  1207 msgid "list all relocated users or search for relocated users by pattern"
       
  1208 msgstr ""
       
  1209 
       
  1210 #: VirtualMailManager/cli/subcommands.py:893
       
  1211 msgid "create a new record for a relocated user"
       
  1212 msgstr ""
       
  1213 
       
  1214 #: VirtualMailManager/cli/subcommands.py:896
       
  1215 msgid "delete the record of the relocated user"
       
  1216 msgstr ""
       
  1217 
       
  1218 #: VirtualMailManager/cli/subcommands.py:898
       
  1219 msgid "print information about a relocated user"
       
  1220 msgstr ""
       
  1221 
       
  1222 #: VirtualMailManager/cli/subcommands.py:901
       
  1223 msgid "show the actual value of the configuration option"
       
  1224 msgstr ""
       
  1225 
       
  1226 #: VirtualMailManager/cli/subcommands.py:903
       
  1227 msgid "set a new value for the configuration option"
       
  1228 msgstr ""
       
  1229 
       
  1230 #: VirtualMailManager/cli/subcommands.py:905
       
  1231 msgid "start interactive configuration mode"
       
  1232 msgstr ""
       
  1233 
       
  1234 #: VirtualMailManager/cli/subcommands.py:907
       
  1235 msgid "lists all usable password schemes and password encoding suffixes"
       
  1236 msgstr ""
       
  1237 
       
  1238 #: VirtualMailManager/cli/subcommands.py:910
       
  1239 msgid "show a help overview or help for the given subcommand"
       
  1240 msgstr ""
       
  1241 
       
  1242 #: VirtualMailManager/cli/subcommands.py:912
       
  1243 msgid "show version and copyright information"
       
  1244 msgstr ""
       
  1245 
       
  1246 #. TP: e.g.: [  0.00%] 21.09 KiB/1.00 GiB
       
  1247 #: VirtualMailManager/cli/subcommands.py:968
       
  1248 #, python-format
       
  1249 msgid "[%(percent)s%%] %(used)s/%(limit)s"
       
  1250 msgstr ""
       
  1251 
       
  1252 #. TP: used in e.g. 'Domain information' or 'Account information'
       
  1253 #: VirtualMailManager/cli/subcommands.py:974
       
  1254 msgid "information"
       
  1255 msgstr ""
       
  1256 
       
  1257 #: VirtualMailManager/cli/subcommands.py:988
       
  1258 msgid "Note"
       
  1259 msgstr ""
       
  1260 
       
  1261 #. TP: used in e.g. 'Existing alias addresses' or 'Existing accounts'
       
  1262 #: VirtualMailManager/cli/subcommands.py:1004
       
  1263 msgid "Existing"
       
  1264 msgstr ""
       
  1265 
       
  1266 #: VirtualMailManager/cli/subcommands.py:1017
       
  1267 #: VirtualMailManager/cli/subcommands.py:1069
       
  1268 #: VirtualMailManager/cli/subcommands.py:1113
       
  1269 msgid "\tNone"
       
  1270 msgstr ""
       
  1271 
       
  1272 #: VirtualMailManager/cli/subcommands.py:1022
       
  1273 msgid "Alias information"
       
  1274 msgstr ""
       
  1275 
       
  1276 #: VirtualMailManager/cli/subcommands.py:1024
       
  1277 #, python-format
       
  1278 msgid "\tMail for %s will be redirected to:"
       
  1279 msgstr ""
       
  1280 
       
  1281 #: VirtualMailManager/cli/subcommands.py:1031
       
  1282 msgid "Catch-all information"
       
  1283 msgstr ""
       
  1284 
       
  1285 #: VirtualMailManager/cli/subcommands.py:1033
       
  1286 #, python-format
       
  1287 msgid "\tMail to unknown local-parts in domain %s will be sent to:"
       
  1288 msgstr ""
       
  1289 
       
  1290 #: VirtualMailManager/cli/subcommands.py:1041
       
  1291 msgid "Relocated information"
       
  1292 msgstr ""
       
  1293 
       
  1294 #: VirtualMailManager/cli/subcommands.py:1043
       
  1295 #, python-format
       
  1296 msgid "\tUser '%(addr)s' has moved to '%(dest)s'"
       
  1297 msgstr ""
       
  1298 
       
  1299 #: VirtualMailManager/cli/subcommands.py:1058
       
  1300 msgid "Matching domains"
       
  1301 msgstr ""
       
  1302 
       
  1303 #: VirtualMailManager/cli/subcommands.py:1060
       
  1304 msgid "Existing domains"
       
  1305 msgstr ""
       
  1306 
       
  1307 #: VirtualMailManager/cli/subcommands.py:1076
       
  1308 msgid "user accounts"
       
  1309 msgstr ""
       
  1310 
       
  1311 #: VirtualMailManager/cli/subcommands.py:1079
       
  1312 msgid "user accounts and aliases"
       
  1313 msgstr ""
       
  1314 
       
  1315 #: VirtualMailManager/cli/subcommands.py:1080
       
  1316 msgid "user accounts and relocated users"
       
  1317 msgstr ""
       
  1318 
       
  1319 #: VirtualMailManager/cli/subcommands.py:1081
       
  1320 msgid "aliases and relocated users"
       
  1321 msgstr ""
       
  1322 
       
  1323 #: VirtualMailManager/cli/subcommands.py:1082
       
  1324 msgid "addresses"
       
  1325 msgstr ""
       
  1326 
       
  1327 #: VirtualMailManager/cli/subcommands.py:1086
       
  1328 #, python-format
       
  1329 msgid "Matching %s"
       
  1330 msgstr ""
       
  1331 
       
  1332 #: VirtualMailManager/cli/subcommands.py:1088
       
  1333 #, python-format
       
  1334 msgid "Existing %s"
       
  1335 msgstr ""
       
  1336 
       
  1337 #: VirtualMailManager/cli/subcommands.py:1091
       
  1338 #, python-format
       
  1339 msgid "Invalid address type for list: '%s'"
       
  1340 msgstr ""
       
  1341 
       
  1342 #. TP: the letters 'u', 'a' and 'r' are abbreviations of user,
       
  1343 #. alias and relocated user
       
  1344 #: VirtualMailManager/cli/subcommands.py:1101
       
  1345 msgid "u"
       
  1346 msgstr ""
       
  1347 
       
  1348 #: VirtualMailManager/cli/subcommands.py:1102
       
  1349 msgid "a"
       
  1350 msgstr ""
       
  1351 
       
  1352 #: VirtualMailManager/cli/subcommands.py:1103
       
  1353 msgid "r"
       
  1354 msgstr ""
       
  1355 
       
  1356 #: VirtualMailManager/cli/subcommands.py:1119
       
  1357 msgid "Alias domain information"
       
  1358 msgstr ""
       
  1359 
       
  1360 #: VirtualMailManager/cli/subcommands.py:1124
       
  1361 #, python-format
       
  1362 msgid ""
       
  1363 "\tThe alias domain %(alias)s belongs to:\n"
       
  1364 "\t    * %(domain)s"
       
  1365 msgstr ""
       
  1366 
       
  1367 #: VirtualMailManager/common.py:63
       
  1368 #, python-format
       
  1369 msgid "No such file: '%s'"
       
  1370 msgstr ""
       
  1371 
       
  1372 #: VirtualMailManager/common.py:66
       
  1373 #, python-format
       
  1374 msgid "File is not executable: '%s'"
       
  1375 msgstr ""
       
  1376 
       
  1377 #: VirtualMailManager/common.py:83
       
  1378 msgid "GiB"
       
  1379 msgstr ""
       
  1380 
       
  1381 #. TP: abbreviations of gibibyte, tebibyte kibibyte and mebibyte
       
  1382 #: VirtualMailManager/common.py:83
       
  1383 msgid "TiB"
       
  1384 msgstr ""
       
  1385 
       
  1386 #: VirtualMailManager/common.py:84
       
  1387 msgid "KiB"
       
  1388 msgstr ""
       
  1389 
       
  1390 #: VirtualMailManager/common.py:84
       
  1391 msgid "MiB"
       
  1392 msgstr ""
       
  1393 
       
  1394 #. TP: e.g.: '%(size)s %(prefix)s' -> '118.30 MiB'
       
  1395 #: VirtualMailManager/common.py:88
       
  1396 #, python-format
       
  1397 msgid "%(size)s %(prefix)s"
       
  1398 msgstr ""
       
  1399 
       
  1400 #: VirtualMailManager/common.py:139
       
  1401 #, python-format
       
  1402 msgid "Invalid transport '%(transport)s' for mailbox format '%(mbfmt)s'."
       
  1403 msgstr ""
       
  1404 
       
  1405 #. TP: [domain default] indicates that a user's setting is the same as
       
  1406 #. configured in the user's domain.
       
  1407 #. e.g.: [  0.84%] 42/5,000 [domain default]
       
  1408 #: VirtualMailManager/common.py:217
       
  1409 #, python-format
       
  1410 msgid "%s [domain default]"
       
  1411 msgstr ""
       
  1412 
       
  1413 #: VirtualMailManager/config.py:89
       
  1414 #, python-format
       
  1415 msgid "Not a boolean: '%s'"
       
  1416 msgstr ""
       
  1417 
       
  1418 #: VirtualMailManager/config.py:127
       
  1419 #, python-format
       
  1420 msgid "Bad format: '%s' - expected: section.option"
       
  1421 msgstr ""
       
  1422 
       
  1423 #: VirtualMailManager/config.py:378
       
  1424 #, python-format
       
  1425 msgid "* Section: %s\n"
       
  1426 msgstr ""
       
  1427 
       
  1428 #: VirtualMailManager/config.py:388 VirtualMailManager/config.py:396
       
  1429 #, python-format
       
  1430 msgid "Check of configuration file %s failed.\n"
       
  1431 msgstr ""
       
  1432 
       
  1433 #: VirtualMailManager/config.py:390
       
  1434 msgid "Missing options, which have no default value.\n"
       
  1435 msgstr ""
       
  1436 
       
  1437 #: VirtualMailManager/config.py:398 VirtualMailManager/config.py:400
       
  1438 msgid "Invalid configuration values.\n"
       
  1439 msgstr ""
       
  1440 
       
  1441 #: VirtualMailManager/config.py:439 VirtualMailManager/config.py:523
       
  1442 #, python-format
       
  1443 msgid "Not a valid Dovecot version: '%s'"
       
  1444 msgstr ""
       
  1445 
       
  1446 #: VirtualMailManager/config.py:445 VirtualMailManager/config.py:480
       
  1447 #, python-format
       
  1448 msgid "Unsupported database module: '%s'"
       
  1449 msgstr ""
       
  1450 
       
  1451 #: VirtualMailManager/config.py:450 VirtualMailManager/config.py:488
       
  1452 #, python-format
       
  1453 msgid "Unknown pgsql SSL mode: '%s'"
       
  1454 msgstr ""
       
  1455 
       
  1456 #: VirtualMailManager/config.py:457 VirtualMailManager/config.py:501
       
  1457 #: VirtualMailManager/maillocation.py:70
       
  1458 #, python-format
       
  1459 msgid "Unsupported mailbox format: '%s'"
       
  1460 msgstr ""
       
  1461 
       
  1462 #: VirtualMailManager/config.py:473 VirtualMailManager/handler.py:287
       
  1463 #: VirtualMailManager/handler.py:363 VirtualMailManager/handler.py:368
       
  1464 #: VirtualMailManager/handler.py:396
       
  1465 #, python-format
       
  1466 msgid "No such directory: %s"
       
  1467 msgstr ""
       
  1468 
       
  1469 #: VirtualMailManager/config.py:512
       
  1470 #, python-format
       
  1471 msgid "Not a valid size value: '%s'"
       
  1472 msgstr ""
       
  1473 
       
  1474 #: VirtualMailManager/domain.py:84
       
  1475 #, python-format
       
  1476 msgid "The domain '%s' is an alias domain."
       
  1477 msgstr ""
       
  1478 
       
  1479 #: VirtualMailManager/domain.py:119
       
  1480 #, python-format
       
  1481 msgid ""
       
  1482 "There are %(account_count)u accounts, %(alias_count)u aliases and "
       
  1483 "%(relocated_count)u relocated users."
       
  1484 msgstr ""
       
  1485 
       
  1486 #: VirtualMailManager/domain.py:134
       
  1487 #, python-format
       
  1488 msgid "The domain '%s' already exists."
       
  1489 msgstr ""
       
  1490 
       
  1491 #: VirtualMailManager/domain.py:507
       
  1492 msgid "The domain name is too long"
       
  1493 msgstr ""
       
  1494 
       
  1495 #: VirtualMailManager/domain.py:509
       
  1496 #, python-format
       
  1497 msgid "The domain name '%s' is invalid"
       
  1498 msgstr ""
       
  1499 
       
  1500 #: VirtualMailManager/emailaddress.py:73
       
  1501 #, python-format
       
  1502 msgid "Missing the '@' sign in address: '%s'"
       
  1503 msgstr ""
       
  1504 
       
  1505 #: VirtualMailManager/emailaddress.py:76
       
  1506 #, python-format
       
  1507 msgid "Too many '@' signs in address: '%s'"
       
  1508 msgstr ""
       
  1509 
       
  1510 #: VirtualMailManager/emailaddress.py:79
       
  1511 #, python-format
       
  1512 msgid "Missing local-part in address: '%s'"
       
  1513 msgstr ""
       
  1514 
       
  1515 #: VirtualMailManager/emailaddress.py:82
       
  1516 #, python-format
       
  1517 msgid "Missing domain name in address: '%s'"
       
  1518 msgstr ""
       
  1519 
       
  1520 #: VirtualMailManager/emailaddress.py:145
       
  1521 #, python-format
       
  1522 msgid "The local-part '%s' is too long."
       
  1523 msgstr ""
       
  1524 
       
  1525 #: VirtualMailManager/emailaddress.py:150
       
  1526 #, python-format
       
  1527 msgid "The local-part '%(l_part)s' contains invalid characters: %(i_chars)s"
       
  1528 msgstr ""
       
  1529 
       
  1530 #: VirtualMailManager/ext/postconf.py:84
       
  1531 #, python-format
       
  1532 msgid ""
       
  1533 "The value '%s' does not look like a valid Postfix configuration parameter "
       
  1534 "name."
       
  1535 msgstr ""
       
  1536 
       
  1537 #: VirtualMailManager/handler.py:54
       
  1538 msgid "an account"
       
  1539 msgstr ""
       
  1540 
       
  1541 #: VirtualMailManager/handler.py:55
       
  1542 msgid "an alias"
       
  1543 msgstr ""
       
  1544 
       
  1545 #: VirtualMailManager/handler.py:56
       
  1546 msgid "a relocated user"
       
  1547 msgstr ""
       
  1548 
       
  1549 #: VirtualMailManager/handler.py:82
       
  1550 msgid ""
       
  1551 "You are not root.\n"
       
  1552 "\tGood bye!\n"
       
  1553 msgstr ""
       
  1554 
       
  1555 #: VirtualMailManager/handler.py:102
       
  1556 #, python-format
       
  1557 msgid "Could not find '%(cfg_file)s' in: '%(cfg_path)s'"
       
  1558 msgstr ""
       
  1559 
       
  1560 #. TP: Please keep the backticks around the command. `chmod 0600 …`
       
  1561 #: VirtualMailManager/handler.py:114
       
  1562 #, python-format
       
  1563 msgid ""
       
  1564 "wrong permissions for '%(file)s': %(perms)s\n"
       
  1565 "`chmod 0600 %(file)s` would be great."
       
  1566 msgstr ""
       
  1567 
       
  1568 #: VirtualMailManager/handler.py:134
       
  1569 #, python-format
       
  1570 msgid ""
       
  1571 "'%(path)s' is not a directory.\n"
       
  1572 "(%(cfg_file)s: section 'misc', option 'base_directory')"
       
  1573 msgstr ""
       
  1574 
       
  1575 #: VirtualMailManager/handler.py:143
       
  1576 #, python-format
       
  1577 msgid ""
       
  1578 "\n"
       
  1579 "(%(cfg_file)s: section 'bin', option '%(option)s')"
       
  1580 msgstr ""
       
  1581 
       
  1582 #: VirtualMailManager/handler.py:157 VirtualMailManager/handler.py:164
       
  1583 #, python-format
       
  1584 msgid "Unable to import database module '%s'."
       
  1585 msgstr ""
       
  1586 
       
  1587 #. TP: %(a_type)s will be one of: 'an account', 'an alias' or
       
  1588 #. 'a relocated user'
       
  1589 #: VirtualMailManager/handler.py:243
       
  1590 #, python-format
       
  1591 msgid "There is already %(a_type)s with the address '%(address)s'."
       
  1592 msgstr ""
       
  1593 
       
  1594 #: VirtualMailManager/handler.py:302
       
  1595 #, python-format
       
  1596 msgid "'%s' is not a directory."
       
  1597 msgstr ""
       
  1598 
       
  1599 #: VirtualMailManager/handler.py:305
       
  1600 #, python-format
       
  1601 msgid "The file/directory '%s' already exists."
       
  1602 msgstr ""
       
  1603 
       
  1604 #: VirtualMailManager/handler.py:335
       
  1605 msgid "Skipped mailbox folders:"
       
  1606 msgstr ""
       
  1607 
       
  1608 #: VirtualMailManager/handler.py:355
       
  1609 #, python-format
       
  1610 msgid ""
       
  1611 "UID '%(uid)u' and/or GID '%(gid)u' are less than %(min_uid)u/%(min_gid)u."
       
  1612 msgstr ""
       
  1613 
       
  1614 #: VirtualMailManager/handler.py:360 VirtualMailManager/handler.py:393
       
  1615 #, python-format
       
  1616 msgid "Found \"..\" in domain directory path: %s"
       
  1617 msgstr ""
       
  1618 
       
  1619 #: VirtualMailManager/handler.py:373
       
  1620 msgid "Detected owner/group mismatch in home directory."
       
  1621 msgstr ""
       
  1622 
       
  1623 #: VirtualMailManager/handler.py:389
       
  1624 #, python-format
       
  1625 msgid "GID '%(gid)u' is less than '%(min_gid)u'."
       
  1626 msgstr ""
       
  1627 
       
  1628 #: VirtualMailManager/handler.py:400
       
  1629 #, python-format
       
  1630 msgid "Detected group mismatch in domain directory: %s"
       
  1631 msgstr ""
       
  1632 
       
  1633 #: VirtualMailManager/handler.py:476 VirtualMailManager/handler.py:878
       
  1634 #, python-format
       
  1635 msgid "Unknown service: '%s'"
       
  1636 msgstr ""
       
  1637 
       
  1638 #: VirtualMailManager/handler.py:601 VirtualMailManager/handler.py:625
       
  1639 #: VirtualMailManager/handler.py:639
       
  1640 #, python-format
       
  1641 msgid "The pattern '%s' contains invalid characters."
       
  1642 msgstr ""
       
  1643 
       
  1644 #: VirtualMailManager/handler.py:669 VirtualMailManager/handler.py:732
       
  1645 #: VirtualMailManager/handler.py:746 VirtualMailManager/handler.py:776
       
  1646 msgid "Ignored destination addresses:"
       
  1647 msgstr ""
       
  1648 
       
  1649 #: VirtualMailManager/handler.py:674 VirtualMailManager/handler.py:751
       
  1650 #: VirtualMailManager/handler.py:895
       
  1651 #, python-format
       
  1652 msgid "The destination account/alias '%s' does not exist."
       
  1653 msgstr ""
       
  1654 
       
  1655 #: VirtualMailManager/handler.py:696
       
  1656 #, python-format
       
  1657 msgid ""
       
  1658 "The account has been successfully deleted from the database.\n"
       
  1659 "    But an error occurred while deleting the following directory:\n"
       
  1660 "    '%(directory)s'\n"
       
  1661 "    Reason: %(reason)s"
       
  1662 msgstr ""
       
  1663 
       
  1664 #: VirtualMailManager/handler.py:854
       
  1665 #, python-format
       
  1666 msgid "Could not accept transport: '%s'"
       
  1667 msgstr ""
       
  1668 
       
  1669 #: VirtualMailManager/handler.py:905 VirtualMailManager/relocated.py:106
       
  1670 #: VirtualMailManager/relocated.py:113
       
  1671 #, python-format
       
  1672 msgid "The relocated user '%s' does not exist."
       
  1673 msgstr ""
       
  1674 
       
  1675 #: VirtualMailManager/mailbox.py:260
       
  1676 #, python-format
       
  1677 msgid "Failed to create mailboxes: %r\n"
       
  1678 msgstr ""
       
  1679 
       
  1680 #: VirtualMailManager/maillocation.py:74
       
  1681 msgid "Empty directory name"
       
  1682 msgstr ""
       
  1683 
       
  1684 #: VirtualMailManager/maillocation.py:76
       
  1685 #, python-format
       
  1686 msgid "Directory name is too long: '%s'"
       
  1687 msgstr ""
       
  1688 
       
  1689 #: VirtualMailManager/password.py:389
       
  1690 #, python-format
       
  1691 msgid "Unsupported password scheme: '%s'"
       
  1692 msgstr ""
       
  1693 
       
  1694 #: VirtualMailManager/password.py:392
       
  1695 #, python-format
       
  1696 msgid "The password scheme '%(scheme)s' requires Dovecot >= v%(version)s."
       
  1697 msgstr ""
       
  1698 
       
  1699 #: VirtualMailManager/password.py:398
       
  1700 msgid "Encoding suffixes for password schemes require Dovecot >= v1.1.alpha1."
       
  1701 msgstr ""
       
  1702 
       
  1703 #: VirtualMailManager/password.py:401
       
  1704 #, python-format
       
  1705 msgid "Unsupported password encoding: '%s'"
       
  1706 msgstr ""
       
  1707 
       
  1708 #: VirtualMailManager/relocated.py:62 VirtualMailManager/relocated.py:76
       
  1709 msgid "The destination address' domain name must not be localhost."
       
  1710 msgstr ""
       
  1711 
       
  1712 #: VirtualMailManager/relocated.py:79
       
  1713 msgid "Address and destination are identical."
       
  1714 msgstr ""
       
  1715 
       
  1716 #: VirtualMailManager/relocated.py:83
       
  1717 #, python-format
       
  1718 msgid "The relocated user '%s' already exists."
       
  1719 msgstr ""