po/fi.po
author martin f. krafft <madduck@madduck.net>
Tue, 10 Apr 2012 22:56:30 +0200
branchv0.6.x
changeset 514 d863a44a6353
parent 488 b8d5564b4e42
child 646 86c2ed36aba8
permissions -rw-r--r--
Make PL/pgSQL function feed back identity for mailboxes/relocated when there are catchall destinations. Without catchall aliases, if no virtual_alias matches, the query can just return NULL and Postfix will later check mailboxes/relocated for the address to rewrite. However, since virtual aliases are handled long before mailboxes/relocated, a catchall alias would also catch mail to mailboxes and relocated addresses, which we do not want. The way to tell postfix to keep delivering is for the virtual alias map to return the search key itself (identity function). This patch changes the postfix_virtual_alias_maps Pl/pgSQL function to do exactly that, but only if there are catchall destinations defined for the domain in question — otherwise it returns NULL when no match is found.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
     1
# Finnish messages for vmm.
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
     2
# Copyright © 2010, 2012 Free Software Foundation, Inc.
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
     3
# This file is distributed under the same license as the vmm package.
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
     4
# Jorma Karvonen <karvonen.jorma@gmail.com>, 2010, 2012.
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
     5
#
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
     6
msgid ""
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
     7
msgstr ""
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
     8
"Project-Id-Version: vmm 0.6.0\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
     9
"Report-Msgid-Bugs-To: user+vmm/tp@localhost.localdomain.org\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    10
"POT-Creation-Date: 2011-11-07 05:20+0100\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    11
"PO-Revision-Date: 2012-03-13 21:27+0200\n"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
    12
"Last-Translator: Jorma Karvonen <karvonen.jorma@gmail.com>\n"
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
    13
"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    14
"Language: fi\n"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
    15
"MIME-Version: 1.0\n"
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
    16
"Content-Type: text/plain; charset=UTF-8\n"
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
    17
"Content-Transfer-Encoding: 8bit\n"
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
    18
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
    19
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    20
#. TP: Hm, what “quotation marks” should be used?
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    21
#. If you are unsure have a look at:
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    22
#. http://en.wikipedia.org/wiki/Quotation_mark,_non-English_usage
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    23
#: VirtualMailManager/account.py:58 VirtualMailManager/alias.py:35
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    24
#: VirtualMailManager/domain.py:120 VirtualMailManager/relocated.py:38
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
    25
#, python-format
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    26
msgid "The domain '%s' does not exist."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    27
msgstr "Verkkotunnus ’%s’ ei ole vielä olemassa."
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
    28
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    29
#: VirtualMailManager/account.py:106
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
    30
#, python-format
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    31
msgid "The mailbox format '%(mbfmt)s' requires Dovecot >= v%(version)s."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    32
msgstr "Sähköpostilaatikkomuoto ’%(mbfmt)s’ vaatii Dovecot >= v%(version)s."
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
    33
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    34
#: VirtualMailManager/account.py:113 VirtualMailManager/account.py:305
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
    35
#, python-format
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    36
msgid "Invalid transport '%(transport)s' for mailbox format '%(mbfmt)s'."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    37
msgstr "Virheellinen siirto ’%(transport)s’ sähköpostilaatikkomuodolle ’%(mbfmt)s’."
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
    38
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    39
#: VirtualMailManager/account.py:153 VirtualMailManager/cli/handler.py:93
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    40
#: VirtualMailManager/handler.py:628 VirtualMailManager/handler.py:679
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    41
#: VirtualMailManager/handler.py:705 VirtualMailManager/handler.py:716
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    42
#: VirtualMailManager/handler.py:727 VirtualMailManager/handler.py:739
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    43
#: VirtualMailManager/handler.py:753
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
    44
#, python-format
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    45
msgid "The account '%s' does not exist."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    46
msgstr "Tiliä ’%s’ ei ole olemassa."
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
    47
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    48
#: VirtualMailManager/account.py:204 VirtualMailManager/account.py:214
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    49
#: VirtualMailManager/cli/handler.py:77 VirtualMailManager/handler.py:596
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
    50
#, python-format
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    51
msgid "The account '%s' already exists."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    52
msgstr "Tili ’%s’ on jo olemassa."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    53
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    54
#: VirtualMailManager/account.py:207 VirtualMailManager/handler.py:701
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    55
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    56
msgid "Could not accept password: '%s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    57
msgstr "Ei voitu hyväksyä salasanaa: ’%s’"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
    58
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    59
#: VirtualMailManager/account.py:217
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
    60
#, python-format
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    61
msgid "No password set for account: '%s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    62
msgstr "Tilille ei ole asetettu salasanaa: ’%s’"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
    63
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    64
#: VirtualMailManager/account.py:245
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    65
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    66
msgid "Unknown field: '%s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    67
msgstr "Tuntematon kenttä: ’%s’"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
    68
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    69
#: VirtualMailManager/account.py:267 VirtualMailManager/domain.py:292
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    70
msgid "PostgreSQL-based dictionary quota requires Dovecot >= v1.1.2."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    71
msgstr "PostgreSQL-perustainen sanakirjakiintiö vaatii Dovecot >= v1.1.2"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    72
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    73
#. TP: A service (e.g. pop3 or imap) may be enabled/usable or
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    74
#. disabled/unusable for a user.
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    75
#: VirtualMailManager/account.py:332
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
    76
msgid "disabled"
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
    77
msgstr "poistettu käytöstä"
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
    78
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    79
#: VirtualMailManager/account.py:332
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    80
msgid "enabled"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    81
msgstr "otettu käyttöön"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
    82
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    83
#: VirtualMailManager/account.py:343
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    84
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    85
msgid "Could not fetch information for account: '%s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    86
msgstr "Ei voitu noutaa tietoa tilille: ’%s’"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
    87
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    88
#  Alla "count" ja "address" ovat muuttujia, jotka korvautuvat suorituksen yhteydessä koodilla.
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    89
#: VirtualMailManager/account.py:387
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
    90
#, python-format
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    91
msgid "There are %(count)d aliases with the destination address '%(address)s'."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    92
msgstr "On %(count)d aliasta kohdeosoitteella ’%(address)s’."
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
    93
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    94
#: VirtualMailManager/account.py:416
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    95
msgid "UID must be an int/long."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    96
msgstr "UID-käyttäjätunnisteen on oltava tyypiltään int/long."
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
    97
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    98
#: VirtualMailManager/account.py:418
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
    99
msgid "UID must be greater than 0."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   100
msgstr "UID-käyttäjätunnisteen on oltava suurempi kuin 0."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   101
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   102
#: VirtualMailManager/account.py:427
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   103
#, python-format
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   104
msgid "There is no account with the UID: '%d'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   105
msgstr "Ei ole tiliä UID-käyttäjätunnisteella: ’%d’"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   106
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   107
#  Alla "address" ja "count" ovat muuttuja, jotka korvautuvat suorituksen yhteydessä koodilla.
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   108
#: VirtualMailManager/alias.py:60
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   109
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   110
msgid ""
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   111
"Cannot add %(count_new)i new destination(s) to alias '%(address)s'.\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   112
"Currently this alias expands into %(count)i/%(limit)i recipients.\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   113
"%(count_new)i additional destination(s) will render this alias unusable.\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   114
"Hint: Increase Postfix' virtual_alias_expansion_limit"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   115
msgstr ""
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   116
"Ei voida lisätä %(count_new)i uutta kohdetta aliakselle ’%(address)s’.\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   117
"Nykyisin tämä alias laajenee %(count)i/%(limit)i vastaanottajaan.\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   118
"%(count_new)i lisäkohdetta tekee tämän aliaksen käyttökelvottomaksi.\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   119
"Vihje: Kasvata Postfix-arvoa virtual_alias_expansion_limit"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   120
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   121
#: VirtualMailManager/alias.py:67
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   122
#, python-format
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   123
msgid ""
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   124
"Cannot add %(count_new)i new destination(s) to alias '%(address)s'.\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   125
"This alias already exceeds its expansion limit (%(count)i/%(limit)i).\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   126
"So its unusable, all messages addressed to this alias will be bounced.\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   127
"Hint: Delete some destination addresses."
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   128
msgstr ""
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   129
"Ei voida lisätä %(count_new)i uutta kohdetta aliakseen '%(address)s'.\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   130
"Tämä alias ylittää jo laajennusrajansa (%(count)i/%(limit)i).\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   131
"Joten se on käyttökelvoton. Kaikki tähän osoitteeseen suunnatut viestit\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   132
"ponnahtavat takaisin.\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   133
"Vihje: Poista joitakin kohdeosoitteita."
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   134
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   135
#: VirtualMailManager/alias.py:142 VirtualMailManager/alias.py:154
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   136
#: VirtualMailManager/alias.py:161 VirtualMailManager/handler.py:657
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   137
#, python-format
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   138
msgid "The alias '%s' does not exist."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   139
msgstr "Alias ’%s’ ei ole olemassa."
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   140
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   141
#: VirtualMailManager/alias.py:145
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   142
#, python-format
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   143
msgid "The address '%(addr)s' is not a destination of the alias '%(alias)s'."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   144
msgstr "Osoite ’%(addr)s’ ei ole aliaksen ’%(alias)s’ kohde."
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   145
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   146
#: VirtualMailManager/aliasdomain.py:50
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   147
#, python-format
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   148
msgid "The domain '%s' is a primary domain."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   149
msgstr "Verkkotunnus ’%s’ on ensisijainen verkkotunnus."
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   150
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   151
#: VirtualMailManager/aliasdomain.py:69
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   152
#, python-format
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   153
msgid "The alias domain '%s' already exists."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   154
msgstr "Aliasverkkotunnus ’%s’ on jo olemassa."
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   155
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   156
#: VirtualMailManager/aliasdomain.py:72 VirtualMailManager/aliasdomain.py:106
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   157
msgid "No destination domain set for the alias domain."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   158
msgstr "Ei kohdeverkkotunnusjoukkoa aliasverkkotunnukselle."
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   159
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   160
#: VirtualMailManager/aliasdomain.py:75 VirtualMailManager/aliasdomain.py:109
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   161
#, python-format
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   162
msgid "The target domain '%s' does not exist."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   163
msgstr "Kohdeverkkotunnusta ’%s’ ei ole."
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   164
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   165
#: VirtualMailManager/aliasdomain.py:88 VirtualMailManager/aliasdomain.py:112
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   166
#: VirtualMailManager/aliasdomain.py:133
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   167
#, python-format
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   168
msgid "The alias domain '%s' does not exist."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   169
msgstr "Aliasverkkotunnusta ’%s’ ei ole."
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   170
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   171
#: VirtualMailManager/aliasdomain.py:98
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   172
#, python-format
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   173
msgid "There is no primary domain for the alias domain '%s'."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   174
msgstr "Ei ole ensisijaista verkkotunnusta aliasverkkotunnukselle ’%s’."
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   175
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   176
#  Alla "alias" ja "domain" ovat muuttujia, jotka korvautuvat suorituksen yhteydessä koodilla.
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   177
#: VirtualMailManager/aliasdomain.py:115
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   178
#, python-format
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   179
msgid "The alias domain '%(alias)s' is already assigned to the domain '%(domain)s'."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   180
msgstr "Aliasverkkotunnus ’%(alias)s’ on jo liitetty verkkotunnukseen ’%(domain)s’."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   181
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   182
#. TP: Please preserve the trailing space.
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   183
#: VirtualMailManager/cli/__init__.py:78
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   184
msgid "Enter new password: "
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   185
msgstr "Uusi salasana: "
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   186
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   187
#. TP: Please preserve the trailing space.
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   188
#: VirtualMailManager/cli/__init__.py:80
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   189
msgid "Retype new password: "
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   190
msgstr "Uusi salasana uudelleen: "
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   191
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   192
#: VirtualMailManager/cli/__init__.py:85 VirtualMailManager/cli/config.py:53
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   193
msgid "Too many failures - try again later."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   194
msgstr "Liian monia häiriöitä - yritä uudelleen myöhemmin."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   195
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   196
#: VirtualMailManager/cli/__init__.py:91
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   197
msgid "Sorry, passwords do not match."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   198
msgstr "Salasanat eivät täsmää."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   199
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   200
#: VirtualMailManager/cli/__init__.py:95
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   201
msgid "Sorry, empty passwords are not permitted."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   202
msgstr "Tyhjät salasanat eivät ole sallittuja."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   203
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   204
#  Alla "opt" ja "val" ovat muuttujia, jotka korvautuvat suorituksen yhteydessä koodilla.
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   205
#: VirtualMailManager/cli/config.py:32
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   206
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   207
msgid "Enter new value for option %(option)s [%(current_value)s]: "
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   208
msgstr "Uusi arvo valitsimelle %(option)s [%(current_value)s]: "
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   209
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   210
#: VirtualMailManager/cli/config.py:36
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   211
#, python-format
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   212
msgid "Using configuration file: %s\n"
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   213
msgstr "Käytetään asetustiedostoa: %s\n"
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   214
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   215
#: VirtualMailManager/cli/config.py:38
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   216
#, python-format
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   217
msgid "* Configuration section: '%s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   218
msgstr "* Asetuslohko: ’%s’"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   219
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   220
#: VirtualMailManager/cli/config.py:50
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   221
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   222
msgid "Warning: %s"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   223
msgstr "Varoitus: %s"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   224
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   225
#: VirtualMailManager/cli/handler.py:66
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   226
#, python-format
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   227
msgid "Invalid section: '%s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   228
msgstr "Virheellinen lohko: ’%s’"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   229
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   230
#: VirtualMailManager/cli/main.py:32 VirtualMailManager/cli/main.py:65
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   231
#: VirtualMailManager/cli/main.py:68 VirtualMailManager/cli/subcommands.py:629
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   232
#: VirtualMailManager/cli/subcommands.py:649
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   233
#, python-format
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   234
msgid "Error: %s"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   235
msgstr "Virhe: %s"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   236
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   237
#: VirtualMailManager/cli/main.py:41
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   238
msgid "You must specify a subcommand at least."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   239
msgstr "Sinun on määriteltävä vähintään alikomento."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   240
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   241
#: VirtualMailManager/cli/main.py:53
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   242
#, python-format
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   243
msgid "Unknown subcommand: '%s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   244
msgstr "Tuntematon alikomento: ’%s’"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   245
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   246
#. TP: We have to cry, because root has killed/interrupted vmm
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   247
#. with Ctrl+C or Ctrl+D.
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   248
#: VirtualMailManager/cli/main.py:62
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   249
msgid "Ouch!"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   250
msgstr "Auh!"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   251
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   252
#: VirtualMailManager/cli/main.py:71
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   253
#, python-format
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   254
msgid "Error: Unknown section: '%s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   255
msgstr "Virhe: Tuntematon lohko: ’%s’"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   256
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   257
#: VirtualMailManager/cli/main.py:74
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   258
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   259
msgid "Error: No option '%(option)s' in section: '%(section)s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   260
msgstr "Virhe: Ei valitsinta ’%(option)s’ lohkossa: ’%(section)s’"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   261
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   262
#: VirtualMailManager/cli/main.py:77
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   263
msgid "Warnings:"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   264
msgstr "Varoitukset:"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   265
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   266
#: VirtualMailManager/cli/subcommands.py:78
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   267
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   268
msgid "Plan A failed ... trying Plan B: %(subcommand)s %(object)s"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   269
msgstr "Suunnitelma A epäonnistui ... yritetään suunnitelmaa B: %(subcommand)s %(object)s"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   270
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   271
#: VirtualMailManager/cli/subcommands.py:92
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   272
msgid "Missing alias address and destination."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   273
msgstr "Puuttuva aliasosoite ja -kohde."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   274
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   275
#: VirtualMailManager/cli/subcommands.py:95
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   276
#: VirtualMailManager/cli/subcommands.py:453
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   277
msgid "Missing destination address."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   278
msgstr "Puuttuva kohdeosoite."
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   279
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   280
#: VirtualMailManager/cli/subcommands.py:102
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   281
#: VirtualMailManager/cli/subcommands.py:112
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   282
msgid "Missing alias address."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   283
msgstr "Puuttuva aliasosoite."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   284
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   285
#: VirtualMailManager/cli/subcommands.py:134
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   286
#: VirtualMailManager/cli/subcommands.py:168
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   287
msgid "Missing alias domain name and destination domain name."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   288
msgstr "Puuttuva aliasverkkotunnusnimi ja kohdeverkkotunnusnimi."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   289
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   290
#: VirtualMailManager/cli/subcommands.py:137
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   291
#: VirtualMailManager/cli/subcommands.py:171
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   292
msgid "Missing destination domain name."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   293
msgstr "Puuttuva kohdeverkkotunnuksen nimi."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   294
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   295
#: VirtualMailManager/cli/subcommands.py:145
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   296
#: VirtualMailManager/cli/subcommands.py:152
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   297
msgid "Missing alias domain name."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   298
msgstr "Puuttuva aliasverkkotunnuksen nimi."
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   299
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   300
#: VirtualMailManager/cli/subcommands.py:179
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   301
msgid "Missing option name."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   302
msgstr "Puuttuva valitsinnimi."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   303
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   304
#: VirtualMailManager/cli/subcommands.py:195
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   305
msgid "Missing option and new value."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   306
msgstr "Puuttuva valitsin ja uusi arvo."
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   307
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   308
#: VirtualMailManager/cli/subcommands.py:197
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   309
msgid "Missing new configuration value."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   310
msgstr "Puuuttuva uusi asetusarvo."
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   311
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   312
#: VirtualMailManager/cli/subcommands.py:213
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   313
#: VirtualMailManager/cli/subcommands.py:229
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   314
#: VirtualMailManager/cli/subcommands.py:242
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   315
#: VirtualMailManager/cli/subcommands.py:331
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   316
msgid "Missing domain name."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   317
msgstr "Puuttuva verkkotunnusnimi."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   318
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   319
#: VirtualMailManager/cli/subcommands.py:219
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   320
#, python-format
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   321
msgid "Creating account for postmaster@%s"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   322
msgstr "Luodaan tili postmaster@%s-osoitteelle"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   323
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   324
#: VirtualMailManager/cli/subcommands.py:235
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   325
#: VirtualMailManager/cli/subcommands.py:249
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   326
#: VirtualMailManager/cli/subcommands.py:322
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   327
#: VirtualMailManager/cli/subcommands.py:343
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   328
#: VirtualMailManager/cli/subcommands.py:372
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   329
#: VirtualMailManager/cli/subcommands.py:509
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   330
#: VirtualMailManager/cli/subcommands.py:522 VirtualMailManager/handler.py:453
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   331
#: VirtualMailManager/handler.py:466 VirtualMailManager/handler.py:481
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   332
#: VirtualMailManager/handler.py:510 VirtualMailManager/handler.py:674
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   333
#, python-format
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   334
msgid "Invalid argument: '%s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   335
msgstr "Virheellinen argumentti: ’%s’"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   336
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   337
#: VirtualMailManager/cli/subcommands.py:267
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   338
#: VirtualMailManager/cli/subcommands.py:273
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   339
msgid "Domain"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   340
msgstr "Verkkotunnus"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   341
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   342
#: VirtualMailManager/cli/subcommands.py:275
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   343
#: VirtualMailManager/cli/subcommands.py:284
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   344
msgid "accounts"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   345
msgstr "tilit"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   346
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   347
#: VirtualMailManager/cli/subcommands.py:277
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   348
#: VirtualMailManager/cli/subcommands.py:283
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   349
#: VirtualMailManager/cli/subcommands.py:831
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   350
msgid "alias domains"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   351
msgstr "aliasverkkotunnukset"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   352
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   353
#: VirtualMailManager/cli/subcommands.py:279
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   354
#: VirtualMailManager/cli/subcommands.py:285
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   355
msgid "aliases"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   356
msgstr "aliakset"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   357
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   358
#: VirtualMailManager/cli/subcommands.py:281
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   359
#: VirtualMailManager/cli/subcommands.py:286
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   360
msgid "relocated users"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   361
msgstr "sijoitetut käyttäjät"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   362
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   363
#: VirtualMailManager/cli/subcommands.py:292
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   364
msgid "Missing domain name and storage value."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   365
msgstr "Puuttuva verkkotunnusnimi ja tallennusarvo."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   366
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   367
#: VirtualMailManager/cli/subcommands.py:295
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   368
#: VirtualMailManager/cli/subcommands.py:582
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   369
msgid "Missing storage value."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   370
msgstr "Puuttuva tallennusarvo."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   371
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   372
#: VirtualMailManager/cli/subcommands.py:301
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   373
#: VirtualMailManager/cli/subcommands.py:586
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   374
#, python-format
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   375
msgid "Invalid storage value: '%s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   376
msgstr "Virheellinen argumentti: ’%s’"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   377
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   378
#: VirtualMailManager/cli/subcommands.py:311
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   379
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   380
msgid "Neither a valid number of messages nor the keyword 'force': '%s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   381
msgstr "Ei ole kelvollinen viestien lukumäärä eikä avainsana ’force’: ’%s’"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   382
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   383
#: VirtualMailManager/cli/subcommands.py:319
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   384
#: VirtualMailManager/cli/subcommands.py:595
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   385
#, python-format
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   386
msgid "Not a valid number of messages: '%s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   387
msgstr "Viestien lukumäärä ei ole kelvollinen: ’%s’"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   388
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   389
#: VirtualMailManager/cli/subcommands.py:354
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   390
#: VirtualMailManager/cli/subcommands.py:609
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   391
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   392
msgid "Invalid service arguments: %s"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   393
msgstr "Virheelliset palveluargumentit: %s"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   394
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   395
#: VirtualMailManager/cli/subcommands.py:363
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   396
msgid "Missing domain name and new transport."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   397
msgstr "Puuttuva verkkotunnusnimi ja uusi siirto."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   398
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   399
#: VirtualMailManager/cli/subcommands.py:366
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   400
msgid "Missing new transport."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   401
msgstr "Puuttuva uusi siirto."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   402
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   403
#: VirtualMailManager/cli/subcommands.py:380
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   404
msgid "Missing UID."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   405
msgstr "Puuttuva käyttäjätunniste."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   406
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   407
#: VirtualMailManager/cli/subcommands.py:381
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   408
#: VirtualMailManager/cli/subcommands.py:545
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   409
#: VirtualMailManager/cli/subcommands.py:551
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   410
msgid "Account"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   411
msgstr "Tilit"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   412
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   413
#: VirtualMailManager/cli/subcommands.py:396
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   414
#, python-format
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   415
msgid "Unknown help topic: '%s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   416
msgstr "Tuntematon opasteaihe: ’%s’"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   417
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   418
#: VirtualMailManager/cli/subcommands.py:409
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   419
msgid "List of available subcommands:"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   420
msgstr "Käytettävissä olevien alikomentojen luettelo:"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   421
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   422
#: VirtualMailManager/cli/subcommands.py:430
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   423
msgid "Usable encoding suffixes:"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   424
msgstr "Käyttökelpoiset koodausloppuliitteet:"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   425
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   426
#: VirtualMailManager/cli/subcommands.py:430
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   427
msgid "Usable password schemes:"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   428
msgstr "Käyttökelpoiset salasanakaavat:"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   429
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   430
#: VirtualMailManager/cli/subcommands.py:451
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   431
msgid "Missing relocated address and destination."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   432
msgstr "Puuttuva sijoitusosoite ja -kohde."
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   433
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   434
#: VirtualMailManager/cli/subcommands.py:460
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   435
#: VirtualMailManager/cli/subcommands.py:467
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   436
msgid "Missing relocated address."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   437
msgstr "Puuttuva sijoitusosoite."
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   438
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   439
#: VirtualMailManager/cli/subcommands.py:490
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   440
#: VirtualMailManager/cli/subcommands.py:503
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   441
#: VirtualMailManager/cli/subcommands.py:516
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   442
#: VirtualMailManager/cli/subcommands.py:568
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   443
#: VirtualMailManager/cli/subcommands.py:603
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   444
msgid "Missing e-mail address."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   445
msgstr "Puuttuva sähköpostiosoite."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   446
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   447
#: VirtualMailManager/cli/subcommands.py:497
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   448
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   449
msgid "Generated password: %s"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   450
msgstr "Tuotettu salasana: %s"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   451
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   452
#: VirtualMailManager/cli/subcommands.py:552
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   453
msgid "alias addresses"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   454
msgstr "aliasosoitteet"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   455
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   456
#: VirtualMailManager/cli/subcommands.py:558
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   457
msgid "Missing e-mail address and user's name."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   458
msgstr "Puuttuva sähköpostiosoite ja käyttäjän nimi."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   459
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   460
#: VirtualMailManager/cli/subcommands.py:561
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   461
msgid "Missing user's name."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   462
msgstr "Puuttuva käyttäjän nimi."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   463
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   464
#: VirtualMailManager/cli/subcommands.py:579
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   465
msgid "Missing e-mail address and storage value."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   466
msgstr "Puuttuva sähköpostiosoite ja käyttäjän nimi."
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   467
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   468
#: VirtualMailManager/cli/subcommands.py:617
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   469
msgid "Missing e-mail address and transport."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   470
msgstr "Puuttuva sähköpostiosoite ja siirto."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   471
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   472
#: VirtualMailManager/cli/subcommands.py:620
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   473
msgid "Missing transport."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   474
msgstr "Puuttuva siirto."
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   475
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   476
#: VirtualMailManager/cli/subcommands.py:630
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   477
msgid "usage: "
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   478
msgstr "käyttö: "
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   479
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   480
#. TP: Please adjust translated words like the original text.
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   481
#. (It's a table header.) Extract from usage text:
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   482
#. usage: vmm subcommand arguments
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   483
#. short long
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   484
#. subcommand                arguments
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   485
#.
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   486
#. da    domainadd           fqdn [transport]
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   487
#. dd    domaindelete        fqdn [force]
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   488
#: VirtualMailManager/cli/subcommands.py:640
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   489
#, python-format
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   490
msgid ""
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   491
"usage: %s subcommand arguments\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   492
"  short long\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   493
"  subcommand                arguments\n"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   494
msgstr ""
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   495
"käyttö: %s alikomento argumentit\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   496
"  lyhyt pitkä\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   497
"  alikomento                argumentit\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   498
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   499
#: VirtualMailManager/cli/subcommands.py:659
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   500
msgid "from"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   501
msgstr "kohteesta"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   502
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   503
#. TP: The words 'from', 'version' and 'on' are used in
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   504
#. the version information, e.g.:
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   505
#. vmm, version 0.5.2 (from 09/09/09)
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   506
#. Python 2.5.4 on FreeBSD
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   507
#: VirtualMailManager/cli/subcommands.py:659
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   508
msgid "version"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   509
msgstr "versio"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   510
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   511
#: VirtualMailManager/cli/subcommands.py:662
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   512
msgid "on"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   513
msgstr "kohteessa"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   514
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   515
#: VirtualMailManager/cli/subcommands.py:664
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   516
msgid "is free software and comes with ABSOLUTELY NO WARRANTY."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   517
msgstr "on vapaa ohjelmisto ja tulee EHDOTTOMASTI ILMAN TAKUUTA."
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   518
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   519
#: VirtualMailManager/cli/subcommands.py:672
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   520
msgid "uid"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   521
msgstr "käyttäjätunniste"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   522
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   523
#: VirtualMailManager/cli/subcommands.py:673
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   524
msgid "get the address of the user with the given UID"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   525
msgstr "hae käyttäjän osoite annetulla käyttäjätunnuksella"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   526
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   527
#: VirtualMailManager/cli/subcommands.py:674
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   528
#: VirtualMailManager/cli/subcommands.py:684
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   529
msgid "address [password]"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   530
msgstr "osoite [salasana]"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   531
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   532
#: VirtualMailManager/cli/subcommands.py:675
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   533
msgid "create a new e-mail user with the given address"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   534
msgstr "luo uusi sähköpostikäyttäj annetulla osoitteella"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   535
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   536
#: VirtualMailManager/cli/subcommands.py:677
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   537
#: VirtualMailManager/cli/subcommands.py:704
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   538
#: VirtualMailManager/cli/subcommands.py:744
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   539
#: VirtualMailManager/cli/subcommands.py:746
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   540
msgid "address"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   541
msgstr "osoite"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   542
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   543
#: VirtualMailManager/cli/subcommands.py:678
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   544
msgid "delete the specified user"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   545
msgstr "poista määritelty käyttäjä"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   546
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   547
#: VirtualMailManager/cli/subcommands.py:679
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   548
msgid "address [details]"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   549
msgstr "osoite [yksityiskohdat]"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   550
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   551
#: VirtualMailManager/cli/subcommands.py:680
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   552
msgid "display information about the given address"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   553
msgstr "näytä tietoja annetusta osoitteesta"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   554
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   555
#: VirtualMailManager/cli/subcommands.py:681
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   556
msgid "address name"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   557
msgstr "osoitenimi"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   558
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   559
#: VirtualMailManager/cli/subcommands.py:682
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   560
msgid "set or update the real name for an address"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   561
msgstr "aseta tai päivitä osoitteen todellinen nimi"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   562
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   563
#: VirtualMailManager/cli/subcommands.py:685
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   564
msgid "update the password for the given address"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   565
msgstr "päivitä annetun osoitteen salasana"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   566
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   567
#: VirtualMailManager/cli/subcommands.py:687
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   568
msgid "address storage [messages]"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   569
msgstr "osoitetallennus [viestit]"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   570
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   571
#: VirtualMailManager/cli/subcommands.py:688
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   572
msgid "update the quota limit for the given address"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   573
msgstr "päivitä annetun osoitteen kiintiöraja"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   574
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   575
#: VirtualMailManager/cli/subcommands.py:690
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   576
msgid "address [service ...]"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   577
msgstr "osoite [palvelu ...]"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   578
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   579
#: VirtualMailManager/cli/subcommands.py:691
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   580
msgid "enables the specified services and disables all not specified services"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   581
msgstr "ottaa käyttöön määritellyt palvelut ja ottaa pois käytöstä määrittelemättömät palvelut"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   582
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   583
#: VirtualMailManager/cli/subcommands.py:694
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   584
msgid "address transport"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   585
msgstr "osoitesiirto"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   586
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   587
#: VirtualMailManager/cli/subcommands.py:695
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   588
msgid "update the transport of the given address"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   589
msgstr "päivitä annetun osoitteen siirto"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   590
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   591
#: VirtualMailManager/cli/subcommands.py:697
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   592
msgid "address destination ..."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   593
msgstr "osoitekohde ..."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   594
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   595
#: VirtualMailManager/cli/subcommands.py:698
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   596
msgid "create a new alias e-mail address with one or more destinations"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   597
msgstr "luo uusi aliassähköpostiosoite yhdellä tai useammalla kohteella"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   598
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   599
#: VirtualMailManager/cli/subcommands.py:701
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   600
msgid "address [destination]"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   601
msgstr "osoite [kohde]"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   602
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   603
#: VirtualMailManager/cli/subcommands.py:702
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   604
msgid "delete the specified alias e-mail address or one of its destinations"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   605
msgstr "poista määritellyn aliaksen sähköpostiosoite tai yksi sen kohteista"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   606
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   607
#: VirtualMailManager/cli/subcommands.py:705
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   608
msgid "show the destination(s) of the specified alias"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   609
msgstr "näytä määritellyn aliaksen kohteet"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   610
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   611
#: VirtualMailManager/cli/subcommands.py:708
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   612
#: VirtualMailManager/cli/subcommands.py:717
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   613
msgid "fqdn destination"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   614
msgstr "fqdn-kohde"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   615
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   616
#: VirtualMailManager/cli/subcommands.py:709
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   617
msgid "create a new alias for an existing domain"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   618
msgstr "luotu uusi alias olemassaolevaan verkkotunnukseen"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   619
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   620
#: VirtualMailManager/cli/subcommands.py:711
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   621
#: VirtualMailManager/cli/subcommands.py:714
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   622
#: VirtualMailManager/cli/subcommands.py:723
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   623
msgid "fqdn"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   624
msgstr "fqdn"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   625
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   626
#: VirtualMailManager/cli/subcommands.py:712
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   627
msgid "delete the specified alias domain"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   628
msgstr "poista määritelty aliasverkkotunnus"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   629
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   630
#: VirtualMailManager/cli/subcommands.py:715
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   631
msgid "show the destination of the given alias domain"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   632
msgstr "näytä annetun aliasverkkotunnuksen kohde"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   633
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   634
#: VirtualMailManager/cli/subcommands.py:718
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   635
msgid "assign the given alias domain to an other domain"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   636
msgstr "liitä annettu aliasverkkotunnus toiseen verkkotunnukseen"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   637
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   638
#: VirtualMailManager/cli/subcommands.py:720
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   639
msgid "fqdn [transport]"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   640
msgstr "fqdn [siirto]"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   641
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   642
#: VirtualMailManager/cli/subcommands.py:721
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   643
msgid "create a new domain"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   644
msgstr "luo uusi verkkotunnus"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   645
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   646
#: VirtualMailManager/cli/subcommands.py:724
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   647
msgid "delete the given domain and all its alias domains"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   648
msgstr "poista annettu verkkotunnus ja kaikki sen aliasverkkotunnukset"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   649
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   650
#: VirtualMailManager/cli/subcommands.py:725
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   651
msgid "fqdn [details]"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   652
msgstr "fqdn [yksityiskohdat]"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   653
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   654
#: VirtualMailManager/cli/subcommands.py:726
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   655
msgid "display information about the given domain"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   656
msgstr "näytä tiedot annetusta verkkotunnuksesta"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   657
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   658
#: VirtualMailManager/cli/subcommands.py:728
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   659
msgid "fqdn storage [messages]"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   660
msgstr "fqdn-tallennus [viestit]"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   661
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   662
#: VirtualMailManager/cli/subcommands.py:729
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   663
msgid "update the quota limit of the specified domain"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   664
msgstr "päivitä määritellyn verkkotunnuksen kiintiöraja"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   665
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   666
#: VirtualMailManager/cli/subcommands.py:731
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   667
msgid "fqdn [service ...]"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   668
msgstr "fqdn [palvelu ...]"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   669
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   670
#: VirtualMailManager/cli/subcommands.py:732
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   671
msgid "enables the specified services and disables all not specified services of the given domain"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   672
msgstr "ottaa käyttöön määritellyt palvelut ja ottaa pois käytöstä kaikki määrittelemättömät annetun verkkotunnuksen palvelut"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   673
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   674
#: VirtualMailManager/cli/subcommands.py:735
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   675
msgid "fqdn transport"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   676
msgstr "fqdn-siirto"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   677
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   678
#: VirtualMailManager/cli/subcommands.py:736
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   679
msgid "update the transport of the specified domain"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   680
msgstr "päivitä määritellyn verkkotunnuksen siirto"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   681
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   682
#: VirtualMailManager/cli/subcommands.py:737
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   683
msgid "[pattern]"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   684
msgstr "[malli]"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   685
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   686
#: VirtualMailManager/cli/subcommands.py:738
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   687
msgid "list all domains / search domains by pattern"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   688
msgstr "luettele kaikki mallin mukaiset verkkotunnukset / hakuverkkotunnukset"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   689
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   690
#: VirtualMailManager/cli/subcommands.py:741
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   691
msgid "address newaddress"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   692
msgstr "osoite newaddress"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   693
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   694
#: VirtualMailManager/cli/subcommands.py:742
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   695
msgid "create a new record for a relocated user"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   696
msgstr "luo uusi tietue sijoitettavalle käyttäjälle"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   697
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   698
#: VirtualMailManager/cli/subcommands.py:745
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   699
msgid "delete the record of the relocated user"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   700
msgstr "poista sijoitetun käyttäjän tietue"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   701
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   702
#: VirtualMailManager/cli/subcommands.py:747
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   703
msgid "print information about a relocated user"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   704
msgstr "tulosta tiedot sijoitetusta käyttäjästä"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   705
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   706
#: VirtualMailManager/cli/subcommands.py:749
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   707
msgid "option"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   708
msgstr "valitsin"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   709
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   710
#: VirtualMailManager/cli/subcommands.py:750
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   711
msgid "show the actual value of the configuration option"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   712
msgstr "näytä asetusvalitsimen todellinen arvo"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   713
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   714
#: VirtualMailManager/cli/subcommands.py:751
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   715
msgid "option value"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   716
msgstr "valitsinarvo"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   717
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   718
#: VirtualMailManager/cli/subcommands.py:752
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   719
msgid "set a new value for the configuration option"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   720
msgstr "aseta asetusvalitsimelle uusi arvo"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   721
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   722
#: VirtualMailManager/cli/subcommands.py:753
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   723
msgid "[section]"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   724
msgstr "[lohko]"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   725
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   726
#: VirtualMailManager/cli/subcommands.py:754
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   727
msgid "start interactive configuration modus"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   728
msgstr "aloita vuorovaikutteinen asetustila"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   729
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   730
#: VirtualMailManager/cli/subcommands.py:756
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   731
msgid "lists all usable password schemes and password encoding suffixes"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   732
msgstr "luettelee kaikki käytettävät salasanakaavat ja salasanakoodausloppuliitteet"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   733
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   734
#: VirtualMailManager/cli/subcommands.py:758
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   735
msgid "[subcommand]"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   736
msgstr "[alikomento]"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   737
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   738
#: VirtualMailManager/cli/subcommands.py:759
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   739
msgid "show a help overview or help for the given subcommand"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   740
msgstr "näytä opasteyhteenveto tai opaste annetusta alikomennosta"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   741
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   742
#: VirtualMailManager/cli/subcommands.py:761
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   743
msgid "show version and copyright information"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   744
msgstr "näytä versio ja copyright-tiedot"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   745
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   746
#: VirtualMailManager/cli/subcommands.py:809
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   747
#, python-format
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   748
msgid "[%(percent)s%%] %(used)s/%(limit)s"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   749
msgstr "[%(percent)s%%] %(used)s/%(limit)s"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   750
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   751
#. TP: used in e.g. 'Domain information' or 'Account information'
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   752
#: VirtualMailManager/cli/subcommands.py:815
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   753
msgid "information"
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   754
msgstr "tiedot"
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   755
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   756
#. TP: used in e.g. 'Existing alias addresses' or 'Existing accounts'
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   757
#: VirtualMailManager/cli/subcommands.py:828
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   758
msgid "Existing"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   759
msgstr "Olemassa oleva"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   760
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   761
#: VirtualMailManager/cli/subcommands.py:841
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   762
#: VirtualMailManager/cli/subcommands.py:883
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   763
msgid "\tNone"
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   764
msgstr "\tEi mitään"
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   765
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   766
#: VirtualMailManager/cli/subcommands.py:846
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   767
msgid "Alias information"
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   768
msgstr "Aliastiedot"
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   769
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   770
#: VirtualMailManager/cli/subcommands.py:848
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   771
#, python-format
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   772
msgid "\tMail for %s will be redirected to:"
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   773
msgstr "\tSähköposti %s ohjataan edelleen osoitteeseen:"
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   774
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   775
#: VirtualMailManager/cli/subcommands.py:855
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   776
msgid "Relocated information"
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   777
msgstr "Sijaintitiedot"
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   778
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   779
#  Alla "addr" ja "dest" ovat muuttujia, jotka korvautuvat suorituksen yhteydessä koodilla.
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   780
#: VirtualMailManager/cli/subcommands.py:857
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   781
#, python-format
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   782
msgid "\tUser '%(addr)s' has moved to '%(dest)s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   783
msgstr "\tKäyttäjä ’%(addr)s’ on siirretty kohteeseen ’%(dest)s’"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   784
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   785
#: VirtualMailManager/cli/subcommands.py:872
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   786
msgid "Matching domains"
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   787
msgstr "Täsmäävät verkkotunnukset"
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   788
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   789
#: VirtualMailManager/cli/subcommands.py:874
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   790
msgid "Existing domains"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   791
msgstr "Olemassaolevat verkkotunnukset"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   792
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   793
#: VirtualMailManager/cli/subcommands.py:889
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   794
msgid "Alias domain information"
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   795
msgstr "Aliasverkkotunnustiedot"
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   796
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   797
#  Alla "alias" ja "domain" ovat muuttujia, jotka korvautuvat suorituksen yhteydessä koodilla.
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   798
#: VirtualMailManager/cli/subcommands.py:894
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   799
#, python-format
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   800
msgid ""
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   801
"\tThe alias domain %(alias)s belongs to:\n"
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   802
"\t    * %(domain)s"
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   803
msgstr ""
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   804
"\tAliasverkkotunnus %(alias)s kuuluu kohteeseen:\n"
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   805
"\t    * %(domain)s"
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   806
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   807
#: VirtualMailManager/common.py:63
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   808
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   809
msgid "No such file: '%s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   810
msgstr "Ei löydy tiedostoa: ’%s’"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   811
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   812
#: VirtualMailManager/common.py:66
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   813
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   814
msgid "File is not executable: '%s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   815
msgstr "Tiedosto ei ole suoritettava tiedosto: ’%s’"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   816
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   817
#: VirtualMailManager/common.py:82
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   818
msgid "GiB"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   819
msgstr "gibitavua"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   820
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   821
#: VirtualMailManager/common.py:82
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   822
msgid "TiB"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   823
msgstr "tebitavua"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   824
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   825
#: VirtualMailManager/common.py:83
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   826
msgid "KiB"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   827
msgstr "kibitavua"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   828
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   829
#: VirtualMailManager/common.py:83
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   830
msgid "MiB"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   831
msgstr "mebitavua"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   832
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   833
#. TP: e.g.: '%(size)s %(prefix)s' -> '118.30 MiB'
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   834
#: VirtualMailManager/common.py:87
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   835
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   836
msgid "%(size)s %(prefix)s"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   837
msgstr "%(size)s %(prefix)s"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   838
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   839
#: VirtualMailManager/config.py:89
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   840
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   841
msgid "Not a boolean: '%s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   842
msgstr "Ei ole boolean-arvo: ’%s’"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   843
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   844
#: VirtualMailManager/config.py:127
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   845
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   846
msgid "Bad format: '%s' - expected: section.option"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   847
msgstr "Väärä muoto: ’%s’ - odotettiin: lohko.valitsin"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   848
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   849
#: VirtualMailManager/config.py:380
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   850
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   851
msgid "* Section: %s\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   852
msgstr "* Lohko: %s\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   853
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   854
#: VirtualMailManager/config.py:390 VirtualMailManager/config.py:398
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   855
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   856
msgid "Check of configuration file %s failed.\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   857
msgstr "Asetustiedoston %s tarkistus epäonnistui.\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   858
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   859
#: VirtualMailManager/config.py:392
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   860
msgid "Missing options, which have no default value.\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   861
msgstr "Puuttuu valitsimia, joilla ei ole oletusarvoa.\n"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   862
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   863
#: VirtualMailManager/config.py:400 VirtualMailManager/config.py:402
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   864
msgid "Invalid configuration values.\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   865
msgstr "Virheelliset asetusarvot.\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   866
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   867
#: VirtualMailManager/config.py:441 VirtualMailManager/config.py:525
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   868
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   869
msgid "Not a valid Dovecot version: '%s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   870
msgstr "Ei ole kelvollinen Dovecot-versio: ’%s’"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   871
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   872
#: VirtualMailManager/config.py:447 VirtualMailManager/config.py:482
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   873
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   874
msgid "Unsupported database module: '%s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   875
msgstr "Tukematon tietokantamoduuli: ’%s’"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   876
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   877
#: VirtualMailManager/config.py:452 VirtualMailManager/config.py:490
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   878
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   879
msgid "Unknown pgsql SSL mode: '%s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   880
msgstr "Tuntematon pgsql SSL -tila: ’%s’"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   881
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   882
#: VirtualMailManager/config.py:459 VirtualMailManager/config.py:503
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   883
#: VirtualMailManager/maillocation.py:70
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   884
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   885
msgid "Unsupported mailbox format: '%s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   886
msgstr "Tukematon sähköpostilaatikkomuoto: ’%s’"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   887
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   888
#  Tässä argumentti saattaa olla hakemistonimi tai sitten virheilmoitus.
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   889
#: VirtualMailManager/config.py:475 VirtualMailManager/handler.py:283
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   890
#: VirtualMailManager/handler.py:357 VirtualMailManager/handler.py:362
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   891
#: VirtualMailManager/handler.py:390
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   892
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   893
msgid "No such directory: %s"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   894
msgstr "Ei löydy hakemistoa: %s"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   895
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   896
#: VirtualMailManager/config.py:514
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   897
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   898
msgid "Not a valid size value: '%s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   899
msgstr "Ei ole kelvollinen kokoarvo: ’%s’"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   900
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   901
#: VirtualMailManager/domain.py:78
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   902
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   903
msgid "The domain '%s' is an alias domain."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   904
msgstr "Verkkotunnus ’%s’ on aliasverkkotunnus."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   905
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   906
#: VirtualMailManager/domain.py:108
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   907
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   908
msgid "There are %(account_count)u accounts, %(alias_count)u aliases and %(relocated_count)u relocated users."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   909
msgstr "On %(account_count)u -tiliä, %(alias_count)u -aliasta ja %(relocated_count)u sijoitettua käyttäjää."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   910
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   911
#: VirtualMailManager/domain.py:123
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   912
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   913
msgid "The domain '%s' already exists."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   914
msgstr "Verkkotunnus ’%s’ on jo olemassa."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   915
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   916
#: VirtualMailManager/domain.py:437
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   917
msgid "The domain name is too long"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   918
msgstr "Verkkotunnusnimi on liian pitkä"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   919
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   920
#: VirtualMailManager/domain.py:439
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   921
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   922
msgid "The domain name '%s' is invalid"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   923
msgstr "Verkkotunnusnimi ’%s’ on virheellinen"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   924
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   925
#: VirtualMailManager/emailaddress.py:73
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   926
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   927
msgid "Missing the '@' sign in address: '%s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   928
msgstr "Merkki ’@’ puuttuu sähköpostiosoitteesta: ’%s’."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   929
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   930
#: VirtualMailManager/emailaddress.py:76
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   931
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   932
msgid "Too many '@' signs in address: '%s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   933
msgstr "Liian monta ’@’-merkkiä sähköpostiosoitteessa: ’%s’."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   934
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   935
#: VirtualMailManager/emailaddress.py:79
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   936
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   937
msgid "Missing local-part in address: '%s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   938
msgstr "Puuttuu paikallisosa osoitteessa: ’%s’"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   939
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   940
#: VirtualMailManager/emailaddress.py:82
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   941
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   942
msgid "Missing domain name in address: '%s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   943
msgstr "Puuttuu verkkotunnusnimi osoitteessa: ’%s’"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   944
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   945
#: VirtualMailManager/emailaddress.py:145
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   946
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   947
msgid "The local-part '%s' is too long."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   948
msgstr "Paikallisosa ’%s’ on liian pitkä."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   949
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   950
#  Alla "l_part" ja "i_chars" ovat muuttujia, jotka korvautuvat suorituksen yhteydessä koodilla.
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   951
#: VirtualMailManager/emailaddress.py:150
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   952
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   953
msgid "The local-part '%(l_part)s' contains invalid characters: %(i_chars)s"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   954
msgstr "Paikallisosa ’%(l_part)s’ sisältää virheellisiä merkkejä: %(i_chars)s"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   955
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   956
#: VirtualMailManager/ext/postconf.py:84
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   957
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   958
msgid "The value '%s' does not look like a valid postfix configuration parameter name."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   959
msgstr "Arvo ’%s’ ei näytä olevan kelvollinen postfix-asetusparametrinimi."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   960
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   961
#: VirtualMailManager/handler.py:56
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   962
msgid "an account"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   963
msgstr "tili"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   964
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   965
#: VirtualMailManager/handler.py:57
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   966
msgid "an alias"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   967
msgstr "alias"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   968
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   969
#: VirtualMailManager/handler.py:58
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   970
msgid "a relocated user"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   971
msgstr "sijoitettu käyttäjä"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   972
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   973
#: VirtualMailManager/handler.py:84
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   974
msgid ""
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   975
"You are not root.\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   976
"\tGood bye!\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   977
msgstr ""
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   978
"Et ole root-käyttäjä.\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   979
"\tNäkemiin!\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   980
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   981
#: VirtualMailManager/handler.py:104
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   982
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   983
msgid "Could not find '%(cfg_file)s' in: '%(cfg_path)s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   984
msgstr "Ei voiru löytää ’%(cfg_file)s’ kohteessa: ’%(cfg_path)s’"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
   985
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   986
#  Alla "perms" ja "file" ovat muuttujia, jotka korvautuvat suorituksen yhteydessä koodilla. Lainausmerkit jätettiin paikallistamatta, koska ne saattavat olla skriptin toiminnan kannalta kriittisiä.
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   987
#: VirtualMailManager/handler.py:115
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   988
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   989
msgid ""
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   990
"wrong permissions for '%(file)s': %(perms)s\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   991
"`chmod 0600 %(file)s` would be great."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   992
msgstr ""
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   993
"korjaa käyttöoikeudet tiedostolle ’%(file)s’: %(perms)s\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   994
"’chmod 0600 %(file)s’ olisi erinomainen."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   995
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   996
#: VirtualMailManager/handler.py:135
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   997
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   998
msgid ""
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
   999
"'%(path)s' is not a directory.\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1000
"(%(cfg_file)s: section 'misc', option 'base_directory')"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1001
msgstr ""
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1002
"’%(path)s’ ei ole hakemisto.\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1003
"(%(cfg_file)s: lohko ’misc’, valitsin ’base_directory’)"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
  1004
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1005
#: VirtualMailManager/handler.py:144
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1006
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1007
msgid ""
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1008
"\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1009
"(%(cfg_file)s: section 'bin', option '%(option)s')"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1010
msgstr ""
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1011
"\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1012
"(%(cfg_file)s: lohko ’bin’, valitsin ’%(option)s’)"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1013
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1014
#: VirtualMailManager/handler.py:158 VirtualMailManager/handler.py:165
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1015
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1016
msgid "Unable to import database module '%s'."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1017
msgstr "Ei kyetä tuomaan tietokantamoduulia ’%s’."
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
  1018
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1019
#. TP: %(a_type)s will be one of: 'an account', 'an alias' or
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1020
#. 'a relocated user'
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1021
#: VirtualMailManager/handler.py:244
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1022
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1023
msgid "There is already %(a_type)s with the address '%(address)s'."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1024
msgstr "On jo %(a_type)s osoitteessa ’%(address)s’."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1025
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1026
#: VirtualMailManager/handler.py:297
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1027
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1028
msgid "'%s' is not a directory."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1029
msgstr "’%s’ ei ole hakemisto."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1030
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1031
#: VirtualMailManager/handler.py:300
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1032
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1033
msgid "The file/directory '%s' already exists."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1034
msgstr "Tiedosto/hakemisto ’%s’ on jo olemassa."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1035
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1036
#: VirtualMailManager/handler.py:329
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1037
msgid "Skipped mailbox folders:"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1038
msgstr "Ohitettiin sähköpostilaatikkokansiot:"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
  1039
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1040
#: VirtualMailManager/handler.py:349
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1041
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1042
msgid "UID '%(uid)u' and/or GID '%(gid)u' are less than %(min_uid)u/%(min_gid)u."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1043
msgstr "Käyttäjätunniste ’%(uid)u’ ja/tai käyttäjätunniste ’%(gid)u’ ovat pienempiä kuin %(min_uid)u/%(min_gid)u."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1044
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1045
#: VirtualMailManager/handler.py:354 VirtualMailManager/handler.py:387
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1046
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1047
msgid "Found \"..\" in domain directory path: %s"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1048
msgstr "Löytyi ”..” verkkotunnuksen hakemistopolussa: %s"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1049
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1050
#: VirtualMailManager/handler.py:367
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1051
msgid "Detected owner/group mismatch in home directory."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1052
msgstr "Havaittu omistaja-/ryhmätäsmäämättömyys kotihakemistossa."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1053
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1054
#: VirtualMailManager/handler.py:383
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1055
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1056
msgid "GID '%(gid)u' is less than '%(min_gid)u'."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1057
msgstr "Käyttäjätunniste ’%(gid)u’ on pienempi kuin ’%(min_gid)u’."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1058
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1059
#: VirtualMailManager/handler.py:394
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1060
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1061
msgid "Detected group mismatch in domain directory: %s"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1062
msgstr "Havaittu ryhmätäsmäämättömyys verkkotunnushakemistossa: %s"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
  1063
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1064
#: VirtualMailManager/handler.py:470 VirtualMailManager/handler.py:748
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1065
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1066
msgid "Unknown service: '%s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1067
msgstr "Tuntematon palvelu: ’%s’"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1068
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1069
#: VirtualMailManager/handler.py:587
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1070
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1071
msgid "The pattern '%s' contains invalid characters."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1072
msgstr "Säännöllinen lauseke ’%s’ sisältää virheellisiä merkkejä."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1073
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1074
#: VirtualMailManager/handler.py:614
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1075
msgid "Ignored destination addresses:"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1076
msgstr "Ohitetut kohdeosoitteet:"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
  1077
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1078
#: VirtualMailManager/handler.py:619 VirtualMailManager/handler.py:769
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1079
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1080
msgid "The destination account/alias '%s' does not exist."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1081
msgstr "Kohdetili/-alias ’%s’ ei ole olemassa."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1082
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1083
#  Alla "directory" ja "reason" ovat muuttujia, jotka korvautuvat suorituksen yhteydessä koodilla.
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1084
#: VirtualMailManager/handler.py:641
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1085
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1086
msgid ""
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1087
"The account has been successfully deleted from the database.\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1088
"    But an error occurred while deleting the following directory:\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1089
"    '%(directory)s'\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1090
"    Reason: %(reason)s"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1091
msgstr ""
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1092
"Tili on poistettu onnistuneesti tietokannasta.\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1093
"    Mutta tapahtui virhe, kun poistettiin seuraavaa hakemistoa:\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1094
"    ’%(directory)s’\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1095
"    Syy: %(reason)s"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
  1096
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1097
#: VirtualMailManager/handler.py:712
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1098
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1099
msgid "Could not accept name: '%s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1100
msgstr "Ei voitu hyväksyä nimeä: ’%s’"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1101
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1102
#: VirtualMailManager/handler.py:735
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1103
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1104
msgid "Could not accept transport: '%s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1105
msgstr "Ei voitu hyväksyä siirtoa: ’%s’"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
  1106
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1107
#: VirtualMailManager/handler.py:779 VirtualMailManager/relocated.py:98
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1108
#: VirtualMailManager/relocated.py:105
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1109
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1110
msgid "The relocated user '%s' does not exist."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1111
msgstr "Sijoitettua käyttäjää ’%s’ ei ole olemassa."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1112
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1113
#: VirtualMailManager/mailbox.py:260
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1114
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1115
msgid "Failed to create mailboxes: %r\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1116
msgstr "Sähköpostilaatikoiden luominen epäonnistui: %r\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1117
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1118
#: VirtualMailManager/maillocation.py:74
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1119
msgid "Empty directory name"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1120
msgstr "Tyhjä hakemistonimi"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1121
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1122
#: VirtualMailManager/maillocation.py:76
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1123
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1124
msgid "Directory name is too long: '%s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1125
msgstr "Verkkotunnusnimi on liian pitkä: ’%s’"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
  1126
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1127
#: VirtualMailManager/password.py:388
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1128
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1129
msgid "Unsupported password scheme: '%s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1130
msgstr "Tukematon salasanakaava: ’%s’"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1131
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1132
#: VirtualMailManager/password.py:391
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1133
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1134
msgid "The password scheme '%(scheme)s' requires Dovecot >= v%(version)s."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1135
msgstr "Salasanakaava '%(scheme)s' vaatii Dovecot >= v%(version)s."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1136
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1137
#: VirtualMailManager/password.py:397
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1138
msgid "Encoding suffixes for password schemes require Dovecot >= v1.1.alpha1."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1139
msgstr "Koodausloppuliitteet salasanakaavoille vaativat Dovecot >= v1.1.alpha1."
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
  1140
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1141
#: VirtualMailManager/password.py:400
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1142
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1143
msgid "Unsupported password encoding: '%s'"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1144
msgstr "Tukematon salasanakoodaus: ’%s’"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1145
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1146
#: VirtualMailManager/relocated.py:71
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1147
msgid "Address and destination are identical."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1148
msgstr "Osoite ja kohde ovat identtisiä."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1149
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1150
#: VirtualMailManager/relocated.py:75
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1151
#, python-format
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1152
msgid "The relocated user '%s' already exists."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1153
msgstr "Sijoitettu käyttäjä ’%s’ on jo olemassa."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1154
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1155
#~ msgid "There is already a relocated user with the address “%s”."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1156
#~ msgstr "On jo sijoitettu käyttäjä osoitteella “%s”."
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
  1157
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1158
#~ msgid "There is already an account with address “%s”."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1159
#~ msgstr "On jo olemassa tili osoitteella “%s”."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1160
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1161
#~ msgid "No destination address for alias denoted."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1162
#~ msgstr "Aliakselle ei ole osoitettu kohdeosoitetta."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1163
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1164
#  Alla "a" ja "d" ovat muuttujia, jotka korvautuvat suorituksen yhteydessä koodilla.
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1165
#~ msgid "The alias “%(a)s” with destination “%(d)s” already exists."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1166
#~ msgstr "Alias “%(a)s” kohteella “%(d)s” on jo olemassa."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1167
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1168
#  Alla "a" ja "d" ovat muuttujia, jotka korvautuvat suorituksen yhteydessä koodilla.
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1169
#~ msgid "The alias “%(a)s” with destination “%(d)s” doesn't exists."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1170
#~ msgstr "Alias “%(a)s” kohteella “%(d)s” ei ole olemassa."
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
  1171
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1172
#~ msgid "missing options in section %s:\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1173
#~ msgstr "puuttuvia valitsimia lohkossa %s:\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1174
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1175
#~ msgid "There are accounts and aliases."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1176
#~ msgstr "On tilejä ja aliaksia."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1177
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1178
#~ msgid "There are accounts."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1179
#~ msgstr "Tilejä on."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1180
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1181
#~ msgid "There are aliases."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1182
#~ msgstr "Aliaksia on."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1183
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1184
#~ msgid "“%s” looks not like an e-mail address."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1185
#~ msgstr "“%s” ei näytä sähköpostiosoitteelta."
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
  1186
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1187
#~ msgid "No localpart specified."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1188
#~ msgstr "Paikallisosaa ei ole määritelty."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1189
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1190
#~ msgid "Either mid or maillocation must be specified."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1191
#~ msgstr "Joko mid-tunniste tai sähköpostisijainti on määriteltävä."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1192
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1193
#~ msgid "mid must be an int/long."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1194
#~ msgstr "tunnisteen mid on oltava tyypiltään int/long."
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
  1195
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1196
#~ msgid ""
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1197
#~ "Invalid folder name “%s”, it may consist only of\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1198
#~ "1 - 20 single byte characters (A-Z, a-z, 0-9 and _)."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1199
#~ msgstr ""
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1200
#~ "Virheellinen kansionimi “%s”, se voi sisältää vain\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1201
#~ "1 - 20 yhden tavun mittaisia merkkejä (A-Z, a-z, 0-9 ja _)."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1202
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1203
#~ msgid "Unknown mid specified."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1204
#~ msgstr "Tuntematon mid-määritelty."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1205
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1206
#~ msgid "No destination address for relocated user denoted."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1207
#~ msgstr "Sijoitetulle käyttäjälle ei ole osoitettu kohdeosoitetta."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1208
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1209
#~ msgid "tid must be an int/long."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1210
#~ msgstr "tunnisteen tid on oltava tyypiltään int/long."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1211
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1212
#~ msgid "Unknown tid specified."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1213
#~ msgstr "Tuntematon tid-siirtotunniste määritelty."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1214
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1215
#~ msgid "No “vmm.cfg” found in: /root:/usr/local/etc:/etc"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1216
#~ msgstr "Tiedostoa “vmm.cfg” ei löytynyt hakemistoista: /root:/usr/local/etc:/etc"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
  1217
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1218
#  Alla "options" on muuttuja, joka korvautuu suorituksen yhteydessä koodilla.
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1219
#~ msgid ""
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1220
#~ "“%(binary)s” doesn't exists.\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1221
#~ "(vmm.cfg: section \"bin\", option \"%(option)s\")"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1222
#~ msgstr ""
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1223
#~ "“%(binary)s” ei ole olemassa.\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1224
#~ "(vmm.cfg: lohko ”bin”, valitsin ”%(option)s”)"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
  1225
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1226
#  Alla "options" on muuttuja, joka korvautuu suorituksen yhteydessä koodilla.
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1227
#~ msgid ""
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1228
#~ "“%(binary)s” is not executable.\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1229
#~ "(vmm.cfg: section \"bin\", option \"%(option)s\")"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1230
#~ msgstr ""
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1231
#~ "“%(binary)s” ei ole suoritettava tiedosto.\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1232
#~ "(vmm.cfg: lohko ”bin”, valitsin ”%(option)s”)"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1233
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1234
#~ msgid "FATAL: \"..\" in domain directory path detected."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1235
#~ msgstr "VAKAVA VIRHE: havaittu ”..” verkkotunnushakemistopolkussa."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1236
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1237
#  Tässä on ilmeisesti kirjoitusvirhe (Configurtion -> Configuration).
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1238
#~ msgid ""
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1239
#~ "Configurtion error: \"%s\"\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1240
#~ "(in section \"connfig\", option \"done\") see also: vmm.cfg(5)\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1241
#~ msgstr ""
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1242
#~ "Asetusvirhe: ”%s”\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1243
#~ "(lohkossa ”connfig”, valitsin ”done”) katso myös: vmm.cfg(5)\n"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
  1244
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1245
#~ msgid ""
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1246
#~ "The keyword “detailed” is deprecated and will be removed in a future release.\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1247
#~ "   Please use the keyword “full” to get full details."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1248
#~ msgstr ""
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1249
#~ "Avainsana “detailed” on vanhentunut ja poistetaan tulevassa julkaisussa.\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1250
#~ "   Saat kaikki yksityiskohdat käyttämällä avainsanaa “full”."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1251
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1252
#~ msgid "Account doesn't exists"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1253
#~ msgstr "Tiliä ei ole"
465
c0e1fb1b0145 po: Added Finnish translation to the repository.
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
  1254
488
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1255
#~ msgid ""
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1256
#~ "The service name “managesieve” is deprecated and will be removed\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1257
#~ "   in a future release.\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1258
#~ "   Please use the service name “sieve” instead."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1259
#~ msgstr ""
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1260
#~ "Palvelunimi “managesieve” on vanhentunut ja poistetaan\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1261
#~ "   tulevassa julkaisussa.\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1262
#~ "   Käytä sen sijaan palvelunimeä “sieve”."
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1263
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1264
#~ msgid ""
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1265
#~ "Usage: %s SUBCOMMAND OBJECT ARGS*\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1266
#~ "  short long\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1267
#~ "  subcommand               object             args (* = optional)\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1268
#~ msgstr ""
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1269
#~ "Käyttö: %s ALIKOMENTO OBJEKTI ARGUMENTIT*\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1270
#~ "  lyhyt pitkä\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1271
#~ "  alikomento               objekti             argumentti (* = valinnainen)\n"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1272
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1273
#~ msgid "Available"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1274
#~ msgstr "Käytettävissä"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1275
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1276
#~ msgid "Available domains"
b8d5564b4e42 po: Updated Finnish translation (translated by Jorma Karvonen).
Pascal Volk <user@localhost.localdomain.org>
parents: 465
diff changeset
  1277
#~ msgstr "Käytettävissä olevat verkkotunnukset"