1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
|
msgid ""
msgstr ""
"Project-Id-Version: postgres-common\n"
"Report-Msgid-Bugs-To: postgresql-common@packages.debian.org\n"
"POT-Creation-Date: 2016-03-05 11:47+0100\n"
"PO-Revision-Date: 2008-02-29 15:05+0200\n"
"Last-Translator: Esko Arajärvi <edu@iki.fi>\n"
"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: Finnish\n"
"X-Poedit-Country: FINLAND\n"
#. Type: error
#. Description
#: ../postgresql-common.templates:1001
msgid "Obsolete major version ${old}"
msgstr "Vanhentunut pääversio ${old}"
#. Type: error
#. Description
#: ../postgresql-common.templates:1001
msgid ""
"The PostgreSQL version ${old} is obsolete, but the server or client packages "
"are still installed. Please install the latest packages (postgresql-"
"${latest} and postgresql-client-${latest}) and upgrade the existing "
"${oldversion} clusters with pg_upgradecluster (see manpage)."
msgstr ""
"Ohjelman PostgreSQL versio ${old} on vanhentunut, mutta palvelin- tai "
"asiakaspaketteja on vielä asennettuna. Asenna uusimmat paketit (postgresql-"
"${latest} ja postgresql-client-${latest}) ja päivitä olemassa olevat version "
"${oldversion} klusterit ohjelmalla pg_upgradecluster (katso man-ohjesivu)."
#. Type: error
#. Description
#: ../postgresql-common.templates:1001
msgid ""
"Please be aware that the installation of postgresql-${latest} will "
"automatically create a default cluster ${latest}/main. If you want to "
"upgrade the ${old}/main cluster, you need to remove the already existing "
"${latest} cluster (pg_dropcluster --stop ${latest} main, see manpage for "
"details)."
msgstr ""
"Version postgresql-${latest} asennus luo automaattisesti oletusklusterin "
"${latest}/main. Jos haluat päivittää klusterin ${old}/main, sinun tulee "
"poistaa jo olemassa oleva klusteri ${latest} (komennolla pg_dropcluster --"
"stop ${latest} main, lisätietoja man-ohjesivulta)."
#. Type: error
#. Description
#: ../postgresql-common.templates:1001
msgid ""
"The old server and client packages are no longer supported. After the "
"existing clusters are upgraded, the postgresql-${old} and postgresql-client-"
"${old} packages should be removed."
msgstr ""
"Vanhoja palvelin- ja asiakaspaketteja ei enää tueta. Kun olemassa olevat "
"klusterit on päivitetty, paketit postgresql-${old} ja postgresql-client-"
"${old} tulisi poistaa."
#. Type: error
#. Description
#: ../postgresql-common.templates:1001
msgid ""
"Please see /usr/share/doc/postgresql-common/README.Debian.gz for details."
msgstr ""
"Tiedostosta /usr/share/doc/postgresql-common/README.Debian.gz löytyy "
"lisätietoja (englanniksi)."
#. Type: boolean
#. Description
#: ../postgresql-common.templates:2001
msgid "Enable SSL by default in new PostgreSQL clusters?"
msgstr ""
#. Type: boolean
#. Description
#: ../postgresql-common.templates:2001
msgid ""
"PostgreSQL supports SSL-encrypted connections. This is usually a good thing. "
"However, if the database is solely accessed using TCP connections on "
"localhost, SSL can be turned off without introducing security issues."
msgstr ""
#. Type: boolean
#. Description
#: ../postgresql-common.templates:2001
msgid ""
"UNIX domain socket connections (called \"local\" in pg_hba.conf) are not "
"affected by this setting. This setting concerns new PostgreSQL clusters "
"created during package install, or by using the pg_createcluster command. It "
"does not reconfigure existing clusters."
msgstr ""
#. Type: boolean
#. Description
#: ../postgresql-common.templates:2001
msgid "If unsure, enable SSL."
msgstr ""
#. Type: note
#. Description
#: ../postgresql-common.templates:3001
msgid "PostgreSQL ${version} catalog version changed"
msgstr ""
#. Type: note
#. Description
#: ../postgresql-common.templates:3001
msgid ""
"The PostgreSQL cluster ${version} ${cluster} was created using catalog "
"version ${db_catversion}, but the currently being installed package "
"postgresql-${version} is using catalog version ${new_catversion}. You will "
"not be able to use this cluster until it was upgraded to the new catalog "
"version."
msgstr ""
#. Type: note
#. Description
#: ../postgresql-common.templates:3001
msgid ""
"The necessary subset of binaries from the old version was saved in "
"${vartmpdir}. To upgrade the cluster, execute these commands:"
msgstr ""
|