# 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 , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: vmm 0.5.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-08-25 06:07+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: VirtualMailManager/Account.py:36 VirtualMailManager/Relocated.py:44 #, python-format msgid "There is already an alias with the address “%s”." msgstr "" #: VirtualMailManager/Account.py:41 VirtualMailManager/Alias.py:45 #, python-format msgid "There is already a relocated user with the address “%s”." msgstr "" #: VirtualMailManager/Account.py:61 VirtualMailManager/Alias.py:61 #: VirtualMailManager/Domain.py:163 VirtualMailManager/Domain.py:189 #: VirtualMailManager/Domain.py:220 VirtualMailManager/Relocated.py:60 #, python-format msgid "The domain “%s” doesn't exist yet." msgstr "" #: VirtualMailManager/Account.py:80 #, python-format msgid "Unknown service “%s”." msgstr "" #: VirtualMailManager/Account.py:83 VirtualMailManager/Account.py:150 #: VirtualMailManager/Account.py:178 VirtualMailManager/Account.py:212 #, python-format msgid "The account “%s” doesn't exists." msgstr "" #: VirtualMailManager/Account.py:145 #, python-format msgid "The account “%s” already exists." msgstr "" #: VirtualMailManager/Account.py:186 msgid "enabled" msgstr "" #: VirtualMailManager/Account.py:188 msgid "disabled" msgstr "" #: VirtualMailManager/Account.py:233 #, python-format msgid "There are %(count)d aliases with the destination address “%(address)s”." msgstr "" #: VirtualMailManager/Account.py:241 msgid "uid must be an int/long." msgstr "" #: VirtualMailManager/Account.py:243 msgid "uid must be greater than 0." msgstr "" #: VirtualMailManager/Account.py:251 #, python-format msgid "There is no account with the UID “%d”." msgstr "" #: VirtualMailManager/Alias.py:30 VirtualMailManager/Relocated.py:30 msgid "Address and destination are identical." msgstr "" #: VirtualMailManager/Alias.py:40 VirtualMailManager/Relocated.py:39 #, python-format msgid "There is already an account with address “%s”." msgstr "" #: VirtualMailManager/Alias.py:71 #, 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:80 msgid "No destination address for alias denoted." msgstr "" #: VirtualMailManager/Alias.py:91 #, python-format msgid "The alias “%(a)s” with destination “%(d)s” already exists." msgstr "" #: VirtualMailManager/Alias.py:106 VirtualMailManager/Alias.py:123 #, python-format msgid "The alias “%s” doesn't exists." msgstr "" #: VirtualMailManager/Alias.py:125 #, python-format msgid "The alias “%(a)s” with destination “%(d)s” doesn't exists." msgstr "" #: VirtualMailManager/AliasDomain.py:32 #, python-format msgid "The domain “%s” is a primary domain." msgstr "" #: VirtualMailManager/AliasDomain.py:37 #, python-format msgid "The alias domain “%s” already exists." msgstr "" #: VirtualMailManager/AliasDomain.py:40 VirtualMailManager/AliasDomain.py:70 msgid "No destination domain for alias domain denoted." msgstr "" #: VirtualMailManager/AliasDomain.py:43 VirtualMailManager/AliasDomain.py:73 #, python-format msgid "The target domain “%s” doesn't exist yet." msgstr "" #: VirtualMailManager/AliasDomain.py:62 #, python-format msgid "There is no primary domain for the alias domain “%s”." msgstr "" #: VirtualMailManager/AliasDomain.py:65 VirtualMailManager/AliasDomain.py:76 #: VirtualMailManager/AliasDomain.py:99 #, python-format msgid "The alias domain “%s” doesn't exist yet." msgstr "" #: VirtualMailManager/AliasDomain.py:79 #, python-format msgid "" "The alias domain “%(alias)s” is already assigned to the domain “%(domain)s”." msgstr "" #: VirtualMailManager/Config.py:102 VirtualMailManager/Config.py:137 #, python-format msgid "Using configuration file: %s\n" msgstr "" #: VirtualMailManager/Config.py:106 #, python-format msgid "missing section: %s\n" msgstr "" #: VirtualMailManager/Config.py:108 #, python-format msgid "missing options in section %s:\n" msgstr "" #: VirtualMailManager/Config.py:140 #, python-format msgid "* Config section: “%s”" msgstr "" #: VirtualMailManager/Config.py:143 #, python-format msgid "Enter new value for option %(opt)s [%(val)s]: " msgstr "" #: VirtualMailManager/Domain.py:39 #, python-format msgid "The domain “%s” is an alias domain." msgstr "" #: VirtualMailManager/Domain.py:124 msgid "There are accounts and aliases." msgstr "" #: VirtualMailManager/Domain.py:127 msgid "There are accounts." msgstr "" #: VirtualMailManager/Domain.py:130 msgid "There are aliases." msgstr "" #: VirtualMailManager/Domain.py:145 #, python-format msgid "The domain “%s” already exists." msgstr "" #: VirtualMailManager/EmailAddress.py:46 #, python-format msgid "Missing '@' sign in e-mail address “%s”." msgstr "" #: VirtualMailManager/EmailAddress.py:49 #, python-format msgid "“%s” looks not like an e-mail address." msgstr "" #: VirtualMailManager/EmailAddress.py:54 #, python-format msgid "Missing domain name after “%s@”." msgstr "" #: VirtualMailManager/EmailAddress.py:66 msgid "No localpart specified." msgstr "" #: VirtualMailManager/EmailAddress.py:69 #, python-format msgid "The local part “%s” is too long" msgstr "" #: VirtualMailManager/EmailAddress.py:76 #, python-format msgid "The local part “%(lpart)s” contains invalid characters: %(ichrs)s" msgstr "" #: VirtualMailManager/MailLocation.py:32 msgid "Either mid or maillocation must be specified." msgstr "" #: VirtualMailManager/MailLocation.py:38 msgid "mid must be an int/long." msgstr "" #: VirtualMailManager/MailLocation.py:46 #, 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:59 msgid "Unknown mid specified." msgstr "" #: VirtualMailManager/Relocated.py:65 msgid "No destination address for relocated user denoted." msgstr "" #: VirtualMailManager/Relocated.py:75 #, python-format msgid "The relocated user “%s” already exists." msgstr "" #: VirtualMailManager/Relocated.py:89 VirtualMailManager/Relocated.py:102 #, python-format msgid "The relocated user “%s” doesn't exists." msgstr "" #: VirtualMailManager/Transport.py:29 msgid "Either tid or transport must be specified." msgstr "" #: VirtualMailManager/Transport.py:35 msgid "tid must be an int/long." msgstr "" #: VirtualMailManager/Transport.py:63 msgid "Unknown tid specified." msgstr "" #: VirtualMailManager/VirtualMailManager.py:54 msgid "" "You are not root.\n" "\tGood bye!\n" msgstr "" #: VirtualMailManager/VirtualMailManager.py:74 msgid "No “vmm.cfg” found in: /root:/usr/local/etc:/etc" msgstr "" #: VirtualMailManager/VirtualMailManager.py:85 #, python-format msgid "" "fix permissions (%(perms)s) for “%(file)s”\n" "`chmod 0600 %(file)s` would be great." msgstr "" #: VirtualMailManager/VirtualMailManager.py:100 #, python-format msgid "" "“%s” is not a directory.\n" "(vmm.cfg: section \"domdir\", option \"base\")" msgstr "" #: VirtualMailManager/VirtualMailManager.py:105 #, python-format msgid "" "“%(binary)s” doesn't exists.\n" "(vmm.cfg: section \"bin\", option \"%(option)s\")" msgstr "" #: VirtualMailManager/VirtualMailManager.py:109 #, python-format msgid "" "“%(binary)s” is not executable.\n" "(vmm.cfg: section \"bin\", option \"%(option)s\")" msgstr "" #: VirtualMailManager/VirtualMailManager.py:166 msgid "The domain name is too long." msgstr "" #: VirtualMailManager/VirtualMailManager.py:169 #, python-format msgid "The domain name “%s” is invalid." msgstr "" #: VirtualMailManager/VirtualMailManager.py:209 msgid "Enter new password: " msgstr "" #: VirtualMailManager/VirtualMailManager.py:210 msgid "Retype new password: " msgstr "" #: VirtualMailManager/VirtualMailManager.py:212 msgid "Sorry, passwords do not match" msgstr "" #: VirtualMailManager/VirtualMailManager.py:216 msgid "Sorry, empty passwords are not permitted" msgstr "" #: VirtualMailManager/VirtualMailManager.py:265 #: VirtualMailManager/VirtualMailManager.py:352 #, python-format msgid "No such directory: %s" msgstr "" #: VirtualMailManager/VirtualMailManager.py:340 msgid "Found \"..\" in home directory path." msgstr "" #: VirtualMailManager/VirtualMailManager.py:348 msgid "Owner/group mismatch in home directory detected." msgstr "" #: VirtualMailManager/VirtualMailManager.py:364 msgid "FATAL: \"..\" in domain directory path detected." msgstr "" #: VirtualMailManager/VirtualMailManager.py:370 msgid "FATAL: group mismatch in domain directory detected" msgstr "" #: VirtualMailManager/VirtualMailManager.py:457 #, python-format msgid "" "Configurtion error: \"%s\"\n" "(in section \"connfig\", option \"done\") see also: vmm.cfg(5)\n" msgstr "" #: VirtualMailManager/VirtualMailManager.py:477 #, python-format msgid "Invalid section: “%s”" msgstr "" #: VirtualMailManager/VirtualMailManager.py:487 #: VirtualMailManager/VirtualMailManager.py:497 #: VirtualMailManager/VirtualMailManager.py:516 #: VirtualMailManager/VirtualMailManager.py:624 #: VirtualMailManager/VirtualMailManager.py:655 #, python-format msgid "Invalid argument: “%s”" msgstr "" #: VirtualMailManager/VirtualMailManager.py:520 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:593 #, python-format msgid "The pattern “%s” contains invalid characters." msgstr "" #: VirtualMailManager/VirtualMailManager.py:619 #, python-format msgid "The destination account/alias “%s” doesn't exists yet." msgstr "" #: VirtualMailManager/VirtualMailManager.py:636 #, 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: %(raeson)s" msgstr "" #: VirtualMailManager/VirtualMailManager.py:676 msgid "Account doesn't exists" msgstr "" #: VirtualMailManager/VirtualMailManager.py:692 #: VirtualMailManager/VirtualMailManager.py:702 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:44 #, python-format msgid "" "The value “%s” looks not like a valid postfix configuration parameter name." msgstr "" #: vmm:34 #, python-format msgid "" "Usage: %s SUBCOMMAND OBJECT ARGS*\n" " short long\n" " subcommand object args (* = optional)\n" msgstr "" #: vmm:73 vmm:84 vmm:494 msgid "Error" msgstr "" #: vmm:111 msgid "information" msgstr "" #: vmm:121 msgid "Available" msgstr "" #: vmm:124 vmm:223 vmm:229 msgid "alias domains" msgstr "" #: vmm:134 vmm:145 vmm:169 msgid "\tNone" msgstr "" #: vmm:138 msgid "Alias information" msgstr "" #: vmm:140 #, python-format msgid "\tMail for %s will be redirected to:" msgstr "" #: vmm:149 msgid "Relocated information" msgstr "" #: vmm:151 #, python-format msgid "\tUser “%(addr)s” has moved to “%(dest)s”" msgstr "" #: vmm:164 msgid "Available domains" msgstr "" #: vmm:166 msgid "Matching domains" msgstr "" #: vmm:180 msgid "Alias domain information" msgstr "" #: vmm:186 #, python-format msgid "" "\tThe alias domain %(alias)s belongs to:\n" "\t * %(domain)s" msgstr "" #: vmm:197 vmm:205 vmm:213 msgid "Missing domain name." msgstr "" #: vmm:215 vmm:219 msgid "Domain" msgstr "" #: vmm:221 vmm:230 msgid "accounts" msgstr "" #: vmm:225 vmm:231 msgid "aliases" msgstr "" #: vmm:227 vmm:232 msgid "relocated users" msgstr "" #: vmm:236 msgid "Missing domain name and new transport." msgstr "" #: vmm:238 msgid "Missing new transport." msgstr "" #: vmm:247 vmm:262 msgid "Missing alias domain name and target domain name." msgstr "" #: vmm:249 vmm:264 msgid "Missing target domain name." msgstr "" #: vmm:255 vmm:270 msgid "Missing alias domain name." msgstr "" #: vmm:276 vmm:285 vmm:293 vmm:323 vmm:331 vmm:339 msgid "Missing e-mail address." msgstr "" #: vmm:301 msgid "alias addresses" msgstr "" #: vmm:307 msgid "Missing e-mail address and users name." msgstr "" #: vmm:309 msgid "Missing users name." msgstr "" #: vmm:315 msgid "Missing e-mail address and transport." msgstr "" #: vmm:317 msgid "Missing transport." msgstr "" #: vmm:348 msgid "Missing alias address and destination." msgstr "" #: vmm:350 vmm:373 msgid "Missing destination address." msgstr "" #: vmm:356 vmm:362 msgid "Missing alias address" msgstr "" #: vmm:371 msgid "Missing relocated address and destination." msgstr "" #: vmm:379 vmm:387 msgid "Missing relocated address" msgstr "" #: vmm:393 msgid "Missing userid" msgstr "" #: vmm:406 msgid "Warnings:" msgstr "" #: vmm:412 msgid "from" msgstr "" #: vmm:412 msgid "version" msgstr "" #: vmm:414 msgid "on" msgstr "" #: vmm:488 msgid "Unknown subcommand" msgstr "" #: vmm:491 msgid "Ouch" msgstr ""