1
1
# TRADUZIONE ITALIANA a cura di
2
- # TEBALDI MIRKO <mirko.tebaldi@libero.it>, Agosto 2003.
3
- # Versione 1.00 alfa del 1° Settembre 2003
4
- #
5
- # Revisione ........ del ... a cura di .... >email<
6
- # Revisione ........ del ... a cura di .... >email<
7
- # Revisione ........ del ... a cura di .... >email<
2
+ # TEBALDI MIRKO <mirko.tebaldi@libero.it>, 2004.
8
3
#
9
4
#
10
5
msgid ""
11
6
msgstr ""
12
- "Project-Id-Version : PostgreSQL 7.4 \n "
13
- "POT-Creation-Date : 2003-05-29 04:17-0400 \n "
14
- "PO-Revision-Date : 2003-08-29 23:26 +0100\n "
15
- "Last-Translator : Tebaldi Mirko <mirko.tebaldi@libero.it> \n "
7
+ "Project-Id-Version : PostgreSQL 8.0 \n "
8
+ "POT-Creation-Date : 2004-09-10 13:08+0100 \n "
9
+ "PO-Revision-Date : 2004-09-10 19:53 +0100\n "
10
+ "Last-Translator : \n "
16
11
"Language-Team : Tebaldi Mirko <mirko.tebaldi@libero.it>\n "
17
12
"MIME-Version : 1.0\n "
18
13
"Content-Type : text/plain; charset=ISO-8859-1\n "
@@ -42,9 +37,9 @@ msgstr ""
42
37
" %s [OPZIONI]\n"
43
38
"\n"
44
39
"Opzioni:\n"
45
- " DATADIR mostra informazioni di controllo cluster per DATADIR\n"
46
- " --help mostra questa guida, quindi esce\n"
47
- " --versione mostra informazioni sulla versione, quindi esce\n"
40
+ " DATADIR\t\tmostra informazioni di controllo cluster per DATADIR\n"
41
+ " --help\t\tmostra questa guida, quindi esce\n"
42
+ " --versione\tmostra informazioni sulla versione, quindi esce\n"
48
43
49
44
#: pg_controldata.c:41
50
45
msgid ""
@@ -86,27 +81,27 @@ msgstr "in produzione"
86
81
msgid "unrecognized status code"
87
82
msgstr "codice di stato non riconosciuto"
88
83
89
- #: pg_controldata.c:107
84
+ #: pg_controldata.c:104
90
85
#, c-format
91
86
msgid "%s: no data directory specified\n"
92
87
msgstr "%s: non è stata specificata una directory per i dati\n"
93
88
94
- #: pg_controldata.c:108
89
+ #: pg_controldata.c:105
95
90
#, c-format
96
91
msgid "Try \" %s --help\" for more information.\n"
97
92
msgstr "Prova \" %s --help\" per maggiori informazioni.\n"
98
93
99
- #: pg_controldata.c:116
94
+ #: pg_controldata.c:113
100
95
#, c-format
101
96
msgid "%s: could not open file \" %s\" for reading: %s\n"
102
97
msgstr "%s: impossibile aprire il file \" %s\" in lettura: %s\n"
103
98
104
- #: pg_controldata.c:123
99
+ #: pg_controldata.c:120
105
100
#, c-format
106
101
msgid "%s: could not read file \" %s\" : %s\n"
107
102
msgstr "%s: impossibile leggere dal file \" %s\" : %s\n"
108
103
109
- #: pg_controldata.c:137
104
+ #: pg_controldata.c:134
110
105
msgid ""
111
106
"WARNING: Calculated CRC checksum does not match value stored in file.\n"
112
107
"Either the file is corrupt, or it has a different layout than this program\n"
@@ -118,120 +113,131 @@ msgstr ""
118
113
"I risultati che ne conseguono sono senza garanzie.\n"
119
114
"\n"
120
115
121
- #: pg_controldata.c:150
116
+ #: pg_controldata.c:154
122
117
#, c-format
123
118
msgid "pg_control version number: %u\n"
124
119
msgstr "pg_control numero di versione: %u\n"
125
120
126
- #: pg_controldata.c:151
121
+ #: pg_controldata.c:155
127
122
#, c-format
128
123
msgid "Catalog version number: %u\n"
129
124
msgstr "Numero versione catalogo: %u\n"
130
125
131
- #: pg_controldata.c:152
126
+ #: pg_controldata.c:156
127
+ #, c-format
128
+ msgid "Database system identifier: %s\n"
129
+ msgstr "Identificatore sistema database: %s\n"
130
+
131
+ #: pg_controldata.c:157
132
132
#, c-format
133
133
msgid "Database cluster state: %s\n"
134
134
msgstr "Stato cluster database: %s\n"
135
135
136
- #: pg_controldata.c:153
136
+ #: pg_controldata.c:158
137
137
#, c-format
138
138
msgid "pg_control last modified: %s\n"
139
- msgstr "ultima modifica pg_control: %s\n"
139
+ msgstr "ultima modifica pg_control:\t\t %s\n"
140
140
141
- #: pg_controldata.c:154
141
+ #: pg_controldata.c:159
142
142
#, c-format
143
143
msgid "Current log file ID: %u\n"
144
144
msgstr "Id corrente file di log: %u\n"
145
145
146
- #: pg_controldata.c:155
146
+ #: pg_controldata.c:160
147
147
#, c-format
148
148
msgid "Next log file segment: %u\n"
149
149
msgstr "Successivo segmento log file: %u\n"
150
150
151
- #: pg_controldata.c:156
151
+ #: pg_controldata.c:161
152
152
#, c-format
153
153
msgid "Latest checkpoint location: %X/%X\n"
154
154
msgstr "Ultima posizione checkpoint: %X/%X\n"
155
155
156
- #: pg_controldata.c:158
156
+ #: pg_controldata.c:163
157
157
#, c-format
158
158
msgid "Prior checkpoint location: %X/%X\n"
159
159
msgstr "Precedente posizione checkpoint: %X/%X\n"
160
160
161
- #: pg_controldata.c:160
161
+ #: pg_controldata.c:165
162
162
#, c-format
163
163
msgid "Latest checkpoint's REDO location: %X/%X\n"
164
164
msgstr "Ultima posizione REDO checkpoint: %X/%X\n"
165
165
166
- #: pg_controldata.c:162
166
+ #: pg_controldata.c:167
167
167
#, c-format
168
168
msgid "Latest checkpoint's UNDO location: %X/%X\n"
169
169
msgstr "Ultima posizione UNDO checkpoint: %X/%X\n"
170
170
171
- #: pg_controldata.c:164
171
+ #: pg_controldata.c:169
172
172
#, c-format
173
- msgid "Latest checkpoint's StartUpID: %u\n"
174
- msgstr "Ultimo StartUpID checkpoint: %u\n"
173
+ msgid "Latest checkpoint's TimeLineID: %u\n"
174
+ msgstr "Ultimo TimeLineID del checkpoint : %u\n"
175
175
176
- #: pg_controldata.c:165
176
+ #: pg_controldata.c:170
177
177
#, c-format
178
178
msgid "Latest checkpoint's NextXID: %u\n"
179
179
msgstr "Ultimo NextXID checkpoint : %u\n"
180
180
181
- #: pg_controldata.c:166
181
+ #: pg_controldata.c:171
182
182
#, c-format
183
183
msgid "Latest checkpoint's NextOID: %u\n"
184
184
msgstr "Ultimo NextOID checkpoint: %u\n"
185
185
186
- #: pg_controldata.c:167
186
+ #: pg_controldata.c:172
187
187
#, c-format
188
188
msgid "Time of latest checkpoint: %s\n"
189
189
msgstr "Orario ultimo checkpoint: %s\n"
190
190
191
- #: pg_controldata.c:168
191
+ #: pg_controldata.c:173
192
192
#, c-format
193
193
msgid "Database block size: %u\n"
194
194
msgstr "Dimensione blocco database: %u\n"
195
195
196
- #: pg_controldata.c:169
196
+ #: pg_controldata.c:174
197
197
#, c-format
198
198
msgid "Blocks per segment of large relation: %u\n"
199
199
msgstr "Blocchi per segmento grandi relaz.: %u\n"
200
200
201
- #: pg_controldata.c:170
201
+ #: pg_controldata.c:175
202
+ #, c-format
203
+ msgid "Bytes per WAL segment: %u\n"
204
+ msgstr "Byte per segmento WAL: %u\n"
205
+
206
+ #: pg_controldata.c:176
202
207
#, c-format
203
208
msgid "Maximum length of identifiers: %u\n"
204
209
msgstr "Massima lunghezza identificatori: %u\n"
205
210
206
- #: pg_controldata.c:171
211
+ #: pg_controldata.c:177
207
212
#, c-format
208
213
msgid "Maximum number of function arguments: %u\n"
209
214
msgstr "N° massimo di argomenti per funzione: %u\n"
210
215
211
- #: pg_controldata.c:172
216
+ #: pg_controldata.c:178
212
217
#, c-format
213
218
msgid "Date/time type storage: %s\n"
214
219
msgstr "Memorizzazione tipi Data/Ora: %s\n"
215
220
216
- #: pg_controldata.c:173
221
+ #: pg_controldata.c:179
217
222
msgid "64-bit integers"
218
223
msgstr "Interi a 64-bit"
219
224
220
- #: pg_controldata.c:173
225
+ #: pg_controldata.c:179
221
226
msgid "floating-point numbers"
222
227
msgstr "numeri in virgola mobile"
223
228
224
- #: pg_controldata.c:174
229
+ #: pg_controldata.c:180
225
230
#, c-format
226
231
msgid "Maximum length of locale name: %u\n"
227
232
msgstr "Maxssima lunghezza per nomi locali: %u\n"
228
233
229
- #: pg_controldata.c:175
234
+ #: pg_controldata.c:181
230
235
#, c-format
231
236
msgid "LC_COLLATE: %s\n"
232
237
msgstr "LC_COLLATE: %s\n"
233
238
234
- #: pg_controldata.c:176
239
+ #: pg_controldata.c:182
235
240
#, c-format
236
241
msgid "LC_CTYPE: %s\n"
237
242
msgstr "LC_CTYPE: %s\n"
243
+
0 commit comments