|
1 | 1 | # Spanish message translation file for pg_controldata |
2 | 2 | # Karim Mribti <karim@mribti.com>, 2002. |
3 | | -# Alvaro Herrera <alvherre@alvh.no-ip.org>, 2003-2007 |
| 3 | +# Alvaro Herrera <alvherre@alvh.no-ip.org>, 2003-2008 |
| 4 | +# |
| 5 | +# pgtranslation Id: pg_controldata.po,v 1.5 2008/01/30 15:09:56 alvherre Exp $ |
| 6 | +# $PostgreSQL: pgsql/src/bin/pg_controldata/po/es.po,v 1.10 2008/01/31 18:04:52 petere Exp $ |
4 | 7 | # |
5 | 8 | msgid "" |
6 | 9 | msgstr "" |
7 | 10 | "Project-Id-Version:pg_controldata (PostgreSQL 8.3)\n" |
8 | 11 | "Report-Msgid-Bugs-To:\n" |
9 | | -"POT-Creation-Date:2007-11-29 19:36-0300\n" |
10 | | -"PO-Revision-Date:2002-08-3018:23+0200\n" |
| 12 | +"POT-Creation-Date:2008-01-30 08:18-0400\n" |
| 13 | +"PO-Revision-Date:2008-01-3012:08-0300\n" |
11 | 14 | "Last-Translator:Alvaro Herrera <alvherre@alvh.no-ip.org>\n" |
12 | 15 | "Language-Team:Castellano <pgsql-es-ayuda@postgresql.org>\n" |
13 | 16 | "MIME-Version:1.0\n" |
@@ -125,140 +128,155 @@ msgstr "" |
125 | 128 | msgid"pg_control version number: %u\n" |
126 | 129 | msgstr"Número de versión de pg_control: %u\n" |
127 | 130 |
|
128 | | -#:pg_controldata.c:154 |
| 131 | +#:pg_controldata.c:155 |
| 132 | +#,c-format |
| 133 | +msgid"" |
| 134 | +"WARNING: possible byte ordering mismatch\n" |
| 135 | +"The byte ordering used to store the pg_control file might not match the one\n" |
| 136 | +"used by this program. In that case the results below would be incorrect, " |
| 137 | +"and\n" |
| 138 | +"the PostgreSQL installation would be incompatible with this data directory.\n" |
| 139 | +msgstr"" |
| 140 | +"ATENCIÓN: posible discordancia en orden de bytes\n" |
| 141 | +"El orden de bytes usado para almacenar el archivo pg_control puede no\n" |
| 142 | +"coincidir con el que usa este programa. En tal caso, los resultados de abajo\n" |
| 143 | +"serán incorrectos, y esta instalación de PostgreSQL será incompatible con\n" |
| 144 | +"este directorio de datos.\n" |
| 145 | + |
| 146 | +#:pg_controldata.c:159 |
129 | 147 | #,c-format |
130 | 148 | msgid"Catalog version number: %u\n" |
131 | 149 | msgstr"Número de versión del catálogo: %u\n" |
132 | 150 |
|
133 | | -#:pg_controldata.c:156 |
| 151 | +#:pg_controldata.c:161 |
134 | 152 | #,c-format |
135 | 153 | msgid"Database system identifier: %s\n" |
136 | 154 | msgstr"Identificador de sistema: %s\n" |
137 | 155 |
|
138 | | -#:pg_controldata.c:158 |
| 156 | +#:pg_controldata.c:163 |
139 | 157 | #,c-format |
140 | 158 | msgid"Database cluster state: %s\n" |
141 | 159 | msgstr"Estado del sistema de base de datos: %s\n" |
142 | 160 |
|
143 | | -#:pg_controldata.c:160 |
| 161 | +#:pg_controldata.c:165 |
144 | 162 | #,c-format |
145 | 163 | msgid"pg_control last modified: %s\n" |
146 | 164 | msgstr"Última modificación de pg_control: %s\n" |
147 | 165 |
|
148 | | -#:pg_controldata.c:162 |
| 166 | +#:pg_controldata.c:167 |
149 | 167 | #,c-format |
150 | 168 | msgid"Latest checkpoint location: %X/%X\n" |
151 | 169 | msgstr"Ubicación del último checkpoint: %X/%X\n" |
152 | 170 |
|
153 | | -#:pg_controldata.c:165 |
| 171 | +#:pg_controldata.c:170 |
154 | 172 | #,c-format |
155 | 173 | msgid"Prior checkpoint location: %X/%X\n" |
156 | 174 | msgstr"Ubicación del checkpoint anterior: %X/%X\n" |
157 | 175 |
|
158 | | -#:pg_controldata.c:168 |
| 176 | +#:pg_controldata.c:173 |
159 | 177 | #,c-format |
160 | 178 | msgid"Latest checkpoint's REDO location: %X/%X\n" |
161 | 179 | msgstr"Ubicación de REDO de último checkpoint: %X/%X\n" |
162 | 180 |
|
163 | | -#:pg_controldata.c:171 |
| 181 | +#:pg_controldata.c:176 |
164 | 182 | #,c-format |
165 | 183 | msgid"Latest checkpoint's TimeLineID: %u\n" |
166 | 184 | msgstr"TimeLineID del último checkpoint: %u\n" |
167 | 185 |
|
168 | | -#:pg_controldata.c:173 |
| 186 | +#:pg_controldata.c:178 |
169 | 187 | #,c-format |
170 | 188 | msgid"Latest checkpoint's NextXID: %u/%u\n" |
171 | 189 | msgstr"NextXID del checkpoint más reciente: %u/%u\n" |
172 | 190 |
|
173 | | -#:pg_controldata.c:176 |
| 191 | +#:pg_controldata.c:181 |
174 | 192 | #,c-format |
175 | 193 | msgid"Latest checkpoint's NextOID: %u\n" |
176 | 194 | msgstr"NextOID de último checkpoint: %u\n" |
177 | 195 |
|
178 | | -#:pg_controldata.c:178 |
| 196 | +#:pg_controldata.c:183 |
179 | 197 | #,c-format |
180 | 198 | msgid"Latest checkpoint's NextMultiXactId: %u\n" |
181 | 199 | msgstr"NextMultiXactId de último checkpoint: %u\n" |
182 | 200 |
|
183 | | -#:pg_controldata.c:180 |
| 201 | +#:pg_controldata.c:185 |
184 | 202 | #,c-format |
185 | 203 | msgid"Latest checkpoint's NextMultiOffset: %u\n" |
186 | 204 | msgstr"NextMultiOffset de último checkpoint: %u\n" |
187 | 205 |
|
188 | | -#:pg_controldata.c:182 |
| 206 | +#:pg_controldata.c:187 |
189 | 207 | #,c-format |
190 | 208 | msgid"Time of latest checkpoint: %s\n" |
191 | 209 | msgstr"Instante de último checkpoint: %s\n" |
192 | 210 |
|
193 | | -#:pg_controldata.c:184 |
| 211 | +#:pg_controldata.c:189 |
194 | 212 | #,c-format |
195 | 213 | msgid"Minimum recovery ending location: %X/%X\n" |
196 | 214 | msgstr"Punto final mínimo de recuperación: %X/%X\n" |
197 | 215 |
|
198 | | -#:pg_controldata.c:187 |
| 216 | +#:pg_controldata.c:192 |
199 | 217 | #,c-format |
200 | 218 | msgid"Maximum data alignment: %u\n" |
201 | 219 | msgstr"Alineamiento máximo de datos: %u\n" |
202 | 220 |
|
203 | | -#:pg_controldata.c:190 |
| 221 | +#:pg_controldata.c:195 |
204 | 222 | #,c-format |
205 | 223 | msgid"Database block size: %u\n" |
206 | 224 | msgstr"Tamaño de bloque de la base de datos: %u\n" |
207 | 225 |
|
208 | | -#:pg_controldata.c:192 |
| 226 | +#:pg_controldata.c:197 |
209 | 227 | #,c-format |
210 | 228 | msgid"Blocks per segment of large relation: %u\n" |
211 | 229 | msgstr"Bloques por segmento en relación grande: %u\n" |
212 | 230 |
|
213 | | -#:pg_controldata.c:194 |
| 231 | +#:pg_controldata.c:199 |
214 | 232 | #,c-format |
215 | 233 | msgid"WAL block size: %u\n" |
216 | 234 | msgstr"Tamaño del bloque de WAL: %u\n" |
217 | 235 |
|
218 | | -#:pg_controldata.c:196 |
| 236 | +#:pg_controldata.c:201 |
219 | 237 | #,c-format |
220 | 238 | msgid"Bytes per WAL segment: %u\n" |
221 | 239 | msgstr"Bytes por segmento WAL: %u\n" |
222 | 240 |
|
223 | | -#:pg_controldata.c:198 |
| 241 | +#:pg_controldata.c:203 |
224 | 242 | #,c-format |
225 | 243 | msgid"Maximum length of identifiers: %u\n" |
226 | 244 | msgstr"Máxima longitud de identificadores: %u\n" |
227 | 245 |
|
228 | | -#:pg_controldata.c:200 |
| 246 | +#:pg_controldata.c:205 |
229 | 247 | #,c-format |
230 | 248 | msgid"Maximum columns in an index: %u\n" |
231 | 249 | msgstr"Máximo número de columnas de un índice: %u\n" |
232 | 250 |
|
233 | | -#:pg_controldata.c:202 |
| 251 | +#:pg_controldata.c:207 |
234 | 252 | #,c-format |
235 | 253 | msgid"Maximum size of a TOAST chunk: %u\n" |
236 | 254 | msgstr"Longitud máxima de un trozo TOAST: %u\n" |
237 | 255 |
|
238 | | -#:pg_controldata.c:204 |
| 256 | +#:pg_controldata.c:209 |
239 | 257 | #,c-format |
240 | 258 | msgid"Date/time type storage: %s\n" |
241 | 259 | msgstr"Tipo de almacenamiento de horas y fechas: %s\n" |
242 | 260 |
|
243 | | -#:pg_controldata.c:205 |
| 261 | +#:pg_controldata.c:210 |
244 | 262 | msgid"64-bit integers" |
245 | 263 | msgstr"enteros de 64 bits" |
246 | 264 |
|
247 | | -#:pg_controldata.c:205 |
| 265 | +#:pg_controldata.c:210 |
248 | 266 | msgid"floating-point numbers" |
249 | 267 | msgstr"números de punto flotante" |
250 | 268 |
|
251 | | -#:pg_controldata.c:206 |
| 269 | +#:pg_controldata.c:211 |
252 | 270 | #,c-format |
253 | 271 | msgid"Maximum length of locale name: %u\n" |
254 | 272 | msgstr"Longitud máxima de nombres de locale: %u\n" |
255 | 273 |
|
256 | | -#:pg_controldata.c:208 |
| 274 | +#:pg_controldata.c:213 |
257 | 275 | #,c-format |
258 | 276 | msgid"LC_COLLATE: %s\n" |
259 | 277 | msgstr"LC_COLLATE: %s\n" |
260 | 278 |
|
261 | | -#:pg_controldata.c:210 |
| 279 | +#:pg_controldata.c:215 |
262 | 280 | #,c-format |
263 | 281 | msgid"LC_CTYPE: %s\n" |
264 | 282 | msgstr"LC_CTYPE: %s\n" |