Moved VirtualMailManager/Exceptions to VirtualMailManager/errors.
Renamed VMM*Exception classes to *Error.
No longer add the attribute 'message' to VMMError if it doesn't exist, like in
Python 2.4. It has been deprecated as of Python 2.6.
Also removed the methods code() and msg(), the values are now accessible via
the attributes 'code' and 'msg'.
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: vmm 0.6.0\n"
"Report-Msgid-Bugs-To: neverseen@users.sourceforge.net\n"
"POT-Creation-Date: 2010-01-29 23:22+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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:37 VirtualMailManager/Relocated.py:42
#, python-format
msgid "There is already an alias with the address “%s”."
msgstr ""
#: VirtualMailManager/Account.py:42 VirtualMailManager/Alias.py:41
#, python-format
msgid "There is already a relocated user with the address “%s”."
msgstr ""
#: VirtualMailManager/Account.py:62 VirtualMailManager/Alias.py:57
#: VirtualMailManager/Domain.py:161 VirtualMailManager/Domain.py:187
#: VirtualMailManager/Domain.py:218 VirtualMailManager/Relocated.py:58
#, python-format
msgid "The domain “%s” doesn't exist."
msgstr ""
#: VirtualMailManager/Account.py:81
#, python-format
msgid "Unknown service “%s”."
msgstr ""
#: VirtualMailManager/Account.py:84 VirtualMailManager/Account.py:157
#: VirtualMailManager/Account.py:188 VirtualMailManager/Account.py:223
#, python-format
msgid "The account “%s” doesn't exist."
msgstr ""
#: VirtualMailManager/Account.py:152
#, python-format
msgid "The account “%s” already exists."
msgstr ""
#. TP: A service (pop3/imap/…) is enabled/usable for a user
#: VirtualMailManager/Account.py:197
msgid "enabled"
msgstr ""
#. TP: A service (pop3/imap) isn't enabled/usable for a user
#: VirtualMailManager/Account.py:200
msgid "disabled"
msgstr ""
#: VirtualMailManager/Account.py:244
#, python-format
msgid "There are %(count)d aliases with the destination address “%(address)s”."
msgstr ""
#: VirtualMailManager/Account.py:252
msgid "uid must be an int/long."
msgstr ""
#: VirtualMailManager/Account.py:254
msgid "uid must be greater than 0."
msgstr ""
#: VirtualMailManager/Account.py:262
#, python-format
msgid "There is no account with the UID “%d”."
msgstr ""
#: VirtualMailManager/Alias.py:28 VirtualMailManager/Relocated.py:28
msgid "Address and destination are identical."
msgstr ""
#: VirtualMailManager/Alias.py:37 VirtualMailManager/Relocated.py:37
#, python-format
msgid "There is already an account with address “%s”."
msgstr ""
#: VirtualMailManager/Alias.py:67
#, python-format
msgid ""
"Can't add new destination to alias “%(address)s”.\n"
"Currently this alias expands into %(count)i recipients.\n"
"One more destination will render this alias unusable.\n"
"Hint: Increase Postfix' virtual_alias_expansion_limit\n"
msgstr ""
#: VirtualMailManager/Alias.py:76
msgid "No destination address specified for alias."
msgstr ""
#: VirtualMailManager/Alias.py:87
#, python-format
msgid "The alias “%(a)s” with destination “%(d)s” already exists."
msgstr ""
#: VirtualMailManager/Alias.py:100 VirtualMailManager/Alias.py:117
#, python-format
msgid "The alias “%s” doesn't exist."
msgstr ""
#: VirtualMailManager/Alias.py:119
#, python-format
msgid "The alias “%(a)s” with destination “%(d)s” doesn't exist."
msgstr ""
#: VirtualMailManager/AliasDomain.py:30
#, python-format
msgid "The domain “%s” is a primary domain."
msgstr ""
#: VirtualMailManager/AliasDomain.py:35
#, python-format
msgid "The alias domain “%s” already exists."
msgstr ""
#: VirtualMailManager/AliasDomain.py:38 VirtualMailManager/AliasDomain.py:68
msgid "No destination domain specified for alias domain."
msgstr ""
#: VirtualMailManager/AliasDomain.py:41 VirtualMailManager/AliasDomain.py:71
#, python-format
msgid "The target domain “%s” doesn't exist."
msgstr ""
#: VirtualMailManager/AliasDomain.py:60
#, python-format
msgid "There is no primary domain for the alias domain “%s”."
msgstr ""
#: VirtualMailManager/AliasDomain.py:63 VirtualMailManager/AliasDomain.py:74
#: VirtualMailManager/AliasDomain.py:97
#, python-format
msgid "The alias domain “%s” doesn't exist."
msgstr ""
#: VirtualMailManager/AliasDomain.py:77
#, python-format
msgid ""
"The alias domain “%(alias)s” is already assigned to the domain “%(domain)s”."
msgstr ""
#: VirtualMailManager/Config.py:105
#, python-format
msgid "Not a boolean: “%s”"
msgstr ""
#: VirtualMailManager/Config.py:134
#, python-format
msgid "Bad format: “%s” - expected: section.option"
msgstr ""
#: VirtualMailManager/Config.py:347
msgid "Missing options, which have no default value.\n"
msgstr ""
#: VirtualMailManager/Config.py:348 VirtualMailManager/Config.py:416
#, python-format
msgid "Using configuration file: %s\n"
msgstr ""
#: VirtualMailManager/Config.py:351
#, python-format
msgid "* Section: %s\n"
msgstr ""
#: VirtualMailManager/Config.py:367
#, python-format
msgid "“%s” is not a directory"
msgstr ""
#: VirtualMailManager/Config.py:379
#, python-format
msgid "“%s” is not a file"
msgstr ""
#: VirtualMailManager/Config.py:382
#, python-format
msgid "File is not executable: “%s”"
msgstr ""
#: VirtualMailManager/Config.py:408
#, python-format
msgid "Enter new value for option %(option)s [%(current_value)s]: "
msgstr ""
#: VirtualMailManager/Config.py:418
#, python-format
msgid "* Configuration section: “%s”"
msgstr ""
#: VirtualMailManager/Config.py:429
#, python-format
msgid "Warning: %s"
msgstr ""
#: VirtualMailManager/Config.py:433
#: VirtualMailManager/VirtualMailManager.py:198
msgid "Too many failures - try again later."
msgstr ""
#: VirtualMailManager/Domain.py:37
#, python-format
msgid "The domain “%s” is an alias domain."
msgstr ""
#: VirtualMailManager/Domain.py:122
msgid "There are accounts and aliases."
msgstr ""
#: VirtualMailManager/Domain.py:125
msgid "There are accounts."
msgstr ""
#: VirtualMailManager/Domain.py:128
msgid "There are aliases."
msgstr ""
#: VirtualMailManager/Domain.py:143
#, python-format
msgid "The domain “%s” already exists."
msgstr ""
#: VirtualMailManager/EmailAddress.py:42
#, python-format
msgid "Missing '@' sign in e-mail address “%s”."
msgstr ""
#: VirtualMailManager/EmailAddress.py:45
#, python-format
msgid "“%s” doesn't look like an e-mail address."
msgstr ""
#: VirtualMailManager/EmailAddress.py:50
#, python-format
msgid "Missing domain name after “%s@”."
msgstr ""
#: VirtualMailManager/EmailAddress.py:62
msgid "No local-part specified."
msgstr ""
#: VirtualMailManager/EmailAddress.py:65
#, python-format
msgid "The local-part “%s” is too long"
msgstr ""
#: VirtualMailManager/EmailAddress.py:72
#, python-format
msgid "The local-part “%(lpart)s” contains invalid characters: %(ichrs)s"
msgstr ""
#: VirtualMailManager/MailLocation.py:28
msgid "Either mid or maillocation must be specified."
msgstr ""
#: VirtualMailManager/MailLocation.py:34
msgid "mid must be an int/long."
msgstr ""
#: VirtualMailManager/MailLocation.py:42
#, python-format
msgid ""
"Invalid folder name “%s”, it may consist only of\n"
"1 - 20 single byte characters (A-Z, a-z, 0-9 and _)."
msgstr ""
#: VirtualMailManager/MailLocation.py:55
msgid "Unknown mid specified."
msgstr ""
#: VirtualMailManager/Relocated.py:64
msgid "No destination address specified for relocated user."
msgstr ""
#: VirtualMailManager/Relocated.py:74
#, python-format
msgid "The relocated user “%s” already exists."
msgstr ""
#: VirtualMailManager/Relocated.py:88 VirtualMailManager/Relocated.py:101
#, python-format
msgid "The relocated user “%s” doesn't exist."
msgstr ""
#: VirtualMailManager/Transport.py:27
msgid "Either tid or transport must be specified."
msgstr ""
#: VirtualMailManager/Transport.py:33
msgid "tid must be an int/long."
msgstr ""
#: VirtualMailManager/Transport.py:61
msgid "Unknown tid specified."
msgstr ""
#: VirtualMailManager/VirtualMailManager.py:47
msgid ""
"You are not root.\n"
"\tGood bye!\n"
msgstr ""
#: VirtualMailManager/VirtualMailManager.py:66
msgid "No “vmm.cfg” found in: /root:/usr/local/etc:/etc"
msgstr ""
#: VirtualMailManager/VirtualMailManager.py:77
#, python-format
msgid ""
"fix permissions (%(perms)s) for “%(file)s”\n"
"`chmod 0600 %(file)s` would be great."
msgstr ""
#: VirtualMailManager/VirtualMailManager.py:92
#, python-format
msgid ""
"“%s” is not a directory.\n"
"(vmm.cfg: section \"misc\", option \"base_directory\")"
msgstr ""
#: VirtualMailManager/VirtualMailManager.py:97
#, python-format
msgid ""
"“%(binary)s” doesn't exist.\n"
"(vmm.cfg: section \"bin\", option \"%(option)s\")"
msgstr ""
#: VirtualMailManager/VirtualMailManager.py:101
#, python-format
msgid ""
"“%(binary)s” is not executable.\n"
"(vmm.cfg: section \"bin\", option \"%(option)s\")"
msgstr ""
#: VirtualMailManager/VirtualMailManager.py:149
msgid "The domain name is too long."
msgstr ""
#: VirtualMailManager/VirtualMailManager.py:152
#, python-format
msgid "The domain name “%s” is invalid."
msgstr ""
#. TP: Please preserve the trailing space.
#: VirtualMailManager/VirtualMailManager.py:191
msgid "Enter new password: "
msgstr ""
#. TP: Please preserve the trailing space.
#: VirtualMailManager/VirtualMailManager.py:193
msgid "Retype new password: "
msgstr ""
#: VirtualMailManager/VirtualMailManager.py:204
msgid "Sorry, passwords do not match"
msgstr ""
#: VirtualMailManager/VirtualMailManager.py:208
msgid "Sorry, empty passwords are not permitted"
msgstr ""
#: VirtualMailManager/VirtualMailManager.py:256
#: VirtualMailManager/VirtualMailManager.py:343
#, python-format
msgid "No such directory: %s"
msgstr ""
#: VirtualMailManager/VirtualMailManager.py:331
msgid "Found \"..\" in home directory path."
msgstr ""
#: VirtualMailManager/VirtualMailManager.py:339
msgid "Detected owner/group mismatch in home directory."
msgstr ""
#: VirtualMailManager/VirtualMailManager.py:354
msgid "Found \"..\" in domain directory path."
msgstr ""
#: VirtualMailManager/VirtualMailManager.py:360
msgid "Detected group mismatch in domain directory."
msgstr ""
#: VirtualMailManager/VirtualMailManager.py:455
#, python-format
msgid "Invalid section: “%s”"
msgstr ""
#: VirtualMailManager/VirtualMailManager.py:465
#: VirtualMailManager/VirtualMailManager.py:475
#: VirtualMailManager/VirtualMailManager.py:494
#: VirtualMailManager/VirtualMailManager.py:602
#: VirtualMailManager/VirtualMailManager.py:633
#, python-format
msgid "Invalid argument: “%s”"
msgstr ""
#: VirtualMailManager/VirtualMailManager.py:498
msgid ""
"The keyword “detailed” is deprecated and will be removed in a future "
"release.\n"
" Please use the keyword “full” to get full details."
msgstr ""
#: VirtualMailManager/VirtualMailManager.py:571
#, python-format
msgid "The pattern “%s” contains invalid characters."
msgstr ""
#: VirtualMailManager/VirtualMailManager.py:597
#, python-format
msgid "The destination account/alias “%s” doesn't exist."
msgstr ""
#: VirtualMailManager/VirtualMailManager.py:614
#, python-format
msgid ""
"The account has been successfully deleted from the database.\n"
" But an error occurred while deleting the following directory:\n"
" “%(directory)s”\n"
" Reason: %(reason)s"
msgstr ""
#: VirtualMailManager/VirtualMailManager.py:653
msgid "Account doesn't exist"
msgstr ""
#: VirtualMailManager/VirtualMailManager.py:669
#: VirtualMailManager/VirtualMailManager.py:679
msgid ""
"The service name “managesieve” is deprecated and will be removed\n"
" in a future release.\n"
" Please use the service name “sieve” instead."
msgstr ""
#: VirtualMailManager/ext/Postconf.py:41
#, python-format
msgid ""
"The value “%s” doesn't look like a valid postfix configuration parameter "
"name."
msgstr ""
#. TP: Please adjust translated words like the original text.
#. (It's a table header.) Extract from usage text:
#. Usage: vmm SUBCOMMAND OBJECT ARGS*
#. short long
#. subcommand object args (* = optional)
#.
#. da domainadd domain.tld transport*
#. di domaininfo domain.tld details*
#: vmm:26
#, python-format
msgid ""
"Usage: %s SUBCOMMAND OBJECT ARGS*\n"
" short long\n"
" subcommand object args (* = optional)\n"
msgstr ""
#: vmm:65 vmm:76
#, python-format
msgid "Error: %s\n"
msgstr ""
#. TP: e.g. 'Domain information' or 'Account information'
#: vmm:104
msgid "information"
msgstr ""
#. TP: e.g. 'Available alias addresses' or 'Available accounts'
#: vmm:115
msgid "Available"
msgstr ""
#: vmm:118 vmm:218 vmm:224
msgid "alias domains"
msgstr ""
#: vmm:128 vmm:139 vmm:163
msgid "\tNone"
msgstr ""
#: vmm:132
msgid "Alias information"
msgstr ""
#: vmm:134
#, python-format
msgid "\tMail for %s will be redirected to:"
msgstr ""
#: vmm:143
msgid "Relocated information"
msgstr ""
#: vmm:145
#, python-format
msgid "\tUser “%(addr)s” has moved to “%(dest)s”"
msgstr ""
#: vmm:158
msgid "Available domains"
msgstr ""
#: vmm:160
msgid "Matching domains"
msgstr ""
#: vmm:174
msgid "Alias domain information"
msgstr ""
#: vmm:180
#, python-format
msgid ""
"\tThe alias domain %(alias)s belongs to:\n"
"\t * %(domain)s"
msgstr ""
#: vmm:191 vmm:199 vmm:207
msgid "Missing domain name."
msgstr ""
#: vmm:210 vmm:214
msgid "Domain"
msgstr ""
#: vmm:216 vmm:225
msgid "accounts"
msgstr ""
#: vmm:220 vmm:226
msgid "aliases"
msgstr ""
#: vmm:222 vmm:227
msgid "relocated users"
msgstr ""
#: vmm:238
msgid "Missing domain name and new transport."
msgstr ""
#: vmm:240
msgid "Missing new transport."
msgstr ""
#: vmm:249 vmm:272
msgid "Missing alias domain name and target domain name."
msgstr ""
#: vmm:251 vmm:274
msgid "Missing target domain name."
msgstr ""
#: vmm:257 vmm:280
msgid "Missing alias domain name."
msgstr ""
#: vmm:286 vmm:295 vmm:303 vmm:345 vmm:353 vmm:361
msgid "Missing e-mail address."
msgstr ""
#: vmm:312
msgid "alias addresses"
msgstr ""
#: vmm:329
msgid "Missing e-mail address and user’s name."
msgstr ""
#: vmm:331
msgid "Missing user’s name."
msgstr ""
#: vmm:337
msgid "Missing e-mail address and transport."
msgstr ""
#: vmm:339
msgid "Missing transport."
msgstr ""
#: vmm:370
msgid "Missing alias address and destination."
msgstr ""
#: vmm:372 vmm:407
msgid "Missing destination address."
msgstr ""
#: vmm:378 vmm:396
msgid "Missing alias address"
msgstr ""
#: vmm:405
msgid "Missing relocated address and destination."
msgstr ""
#: vmm:413 vmm:431
msgid "Missing relocated address"
msgstr ""
#: vmm:437
msgid "Missing userid"
msgstr ""
#: vmm:450
msgid "Warnings:"
msgstr ""
#: vmm:460
msgid "from"
msgstr ""
#. TP: The words 'from', 'version' and 'on' are used in the version
#. information:
#. vmm, version 0.5.2 (from 09/09/09)
#. Python 2.5.4 on FreeBSD
#: vmm:460
msgid "version"
msgstr ""
#: vmm:463
msgid "on"
msgstr ""
#: vmm:464
msgid "is free software and comes with ABSOLUTELY NO WARRANTY."
msgstr ""
#: vmm:472
#, python-format
msgid "Plan A failed ... trying Plan B: %(subcommand)s %(object)s"
msgstr ""
#: vmm:535
#, python-format
msgid "Unknown subcommand: “%s”"
msgstr ""
#. TP: We have to cry, because root has killed/interrupted vmm
#. with Ctrl+C or Ctrl+D.
#: vmm:540
msgid ""
"\n"
"Ouch!\n"
msgstr ""
#: vmm:543
#, python-format
msgid "Error: %s"
msgstr ""