5
5
msgstr ""
6
6
"Project-Id-Version :PostgreSQL 7.4\n "
7
7
"Report-Msgid-Bugs-To :\n "
8
- "POT-Creation-Date :2003-08-05 21:52 +0000\n "
9
- "PO-Revision-Date :2003-09-15 13:45+0800\n "
10
- "Last-Translator :Bao Wei <bao_paul@yahoo.com .cn>\n "
8
+ "POT-Creation-Date :2004-07-22 09:35 +0000\n "
9
+ "PO-Revision-Date :2004-01-10 13:45+0800\n "
10
+ "Last-Translator :Bao Wei <weibao@qmail.zhengmai.net .cn>\n "
11
11
"Language-Team :Weiping He <laser@zhengmai.com.cn>\n "
12
12
"MIME-Version :1.0\n "
13
13
"Content-Type :text/plain; charset=GB2312\n "
@@ -42,6 +42,7 @@ msgstr ""
42
42
" --version 显示 pg_controldata 的版本, 然后退出\n"
43
43
44
44
#: pg_controldata.c:41
45
+ #, c-format
45
46
msgid ""
46
47
"\n"
47
48
"If no data directory is specified, the environment variable PGDATA\n"
@@ -54,6 +55,7 @@ msgstr ""
54
55
"\n"
55
56
56
57
#: pg_controldata.c:42
58
+ #, c-format
57
59
msgid "Report bugs to <pgsql-bugs@postgresql.org>.\n"
58
60
msgstr "报告错误至 <pgsql-bugs@postgresql.org>.\n"
59
61
@@ -81,27 +83,28 @@ msgstr "
81
83
msgid "unrecognized status code"
82
84
msgstr "不被认可的状态码"
83
85
84
- #: pg_controldata.c:107
86
+ #: pg_controldata.c:104
85
87
#, c-format
86
88
msgid "%s: no data directory specified\n"
87
89
msgstr "%s: 没有指定数据目录\n"
88
90
89
- #: pg_controldata.c:108
91
+ #: pg_controldata.c:105
90
92
#, c-format
91
93
msgid "Try\" %s --help\" for more information.\n"
92
94
msgstr "用\" %s --help\" 显示更多的信息.\n"
93
95
94
- #: pg_controldata.c:116
96
+ #: pg_controldata.c:113
95
97
#, c-format
96
98
msgid "%s: could not open file\" %s\" for reading: %s\n"
97
99
msgstr "%s: 无法打开文件\" %s\" 读取信息: %s\n"
98
100
99
- #: pg_controldata.c:123
101
+ #: pg_controldata.c:120
100
102
#, c-format
101
103
msgid "%s: could not read file\" %s\" : %s\n"
102
104
msgstr "%s: 无法读取文件\" %s\" : %s\n"
103
105
104
- #: pg_controldata.c:137
106
+ #: pg_controldata.c:134
107
+ #, c-format
105
108
msgid ""
106
109
"WARNING: Calculated CRC checksum does not match value stored in file.\n"
107
110
"Either the file is corrupt, or it has a different layout than this program\n"
@@ -113,120 +116,133 @@ msgstr ""
113
116
"下面的结果是不可靠的.\n"
114
117
"\n"
115
118
116
- #: pg_controldata.c:150
119
+ #: pg_controldata.c:153
117
120
#, c-format
118
121
msgid "pg_control version number: %u\n"
119
122
msgstr "pg_control 版本: %u\n"
120
123
121
- #: pg_controldata.c:151
124
+ #: pg_controldata.c:154
122
125
#, c-format
123
126
msgid "Catalog version number: %u\n"
124
127
msgstr "Catalog 版本: %u\n"
125
128
126
- #: pg_controldata.c:152
129
+ #: pg_controldata.c:155
130
+ #, c-format
131
+ msgid "Database system identifier: %s\n"
132
+ msgstr "数据库系统标识符: %s\n"
133
+
134
+ #: pg_controldata.c:156
127
135
#, c-format
128
136
msgid "Database cluster state: %s\n"
129
137
msgstr "数据库簇状态: %s\n"
130
138
131
- #: pg_controldata.c:153
139
+ #: pg_controldata.c:157
132
140
#, c-format
133
141
msgid "pg_control last modified: %s\n"
134
142
msgstr "pg_control 最后修改: %s\n"
135
143
136
- #: pg_controldata.c:154
144
+ #: pg_controldata.c:158
137
145
#, c-format
138
146
msgid "Current log file ID: %u\n"
139
147
msgstr "当前日志文件ID: %u\n"
140
148
141
- #: pg_controldata.c:155
149
+ #: pg_controldata.c:159
142
150
#, c-format
143
151
msgid "Next log file segment: %u\n"
144
152
msgstr "下一个日志文件段: %u\n"
145
153
146
- #: pg_controldata.c:156
154
+ #: pg_controldata.c:160
147
155
#, c-format
148
156
msgid "Latest checkpoint location: %X/%X\n"
149
157
msgstr "最新检查点位置: %X/%X\n"
150
158
151
- #: pg_controldata.c:158
159
+ #: pg_controldata.c:162
152
160
#, c-format
153
161
msgid "Prior checkpoint location: %X/%X\n"
154
162
msgstr "优先检查点位置: %X/%X\n"
155
163
156
- #: pg_controldata.c:160
164
+ #: pg_controldata.c:164
157
165
#, c-format
158
166
msgid "Latest checkpoint's REDO location: %X/%X\n"
159
167
msgstr "最新检查点的 REDO 位置: %X/%X\n"
160
168
161
- #: pg_controldata.c:162
169
+ #: pg_controldata.c:166
162
170
#, c-format
163
171
msgid "Latest checkpoint's UNDO location: %X/%X\n"
164
172
msgstr "最新检查点的 UNDO 位置: %X/%X\n"
165
173
166
- #: pg_controldata.c:164
174
+ #: pg_controldata.c:168
167
175
#, c-format
168
- msgid "Latest checkpoint'sStartUpID: %u\n"
169
- msgstr "最新检查点的StartUpID: %u\n"
176
+ msgid "Latest checkpoint'sTimeLineID: %u\n"
177
+ msgstr "最新检查点的TimeLineID: %u\n"
170
178
171
- #: pg_controldata.c:165
179
+ #: pg_controldata.c:169
172
180
#, c-format
173
181
msgid "Latest checkpoint's NextXID: %u\n"
174
182
msgstr "最新检查点的 NextXID: %u\n"
175
183
176
- #: pg_controldata.c:166
184
+ #: pg_controldata.c:170
177
185
#, c-format
178
186
msgid "Latest checkpoint's NextOID: %u\n"
179
187
msgstr "最新检查点的 NextOID: %u\n"
180
188
181
- #: pg_controldata.c:167
189
+ #: pg_controldata.c:171
182
190
#, c-format
183
191
msgid "Time of latest checkpoint: %s\n"
184
192
msgstr "最新检查点的时间: %s\n"
185
193
186
- #: pg_controldata.c:168
194
+ #: pg_controldata.c:172
187
195
#, c-format
188
196
msgid "Database block size: %u\n"
189
197
msgstr "数据库块大小: %u\n"
190
198
191
- #: pg_controldata.c:169
199
+ #: pg_controldata.c:173
192
200
#, c-format
193
201
msgid "Blocks per segment of large relation: %u\n"
194
202
msgstr "大关系的每段块数: %u\n"
195
203
196
- #: pg_controldata.c:170
204
+ #: pg_controldata.c:174
205
+ #, c-format
206
+ msgid "Bytes per WAL segment: %u\n"
207
+ msgstr "每一个 WAL 段字节数: %u\n"
208
+
209
+ #: pg_controldata.c:175
197
210
#, c-format
198
211
msgid "Maximum length of identifiers: %u\n"
199
212
msgstr "标识符的最大长度: %u\n"
200
213
201
- #: pg_controldata.c:171
214
+ #: pg_controldata.c:176
202
215
#, c-format
203
216
msgid "Maximum number of function arguments: %u\n"
204
217
msgstr "函数参数的最大个数: %u\n"
205
218
206
- #: pg_controldata.c:172
219
+ #: pg_controldata.c:177
207
220
#, c-format
208
221
msgid "Date/time type storage: %s\n"
209
222
msgstr "日期/时间 类型存储: %s\n"
210
223
211
- #: pg_controldata.c:173
224
+ #: pg_controldata.c:178
212
225
msgid "64-bit integers"
213
226
msgstr "64位整数"
214
227
215
- #: pg_controldata.c:173
228
+ #: pg_controldata.c:178
216
229
msgid "floating-point numbers"
217
230
msgstr "浮点数"
218
231
219
- #: pg_controldata.c:174
232
+ #: pg_controldata.c:179
220
233
#, c-format
221
234
msgid "Maximum length of locale name: %u\n"
222
235
msgstr "本地名字的最大长度: %u\n"
223
236
224
- #: pg_controldata.c:175
237
+ #: pg_controldata.c:180
225
238
#, c-format
226
239
msgid "LC_COLLATE: %s\n"
227
240
msgstr "LC_COLLATE: %s\n"
228
241
229
- #: pg_controldata.c:176
242
+ #: pg_controldata.c:181
230
243
#, c-format
231
244
msgid "LC_CTYPE: %s\n"
232
245
msgstr "LC_CTYPE: %s\n"
246
+
247
+ #~ msgid "Latest checkpoint's StartUpID: %u\n"
248
+ #~ msgstr "最新检查点的 StartUpID: %u\n"