# Dutch translation of vmm # Copyright (C) 2009 Free Software Foundation, Inc. # This file is distributed under the same license as the vmm package. # Erwin Poeze , 2009, 2012 # msgid "" msgstr "" "Project-Id-Version: vmm 0.6.1-pre1\n" "Report-Msgid-Bugs-To: user+vmm/tp@localhost.localdomain.org\n" "POT-Creation-Date: 2021-11-07 18:39+0000\n" "PO-Revision-Date: 2012-09-25 21:55+0200\n" "Last-Translator: Erwin Poeze \n" "Language-Team: Dutch \n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Bugs: Report translation errors to the Language-Team address.\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TP: Hm, what “quotation marks” should be used? #. If you are unsure have a look at: #. http://en.wikipedia.org/wiki/Quotation_mark,_non-English_usage #: VirtualMailManager/account.py:59 VirtualMailManager/alias.py:33 #: VirtualMailManager/catchall.py:42 VirtualMailManager/domain.py:129 #: VirtualMailManager/relocated.py:38 #, python-format msgid "The domain '%s' does not exist." msgstr "Het domein `%s' bestaat niet." #: VirtualMailManager/account.py:118 #, python-format msgid "The mailbox format '%(mbfmt)s' requires Dovecot >= v%(version)s." msgstr "De postbusindeling `%(mbfmt)s' vereist Dovecot >= v%(version)s." #: VirtualMailManager/account.py:161 VirtualMailManager/cli/handler.py:94 #: VirtualMailManager/handler.py:651 VirtualMailManager/handler.py:757 #: VirtualMailManager/handler.py:783 VirtualMailManager/handler.py:797 #: VirtualMailManager/handler.py:805 VirtualMailManager/handler.py:813 #: VirtualMailManager/handler.py:821 VirtualMailManager/handler.py:840 #: VirtualMailManager/handler.py:853 #, python-format msgid "The account '%s' does not exist." msgstr "Account `%s' bestaat niet." #: VirtualMailManager/account.py:217 VirtualMailManager/account.py:238 #: VirtualMailManager/cli/handler.py:76 VirtualMailManager/handler.py:615 #, python-format msgid "The account '%s' already exists." msgstr "Account `%s' bestaat al." #: VirtualMailManager/account.py:220 VirtualMailManager/handler.py:779 #, python-format msgid "Could not accept password: '%s'" msgstr "Dit wachtwoord is niet geaccepteerd: `%s'" #: VirtualMailManager/account.py:241 #, python-format msgid "No password set for account: '%s'" msgstr "Wachtwoord ontbreekt voor account: `%s'" #: VirtualMailManager/account.py:273 #, python-format msgid "Unknown field: '%s'" msgstr "Onbekend veld: `%s'" #. TP: A service (e.g. pop3 or imap) may be enabled/usable or #. disabled/unusable for a user. #: VirtualMailManager/account.py:385 msgid "disabled" msgstr "uitgeschakeld" #: VirtualMailManager/account.py:385 msgid "enabled" msgstr "ingeschakeld" #: VirtualMailManager/account.py:424 #, python-format msgid "Could not fetch information for account: '%s'" msgstr "Ophalen van informatie voor account `%s' is mislukt." #: VirtualMailManager/account.py:468 #, python-format msgid "There are %(count)d aliases with the destination address '%(address)s'." msgstr "Er bestaan %(count)d aliassen met het bestemmingsadres `%(address)s'." #: VirtualMailManager/account.py:497 #, fuzzy #| msgid "UID must be an int/long." msgid "UID must be an integer." msgstr "UID moet een geheel getal zijn (int/long)." #: VirtualMailManager/account.py:499 msgid "UID must be greater than 0." msgstr "UID moet groter dan 0 zijn." #: VirtualMailManager/account.py:508 #, python-format msgid "There is no account with the UID: '%d'" msgstr "Er bestaat geen account met UID: `%d'" #: VirtualMailManager/alias.py:59 #, python-format msgid "" "Cannot add %(count_new)i new destination(s) to alias '%(address)s'.\n" "Currently this alias expands into %(count)i/%(limit)i recipients.\n" "%(count_new)i additional destination(s) will render this alias unusable.\n" "Hint: Increase Postfix' virtual_alias_expansion_limit" msgstr "" "De %(count_new)i nieuwe bestemming(en) kunnen niet aan alias `%(address)s' worden toegevoegd.\n" "Deze alias staat nu voor %(count)i/%(limit)i ontvangers.\n" "%(count_new)i bestemming(en) extra maken deze alias onbruikbaar.\n" "Tip: verhoog virtual_alias_expansion_limit van Postfix." #: VirtualMailManager/alias.py:66 #, python-format msgid "" "Cannot add %(count_new)i new destination(s) to alias '%(address)s'.\n" "This alias already exceeds its expansion limit (%(count)i/%(limit)i).\n" "So its unusable, all messages addressed to this alias will be bounced.\n" "Hint: Delete some destination addresses." msgstr "" "Toevoegen van %(count_new)i nieuwe bestemming(en) aan alias `%(address)s' is mislukt.\n" "Deze alias overschrijdt al de uitbreidingslimiet (%(count)i/%(limit)i).\n" "Daarom is de alias onbruikbaar en zullen alle berichten die hieraan gericht zijn teruggekaatst worden.\n" "Tip: verwijder enkele bestemmingsadressen." #: VirtualMailManager/alias.py:153 VirtualMailManager/alias.py:170 #: VirtualMailManager/alias.py:177 VirtualMailManager/handler.py:680 #, python-format msgid "The alias '%s' does not exist." msgstr "De alias `%s' bestaat niet." #: VirtualMailManager/alias.py:161 #, python-format msgid "No suitable destinations left to remove from alias '%s'." msgstr "" #: VirtualMailManager/aliasdomain.py:49 #, python-format msgid "The domain '%s' is a primary domain." msgstr "Het domein `%s' is een hoofddomein." #: VirtualMailManager/aliasdomain.py:68 #, python-format msgid "The alias domain '%s' already exists." msgstr "De domeinalias `%s' bestaat al." #: VirtualMailManager/aliasdomain.py:71 VirtualMailManager/aliasdomain.py:105 msgid "No destination domain set for the alias domain." msgstr "Domeinalias bevat geen bestemmingsdomein." #: VirtualMailManager/aliasdomain.py:74 VirtualMailManager/aliasdomain.py:108 #, python-format msgid "The target domain '%s' does not exist." msgstr "Het bestemmingsdomein `%s' bestaat nog niet." #: VirtualMailManager/aliasdomain.py:87 VirtualMailManager/aliasdomain.py:111 #: VirtualMailManager/aliasdomain.py:132 #, python-format msgid "The alias domain '%s' does not exist." msgstr "De domeinalias `%s' bestaat nog niet." #: VirtualMailManager/aliasdomain.py:97 #, python-format msgid "There is no primary domain for the alias domain '%s'." msgstr "Er bestaat geen hoofddomein voor de domeinalias `%s'." #: VirtualMailManager/aliasdomain.py:114 #, python-format msgid "The alias domain '%(alias)s' is already assigned to the domain '%(domain)s'." msgstr "De domeinalias `%(alias)s' is al toegekend aan het domein `%(domain)s'." #: VirtualMailManager/catchall.py:67 #, python-format msgid "" "Cannot add %(count_new)i new destination(s) to catch-all alias for\n" "domain '%(domain)s'. Currently this alias expands into %(count)i/%(limit)i\n" "recipients. %(count_new)i additional destination(s) will render this alias\n" "unusable.\n" "Hint: Increase Postfix' virtual_alias_expansion_limit" msgstr "" "De %(count_new)i nieuwe bestemming(en) kunnen niet aan alias 'catch-all'\n" "van domeinen `%(domain)s' worden toegevoegd. Deze alias staat nu voor\n" "%(count)i/%(limit)i ontvangers. %(count_new)i extra bestemming(en) maken\n" "deze alias onbruikbaar.\n" "Tip: verhoog virtual_alias_expansion_limit van Postfix." #: VirtualMailManager/catchall.py:75 #, fuzzy, python-format #| msgid "" #| "Cannot add %(count_new)i new destination(s) to catch-all alias for\n" #| "domain '%(domain)s'. This alias already exceeds its expansion limit (%(count)i/%(limit)i).\n" #| "So its unusable, all messages addressed to this alias will be bounced.\n" #| "Hint: Delete some destination addresses." msgid "" "Cannot add %(count_new)i new destination(s) to catch-all alias for domain\n" "'%(domain)s'. This alias already exceeds its expansion limit (%(count)i/%(limit)i).\n" "So its unusable, all messages addressed to this alias will be bounced.\n" "Hint: Delete some destination addresses." msgstr "" "De %(count_new)i nieuwe bestemming(en) kunnen niet aan het alias 'catch-all' van\n" "domein `%(domain)s' worden toegevoegd. Deze alias overschrijdt al de uitbreidingslimiet\n" "van (%(count)i/%(limit)i).\n" "Daarom is de alias onbruikbaar en zullen alle berichten hieraan geadresseerd worden teruggekaatst.\n" "Tip: verwijder enkele bestemmingsadressen." #: VirtualMailManager/catchall.py:149 VirtualMailManager/catchall.py:167 #: VirtualMailManager/catchall.py:174 #, python-format msgid "There are no catch-all aliases defined for domain '%s'." msgstr "Voor domein `%s' is geen `catch-all'-alais gedefinieerd." #: VirtualMailManager/catchall.py:157 #, fuzzy, python-format #| msgid "The address '%(addr)s' is not a destination of the catch-all alias for domain '%(domain)s'." msgid "No suitable destinations left to remove from the catch-all alias of domain '%s'." msgstr "Het adres `%(addr)s' is geen bestemming van alias `catch-all' van domein `%(domain)s'." #. TP: Please preserve the trailing space. #: VirtualMailManager/cli/__init__.py:80 msgid "Enter new password: " msgstr "Voer nieuw wachtwoord in:" #. TP: Please preserve the trailing space. #: VirtualMailManager/cli/__init__.py:82 msgid "Retype new password: " msgstr "Herhaal het wachtwoord:" #: VirtualMailManager/cli/__init__.py:87 VirtualMailManager/cli/config.py:55 msgid "Too many failures - try again later." msgstr "Teveel mislukte pogingen - probeer het later opnieuw." #: VirtualMailManager/cli/__init__.py:93 msgid "Sorry, passwords do not match." msgstr "Sorry, de wachtwoorden komen niet overeen" #: VirtualMailManager/cli/__init__.py:97 msgid "Sorry, empty passwords are not permitted." msgstr "Sorry, lege wachtwoorden zijn niet toegestaan" #: VirtualMailManager/cli/config.py:32 #, fuzzy #| msgid "Enter new value for option %(option)s [%(current_value)s]: " msgid "Enter new value for option $option [$current_value]: " msgstr "Geef nieuwe waarde voor optie %(option)s [%(current_value)s]: " #: VirtualMailManager/cli/config.py:36 #, python-format msgid "Using configuration file: %s\n" msgstr "Gebruikt configuratiebestand: %s\n" #: VirtualMailManager/cli/config.py:38 #, python-format msgid "* Configuration section: '%s'" msgstr "* Configuratiedeel: `%s'" #: VirtualMailManager/cli/config.py:52 #, python-format msgid "Warning: %s" msgstr "Waarschuwing: %s" #: VirtualMailManager/cli/handler.py:65 #, python-format msgid "Invalid section: '%s'" msgstr "Ongeldig deel: `%s'" #: VirtualMailManager/cli/main.py:30 VirtualMailManager/cli/main.py:54 #: VirtualMailManager/cli/main.py:56 #, python-format msgid "Error: %s" msgstr "Fout: %s" #: VirtualMailManager/cli/main.py:41 msgid "You must specify a subcommand at least." msgstr "Geef minimaal een nevenopdracht op." #. TP: We have to cry, because root has killed/interrupted vmm #. with Ctrl+C or Ctrl+D. #: VirtualMailManager/cli/main.py:50 msgid "Ouch!" msgstr "Auw!" #: VirtualMailManager/cli/main.py:53 VirtualMailManager/cli/main.py:65 msgid "Warnings:" msgstr "Waarschuwingen:" #: VirtualMailManager/cli/main.py:59 #, python-format msgid "Error: Unknown section: '%s'" msgstr "Fout: onbekende sectie: `%s'" #: VirtualMailManager/cli/main.py:62 #, python-format msgid "Error: No option '%(option)s' in section: '%(section)s'" msgstr "Fout: geen optie `%(option)s' in sectie: `%(section)s'" #: VirtualMailManager/cli/subcommands.py:53 #, python-format msgid "Plan A failed ... trying Plan B: %(subcommand)s %(object)s" msgstr "Plan A is mislukt ... Plan B proberen: %(subcommand)s %(object)s" #: VirtualMailManager/cli/subcommands.py:173 #, python-format msgid "Creating account for postmaster@%s" msgstr "Account voor postmaster@%s aanmaken" #: VirtualMailManager/cli/subcommands.py:207 #: VirtualMailManager/cli/subcommands.py:213 msgid "Domain" msgstr "Domein" #: VirtualMailManager/cli/subcommands.py:215 #: VirtualMailManager/cli/subcommands.py:226 msgid "accounts" msgstr "accounts" #: VirtualMailManager/cli/subcommands.py:217 #: VirtualMailManager/cli/subcommands.py:225 #: VirtualMailManager/cli/subcommands.py:1167 msgid "alias domains" msgstr "aliasdomeinen" #: VirtualMailManager/cli/subcommands.py:219 #: VirtualMailManager/cli/subcommands.py:227 #: VirtualMailManager/cli/subcommands.py:1235 msgid "aliases" msgstr "aliassen" #: VirtualMailManager/cli/subcommands.py:221 #: VirtualMailManager/cli/subcommands.py:228 #: VirtualMailManager/cli/subcommands.py:1236 msgid "relocated users" msgstr "verplaatste gebruikers" #: VirtualMailManager/cli/subcommands.py:223 #: VirtualMailManager/cli/subcommands.py:229 msgid "catch-all destinations" msgstr "catch-all-bestemmingen" #: VirtualMailManager/cli/subcommands.py:263 #: VirtualMailManager/cli/subcommands.py:389 #: VirtualMailManager/cli/subcommands.py:397 msgid "Account" msgstr "Account" #: VirtualMailManager/cli/subcommands.py:276 #, fuzzy #| msgid "Usable encoding suffixes:" msgid "Usable encoding suffixes" msgstr "Bruikbare coderingsachtervoegsels:" #: VirtualMailManager/cli/subcommands.py:276 #, fuzzy #| msgid "Usable password schemes:" msgid "Usable password schemes" msgstr "Bruikbare wachtwoordschema's:" #: VirtualMailManager/cli/subcommands.py:354 #, python-format msgid "Generated password: %s" msgstr "Aangemaakt wachtwoord: %s" #: VirtualMailManager/cli/subcommands.py:398 msgid "alias addresses" msgstr "Aliasadressen" #: VirtualMailManager/cli/subcommands.py:410 msgid "Info: The -s option is ignored when --hash was given." msgstr "" #: VirtualMailManager/cli/subcommands.py:460 #, python-brace-format msgid "" "{program}, version {version} (from {rel_date})\n" "Python {py_vers} on {sysname}" msgstr "" #: VirtualMailManager/cli/subcommands.py:468 #, fuzzy, python-brace-format #| msgid "is free software and comes with ABSOLUTELY NO WARRANTY." msgid "" "{copyright}\n" "{program} is free software and comes with ABSOLUTELY NO WARRANTY." msgstr "is vrije programmatuur en komt ZONDER ENIGE GARANTIE." #: VirtualMailManager/cli/subcommands.py:487 #, python-format msgid "%(prog)s - command line tool to manage email domains/accounts/aliases/..." msgstr "" #: VirtualMailManager/cli/subcommands.py:489 #, fuzzy, python-format #| msgid "" #| "This subcommand shows some information about the\n" #| "given domain." msgid "use \"%(prog)s -h\" for information about the given subcommand" msgstr "" "Deze nevenopdracht toont enige informatie over het\n" "gegeven domein." #: VirtualMailManager/cli/subcommands.py:493 #, fuzzy, python-format #| msgid "show version and copyright information" msgid "show %(prog)s's version and copyright information and exit" msgstr "versie- en copyrightinformatie tonen" #: VirtualMailManager/cli/subcommands.py:495 msgid "" msgstr "" #: VirtualMailManager/cli/subcommands.py:496 #, fuzzy #| msgid "List of available subcommands:" msgid "list of available subcommands" msgstr "Lijst met beschikbare nevenopdrachten:" #: VirtualMailManager/cli/subcommands.py:503 msgid "show the actual value of the configuration option" msgstr "de huidige waarde van de configuratieoptie tonen" #: VirtualMailManager/cli/subcommands.py:504 #, fuzzy #| msgid "" #| "This subcommand is used to display the actual value\n" #| "of the given configuration