po/vmm.pot
author Pascal Volk <neverseen@users.sourceforge.net>
Wed, 27 Aug 2008 20:42:41 +0000
changeset 69 0c124160a991
parent 66 995d538a6eb5
child 78 8f1e501b1bb1
permissions -rw-r--r--
* 'VirtualMailManager/VirtualMailManager.py' - Moved unused RE_MAILLOCATION to VirtualMailManager/MailLocation.py * 'VirtualMailManager/MailLocation.py' - MailLocation.__init__() checks 'maillocation' for validity if given * 'VirtualMailManager/Config.py' - Overwritten ConfigParser.get() -> string as Config.get() -> unicode * 'po/de.po' * 'po/vmm.pot' - updated

# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2008 VEB IT
# This file is distributed under the same license as the vmm package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: vmm 0.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-08-27 21:50+0200\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"

#: VirtualMailManager/Account.py:39
#, python-format
msgid "There is already an alias with the address »%s«."
msgstr ""

#: VirtualMailManager/Account.py:71 VirtualMailManager/Alias.py:72
#: VirtualMailManager/Domain.py:169 VirtualMailManager/Domain.py:193
#: VirtualMailManager/Domain.py:223
#, python-format
msgid "The domain »%s« doesn't exist yet."
msgstr ""

#: VirtualMailManager/Account.py:90
#, python-format
msgid "Unknown service »%s«."
msgstr ""

#: VirtualMailManager/Account.py:93 VirtualMailManager/Account.py:159
#: VirtualMailManager/Account.py:186 VirtualMailManager/Account.py:207
#, python-format
msgid "The account »%s« doesn't exists."
msgstr ""

#: VirtualMailManager/Account.py:154
#, python-format
msgid "The account »%s« already exists."
msgstr ""

#: VirtualMailManager/Account.py:194
msgid "enabled"
msgstr ""

#: VirtualMailManager/Account.py:196
msgid "disabled"
msgstr ""

#: VirtualMailManager/Account.py:229
#, python-format
msgid "There are %(count)d aliases with the destination address »%(address)s«."
msgstr ""

#: VirtualMailManager/Account.py:237
msgid "uid must be an int/long."
msgstr ""

#: VirtualMailManager/Account.py:239
msgid "uid must be greater than 0."
msgstr ""

#: VirtualMailManager/Account.py:247
#, python-format
msgid "There is no account with the UID »%d«."
msgstr ""

#: VirtualMailManager/Alias.py:25
msgid "Address and destination are identical."
msgstr ""

#: VirtualMailManager/Alias.py:42
#, python-format
msgid "There is already an account with address »%s«."
msgstr ""

#: VirtualMailManager/Alias.py:77
msgid "No destination address for alias denoted."
msgstr ""

#: VirtualMailManager/Alias.py:86
#, python-format
msgid "The alias »%s« already exists."
msgstr ""

#: VirtualMailManager/Alias.py:101 VirtualMailManager/Alias.py:117
#, python-format
msgid "The alias »%s« doesn't exists."
msgstr ""

#: VirtualMailManager/AliasDomain.py:38
#, python-format
msgid "The domain »%s« is a primary domain."
msgstr ""

#: VirtualMailManager/AliasDomain.py:43
#, python-format
msgid "The alias domain »%s« already exists."
msgstr ""

#: VirtualMailManager/AliasDomain.py:46
msgid "No destination domain for alias domain denoted."
msgstr ""

#: VirtualMailManager/AliasDomain.py:49
#, python-format
msgid "The target domain »%s« doesn't exist yet."
msgstr ""

#: VirtualMailManager/AliasDomain.py:69
#, python-format
msgid "There is no primary domain for the alias domain »%s«."
msgstr ""

#: VirtualMailManager/AliasDomain.py:73 VirtualMailManager/AliasDomain.py:85
#, python-format
msgid "The alias domain »%s« doesn't exist yet."
msgstr ""

#: VirtualMailManager/Config.py:102
#, python-format
msgid "missing section: %s\n"
msgstr ""

#: VirtualMailManager/Config.py:104
#, python-format
msgid "missing options in section %s:\n"
msgstr ""

#: VirtualMailManager/Config.py:135
#, python-format
msgid "* Config section: »%s«"
msgstr ""

#: VirtualMailManager/Config.py:138
#, python-format
msgid "Enter new value for option %(opt)s [%(val)s]: "
msgstr ""

#: VirtualMailManager/Domain.py:45
#, python-format
msgid "The domain »%s« is an alias domain."
msgstr ""

#: VirtualMailManager/Domain.py:130
msgid "There are accounts and aliases."
msgstr ""

#: VirtualMailManager/Domain.py:133
msgid "There are accounts."
msgstr ""

#: VirtualMailManager/Domain.py:136
msgid "There are aliases."
msgstr ""

#: VirtualMailManager/Domain.py:151
#, python-format
msgid "The domain »%s« already exists."
msgstr ""

#: VirtualMailManager/MailLocation.py:38
msgid "Either mid or maillocation must be specified."
msgstr ""

#: VirtualMailManager/MailLocation.py:44
msgid "mid must be an int/long."
msgstr ""

#: VirtualMailManager/MailLocation.py:53
#, 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:66
msgid "Unknown mid specified."
msgstr ""

#: VirtualMailManager/Transport.py:35
msgid "Either tid or transport must be specified."
msgstr ""

#: VirtualMailManager/Transport.py:41
msgid "tid must be an int/long."
msgstr ""

#: VirtualMailManager/Transport.py:56
msgid "Unknown tid specified."
msgstr ""

#: VirtualMailManager/VirtualMailManager.py:48
#, python-format
msgid ""
"fix permissions for »%(cfgFileName)s«\n"
"`chmod 0600 %(cfgFileName)s` would be great."
msgstr ""

#: VirtualMailManager/VirtualMailManager.py:56
msgid ""
"You are not root.\n"
"\tGood bye!\n"
msgstr ""

#: VirtualMailManager/VirtualMailManager.py:70
#, python-format
msgid "The file »%s« does not exists."
msgstr ""

#: VirtualMailManager/VirtualMailManager.py:89
#, python-format
msgid ""
"»%s« is not a directory.\n"
"(vmm.cfg: section \"domdir\", option \"base\")"
msgstr ""

#: VirtualMailManager/VirtualMailManager.py:94
#, python-format
msgid ""
"»%(binary)s« doesn't exists.\n"
"(vmm.cfg: section \"bin\", option \"%(option)s\")"
msgstr ""

#: VirtualMailManager/VirtualMailManager.py:98
#, python-format
msgid ""
"»%(binary)s« is not executable.\n"
"(vmm.cfg: section \"bin\", option \"%(option)s\")"
msgstr ""

#: VirtualMailManager/VirtualMailManager.py:124
msgid "No localpart specified."
msgstr ""

#: VirtualMailManager/VirtualMailManager.py:127
#, python-format
msgid "The local part »%s« is too long"
msgstr ""

#: VirtualMailManager/VirtualMailManager.py:134
#, python-format
msgid "The local part »%(lpart)s« contains invalid characters: %(ichrs)s"
msgstr ""

#: VirtualMailManager/VirtualMailManager.py:178
msgid "The domain name is too long."
msgstr ""

#: VirtualMailManager/VirtualMailManager.py:182
msgid "The domain name is invalid."
msgstr ""

#: VirtualMailManager/VirtualMailManager.py:191
#, python-format
msgid "Missing '@' sign in e-mail address »%s«."
msgstr ""

#: VirtualMailManager/VirtualMailManager.py:194
#, python-format
msgid "»%s« looks not like an e-mail address."
msgstr ""

#: VirtualMailManager/VirtualMailManager.py:199
#, python-format
msgid "Missing domain name after »%s@«."
msgstr ""

#: VirtualMailManager/VirtualMailManager.py:216
msgid "Enter new password: "
msgstr ""

#: VirtualMailManager/VirtualMailManager.py:219
msgid "Sorry, empty passwords are not permitted"
msgstr ""

#: VirtualMailManager/VirtualMailManager.py:220
msgid "Retype new password: "
msgstr ""

#: VirtualMailManager/VirtualMailManager.py:223
msgid "Sorry, passwords do not match"
msgstr ""

#: VirtualMailManager/VirtualMailManager.py:252
#: VirtualMailManager/VirtualMailManager.py:340
#, python-format
msgid "No such directory: %s"
msgstr ""

#: VirtualMailManager/VirtualMailManager.py:328
msgid "Found \"..\" in home directory path."
msgstr ""

#: VirtualMailManager/VirtualMailManager.py:336
msgid "Owner/group mismatch in home directory detected."
msgstr ""

#: VirtualMailManager/VirtualMailManager.py:351
msgid "FATAL: \"..\" in domain directory path detected."
msgstr ""

#: VirtualMailManager/VirtualMailManager.py:357
msgid "FATAL: group mismatch in domain directory detected"
msgstr ""

#: VirtualMailManager/VirtualMailManager.py:444
#, python-format
msgid ""
"Configurtion error: \"%s\"\n"
"(in section \"connfig\", option \"done\") see also: vmm.cfg(5)\n"
msgstr ""

#: VirtualMailManager/VirtualMailManager.py:464
#, python-format
msgid "Invalid section: '%s'"
msgstr ""

#: VirtualMailManager/VirtualMailManager.py:474
#, python-format
msgid "Invalid argument: '%s'"
msgstr ""

#: VirtualMailManager/VirtualMailManager.py:484
#: VirtualMailManager/VirtualMailManager.py:503
#: VirtualMailManager/VirtualMailManager.py:594
#, python-format
msgid "Invalid argument: »%s«"
msgstr ""

#: VirtualMailManager/VirtualMailManager.py:507
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:606
#, 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:638
msgid "Account doesn't exists"
msgstr ""

#: vmm:40
#, python-format
msgid ""
"Usage: %s SUBCOMMAND OBJECT ARGS*\n"
"  short long\n"
"  subcommand               object            args (* = optional)\n"
msgstr ""

#: vmm:75 vmm:86 vmm:432
msgid "Error"
msgstr ""

#: vmm:108
msgid "information"
msgstr ""

#: vmm:118
msgid "Available"
msgstr ""

#: vmm:121 vmm:214 vmm:218
msgid "alias domains"
msgstr ""

#: vmm:131 vmm:142 vmm:160
msgid "\tNone"
msgstr ""

#: vmm:135
msgid "Alias information"
msgstr ""

#: vmm:137
#, python-format
msgid "\tMail for %s will be redirected to:"
msgstr ""

#: vmm:155
msgid "Available domains"
msgstr ""

#: vmm:157
msgid "Matching domains"
msgstr ""

#: vmm:171
msgid "Alias domain information"
msgstr ""

#: vmm:177
#, python-format
msgid ""
"\tThe alias domain %(alias)s belongs to:\n"
"\t    * %(domain)s"
msgstr ""

#: vmm:188 vmm:196 vmm:204
msgid "Missing domain name."
msgstr ""

#: vmm:206 vmm:210
msgid "Domain"
msgstr ""

#: vmm:212 vmm:219
msgid "accounts"
msgstr ""

#: vmm:216 vmm:220
msgid "aliases"
msgstr ""

#: vmm:224
msgid "Missing domain name and new transport."
msgstr ""

#: vmm:226
msgid "Missing new transport."
msgstr ""

#: vmm:235
msgid "Missing alias domain name and target domain name."
msgstr ""

#: vmm:237
msgid "Missing target domain name."
msgstr ""

#: vmm:243 vmm:249
msgid "Missing alias domain name."
msgstr ""

#: vmm:255 vmm:264 vmm:272 vmm:296 vmm:304 vmm:312
msgid "Missing e-mail address."
msgstr ""

#: vmm:280
msgid "Missing e-mail address and users name."
msgstr ""

#: vmm:282
msgid "Missing users name."
msgstr ""

#: vmm:288
msgid "Missing e-mail address and transport."
msgstr ""

#: vmm:290
msgid "Missing transport."
msgstr ""

#: vmm:321
msgid "Missing alias address and destination."
msgstr ""

#: vmm:327 vmm:333
msgid "Missing alias address"
msgstr ""

#: vmm:341
msgid "Missing userid"
msgstr ""

#: vmm:354
msgid "Warnings:"
msgstr ""

#: vmm:359
msgid "version"
msgstr ""

#: vmm:360
msgid "from"
msgstr ""

#: vmm:362
msgid "on"
msgstr ""

#: vmm:427
msgid "Unknown subcommand"
msgstr ""

#: vmm:430
msgid "Ouch"
msgstr ""