~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to po/ja.po

  • Committer: Brian Aker
  • Date: 2010-12-30 08:28:31 UTC
  • mto: This revision was merged to the branch mainline in revision 2041.
  • Revision ID: brian@tangent.org-20101230082831-lofg2cf2bhpiaqd1
Update assert test, additional my_error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
msgstr ""
8
8
"Project-Id-Version: drizzle\n"
9
9
"Report-Msgid-Bugs-To: \n"
10
 
"POT-Creation-Date: 2011-02-01 09:29-0500\n"
 
10
"POT-Creation-Date: 2010-12-21 11:41-0500\n"
11
11
"PO-Revision-Date: 2010-03-19 15:13+0000\n"
12
12
"Last-Translator: tetu-s <Unknown>\n"
13
13
"Language-Team: Japanese <ja@li.org>\n"
19
19
"X-Launchpad-Export-Date: 2010-03-20 04:41+0000\n"
20
20
"X-Generator: Launchpad (build Unknown)\n"
21
21
 
22
 
#: ../client/drizzle.cc:468
 
22
#: ../client/drizzle.cc:469
23
23
msgid "Synonym for `help'."
24
24
msgstr "ヘルプ"
25
25
 
26
 
#: ../client/drizzle.cc:469
 
26
#: ../client/drizzle.cc:470
27
27
msgid "Clear command."
28
28
msgstr "コマンドをクリアする。"
29
29
 
30
 
#: ../client/drizzle.cc:471
 
30
#: ../client/drizzle.cc:472
31
31
msgid "Reconnect to the server. Optional arguments are db and host."
32
32
msgstr "サーバへ再接続する。任意の引数としてdbとhostを指定することが可能。"
33
33
 
34
 
#: ../client/drizzle.cc:473
 
34
#: ../client/drizzle.cc:474
35
35
msgid ""
36
36
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
37
37
msgstr ""
38
38
"ステートメントの区切り文字を指定する。注意:以降の行から区切り文字が変更され"
39
39
"ます。"
40
40
 
41
 
#: ../client/drizzle.cc:475
 
41
#: ../client/drizzle.cc:476
42
42
msgid "Send command to drizzle server, display result vertically."
43
43
msgstr "drizzleサーバへコマンドを送信し、結果を垂直に表示する。"
44
44
 
45
 
#: ../client/drizzle.cc:476
 
45
#: ../client/drizzle.cc:477
46
46
msgid "Exit drizzle. Same as quit."
47
47
msgstr "drizzleを終了する。(quitと同じ。)"
48
48
 
49
 
#: ../client/drizzle.cc:477
 
49
#: ../client/drizzle.cc:478
50
50
msgid "Send command to drizzle server."
51
51
msgstr "drizzleサーバへコマンドを送信する。"
52
52
 
53
 
#: ../client/drizzle.cc:478
 
53
#: ../client/drizzle.cc:479
54
54
msgid "Display this help."
55
55
msgstr "このヘルプを表示する。"
56
56
 
57
 
#: ../client/drizzle.cc:479
 
57
#: ../client/drizzle.cc:480
58
58
msgid "Disable pager, print to stdout."
59
59
msgstr "ページャを無効にし、stdoutへ出力する。"
60
60
 
61
 
#: ../client/drizzle.cc:480
 
61
#: ../client/drizzle.cc:481
62
62
msgid "Don't write into outfile."
63
63
msgstr "outfileへ書き込まない。"
64
64
 
65
 
#: ../client/drizzle.cc:482
 
65
#: ../client/drizzle.cc:483
66
66
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
67
67
msgstr "ページャを[to_pager]へ変更し、クエリの結果をページャへ表示する。"
68
68
 
69
 
#: ../client/drizzle.cc:483
 
69
#: ../client/drizzle.cc:484
70
70
msgid "Print current command."
71
71
msgstr "現在のコマンドを表示する。"
72
72
 
73
 
#: ../client/drizzle.cc:484
 
73
#: ../client/drizzle.cc:485
74
74
msgid "Change your drizzle prompt."
75
75
msgstr "drizzleのプロンプトを変更する。"
76
76
 
77
 
#: ../client/drizzle.cc:485
 
77
#: ../client/drizzle.cc:486
78
78
msgid "Quit drizzle."
79
79
msgstr "drizzleを終了する。"
80
80
 
81
 
#: ../client/drizzle.cc:486
 
81
#: ../client/drizzle.cc:487
82
82
msgid "Rebuild completion hash."
83
83
msgstr "補完ハッシュを再構築する。"
84
84
 
85
 
#: ../client/drizzle.cc:488
 
85
#: ../client/drizzle.cc:489
86
86
msgid "Execute an SQL script file. Takes a file name as an argument."
87
87
msgstr ""
88
88
"SQLスクリプトファイルを実行する。ファイル名を引数として指定して下さい。"
89
89
 
90
 
#: ../client/drizzle.cc:489
 
90
#: ../client/drizzle.cc:490
91
91
msgid "Get status information from the server."
92
92
msgstr "サーバから情報を取得する。"
93
93
 
94
 
#: ../client/drizzle.cc:491
 
94
#: ../client/drizzle.cc:492
95
95
msgid "Set outfile [to_outfile]. Append everything into given outfile."
96
96
msgstr ""
97
97
"outfileを[to_outfile]に設定する。以降の出力はすべてoutfileへ追加されます。"
98
98
 
99
 
#: ../client/drizzle.cc:493
 
99
#: ../client/drizzle.cc:494
100
100
#, fuzzy
101
101
msgid "Use another schema. Takes schema name as argument."
102
102
msgstr "他のデータベースを使用する。データベース名を引数として指定して下さい。"
103
103
 
104
 
#: ../client/drizzle.cc:495
 
104
#: ../client/drizzle.cc:496
105
105
msgid "Shutdown the instance you are connected too."
106
106
msgstr ""
107
107
 
108
 
#: ../client/drizzle.cc:497 ../client/drizzle.cc:1321
 
108
#: ../client/drizzle.cc:498 ../client/drizzle.cc:1322
109
109
msgid "Show warnings after every statement."
110
110
msgstr "各ステートメントの後で警告を表示する。"
111
111
 
112
 
#: ../client/drizzle.cc:499
 
112
#: ../client/drizzle.cc:500
113
113
msgid "Don't show warnings after every statement."
114
114
msgstr "各ステートメントの後で警告を表示しない。"
115
115
 
116
 
#: ../client/drizzle.cc:1149 ../client/drizzle.cc:3895
 
116
#: ../client/drizzle.cc:1150 ../client/drizzle.cc:3897
117
117
#, c-format
118
118
msgid "shutting down drizzled"
119
119
msgstr ""
120
120
 
121
 
#: ../client/drizzle.cc:1151 ../client/drizzle.cc:3897
 
121
#: ../client/drizzle.cc:1152 ../client/drizzle.cc:3899
122
122
#, c-format
123
123
msgid " on port %d"
124
124
msgstr ""
125
125
 
126
 
#: ../client/drizzle.cc:1160 ../client/drizzle.cc:1166
127
 
#: ../client/drizzle.cc:3906 ../client/drizzle.cc:3912
 
126
#: ../client/drizzle.cc:1161 ../client/drizzle.cc:1167
 
127
#: ../client/drizzle.cc:3908 ../client/drizzle.cc:3914
128
128
#, c-format
129
129
msgid "shutdown failed; error: '%s'"
130
130
msgstr ""
131
131
 
132
 
#: ../client/drizzle.cc:1175 ../client/drizzle.cc:3921
 
132
#: ../client/drizzle.cc:1176 ../client/drizzle.cc:3923
133
133
#, c-format
134
134
msgid "done\n"
135
135
msgstr ""
136
136
 
137
 
#: ../client/drizzle.cc:1196
 
137
#: ../client/drizzle.cc:1197
138
138
#, c-format
139
139
msgid "drizzled is alive\n"
140
140
msgstr ""
141
141
 
142
 
#: ../client/drizzle.cc:1202
 
142
#: ../client/drizzle.cc:1203
143
143
#, c-format
144
144
msgid "ping failed; error: '%s'"
145
145
msgstr ""
146
146
 
147
 
#: ../client/drizzle.cc:1208
 
147
#: ../client/drizzle.cc:1209
148
148
#, c-format
149
149
msgid "drizzled won't answer to ping, error: '%s'"
150
150
msgstr ""
151
151
 
152
 
#: ../client/drizzle.cc:1257
 
152
#: ../client/drizzle.cc:1258
153
153
msgid "Error: Invalid Value for connect_timeout"
154
154
msgstr ""
155
155
 
156
 
#: ../client/drizzle.cc:1268
 
156
#: ../client/drizzle.cc:1269
157
157
msgid "Error: Invalid Value for max_input_line"
158
158
msgstr ""
159
159
 
160
 
#: ../client/drizzle.cc:1287 ../client/drizzledump.cc:482
 
160
#: ../client/drizzle.cc:1288 ../client/drizzledump.cc:475
161
161
msgid "Options used only in command line"
162
162
msgstr ""
163
163
 
164
 
#: ../client/drizzle.cc:1289
 
164
#: ../client/drizzle.cc:1290
165
165
#, fuzzy
166
166
msgid "Displays this help and exit."
167
167
msgstr "ヘルプを表示して終了する。"
168
168
 
169
 
#: ../client/drizzle.cc:1290
 
169
#: ../client/drizzle.cc:1291
170
170
msgid ""
171
171
"Don't use history file. Disable interactive behavior. (Enables --silent)"
172
172
msgstr ""
173
173
"履歴ファイルを使用しない。インタラクティブな振る舞いを無効にする。(--silent"
174
174
"オプションを有効にします。)"
175
175
 
176
 
#: ../client/drizzle.cc:1292
 
176
#: ../client/drizzle.cc:1293
177
177
msgid "Display column type information."
178
178
msgstr "カラムのデータ型に関する情報を表示する。"
179
179
 
180
 
#: ../client/drizzle.cc:1294
 
180
#: ../client/drizzle.cc:1295
181
181
msgid ""
182
182
"Preserve comments. Send comments to the server. The default is --skip-"
183
183
"comments (discard comments), enable with --comments"
185
185
"コメントを保存し、コメントをサーバへ送信する。デフォルトは--skip-comments(コ"
186
186
"メント機能は無効)で、--commentsオプションをつけることにより有効になります。"
187
187
 
188
 
#: ../client/drizzle.cc:1296
 
188
#: ../client/drizzle.cc:1297
189
189
msgid "Print the output of a query (rows) vertically."
190
190
msgstr "結果を縦に表示する。"
191
191
 
192
 
#: ../client/drizzle.cc:1298
 
192
#: ../client/drizzle.cc:1299
193
193
msgid "Continue even if we get an sql error."
194
194
msgstr "sqlエラーが発生しても続行する。"
195
195
 
196
 
#: ../client/drizzle.cc:1300
 
196
#: ../client/drizzle.cc:1301
197
197
#, fuzzy
198
198
msgid ""
199
199
"Enable named commands. Named commands mean this program's internal commands; "
206
206
"である場合は、先頭行のみで使用することが可能です。--disable-named-commandsオ"
207
207
"プションにより無効にすることが可能です。デフォルトは無効です。"
208
208
 
209
 
#: ../client/drizzle.cc:1302
 
209
#: ../client/drizzle.cc:1303
210
210
msgid "Turn off beep on error."
211
211
msgstr "エラー発生時にビープ音を出さない。"
212
212
 
213
 
#: ../client/drizzle.cc:1303
 
213
#: ../client/drizzle.cc:1304
214
214
#, fuzzy
215
215
msgid "Do not write line numbers for errors."
216
216
msgstr "エラーに行番号を表示する。"
217
217
 
218
 
#: ../client/drizzle.cc:1304
 
218
#: ../client/drizzle.cc:1305
219
219
#, fuzzy
220
220
msgid "Do not write column names in results."
221
221
msgstr "結果においてカラム名を記載する。"
222
222
 
223
 
#: ../client/drizzle.cc:1306
 
223
#: ../client/drizzle.cc:1307
224
224
msgid ""
225
225
"Don't write column names in results. WARNING: -N is deprecated, use long "
226
226
"version of this options instead."
228
228
"カラム名を結果に表示しない。警告:「-N」は廃止予定です。長い書式のオプション"
229
229
"を使用して下さい。"
230
230
 
231
 
#: ../client/drizzle.cc:1308
 
231
#: ../client/drizzle.cc:1309
232
232
msgid ""
233
233
"Change the value of a variable. Please note that this option is deprecated; "
234
234
"you can set variables directly with --variable-name=value."
236
236
"変数の値を変更する。このオプションは廃止予定です。変数は「--変数名=値」という"
237
237
"書式を用いて直接設定することが出来ます。"
238
238
 
239
 
#: ../client/drizzle.cc:1310
 
239
#: ../client/drizzle.cc:1311
240
240
msgid "Output in table format."
241
241
msgstr "表形式で出力する。"
242
242
 
243
 
#: ../client/drizzle.cc:1312
 
243
#: ../client/drizzle.cc:1313
244
244
msgid "Only allow UPDATE and DELETE that uses keys."
245
245
msgstr "キーを使用してUPDATEとDELETEのみを許可する。"
246
246
 
247
 
#: ../client/drizzle.cc:1314
 
247
#: ../client/drizzle.cc:1315
248
248
msgid "Synonym for option --safe-updates, -U."
249
249
msgstr "--safe-updates, -U オプションと同じ。"
250
250
 
251
 
#: ../client/drizzle.cc:1316
 
251
#: ../client/drizzle.cc:1317
252
252
msgid "-v vvv implies that verbose= 3, Used to specify verbose"
253
253
msgstr ""
254
254
 
255
 
#: ../client/drizzle.cc:1317 ../client/drizzledump.cc:506
256
 
#: ../drizzled/drizzled.cc:1235
 
255
#: ../client/drizzle.cc:1318 ../client/drizzledump.cc:499
 
256
#: ../drizzled/drizzled.cc:1236 ../drizzled/drizzled.cc:1861
257
257
msgid "Output version information and exit."
258
258
msgstr "バージョン情報を出力し終了する。"
259
259
 
260
 
#: ../client/drizzle.cc:1319
 
260
#: ../client/drizzle.cc:1320
261
261
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
262
262
msgstr "古いプロトコル(4.1.1以前)を使用している場合は接続を拒否"
263
263
 
264
 
#: ../client/drizzle.cc:1323
 
264
#: ../client/drizzle.cc:1324
265
265
msgid "Number of lines before each import progress report."
266
266
msgstr "インポート実行時に進捗が表示される行数の間隔。"
267
267
 
268
 
#: ../client/drizzle.cc:1325
 
268
#: ../client/drizzle.cc:1326
269
269
msgid "Ping the server to check if it's alive."
270
270
msgstr "サーバーの生存を確認するために接続試験を行う。"
271
271
 
272
 
#: ../client/drizzle.cc:1327 ../drizzled/drizzled.cc:1154
 
272
#: ../client/drizzle.cc:1328 ../drizzled/drizzled.cc:1155
273
273
msgid "Configuration file defaults are not used if no-defaults is set"
274
274
msgstr ""
275
275
 
276
 
#: ../client/drizzle.cc:1330 ../client/drizzledump.cc:514
 
276
#: ../client/drizzle.cc:1331 ../client/drizzledump.cc:507
277
277
msgid "Options specific to the drizzle client"
278
278
msgstr ""
279
279
 
280
 
#: ../client/drizzle.cc:1333
 
280
#: ../client/drizzle.cc:1334
281
281
#, fuzzy
282
282
msgid ""
283
283
"Disable automatic rehashing. One doesn't need to use 'rehash' to get table "
287
287
"する必要がなくなりますが、起動時間が長くなる場合があります。--disable-auto-"
288
288
"rehashオプションで無効にすることができます。"
289
289
 
290
 
#: ../client/drizzle.cc:1335
 
290
#: ../client/drizzle.cc:1336
291
291
msgid ""
292
292
"Automatically switch to vertical output mode if the result is wider than the "
293
293
"terminal width."
294
294
msgstr "出力結果がターミナルの幅よりも広い場合、自動的に垂直表示に切り替える。"
295
295
 
296
 
#: ../client/drizzle.cc:1337
 
296
#: ../client/drizzle.cc:1338
297
297
msgid "Database to use."
298
298
msgstr "使用するデータベース。"
299
299
 
300
 
#: ../client/drizzle.cc:1339
 
300
#: ../client/drizzle.cc:1340
301
301
msgid "(not used)"
302
302
msgstr "(未使用)"
303
303
 
304
 
#: ../client/drizzle.cc:1341
 
304
#: ../client/drizzle.cc:1342
305
305
msgid "Delimiter to be used."
306
306
msgstr "区切りに使用する文字。"
307
307
 
308
 
#: ../client/drizzle.cc:1343
 
308
#: ../client/drizzle.cc:1344
309
309
msgid "Execute command and quit. (Disables --force and history file)"
310
310
msgstr "コマンドを実行して終了する。(--forceと履歴ファイルを無効化)"
311
311
 
312
 
#: ../client/drizzle.cc:1345
 
312
#: ../client/drizzle.cc:1346
313
313
#, fuzzy
314
314
msgid "Enable LOAD DATA LOCAL INFILE."
315
315
msgstr "LOAD DATA LOCAL INFILEの有効/無効を切り替える。"
316
316
 
317
 
#: ../client/drizzle.cc:1347
 
317
#: ../client/drizzle.cc:1348
318
318
msgid "Flush buffer after each query."
319
319
msgstr "クエリの後に毎回バッファをフラッシュする。"
320
320
 
321
 
#: ../client/drizzle.cc:1349
 
321
#: ../client/drizzle.cc:1350
322
322
msgid "Ignore SIGINT (CTRL-C)"
323
323
msgstr "SIGINT(CTRL-C)を無視する。"
324
324
 
325
 
#: ../client/drizzle.cc:1351
 
325
#: ../client/drizzle.cc:1352
326
326
msgid ""
327
327
"Only update the default database. This is useful for skipping updates to "
328
328
"other database in the update log."
330
330
"デフォルトデータベースのみを更新する。このオプションはバイナリログを適用する"
331
331
"際に他のデータベースへの更新を止めたい場合などに便利です。"
332
332
 
333
 
#: ../client/drizzle.cc:1353
 
333
#: ../client/drizzle.cc:1354
334
334
msgid ""
335
335
"Pager to use to display results. If you don't supply an option the default "
336
336
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
344
344
"オプションはバッチモードでは作用しません。「--disable-pager」オプションで無効"
345
345
"にすることができます。このオプションはデフォルトで無効になっています。"
346
346
 
347
 
#: ../client/drizzle.cc:1355
 
347
#: ../client/drizzle.cc:1356
348
348
#, fuzzy
349
349
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
350
350
msgstr ""
352
352
"い。警告:このオプションは廃止予定です。代わりに「--disable-pager」を使用して"
353
353
"下さい。"
354
354
 
355
 
#: ../client/drizzle.cc:1357
 
355
#: ../client/drizzle.cc:1358
356
356
msgid "Set the drizzle prompt to this value."
357
357
msgstr "drizzleのプロンプトをこの値にする。"
358
358
 
359
 
#: ../client/drizzle.cc:1359
 
359
#: ../client/drizzle.cc:1360
360
360
msgid ""
361
361
"Don't cache result, print it row by row. This may slow down the server if "
362
362
"the output is suspended. Doesn't use history file."
364
364
"結果をキャッシュしないで一行ずつ表示する。これは、出力が一時的に停止された場"
365
365
"合にサーバーの処理を低下させます。履歴ファイルには使用しないで下さい。"
366
366
 
367
 
#: ../client/drizzle.cc:1361
 
367
#: ../client/drizzle.cc:1362
368
368
msgid "Write fields without conversion. Used with --batch."
369
369
msgstr ""
370
370
"コンバージョン無しでフィールドを出力する。--batch オプションで使用されます。"
371
371
 
372
 
#: ../client/drizzle.cc:1362
 
372
#: ../client/drizzle.cc:1363
373
373
#, fuzzy
374
374
msgid "Do not reconnect if the connection is lost."
375
375
msgstr "接続が切れた場合に再試行をする。"
376
376
 
377
 
#: ../client/drizzle.cc:1364
 
377
#: ../client/drizzle.cc:1365
378
378
#, fuzzy
379
379
msgid "Shutdown the server"
380
380
msgstr "サーバーをシャットダウンする。"
381
381
 
382
 
#: ../client/drizzle.cc:1365
 
382
#: ../client/drizzle.cc:1366
383
383
msgid ""
384
384
"Be more silent. Print results with a tab as separator, each row on new line."
385
385
msgstr "さらに出力を抑制する。タブ区切り、1行ごとに出力する。"
386
386
 
387
 
#: ../client/drizzle.cc:1367
 
387
#: ../client/drizzle.cc:1368
388
388
msgid ""
389
389
"Append everything into outfile. See interactive help (\\h) also. Does not "
390
390
"work in batch mode. Disable with --disable-tee. This option is disabled by "
393
393
"出力ファイルに追記する。help(\\h)を参照して下さい。batchモードでは機能しませ"
394
394
"ん。--disable-tee オプションで無効となります。規定では無効になっています。"
395
395
 
396
 
#: ../client/drizzle.cc:1369
 
396
#: ../client/drizzle.cc:1370
397
397
#, fuzzy
398
398
msgid "Disable outfile. See interactive help (\\h) also."
399
399
msgstr ""
400
400
"outfileを無効にする。help(\\h)を参照して下さい。警告: このオプションは廃止予"
401
401
"定です; 代わりに --disable-tee オプションを使用して下さい。"
402
402
 
403
 
#: ../client/drizzle.cc:1371
 
403
#: ../client/drizzle.cc:1372
404
404
msgid "Number of seconds before connection timeout."
405
405
msgstr "コネクションタイムアウトとなるまでの時間(秒)。"
406
406
 
407
 
#: ../client/drizzle.cc:1373
 
407
#: ../client/drizzle.cc:1374
408
408
msgid "Max length of input line"
409
409
msgstr "入力行の最大幅。"
410
410
 
411
 
#: ../client/drizzle.cc:1375
 
411
#: ../client/drizzle.cc:1376
412
412
msgid "Automatic limit for SELECT when using --safe-updates"
413
413
msgstr "--safe-updates を使用した時のSELECTに対して自動的に設定される上限"
414
414
 
415
 
#: ../client/drizzle.cc:1377
 
415
#: ../client/drizzle.cc:1378
416
416
msgid "Automatic limit for rows in a join when using --safe-updates"
417
417
msgstr "--safe-updatesを使用した特のjoinに対して自動的に設定される行数の上限"
418
418
 
419
 
#: ../client/drizzle.cc:1380 ../client/drizzledump.cc:553
 
419
#: ../client/drizzle.cc:1381 ../client/drizzledump.cc:544
420
420
msgid "Options specific to the client"
421
421
msgstr ""
422
422
 
423
 
#: ../client/drizzle.cc:1383
 
423
#: ../client/drizzle.cc:1384
424
424
#, fuzzy
425
425
msgid "Connect to host"
426
426
msgstr "接続するホスト。"
427
427
 
428
 
#: ../client/drizzle.cc:1385
 
428
#: ../client/drizzle.cc:1386
429
429
msgid ""
430
430
"Password to use when connecting to server. If password is not given it's "
431
431
"asked from the tty."
433
433
"サーバーに接続する際のパスワード。パスワードの入力がない場合、端末での入力が"
434
434
"要求されます。"
435
435
 
436
 
#: ../client/drizzle.cc:1387
 
436
#: ../client/drizzle.cc:1388
437
437
#, fuzzy
438
438
msgid ""
439
439
"Port number to use for connection or 0 for default to, in order of "
442
442
"接続に利用するポート番号を指定。0にすることでデフォルト値を利用。設定の優先順"
443
443
"位はdrizzle.cnf、$DRIZZLE_TCP_PORTの順で決まります。 "
444
444
 
445
 
#: ../client/drizzle.cc:1393 ../client/drizzledump.cc:562
446
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:583
 
445
#: ../client/drizzle.cc:1394 ../client/drizzledump.cc:553
 
446
#: ../plugin/transaction_log/utilities/transaction_reader.cc:475
447
447
msgid "User for login if not current user."
448
448
msgstr "別のユーザでログインする際のユーザ名。"
449
449
 
450
 
#: ../client/drizzle.cc:1395 ../client/drizzledump.cc:564
451
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:589
 
450
#: ../client/drizzle.cc:1396 ../client/drizzledump.cc:555
 
451
#: ../plugin/transaction_log/utilities/transaction_reader.cc:481
452
452
msgid "The protocol of connection (mysql or drizzle)."
453
453
msgstr ""
454
454
 
455
 
#: ../client/drizzle.cc:1398 ../client/drizzledump.cc:576
 
455
#: ../client/drizzle.cc:1399 ../client/drizzledump.cc:567
456
456
msgid "Allowed Options"
457
457
msgstr ""
458
458
 
459
 
#: ../client/drizzle.cc:1463 ../client/drizzle.cc:1470
 
459
#: ../client/drizzle.cc:1464 ../client/drizzle.cc:1471
460
460
#, c-format
461
461
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
462
462
msgstr ""
463
463
"プロンプトを初期化中にメモリアロケーションエラーが発生しました。プログラムを"
464
464
"終了します。\n"
465
465
 
466
 
#: ../client/drizzle.cc:1534 ../client/drizzle.cc:3791
 
466
#: ../client/drizzle.cc:1536 ../client/drizzle.cc:3793
467
467
msgid "DELIMITER cannot contain a backslash character"
468
468
msgstr "DELIMITER にはバックスラッシュを含めることはできません。"
469
469
 
470
 
#: ../client/drizzle.cc:1613 ../client/drizzledump.cc:675
 
470
#: ../client/drizzle.cc:1615 ../client/drizzledump.cc:666
471
471
#: ../client/drizzleimport.cc:471 ../client/drizzleslap.cc:623
472
 
#: ../client/drizzletest.cc:5659
 
472
#: ../client/drizzletest.cc:5671
473
473
#, fuzzy
474
474
msgid "Error: Unknown protocol"
475
475
msgstr "不正、もしくは不明なプロトコル"
476
476
 
477
 
#: ../client/drizzle.cc:1627
 
477
#: ../client/drizzle.cc:1629
478
478
#, fuzzy, c-format
479
479
msgid "Error: Value of %<PRIu32> supplied for port is not valid.\n"
480
480
msgstr "ポート番号に指定された値は無効です。\n"
481
481
 
482
 
#: ../client/drizzle.cc:1673 ../client/drizzle.cc:4081
 
482
#: ../client/drizzle.cc:1675 ../client/drizzle.cc:4084
483
483
#, c-format
484
484
msgid "Drizzle client %s build %s, for %s-%s (%s) using readline %s\n"
485
485
msgstr ""
486
486
 
487
 
#: ../client/drizzle.cc:1679
 
487
#: ../client/drizzle.cc:1681
488
488
#, c-format
489
489
msgid ""
490
490
"Copyright (C) 2008 Sun Microsystems\n"
497
497
"つまり自由なソフトウェアであり、変更を加えてGPLライセンスの下で再配布すること"
498
498
"ができます。\n"
499
499
 
500
 
#: ../client/drizzle.cc:1684
 
500
#: ../client/drizzle.cc:1686
501
501
#, fuzzy, c-format
502
502
msgid "Usage: drizzle [OPTIONS] [schema]\n"
503
503
msgstr "使用方法: %s [オプション] [データベース]\n"
504
504
 
505
 
#: ../client/drizzle.cc:1738
 
505
#: ../client/drizzle.cc:1740
506
506
#, fuzzy, c-format
507
507
msgid "Welcome to the Drizzle client..  Commands end with %s or \\g."
508
508
msgstr ""
509
509
"Drizzleクライアントへようこそ!コマンドの区切りは「;」または「\\g」です。"
510
510
 
511
 
#: ../client/drizzle.cc:1747
 
511
#: ../client/drizzle.cc:1749
512
512
#, fuzzy, c-format
513
513
msgid ""
514
514
"Your Drizzle connection id is %u\n"
518
518
"あなたのDrizzleコネクションIDは %u です。\n"
519
519
"サーバのバージョンは %s です。\n"
520
520
 
521
 
#: ../client/drizzle.cc:1781
 
521
#: ../client/drizzle.cc:1783
522
522
#, c-format
523
523
msgid "Reading history-file %s\n"
524
524
msgstr "履歴ファイル「%s」を読み込んでいます。\n"
525
525
 
526
 
#: ../client/drizzle.cc:1785
 
526
#: ../client/drizzle.cc:1787
527
527
#, c-format
528
528
msgid "Couldn't allocate memory for temp histfile!\n"
529
529
msgstr ""
530
530
"一時的な履歴ファイルのためにメモリを割り当てることができませんでした。\n"
531
531
 
532
 
#: ../client/drizzle.cc:1792
 
532
#: ../client/drizzle.cc:1794
533
533
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
534
534
msgstr ""
535
535
"ヘルプを表示するには「help;」または「\\h」、バッファをクリアするには「\\c」と"
536
536
"入力してください。\n"
537
537
 
538
 
#: ../client/drizzle.cc:1802
 
538
#: ../client/drizzle.cc:1804
539
539
msgid "Error:"
540
540
msgstr ""
541
541
 
542
 
#: ../client/drizzle.cc:1815
 
542
#: ../client/drizzle.cc:1817
543
543
#, c-format
544
544
msgid "Writing history-file %s\n"
545
545
msgstr "履歴ファイル「%s」に書き込んでいます。\n"
546
546
 
547
 
#: ../client/drizzle.cc:1823
 
547
#: ../client/drizzle.cc:1825
548
548
msgid "Aborted"
549
549
msgstr "中断しました。"
550
550
 
551
 
#: ../client/drizzle.cc:1823
 
551
#: ../client/drizzle.cc:1825
552
552
msgid "Bye"
553
553
msgstr "さようなら。"
554
554
 
555
 
#: ../client/drizzle.cc:1873
 
555
#: ../client/drizzle.cc:1875
556
556
msgid "Query aborted by Ctrl+C\n"
557
557
msgstr "クエリが「Ctrl+C」により中断されました。\n"
558
558
 
559
 
#: ../client/drizzle.cc:1957
 
559
#: ../client/drizzle.cc:1959
560
560
#, c-format
561
561
msgid "Processing line: %<PRIu32>\n"
562
562
msgstr "%<PRIu32> 行目を処理中・・・\n"
563
563
 
564
 
#: ../client/drizzle.cc:2175
 
564
#: ../client/drizzle.cc:2177
565
565
msgid "Unknown command: "
566
566
msgstr "無効なコマンド "
567
567
 
568
 
#: ../client/drizzle.cc:2346
 
568
#: ../client/drizzle.cc:2348
569
569
msgid "Not found a delimiter within max_input_line of input"
570
570
msgstr ""
571
571
 
572
 
#: ../client/drizzle.cc:2592
 
572
#: ../client/drizzle.cc:2594
573
573
#, fuzzy
574
574
msgid ""
575
575
"Reading table information for completion of table and column names\n"
581
581
"    無効にするとコマンドの開始が早くなることが期待出来ます。\n"
582
582
"\n"
583
583
 
584
 
#: ../client/drizzle.cc:2631
 
584
#: ../client/drizzle.cc:2633
585
585
msgid "No connection. Trying to reconnect..."
586
586
msgstr "接続していません。再接続をしています。。。"
587
587
 
588
 
#: ../client/drizzle.cc:2637
 
588
#: ../client/drizzle.cc:2639
589
589
msgid "Can't connect to the server\n"
590
590
msgstr "サーバに接続できません。\n"
591
591
 
592
 
#: ../client/drizzle.cc:2721
 
592
#: ../client/drizzle.cc:2723
593
593
msgid "List of all Drizzle commands:"
594
594
msgstr "すべてのコマンドの一覧:"
595
595
 
596
 
#: ../client/drizzle.cc:2725
 
596
#: ../client/drizzle.cc:2727
597
597
#, fuzzy, c-format
598
598
msgid ""
599
599
"Note that all text commands must be first on line and end with '%s' or \\g"
601
601
"次のコマンド(短縮形でないもの)は行の最初から始まりセミコロン(;)で終了する"
602
602
"必要があります。"
603
603
 
604
 
#: ../client/drizzle.cc:2783
 
604
#: ../client/drizzle.cc:2785
605
605
msgid "No query specified\n"
606
606
msgstr "クエリがありません\n"
607
607
 
608
 
#: ../client/drizzle.cc:2798
 
608
#: ../client/drizzle.cc:2800
609
609
msgid "Ignoring query to other database"
610
610
msgstr "他のデータベースへのクエリを無視します"
611
611
 
612
 
#: ../client/drizzle.cc:2848
 
612
#: ../client/drizzle.cc:2850
613
613
msgid "Empty set"
614
614
msgstr "空の結果"
615
615
 
616
 
#: ../client/drizzle.cc:2861
 
616
#: ../client/drizzle.cc:2863
617
617
#, c-format
618
618
msgid "%ld row in set"
619
619
msgid_plural "%ld rows in set"
620
620
msgstr[0] "%ld 行の結果"
621
621
 
622
 
#: ../client/drizzle.cc:2870
 
622
#: ../client/drizzle.cc:2872
623
623
msgid "Query OK"
624
624
msgstr "クエリー完了"
625
625
 
626
 
#: ../client/drizzle.cc:2872
 
626
#: ../client/drizzle.cc:2874
627
627
#, c-format
628
628
msgid "Query OK, %ld row affected"
629
629
msgid_plural "Query OK, %ld rows affected"
630
630
msgstr[0] "クエリ OK, %ld 行が変更されました"
631
631
 
632
 
#: ../client/drizzle.cc:2944
 
632
#: ../client/drizzle.cc:2946
633
633
msgid "popen() failed! defaulting PAGER to stdout!\n"
634
634
msgstr ""
635
635
 
636
 
#: ../client/drizzle.cc:2966
 
636
#: ../client/drizzle.cc:2968
637
637
#, fuzzy, c-format
638
638
msgid "Error logging to file '%s'\n"
639
639
msgstr "スレーブとの接続でエラー"
640
640
 
641
 
#: ../client/drizzle.cc:2971
 
641
#: ../client/drizzle.cc:2973
642
642
#, fuzzy, c-format
643
643
msgid "Logging to file '%s'\n"
644
644
msgstr "履歴ファイル「%s」を読み込んでいます。\n"
645
645
 
646
 
#: ../client/drizzle.cc:3055
 
646
#: ../client/drizzle.cc:3057
647
647
#, c-format
648
648
msgid ""
649
649
"Field %3u:  `%s`\n"
660
660
"\n"
661
661
msgstr ""
662
662
 
663
 
#: ../client/drizzle.cc:3522
 
663
#: ../client/drizzle.cc:3524
664
664
#, c-format
665
665
msgid "No previous outfile available, you must give a filename!\n"
666
666
msgstr ""
667
667
 
668
 
#: ../client/drizzle.cc:3527
 
668
#: ../client/drizzle.cc:3529
669
669
#, fuzzy, c-format
670
670
msgid "Currently logging to file '%s'\n"
671
671
msgstr "テーブル「%s」が見つかりません。"
672
672
 
673
 
#: ../client/drizzle.cc:3547
 
673
#: ../client/drizzle.cc:3549
674
674
#, fuzzy, c-format
675
675
msgid "No outfile specified!\n"
676
676
msgstr "クエリがありません\n"
677
677
 
678
 
#: ../client/drizzle.cc:3560
 
678
#: ../client/drizzle.cc:3562
679
679
msgid "Outfile disabled.\n"
680
680
msgstr ""
681
681
 
682
 
#: ../client/drizzle.cc:3587
 
682
#: ../client/drizzle.cc:3589
683
683
#, fuzzy
684
684
msgid "Default pager wasn't set, using stdout.\n"
685
685
msgstr "ページャを無効にし、stdoutへ出力する。"
686
686
 
687
 
#: ../client/drizzle.cc:3607
 
687
#: ../client/drizzle.cc:3609
688
688
#, c-format
689
689
msgid "PAGER set to '%s'\n"
690
690
msgstr ""
691
691
 
692
 
#: ../client/drizzle.cc:3618
 
692
#: ../client/drizzle.cc:3620
693
693
msgid "PAGER set to stdout\n"
694
694
msgstr ""
695
695
 
696
 
#: ../client/drizzle.cc:3701
 
696
#: ../client/drizzle.cc:3703
697
697
#, c-format
698
698
msgid "Connection id:    %u"
699
699
msgstr ""
700
700
 
701
 
#: ../client/drizzle.cc:3703
 
701
#: ../client/drizzle.cc:3705
702
702
#, c-format
703
703
msgid "Current schema: %.128s\n"
704
704
msgstr ""
705
705
 
706
 
#: ../client/drizzle.cc:3704
 
706
#: ../client/drizzle.cc:3706
707
707
msgid "*** NONE ***"
708
708
msgstr ""
709
709
 
710
710
#. Skip command name
711
 
#: ../client/drizzle.cc:3724
 
711
#: ../client/drizzle.cc:3726
712
712
msgid "Usage: \\. <filename> | source <filename>"
713
713
msgstr ""
714
714
 
715
 
#: ../client/drizzle.cc:3739
 
715
#: ../client/drizzle.cc:3741
716
716
#, c-format
717
717
msgid "Failed to open file '%s', error: %d"
718
718
msgstr ""
719
719
 
720
 
#: ../client/drizzle.cc:3747
 
720
#: ../client/drizzle.cc:3749
721
721
msgid "Can't initialize LineBuffer"
722
722
msgstr ""
723
723
 
724
 
#: ../client/drizzle.cc:3783
 
724
#: ../client/drizzle.cc:3785
725
725
msgid "DELIMITER must be followed by a 'delimiter' character or string"
726
726
msgstr ""
727
727
 
728
 
#: ../client/drizzle.cc:3816
 
728
#: ../client/drizzle.cc:3818
729
729
msgid "USE must be followed by a schema name"
730
730
msgstr ""
731
731
 
732
 
#: ../client/drizzle.cc:3884
 
732
#: ../client/drizzle.cc:3886
733
733
#, fuzzy
734
734
msgid "Schema changed"
735
735
msgstr "使用するデータベース。"
736
736
 
737
 
#: ../client/drizzle.cc:3930
 
737
#: ../client/drizzle.cc:3932
738
738
#, fuzzy
739
739
msgid "Show warnings enabled."
740
740
msgstr "各ステートメントの後で警告を表示する。"
741
741
 
742
 
#: ../client/drizzle.cc:3938
 
742
#: ../client/drizzle.cc:3940
743
743
#, fuzzy
744
744
msgid "Show warnings disabled."
745
745
msgstr "各ステートメントの後で警告を表示する。"
746
746
 
747
 
#: ../client/drizzle.cc:4088
 
747
#: ../client/drizzle.cc:4091
748
748
#, c-format
749
749
msgid ""
750
750
"\n"
751
751
"Connection id:\t\t%lu\n"
752
752
msgstr ""
753
753
 
754
 
#: ../client/drizzle.cc:4100
 
754
#: ../client/drizzle.cc:4103
755
755
#, c-format
756
756
msgid "Current schema:\t%s\n"
757
757
msgstr ""
758
758
 
759
 
#: ../client/drizzle.cc:4101
 
759
#: ../client/drizzle.cc:4104
760
760
#, c-format
761
761
msgid "Current user:\t\t%s\n"
762
762
msgstr ""
763
763
 
764
 
#: ../client/drizzle.cc:4107
 
764
#: ../client/drizzle.cc:4110
765
765
msgid "SSL:\t\t\tNot in use"
766
766
msgstr ""
767
767
 
768
 
#: ../client/drizzle.cc:4112
 
768
#: ../client/drizzle.cc:4115
769
769
#, fuzzy
770
770
msgid ""
771
771
"\n"
772
772
"No connection\n"
773
773
msgstr "SSL接続エラー"
774
774
 
775
 
#: ../client/drizzle.cc:4119
 
775
#: ../client/drizzle.cc:4122
776
776
msgid ""
777
777
"\n"
778
778
"All updates ignored to this schema\n"
779
779
msgstr ""
780
780
 
781
 
#: ../client/drizzle.cc:4122
 
781
#: ../client/drizzle.cc:4125
782
782
#, c-format
783
783
msgid "Current pager:\t\t%s\n"
784
784
msgstr ""
785
785
 
786
 
#: ../client/drizzle.cc:4123
 
786
#: ../client/drizzle.cc:4126
787
787
#, c-format
788
788
msgid "Using outfile:\t\t'%s'\n"
789
789
msgstr ""
790
790
 
791
 
#: ../client/drizzle.cc:4124
 
791
#: ../client/drizzle.cc:4127
792
792
#, c-format
793
793
msgid "Using delimiter:\t%s\n"
794
794
msgstr ""
795
795
 
796
 
#: ../client/drizzle.cc:4125
 
796
#: ../client/drizzle.cc:4128
797
797
#, c-format
798
798
msgid "Server version:\t\t%s\n"
799
799
msgstr ""
800
800
 
801
 
#: ../client/drizzle.cc:4126
 
801
#: ../client/drizzle.cc:4129
802
802
#, fuzzy, c-format
803
803
msgid "Protocol:\t\t%s\n"
804
804
msgstr "-- %s に接続中・・・\n"
805
805
 
806
 
#: ../client/drizzle.cc:4127
 
806
#: ../client/drizzle.cc:4130
807
807
#, c-format
808
808
msgid "Protocol version:\t%d\n"
809
809
msgstr ""
810
810
 
811
 
#: ../client/drizzle.cc:4128
 
811
#: ../client/drizzle.cc:4131
812
812
#, fuzzy, c-format
813
813
msgid "Connection:\t\t%s\n"
814
814
msgstr "-- %s に接続中・・・\n"
815
815
 
816
 
#: ../client/drizzle.cc:4135
 
816
#: ../client/drizzle.cc:4138
817
817
#, c-format
818
818
msgid "UNIX socket:\t\t%s\n"
819
819
msgstr ""
820
820
 
821
 
#: ../client/drizzle.cc:4137
 
821
#: ../client/drizzle.cc:4140
822
822
#, c-format
823
823
msgid "TCP port:\t\t%d\n"
824
824
msgstr ""
825
825
 
826
 
#: ../client/drizzle.cc:4142
 
826
#: ../client/drizzle.cc:4145
827
827
msgid ""
828
828
"\n"
829
829
"Note that you are running in safe_update_mode:\n"
830
830
msgstr ""
831
831
 
832
 
#: ../client/drizzle.cc:4144
 
832
#: ../client/drizzle.cc:4147
833
833
#, c-format
834
834
msgid ""
835
835
"UPDATEs and DELETEs that don't use a key in the WHERE clause are not "
842
842
"\n"
843
843
msgstr ""
844
844
 
845
 
#: ../client/drizzle.cc:4206 ../drizzled/option.cc:339
 
845
#: ../client/drizzle.cc:4209 ../drizzled/option.cc:339
846
846
#, c-format
847
847
msgid "ERROR"
848
848
msgstr "エラー"
849
849
 
850
 
#: ../client/drizzle.cc:4249
 
850
#: ../client/drizzle.cc:4252
851
851
#, c-format
852
852
msgid "ERROR %d (%s): "
853
853
msgstr ""
854
854
 
855
 
#: ../client/drizzle.cc:4251
 
855
#: ../client/drizzle.cc:4254
856
856
#, fuzzy, c-format
857
857
msgid "ERROR %d: "
858
858
msgstr "エラー"
859
859
 
860
 
#: ../client/drizzle.cc:4254
 
860
#: ../client/drizzle.cc:4257
861
861
#, fuzzy
862
862
msgid "ERROR: "
863
863
msgstr "エラー"
864
864
 
865
 
#: ../client/drizzle.cc:4387
 
865
#: ../client/drizzle.cc:4390
866
866
msgid " hours "
867
867
msgstr ""
868
868
 
869
 
#: ../client/drizzle.cc:4389
 
869
#: ../client/drizzle.cc:4392
870
870
msgid " hour "
871
871
msgstr ""
872
872
 
873
 
#: ../client/drizzle.cc:4395
 
873
#: ../client/drizzle.cc:4398
874
874
msgid " min "
875
875
msgstr ""
876
876
 
877
 
#: ../client/drizzle.cc:4401
 
877
#: ../client/drizzle.cc:4404
878
878
msgid " sec"
879
879
msgstr ""
880
880
 
881
 
#: ../client/drizzle.cc:4502
 
881
#: ../client/drizzle.cc:4505
882
882
msgid "(unknown)"
883
883
msgstr ""
884
884
 
885
 
#: ../client/drizzle.cc:4622
 
885
#: ../client/drizzle.cc:4625
886
886
#, c-format
887
887
msgid "Returning to default PROMPT of %s\n"
888
888
msgstr ""
889
889
 
890
 
#: ../client/drizzle.cc:4627
 
890
#: ../client/drizzle.cc:4630
891
891
#, fuzzy
892
892
msgid "Memory allocation error. Not changing prompt\n"
893
893
msgstr ""
894
894
"プロンプトを初期化中にメモリアロケーションエラーが発生しました。プログラムを"
895
895
"終了します。\n"
896
896
 
897
 
#: ../client/drizzle.cc:4632
 
897
#: ../client/drizzle.cc:4635
898
898
#, c-format
899
899
msgid "PROMPT set to '%s'\n"
900
900
msgstr ""
901
901
 
902
 
#: ../client/drizzledump.cc:229
 
902
#: ../client/drizzledump.cc:230
903
903
#, fuzzy
904
904
msgid "Error inserting into destination database"
905
905
msgstr "スレーブとの接続でエラー"
906
906
 
907
 
#: ../client/drizzledump.cc:253
 
907
#: ../client/drizzledump.cc:254
908
908
#, c-format
909
909
msgid "Got errno %d on write"
910
910
msgstr "書き込み中にエラー番号 %d が発生しました。"
911
911
 
912
 
#: ../client/drizzledump.cc:298
 
912
#: ../client/drizzledump.cc:299
913
913
#, c-format
914
914
msgid ""
915
915
"%s: You can't use --single-transaction and --lock-all-tables at the same "
918
918
"%s: --single-transactionオプションと--lock-all-tablesオプションを同時に指定す"
919
919
"ることはできません。\n"
920
920
 
921
 
#: ../client/drizzledump.cc:305
 
921
#: ../client/drizzledump.cc:306
922
922
#, c-format
923
923
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
924
924
msgstr ""
925
925
"%s: --databasesまたは--all-databasesオプションは--tabオプションと同時に指定す"
926
926
"ることはできません。\n"
927
927
 
928
 
#: ../client/drizzledump.cc:373
 
928
#: ../client/drizzledump.cc:374
929
929
#, fuzzy
930
930
msgid "-- Retrieving database structures..."
931
931
msgstr "-- テーブル %s の定義を取得しています・・・\n"
932
932
 
933
 
#: ../client/drizzledump.cc:485
 
933
#: ../client/drizzledump.cc:478
934
934
msgid ""
935
935
"Dump all the databases. This will be same as --databases with all databases "
936
936
"selected."
937
937
msgstr ""
938
938
 
939
 
#: ../client/drizzledump.cc:487
 
939
#: ../client/drizzledump.cc:480
940
940
msgid "Dump all the tablespaces."
941
941
msgstr ""
942
942
 
943
 
#: ../client/drizzledump.cc:489
 
943
#: ../client/drizzledump.cc:482
944
944
msgid "Use complete insert statements."
945
945
msgstr ""
946
946
 
947
 
#: ../client/drizzledump.cc:491
 
947
#: ../client/drizzledump.cc:484
948
948
msgid ""
949
949
"Flush logs file in server before starting dump. Note that if you dump many "
950
950
"databases at once (using the option --databases= or --all-databases), the "
955
955
"all-tables or --flush-logs"
956
956
msgstr ""
957
957
 
958
 
#: ../client/drizzledump.cc:493
 
958
#: ../client/drizzledump.cc:486
959
959
#, fuzzy
960
960
msgid "Continue even if we get an sql-error."
961
961
msgstr "sqlエラーが発生しても続行する。"
962
962
 
963
 
#: ../client/drizzledump.cc:494
 
963
#: ../client/drizzledump.cc:487
964
964
#, fuzzy
965
965
msgid "Display this help message and exit."
966
966
msgstr "ヘルプを表示して終了する。"
967
967
 
968
 
#: ../client/drizzledump.cc:496
 
968
#: ../client/drizzledump.cc:489
969
969
msgid ""
970
970
"Locks all tables across all databases. This is achieved by taking a global "
971
971
"read lock for the duration of the whole dump. Automatically turns --single-"
972
972
"transaction off."
973
973
msgstr ""
974
974
 
975
 
#: ../client/drizzledump.cc:498
 
975
#: ../client/drizzledump.cc:491
976
976
msgid ""
977
977
"Creates a consistent snapshot by dumping all tables in a single transaction. "
978
978
"Works ONLY for tables stored in storage engines which support "
984
984
"from them."
985
985
msgstr ""
986
986
 
987
 
#: ../client/drizzledump.cc:500
 
987
#: ../client/drizzledump.cc:493
988
988
msgid ""
989
989
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, ---"
990
990
"extended-insert and --disable-keys."
991
991
msgstr ""
992
992
 
993
 
#: ../client/drizzledump.cc:501
 
993
#: ../client/drizzledump.cc:494
994
994
msgid "Overrides option --databases (-B)."
995
995
msgstr ""
996
996
 
997
 
#: ../client/drizzledump.cc:503
 
997
#: ../client/drizzledump.cc:496
998
998
msgid "Number of rows before each output progress report (requires --verbose)."
999
999
msgstr "進捗が報告されるまでの行数(--verboseオプションが必要です。)"
1000
1000
 
1001
 
#: ../client/drizzledump.cc:505
 
1001
#: ../client/drizzledump.cc:498
1002
1002
msgid "Print info about the various stages."
1003
1003
msgstr ""
1004
1004
 
1005
 
#: ../client/drizzledump.cc:507
 
1005
#: ../client/drizzledump.cc:500
1006
1006
msgid "Turn off Comments"
1007
1007
msgstr ""
1008
1008
 
1009
 
#: ../client/drizzledump.cc:508
 
1009
#: ../client/drizzledump.cc:501
1010
1010
#, fuzzy
1011
1011
msgid "Turn off create-options"
1012
1012
msgstr "エラー発生時にビープ音を出さない。"
1013
1013
 
1014
 
#: ../client/drizzledump.cc:509
 
1014
#: ../client/drizzledump.cc:502
1015
1015
msgid "Turn off extended-insert"
1016
1016
msgstr ""
1017
1017
 
1018
 
#: ../client/drizzledump.cc:510
 
1018
#: ../client/drizzledump.cc:503
1019
1019
msgid "Turn off dump date at the end of the output"
1020
1020
msgstr ""
1021
1021
 
1022
 
#: ../client/drizzledump.cc:511
 
1022
#: ../client/drizzledump.cc:504
1023
1023
msgid "Do not read from the configuration files"
1024
1024
msgstr ""
1025
1025
 
1026
 
#: ../client/drizzledump.cc:517
 
1026
#: ../client/drizzledump.cc:510
1027
1027
msgid "Add a 'DROP DATABASE' before each create."
1028
1028
msgstr ""
1029
1029
 
1030
 
#: ../client/drizzledump.cc:518
 
1030
#: ../client/drizzledump.cc:511
1031
1031
msgid "Do not add a 'drop table' before each create."
1032
1032
msgstr ""
1033
1033
 
1034
 
#: ../client/drizzledump.cc:520
 
1034
#: ../client/drizzledump.cc:513
1035
1035
msgid ""
1036
1036
"Give less verbose output (useful for debugging). Disables structure comments "
1037
1037
"and header/footer constructs.  Enables options --skip-add-drop-table --no-"
1038
1038
"set-names --skip-disable-keys"
1039
1039
msgstr ""
1040
1040
 
1041
 
#: ../client/drizzledump.cc:522
 
1041
#: ../client/drizzledump.cc:515
1042
1042
msgid ""
1043
1043
"To dump several databases. Note the difference in usage; In this case no "
1044
1044
"tables are given. All name arguments are regarded as databasenames. 'USE "
1045
1045
"db_name;' will be included in the output."
1046
1046
msgstr ""
1047
1047
 
1048
 
#: ../client/drizzledump.cc:524
 
1048
#: ../client/drizzledump.cc:517
1049
1049
msgid ""
1050
 
"'ALTER TABLE tb_name DISABLE KEYS;' and 'ALTER TABLE tb_name ENABLE KEYS;' "
 
1050
"'ALTER TABLE tb_name DISABLE KEYS; and 'ALTER TABLE tb_name ENABLE KEYS; "
1051
1051
"will not be put in the output."
1052
1052
msgstr ""
1053
1053
 
1054
 
#: ../client/drizzledump.cc:526
 
1054
#: ../client/drizzledump.cc:519
1055
1055
msgid ""
1056
1056
"Do not dump the specified table. To specify more than one table to ignore, "
1057
1057
"use the directive multiple times, once for each table.  Each table must be "
1059
1059
"table"
1060
1060
msgstr ""
1061
1061
 
1062
 
#: ../client/drizzledump.cc:528
 
1062
#: ../client/drizzledump.cc:521
1063
1063
msgid "Insert rows with INSERT IGNORE."
1064
1064
msgstr ""
1065
1065
 
1066
 
#: ../client/drizzledump.cc:530
 
1066
#: ../client/drizzledump.cc:523
1067
1067
msgid "Wrap a table's data in START TRANSACTION/COMMIT statements."
1068
1068
msgstr ""
1069
1069
 
1070
 
#: ../client/drizzledump.cc:532
 
1070
#: ../client/drizzledump.cc:525
1071
1071
msgid ""
1072
1072
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
1073
1073
"above line will be added otherwise, if --databases or --all-databases option "
1074
1074
"was given."
1075
1075
msgstr ""
1076
1076
 
1077
 
#: ../client/drizzledump.cc:534
 
1077
#: ../client/drizzledump.cc:527
1078
1078
msgid "No row information."
1079
1079
msgstr ""
1080
1080
 
1081
 
#: ../client/drizzledump.cc:536
 
1081
#: ../client/drizzledump.cc:529
1082
1082
msgid "Use REPLACE INTO instead of INSERT INTO."
1083
1083
msgstr ""
1084
1084
 
1085
 
#: ../client/drizzledump.cc:538
 
1085
#: ../client/drizzledump.cc:531
1086
1086
msgid "Where to send output to (stdout|database"
1087
1087
msgstr ""
1088
1088
 
1089
 
#: ../client/drizzledump.cc:540
 
1089
#: ../client/drizzledump.cc:533
1090
1090
msgid ""
1091
1091
"Hostname for destination db server (requires --destination-type=database)"
1092
1092
msgstr ""
1093
1093
 
1094
 
#: ../client/drizzledump.cc:542
 
1094
#: ../client/drizzledump.cc:535
1095
1095
msgid ""
1096
1096
"Port number for destination db server (requires --destination-type=database)"
1097
1097
msgstr ""
1098
1098
 
1099
 
#: ../client/drizzledump.cc:544
 
1099
#: ../client/drizzledump.cc:537
1100
1100
msgid ""
1101
1101
"User name for destination db server (resquires --destination-type=database)"
1102
1102
msgstr ""
1103
1103
 
1104
 
#: ../client/drizzledump.cc:546
 
1104
#: ../client/drizzledump.cc:539
1105
1105
msgid ""
1106
1106
"Password for destination db server (requires --destination-type=database)"
1107
1107
msgstr ""
1108
1108
 
1109
 
#: ../client/drizzledump.cc:548
 
1109
#: ../client/drizzledump.cc:541
1110
1110
msgid ""
1111
1111
"The database in the destination db server (requires --destination-"
1112
1112
"type=database, not for use with --all-databases)"
1113
1113
msgstr ""
1114
1114
 
1115
 
#: ../client/drizzledump.cc:550
1116
 
msgid ""
1117
 
"Do not make a UTF8 connection to MySQL, use if you have UTF8 data in a non-"
1118
 
"UTF8 table"
1119
 
msgstr ""
1120
 
 
1121
 
#: ../client/drizzledump.cc:556
 
1115
#: ../client/drizzledump.cc:547
1122
1116
#, fuzzy
1123
1117
msgid "Connect to host."
1124
1118
msgstr "接続するホスト。"
1125
1119
 
1126
 
#: ../client/drizzledump.cc:558
 
1120
#: ../client/drizzledump.cc:549
1127
1121
#, fuzzy
1128
1122
msgid ""
1129
1123
"Password to use when connecting to server. If password is not given it's "
1132
1126
"サーバーに接続する際のパスワード。パスワードの入力がない場合、端末での入力が"
1133
1127
"要求されます。"
1134
1128
 
1135
 
#: ../client/drizzledump.cc:560
1136
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:585
 
1129
#: ../client/drizzledump.cc:551
 
1130
#: ../plugin/transaction_log/utilities/transaction_reader.cc:477
1137
1131
#, fuzzy
1138
1132
msgid "Port number to use for connection."
1139
1133
msgstr "接続に使用するソケットファイル。"
1140
1134
 
1141
 
#: ../client/drizzledump.cc:567
 
1135
#: ../client/drizzledump.cc:558
1142
1136
msgid "Hidden Options"
1143
1137
msgstr ""
1144
1138
 
1145
 
#: ../client/drizzledump.cc:569
 
1139
#: ../client/drizzledump.cc:560
1146
1140
#, fuzzy
1147
1141
msgid "Used to select the database"
1148
1142
msgstr "データディレクトリ。(データベースのrootディレクトリ)"
1149
1143
 
1150
 
#: ../client/drizzledump.cc:570
 
1144
#: ../client/drizzledump.cc:561
1151
1145
msgid "Used to select the tables"
1152
1146
msgstr ""
1153
1147
 
1154
 
#: ../client/drizzledump.cc:573
 
1148
#: ../client/drizzledump.cc:564
1155
1149
msgid "Allowed Options + Hidden Options"
1156
1150
msgstr ""
1157
1151
 
1158
 
#: ../client/drizzledump.cc:637
 
1152
#: ../client/drizzledump.cc:628
1159
1153
#, c-format
1160
1154
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1161
1155
msgstr ""
1162
1156
 
1163
 
#: ../client/drizzledump.cc:642
 
1157
#: ../client/drizzledump.cc:633
1164
1158
msgid ""
1165
1159
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1166
1160
"and you are welcome to modify and redistribute it under the GPL license\n"
1170
1164
"つまり自由なソフトウェアであり、変更を加えてGPLライセンスの下で再配布すること"
1171
1165
"ができます。\n"
1172
1166
 
1173
 
#: ../client/drizzledump.cc:643
 
1167
#: ../client/drizzledump.cc:634
1174
1168
msgid "Dumps definitions and data from a Drizzle database server"
1175
1169
msgstr "Drizzleデータベースサーバから定義とデータをダンプ"
1176
1170
 
1177
 
#: ../client/drizzledump.cc:644
 
1171
#: ../client/drizzledump.cc:635
1178
1172
#, c-format
1179
1173
msgid "Usage: %s [OPTIONS] database [tables]\n"
1180
1174
msgstr "使用方法: %s [オプション] データベース名 [テーブル名(複数可)]\n"
1181
1175
 
1182
 
#: ../client/drizzledump.cc:645
 
1176
#: ../client/drizzledump.cc:636
1183
1177
#, c-format
1184
1178
msgid "OR     %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
1185
1179
msgstr "または %s [オプション] --databases [オプション] DB1 [DB2 DB3...]\n"
1186
1180
 
1187
 
#: ../client/drizzledump.cc:647
 
1181
#: ../client/drizzledump.cc:638
1188
1182
#, c-format
1189
1183
msgid "OR     %s [OPTIONS] --all-databases [OPTIONS]\n"
1190
1184
msgstr "または %s [オプション] --all-databases [オプション]\n"
1191
1185
 
1192
 
#: ../client/drizzledump.cc:688 ../client/drizzleimport.cc:484
1193
 
#: ../client/drizzleslap.cc:633 ../client/drizzletest.cc:5671
 
1186
#: ../client/drizzledump.cc:679 ../client/drizzleimport.cc:484
 
1187
#: ../client/drizzleslap.cc:633 ../client/drizzletest.cc:5683
1194
1188
#, c-format
1195
1189
msgid "Value supplied for port is not valid.\n"
1196
1190
msgstr "ポート番号に指定された値は無効です。\n"
1197
1191
 
1198
 
#: ../client/drizzledump.cc:743
 
1192
#: ../client/drizzledump.cc:734
1199
1193
#, c-format
1200
1194
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
1201
1195
msgstr "オプション--ignore-table=<database>.<table>の使い方が不正です。\n"
1271
1265
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
1272
1266
msgstr ""
1273
1267
 
1274
 
#: ../client/drizzletest.cc:5412
 
1268
#: ../client/drizzletest.cc:5424
1275
1269
msgid "Error: Invalid Value for opt_max_connect_retries"
1276
1270
msgstr ""
1277
1271
 
1278
 
#: ../client/drizzletest.cc:5422
 
1272
#: ../client/drizzletest.cc:5434
1279
1273
msgid "Error: Invalid Value for opt_tail_lines"
1280
1274
msgstr ""
1281
1275
 
1282
 
#: ../client/drizzletest.cc:5432
 
1276
#: ../client/drizzletest.cc:5444
1283
1277
msgid "Error: Invalid Value for opt_sleep"
1284
1278
msgstr ""
1285
1279
 
1286
 
#: ../client/drizzletest.cc:5623
 
1280
#: ../client/drizzletest.cc:5635
1287
1281
#, c-format
1288
1282
msgid "Could not open '%s' for reading: errno = %d"
1289
1283
msgstr ""
1290
1284
 
1291
 
#: ../client/drizzletest.cc:5628
 
1285
#: ../client/drizzletest.cc:5640
1292
1286
#, c-format
1293
1287
msgid "Out of memory"
1294
1288
msgstr "メモリが不足しています。"
1295
1289
 
1296
 
#: ../drizzled/drizzled.cc:491
 
1290
#: ../drizzled/definition/table.cc:767
 
1291
#, c-format
 
1292
msgid "Table %s has invalid/unknown collation: %d,%s"
 
1293
msgstr ""
 
1294
 
 
1295
#: ../drizzled/definition/table.cc:1059
 
1296
#, c-format
 
1297
msgid "ENUM column %s has greater than %d possible values"
 
1298
msgstr ""
 
1299
 
 
1300
#: ../drizzled/definition/table.cc:1993
 
1301
#, c-format
 
1302
msgid "Unknown collation '%s' in table '%-.64s' definition"
 
1303
msgstr ""
 
1304
 
 
1305
#: ../drizzled/definition/table.cc:2000
 
1306
#, c-format
 
1307
msgid ""
 
1308
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
 
1309
"read"
 
1310
msgstr ""
 
1311
 
 
1312
#: ../drizzled/drizzled.cc:487
1297
1313
msgid "Aborting\n"
1298
1314
msgstr "中断中\n"
1299
1315
 
1300
 
#: ../drizzled/drizzled.cc:550
 
1316
#: ../drizzled/drizzled.cc:548
1301
1317
msgid "One can only use the --user switch if running as root\n"
1302
1318
msgstr "--userによるユーザ変更はroot権限でのみ使用可能です。\n"
1303
1319
 
1304
 
#: ../drizzled/drizzled.cc:557
 
1320
#: ../drizzled/drizzled.cc:555
1305
1321
msgid ""
1306
1322
"Fatal error: Please read \"Security\" section of the manual to find out how "
1307
1323
"to run drizzled as root!\n"
1309
1325
"致命的なエラー: drizzleをrootユーザで実行するために必要な情報はマニュアルの"
1310
1326
"「セキュリティ」の章に記載されています。\n"
1311
1327
 
1312
 
#: ../drizzled/drizzled.cc:577
 
1328
#: ../drizzled/drizzled.cc:575
1313
1329
#, c-format
1314
1330
msgid ""
1315
1331
"Fatal error: Can't change to run as user '%s' ;  Please check that the user "
1318
1334
"致命的なエラー: ユーザーを「%s」に変更出来ません。ユーザーが存在しているか確"
1319
1335
"認してください。\n"
1320
1336
 
1321
 
#: ../drizzled/drizzled.cc:602
 
1337
#: ../drizzled/drizzled.cc:600
1322
1338
msgid "Set process group ID failed"
1323
1339
msgstr ""
1324
1340
 
1325
 
#: ../drizzled/drizzled.cc:607
 
1341
#: ../drizzled/drizzled.cc:605
1326
1342
msgid "Set process user ID failed"
1327
1343
msgstr ""
1328
1344
 
1329
 
#: ../drizzled/drizzled.cc:619
 
1345
#: ../drizzled/drizzled.cc:617
1330
1346
#, fuzzy
1331
1347
msgid "Process chroot failed"
1332
1348
msgstr "alloc_root()の実行に失敗しました。"
1333
1349
 
1334
 
#: ../drizzled/drizzled.cc:739
 
1350
#: ../drizzled/drizzled.cc:729
1335
1351
#, fuzzy
1336
1352
msgid "Error: Invalid Value for auto_increment_increment"
1337
1353
msgstr "ヌルポインタの不正使用"
1338
1354
 
1339
 
#: ../drizzled/drizzled.cc:750
 
1355
#: ../drizzled/drizzled.cc:740
1340
1356
#, fuzzy
1341
1357
msgid "Error: Invalid Value for auto_increment_offset"
1342
1358
msgstr "ヌルポインタの不正使用"
1343
1359
 
1344
 
#: ../drizzled/drizzled.cc:761
 
1360
#: ../drizzled/drizzled.cc:751
1345
1361
#, fuzzy
1346
1362
msgid "Error: Invalid Value for completion_type"
1347
1363
msgstr "ヌルポインタの不正使用"
1348
1364
 
1349
 
#: ../drizzled/drizzled.cc:773
 
1365
#: ../drizzled/drizzled.cc:763
1350
1366
#, fuzzy
1351
1367
msgid "Error: Invalid Value for div-precision-increment"
1352
1368
msgstr "ヌルポインタの不正使用"
1353
1369
 
1354
 
#: ../drizzled/drizzled.cc:784
 
1370
#: ../drizzled/drizzled.cc:774
1355
1371
msgid "Error: Invalid Value for group_concat_max_len"
1356
1372
msgstr ""
1357
1373
 
1358
 
#: ../drizzled/drizzled.cc:795
 
1374
#: ../drizzled/drizzled.cc:785
1359
1375
#, fuzzy
1360
1376
msgid "Error: Invalid Value for join_buffer_size"
1361
1377
msgstr "ヌルポインタの不正使用"
1362
1378
 
1363
 
#: ../drizzled/drizzled.cc:807
 
1379
#: ../drizzled/drizzled.cc:797
1364
1380
#, fuzzy
1365
1381
msgid "Error: Invalid Value for max_allowed_packet"
1366
1382
msgstr "ヌルポインタの不正使用"
1367
1383
 
1368
 
#: ../drizzled/drizzled.cc:819
 
1384
#: ../drizzled/drizzled.cc:809
 
1385
#, fuzzy
 
1386
msgid "Error: Invalid Value for max_connect_errors"
 
1387
msgstr "ヌルポインタの不正使用"
 
1388
 
 
1389
#: ../drizzled/drizzled.cc:820
1369
1390
#, fuzzy
1370
1391
msgid "Error: Invalid Value for max_error_count"
1371
1392
msgstr "ヌルポインタの不正使用"
1372
1393
 
1373
 
#: ../drizzled/drizzled.cc:830
 
1394
#: ../drizzled/drizzled.cc:831
1374
1395
#, fuzzy
1375
1396
msgid "Error: Invalid Value for max_heap_table_size"
1376
1397
msgstr "ヌルポインタの不正使用"
1377
1398
 
1378
 
#: ../drizzled/drizzled.cc:842
 
1399
#: ../drizzled/drizzled.cc:843
1379
1400
msgid "Error: Invalid Value for min_examined_row_limit"
1380
1401
msgstr ""
1381
1402
 
1382
 
#: ../drizzled/drizzled.cc:853
 
1403
#: ../drizzled/drizzled.cc:854
1383
1404
#, fuzzy
1384
1405
msgid "Error: Invalid Value for max_join_size"
1385
1406
msgstr "ヌルポインタの不正使用"
1386
1407
 
1387
 
#: ../drizzled/drizzled.cc:864
 
1408
#: ../drizzled/drizzled.cc:865
1388
1409
#, fuzzy
1389
1410
msgid "Error: Invalid Value for max_length_for_sort_data"
1390
1411
msgstr "ヌルポインタの不正使用"
1391
1412
 
1392
 
#: ../drizzled/drizzled.cc:875
 
1413
#: ../drizzled/drizzled.cc:876
1393
1414
#, fuzzy
1394
1415
msgid "Error: Invalid Value for max_seeks_for_key"
1395
1416
msgstr "ヌルポインタの不正使用"
1396
1417
 
1397
 
#: ../drizzled/drizzled.cc:886
 
1418
#: ../drizzled/drizzled.cc:887
1398
1419
#, fuzzy
1399
1420
msgid "Error: Invalid Value for max_sort_length"
1400
1421
msgstr "ヌルポインタの不正使用"
1401
1422
 
1402
 
#: ../drizzled/drizzled.cc:897
 
1423
#: ../drizzled/drizzled.cc:898
1403
1424
msgid "Error: Invalid Value for optimizer_search_depth"
1404
1425
msgstr ""
1405
1426
 
1406
 
#: ../drizzled/drizzled.cc:908
 
1427
#: ../drizzled/drizzled.cc:909
1407
1428
#, fuzzy
1408
1429
msgid "Error: Invalid Value for preload_buff_size"
1409
1430
msgstr "ヌルポインタの不正使用"
1410
1431
 
1411
 
#: ../drizzled/drizzled.cc:919
 
1432
#: ../drizzled/drizzled.cc:920
1412
1433
#, fuzzy
1413
1434
msgid "Error: Invalid Value for query_alloc_block_size"
1414
1435
msgstr "ヌルポインタの不正使用"
1415
1436
 
1416
 
#: ../drizzled/drizzled.cc:931
 
1437
#: ../drizzled/drizzled.cc:932
1417
1438
#, fuzzy
1418
1439
msgid "Error: Invalid Value for query_prealloc_size"
1419
1440
msgstr "ヌルポインタの不正使用"
1420
1441
 
1421
 
#: ../drizzled/drizzled.cc:943
 
1442
#: ../drizzled/drizzled.cc:944
1422
1443
#, fuzzy
1423
1444
msgid "Error: Invalid Value for range_alloc_block_size"
1424
1445
msgstr "ヌルポインタの不正使用"
1425
1446
 
1426
 
#: ../drizzled/drizzled.cc:955
 
1447
#: ../drizzled/drizzled.cc:956
1427
1448
#, fuzzy
1428
1449
msgid "Error: Invalid Value for read_buff_size"
1429
1450
msgstr "ヌルポインタの不正使用"
1430
1451
 
1431
 
#: ../drizzled/drizzled.cc:967
 
1452
#: ../drizzled/drizzled.cc:968
1432
1453
#, fuzzy
1433
1454
msgid "Error: Invalid Value for read_rnd_buff_size"
1434
1455
msgstr "ヌルポインタの不正使用"
1435
1456
 
1436
 
#: ../drizzled/drizzled.cc:978
 
1457
#: ../drizzled/drizzled.cc:979
1437
1458
#, fuzzy
1438
1459
msgid "Error: Invalid Value for sort_buff_size"
1439
1460
msgstr "ヌルポインタの不正使用"
1440
1461
 
1441
 
#: ../drizzled/drizzled.cc:989
 
1462
#: ../drizzled/drizzled.cc:990
1442
1463
#, fuzzy
1443
1464
msgid "Error: Invalid Value for table_def_size"
1444
1465
msgstr "ヌルポインタの不正使用"
1445
1466
 
1446
 
#: ../drizzled/drizzled.cc:1000
 
1467
#: ../drizzled/drizzled.cc:1001
1447
1468
#, fuzzy
1448
1469
msgid "Error: Invalid Value for table_cache_size"
1449
1470
msgstr "ヌルポインタの不正使用"
1450
1471
 
1451
 
#: ../drizzled/drizzled.cc:1011 ../drizzled/drizzled.cc:1027
 
1472
#: ../drizzled/drizzled.cc:1012 ../drizzled/drizzled.cc:1028
1452
1473
#, fuzzy
1453
1474
msgid "Error: Invalid Value for table_lock_wait_timeout"
1454
1475
msgstr "ヌルポインタの不正使用"
1455
1476
 
1456
 
#: ../drizzled/drizzled.cc:1038
 
1477
#: ../drizzled/drizzled.cc:1039
1457
1478
msgid ""
1458
1479
"Error: Invalid Value for transaction_message_threshold valid values are "
1459
1480
"between 131072 - 1048576 bytes"
1460
1481
msgstr ""
1461
1482
 
1462
 
#: ../drizzled/drizzled.cc:1096
 
1483
#: ../drizzled/drizzled.cc:1097
1463
1484
#, c-format
1464
1485
msgid "Defaults file '%s' not found\n"
1465
1486
msgstr ""
1466
1487
 
1467
 
#: ../drizzled/drizzled.cc:1138
 
1488
#: ../drizzled/drizzled.cc:1139
1468
1489
#, c-format
1469
1490
msgid "gethostname failed, using '%s' as hostname"
1470
1491
msgstr "gethostnameに失敗したため、'%s'をホスト名として使用します。"
1471
1492
 
1472
 
#: ../drizzled/drizzled.cc:1152 ../drizzled/drizzled.cc:1739
 
1493
#: ../drizzled/drizzled.cc:1153 ../drizzled/drizzled.cc:1744
1473
1494
msgid "Display this help and exit."
1474
1495
msgstr "ヘルプを表示して終了する。"
1475
1496
 
1476
 
#: ../drizzled/drizzled.cc:1156
 
1497
#: ../drizzled/drizzled.cc:1157
1477
1498
msgid "Configuration file to use"
1478
1499
msgstr ""
1479
1500
 
1480
 
#: ../drizzled/drizzled.cc:1158
 
1501
#: ../drizzled/drizzled.cc:1159
1481
1502
msgid "Base location for config files"
1482
1503
msgstr ""
1483
1504
 
1484
 
#: ../drizzled/drizzled.cc:1160 ../drizzled/drizzled.cc:1927
 
1505
#: ../drizzled/drizzled.cc:1161 ../drizzled/drizzled.cc:1968
1485
1506
msgid "Directory for plugins."
1486
1507
msgstr "プラグイン用ディレクトリ"
1487
1508
 
1488
 
#: ../drizzled/drizzled.cc:1165 ../drizzled/drizzled.cc:1931
 
1509
#: ../drizzled/drizzled.cc:1166 ../drizzled/drizzled.cc:1972
1489
1510
msgid ""
1490
1511
"Optional comma separated list of plugins to load at startup in addition to "
1491
1512
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
1493
1514
"デフォルトのプラグインに加えてスタートアップ時にロードされる,オプショナルな"
1494
1515
"プラグインのカンマ区切りリスト"
1495
1516
 
1496
 
#: ../drizzled/drizzled.cc:1169 ../drizzled/drizzled.cc:1937
 
1517
#: ../drizzled/drizzled.cc:1170 ../drizzled/drizzled.cc:1978
1497
1518
msgid ""
1498
1519
"Optional comma separated list of plugins to not load at startup. Effectively "
1499
1520
"removes a plugin from the list of plugins to be loaded. [for example: --"
1500
1521
"plugin_remove=crc32,logger_gearman]"
1501
1522
msgstr ""
1502
1523
 
1503
 
#: ../drizzled/drizzled.cc:1173 ../drizzled/drizzled.cc:1943
 
1524
#: ../drizzled/drizzled.cc:1174 ../drizzled/drizzled.cc:1984
1504
1525
msgid ""
1505
1526
"Optional comma separated list of plugins to load at starup instead of the "
1506
1527
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1507
1528
msgstr ""
1508
1529
 
1509
 
#: ../drizzled/drizzled.cc:1180 ../drizzled/drizzled.cc:1743
 
1530
#: ../drizzled/drizzled.cc:1181 ../drizzled/drizzled.cc:1748
1510
1531
msgid "Auto-increment columns are incremented by this"
1511
1532
msgstr "AUTO_INCREMENTが指定されたカラムは、この値によって増分されます。"
1512
1533
 
1513
 
#: ../drizzled/drizzled.cc:1182 ../drizzled/drizzled.cc:1748
 
1534
#: ../drizzled/drizzled.cc:1183 ../drizzled/drizzled.cc:1753
1514
1535
msgid ""
1515
1536
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1516
1537
"= 1"
1518
1539
"AUTO_INCREMENTカラムに対して追加されるオフセット。auto-increment-increment !"
1519
1540
"= 1のとき使用される。"
1520
1541
 
1521
 
#: ../drizzled/drizzled.cc:1184 ../drizzled/drizzled.cc:1754
 
1542
#: ../drizzled/drizzled.cc:1185 ../drizzled/drizzled.cc:1759
1522
1543
msgid ""
1523
1544
"Path to installation directory. All paths are usually resolved relative to "
1524
1545
"this."
1526
1547
"インストールディレクトリへのパス。全てのパスは通常このディレクトリからの相対"
1527
1548
"パスとして解決される。"
1528
1549
 
1529
 
#: ../drizzled/drizzled.cc:1187 ../drizzled/drizzled.cc:1759
 
1550
#: ../drizzled/drizzled.cc:1188 ../drizzled/drizzled.cc:1764
1530
1551
msgid "Chroot drizzled daemon during startup."
1531
1552
msgstr "drizzledデーモンが起動時にchrootするかどうか。"
1532
1553
 
1533
 
#: ../drizzled/drizzled.cc:1189 ../drizzled/drizzled.cc:1763
 
1554
#: ../drizzled/drizzled.cc:1190 ../drizzled/drizzled.cc:1768
1534
1555
msgid "Set the default collation."
1535
1556
msgstr "デフォルトの文字列照合順序。"
1536
1557
 
1537
 
#: ../drizzled/drizzled.cc:1191 ../drizzled/drizzled.cc:1767
 
1558
#: ../drizzled/drizzled.cc:1192 ../drizzled/drizzled.cc:1772
1538
1559
msgid "Default completion type."
1539
1560
msgstr "デフォルトのトランザクション完了時の動作を指定する。"
1540
1561
 
1541
 
#: ../drizzled/drizzled.cc:1192 ../drizzled/drizzled.cc:1772
 
1562
#: ../drizzled/drizzled.cc:1193 ../drizzled/drizzled.cc:1777
1542
1563
msgid "Write core on errors."
1543
1564
msgstr "エラーが発生した際にコアファイルを書き込むかどうか。"
1544
1565
 
1545
 
#: ../drizzled/drizzled.cc:1194 ../drizzled/drizzled.cc:1776
 
1566
#: ../drizzled/drizzled.cc:1195 ../drizzled/drizzled.cc:1781
1546
1567
msgid "Path to the database root."
1547
1568
msgstr "データディレクトリ。(データベースのrootディレクトリ)"
1548
1569
 
1549
 
#: ../drizzled/drizzled.cc:1196
 
1570
#: ../drizzled/drizzled.cc:1197
1550
1571
#, fuzzy
1551
1572
msgid "Set the default storage engine for tables."
1552
1573
msgstr "デフォルトのストレージエンジン。"
1553
1574
 
1554
 
#: ../drizzled/drizzled.cc:1198
 
1575
#: ../drizzled/drizzled.cc:1199 ../drizzled/drizzled.cc:1788
1555
1576
msgid "Set the default time zone."
1556
1577
msgstr "デフォルトのタイムゾーン。"
1557
1578
 
1558
 
#: ../drizzled/drizzled.cc:1200 ../drizzled/drizzled.cc:1780
 
1579
#: ../drizzled/drizzled.cc:1201 ../drizzled/drizzled.cc:1793
1559
1580
msgid "Used for debugging;  Use at your own risk!"
1560
1581
msgstr "デバッグに用いるフラグ。自己責任で使用すること。"
1561
1582
 
1562
 
#: ../drizzled/drizzled.cc:1202 ../drizzled/drizzled.cc:1785
 
1583
#: ../drizzled/drizzled.cc:1203 ../drizzled/drizzled.cc:1798
1563
1584
msgid "Set up signals usable for debugging"
1564
1585
msgstr "デバッグ用にシグナルを設定する。"
1565
1586
 
1566
 
#: ../drizzled/drizzled.cc:1204
 
1587
#: ../drizzled/drizzled.cc:1205 ../drizzled/drizzled.cc:1802
1567
1588
msgid "Set the language used for the month names and the days of the week."
1568
1589
msgstr "月および週の名前を表示する言語を指定する。"
1569
1590
 
1570
 
#: ../drizzled/drizzled.cc:1206 ../drizzled/drizzled.cc:1789
 
1591
#: ../drizzled/drizzled.cc:1207 ../drizzled/drizzled.cc:1807
1571
1592
msgid "Log some not critical warnings to the log file."
1572
1593
msgstr "クリティカルでない警告をログファイルに記録する。"
1573
1594
 
1574
 
#: ../drizzled/drizzled.cc:1208 ../drizzled/drizzled.cc:1794
 
1595
#: ../drizzled/drizzled.cc:1209 ../drizzled/drizzled.cc:1812
1575
1596
#, fuzzy
1576
1597
msgid "Pid file used by drizzled."
1577
1598
msgstr "safe_mysqldによって利用されるpidファイル。"
1578
1599
 
1579
 
#: ../drizzled/drizzled.cc:1210
 
1600
#: ../drizzled/drizzled.cc:1211
1580
1601
#, fuzzy
1581
1602
msgid "Maximum time in seconds to wait for the port to become free. "
1582
1603
msgstr ""
1583
1604
"TCP/IPのポートがフリーになるまで待つ最大の秒数(デフォルト: ウェイト無し)"
1584
1605
 
1585
 
#: ../drizzled/drizzled.cc:1212
 
1606
#: ../drizzled/drizzled.cc:1213
1586
1607
msgid "Include the SQL query in replicated protobuf messages."
1587
1608
msgstr ""
1588
1609
 
1589
 
#: ../drizzled/drizzled.cc:1214 ../drizzled/drizzled.cc:1803
 
1610
#: ../drizzled/drizzled.cc:1215 ../drizzled/drizzled.cc:1821
1590
1611
msgid ""
1591
1612
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1592
1613
"specified directory"
1594
1615
"LOAD DATA、SELECT ... OUTFILEおよびLOAD_FILE()コマンドがアクセスするファイル"
1595
1616
"を、特定のディレクトリに限定する。"
1596
1617
 
1597
 
#: ../drizzled/drizzled.cc:1217 ../drizzled/drizzled.cc:1808
 
1618
#: ../drizzled/drizzled.cc:1218 ../drizzled/drizzled.cc:1826
1598
1619
msgid ""
1599
1620
"Uniquely identifies the server instance in the community of replication "
1600
1621
"partners."
1601
1622
msgstr ""
1602
1623
"レプリケーションサーバ群においてこのサーバを特定するためのユニークなID。"
1603
1624
 
1604
 
#: ../drizzled/drizzled.cc:1220 ../drizzled/drizzled.cc:1813
 
1625
#: ../drizzled/drizzled.cc:1221 ../drizzled/drizzled.cc:1831
1605
1626
msgid "Don't print a stack trace on failure."
1606
1627
msgstr "問題発生時にスタックトレースを表示しない。"
1607
1628
 
1608
 
#: ../drizzled/drizzled.cc:1222 ../drizzled/drizzled.cc:1817
 
1629
#: ../drizzled/drizzled.cc:1223 ../drizzled/drizzled.cc:1835
1609
1630
msgid "Enable symbolic link support."
1610
1631
msgstr "シンボリックリンクのサポートを有効にする。"
1611
1632
 
1612
 
#: ../drizzled/drizzled.cc:1224 ../drizzled/drizzled.cc:1826
 
1633
#: ../drizzled/drizzled.cc:1225 ../drizzled/drizzled.cc:1844
1613
1634
msgid ""
1614
1635
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1615
1636
msgstr ""
1616
1637
"mutexの時間を計測するかどうかを指定する。(現時点このオプションをサポートして"
1617
1638
"いるのはInnoDBのみ)"
1618
1639
 
1619
 
#: ../drizzled/drizzled.cc:1227
 
1640
#: ../drizzled/drizzled.cc:1228 ../drizzled/drizzled.cc:1849
1620
1641
msgid "Path for temporary files."
1621
1642
msgstr "テンポラリファイルのパス。"
1622
1643
 
1623
 
#: ../drizzled/drizzled.cc:1229 ../drizzled/drizzled.cc:1831
 
1644
#: ../drizzled/drizzled.cc:1230 ../drizzled/drizzled.cc:1853
1624
1645
msgid "Default transaction isolation level."
1625
1646
msgstr "デフォルトのトランザクション分離レベル。"
1626
1647
 
1627
 
#: ../drizzled/drizzled.cc:1231
 
1648
#: ../drizzled/drizzled.cc:1232
1628
1649
msgid ""
1629
1650
"Max message size written to transaction log, valid values 131072 - 1048576 "
1630
1651
"bytes."
1631
1652
msgstr ""
1632
1653
 
1633
 
#: ../drizzled/drizzled.cc:1233 ../drizzled/drizzled.cc:1835
 
1654
#: ../drizzled/drizzled.cc:1234 ../drizzled/drizzled.cc:1857
1634
1655
msgid "Run drizzled daemon as user."
1635
1656
msgstr "drizzledデーモンを実行するユーザー。"
1636
1657
 
1637
 
#: ../drizzled/drizzled.cc:1237 ../drizzled/drizzled.cc:1839
 
1658
#: ../drizzled/drizzled.cc:1238 ../drizzled/drizzled.cc:1865
1638
1659
msgid ""
1639
1660
"The number of outstanding connection requests Drizzle can have. This comes "
1640
1661
"into play when the main Drizzle thread gets very many connection requests in "
1643
1664
"Drizzleが保留することができる接続数。このオプションはDrizzleのメインスレッド"
1644
1665
"が短時間のうちに大量の接続要求を受け取った場合に作用する。"
1645
1666
 
1646
 
#: ../drizzled/drizzled.cc:1242 ../drizzled/drizzled.cc:1845
 
1667
#: ../drizzled/drizzled.cc:1243 ../drizzled/drizzled.cc:1871
1647
1668
msgid ""
1648
1669
"Size of tree cache used in bulk insert optimization. Note that this is a "
1649
1670
"limit per thread!"
1651
1672
"バルクインサート最適化のために利用されるツリー状キャッシュのサイズ。スレッド"
1652
1673
"ごとの制限である。"
1653
1674
 
1654
 
#: ../drizzled/drizzled.cc:1245 ../drizzled/drizzled.cc:1851
 
1675
#: ../drizzled/drizzled.cc:1246 ../drizzled/drizzled.cc:1877
1655
1676
msgid ""
1656
1677
"Precision of the result of '/' operator will be increased on that value."
1657
1678
msgstr "除算(/)の結果に対する精度(小数点以下の桁数)。"
1658
1679
 
1659
 
#: ../drizzled/drizzled.cc:1248
 
1680
#: ../drizzled/drizzled.cc:1249 ../drizzled/drizzled.cc:1883
1660
1681
msgid "The maximum length of the result of function  group_concat."
1661
1682
msgstr "group_concat関数の結果の最大長。"
1662
1683
 
1663
 
#: ../drizzled/drizzled.cc:1250 ../drizzled/drizzled.cc:1857
 
1684
#: ../drizzled/drizzled.cc:1251 ../drizzled/drizzled.cc:1888
1664
1685
msgid "The size of the buffer that is used for full joins."
1665
1686
msgstr "FULL JOIN実行時に利用されるバッファのサイズ。"
1666
1687
 
1667
 
#: ../drizzled/drizzled.cc:1253
 
1688
#: ../drizzled/drizzled.cc:1254
1668
1689
msgid ""
1669
1690
"A global cap on the amount of memory that can be allocated by session join "
1670
1691
"buffers (0 means unlimited)"
1671
1692
msgstr ""
1672
1693
 
1673
 
#: ../drizzled/drizzled.cc:1255 ../drizzled/drizzled.cc:1863
 
1694
#: ../drizzled/drizzled.cc:1256 ../drizzled/drizzled.cc:1894
1674
1695
msgid "Max packetlength to send/receive from to server."
1675
1696
msgstr "このサーバが送信/受信する最大のパケット長。"
1676
1697
 
1677
 
#: ../drizzled/drizzled.cc:1257
 
1698
#: ../drizzled/drizzled.cc:1258 ../drizzled/drizzled.cc:1899
 
1699
msgid ""
 
1700
"If there is more than this number of interrupted connections from a host "
 
1701
"this host will be blocked from further connections."
 
1702
msgstr ""
 
1703
"このオプションで指定される回数よりも多く特定のホストからの接続が切れてしまっ"
 
1704
"た場合には、そのホストからの接続を遮断する。"
 
1705
 
 
1706
#: ../drizzled/drizzled.cc:1261 ../drizzled/drizzled.cc:1904
1678
1707
msgid "Max number of errors/warnings to store for a statement."
1679
1708
msgstr "SQLステートメント実行時に発生するエラーまたは警告の最大保存数。"
1680
1709
 
1681
 
#: ../drizzled/drizzled.cc:1259 ../drizzled/drizzled.cc:1868
 
1710
#: ../drizzled/drizzled.cc:1263 ../drizzled/drizzled.cc:1909
1682
1711
msgid "Don't allow creation of heap tables bigger than this."
1683
1712
msgstr "この値よりも大きなMEMORYテーブルを作成出来ないようにする。"
1684
1713
 
1685
 
#: ../drizzled/drizzled.cc:1261 ../drizzled/drizzled.cc:1874
 
1714
#: ../drizzled/drizzled.cc:1265 ../drizzled/drizzled.cc:1915
1686
1715
msgid ""
1687
1716
"Joins that are probably going to read more than max_join_size records return "
1688
1717
"an error."
1690
1719
"max_join_size行よりも多くの行が読み込まれる可能性のあるJOINがエラーを返すよう"
1691
1720
"にする。"
1692
1721
 
1693
 
#: ../drizzled/drizzled.cc:1264 ../drizzled/drizzled.cc:1880
 
1722
#: ../drizzled/drizzled.cc:1268 ../drizzled/drizzled.cc:1921
1694
1723
msgid "Max number of bytes in sorted records."
1695
1724
msgstr "ソートされたレコードの最大サイズ(単位はバイト)"
1696
1725
 
1697
 
#: ../drizzled/drizzled.cc:1266 ../drizzled/drizzled.cc:1885
 
1726
#: ../drizzled/drizzled.cc:1270 ../drizzled/drizzled.cc:1926
1698
1727
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1699
1728
msgstr ""
1700
1729
"キーに基づいてルックアップを実行する際に実行される最大のシーク回数の仮想的な"
1701
1730
"制限値。"
1702
1731
 
1703
 
#: ../drizzled/drizzled.cc:1268 ../drizzled/drizzled.cc:1890
 
1732
#: ../drizzled/drizzled.cc:1272 ../drizzled/drizzled.cc:1931
1704
1733
msgid ""
1705
1734
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1706
1735
"max_sort_length bytes of each value are used; the rest are ignored)."
1708
1737
"BLOBまたはTEXT型の値をソートする際に利用されるバイト数。(先頭の"
1709
1738
"max_sort_lengthバイトだけが利用され、残りは無視される。)"
1710
1739
 
1711
 
#: ../drizzled/drizzled.cc:1272 ../drizzled/drizzled.cc:1897
 
1740
#: ../drizzled/drizzled.cc:1276 ../drizzled/drizzled.cc:1938
1712
1741
msgid "After this many write locks, allow some read locks to run in between."
1713
1742
msgstr ""
1714
1743
"Writeロックがこの回数だけ行われると、次のWriteロックがかけられるまでReadロッ"
1715
1744
"クを数回実行できる。"
1716
1745
 
1717
 
#: ../drizzled/drizzled.cc:1274 ../drizzled/drizzled.cc:1901
 
1746
#: ../drizzled/drizzled.cc:1278 ../drizzled/drizzled.cc:1942
1718
1747
msgid ""
1719
1748
"Don't log queries which examine less than min_examined_row_limit rows to "
1720
1749
"file."
1722
1751
"テーブルからフェッチされた行数がmin_examined_row_limitより少ない場合はスロー"
1723
1752
"クエリログに記録しない。"
1724
1753
 
1725
 
#: ../drizzled/drizzled.cc:1277
 
1754
#: ../drizzled/drizzled.cc:1281
1726
1755
msgid ""
1727
1756
"Do not apply any heuristic(s) during query optimization to prune, thus "
1728
1757
"perform an exhaustive search from the optimizer search space."
1729
1758
msgstr ""
1730
1759
 
1731
 
#: ../drizzled/drizzled.cc:1280 ../drizzled/drizzled.cc:1915
 
1760
#: ../drizzled/drizzled.cc:1284 ../drizzled/drizzled.cc:1956
1732
1761
msgid ""
1733
1762
"Maximum depth of search performed by the query optimizer. Values larger than "
1734
1763
"the number of relations in a query result in better query plans, but take "
1745
1774
"適切な値を使用します; もしMAX_TABLES+2にセットすると,オプティマイザはオリジ"
1746
1775
"ナルのfind_bestになります(テストや比較に使われます)"
1747
1776
 
1748
 
#: ../drizzled/drizzled.cc:1289 ../drizzled/drizzled.cc:1949
 
1777
#: ../drizzled/drizzled.cc:1293 ../drizzled/drizzled.cc:1990
1749
1778
msgid "The size of the buffer that is allocated when preloading indexes"
1750
1779
msgstr "インデックスのプレロード時に割り当てられるバッファのサイズ"
1751
1780
 
1752
 
#: ../drizzled/drizzled.cc:1292 ../drizzled/drizzled.cc:1954
 
1781
#: ../drizzled/drizzled.cc:1296 ../drizzled/drizzled.cc:1995
1753
1782
msgid "Allocation block size for query parsing and execution"
1754
1783
msgstr "クエリのパースや実行のための割り当てブロックサイズ"
1755
1784
 
1756
 
#: ../drizzled/drizzled.cc:1295 ../drizzled/drizzled.cc:1959
 
1785
#: ../drizzled/drizzled.cc:1299 ../drizzled/drizzled.cc:2000
1757
1786
msgid "Persistent buffer for query parsing and execution"
1758
1787
msgstr ""
1759
1788
 
1760
 
#: ../drizzled/drizzled.cc:1298 ../drizzled/drizzled.cc:1965
 
1789
#: ../drizzled/drizzled.cc:1302 ../drizzled/drizzled.cc:2006
1761
1790
msgid "Allocation block size for storing ranges during optimization"
1762
1791
msgstr "最適化中にレンジを保存する割り当てブロックサイズ"
1763
1792
 
1764
 
#: ../drizzled/drizzled.cc:1301 ../drizzled/drizzled.cc:1971
 
1793
#: ../drizzled/drizzled.cc:1305 ../drizzled/drizzled.cc:2012
1765
1794
msgid ""
1766
1795
"Each thread that does a sequential scan allocates a buffer of this size for "
1767
1796
"each table it scans. If you do many sequential scans, you may want to "
1768
1797
"increase this value."
1769
1798
msgstr ""
1770
1799
 
1771
 
#: ../drizzled/drizzled.cc:1306
 
1800
#: ../drizzled/drizzled.cc:1310
1772
1801
msgid "A global cap on the size of read-buffer-size (0 means unlimited)"
1773
1802
msgstr ""
1774
1803
 
1775
 
#: ../drizzled/drizzled.cc:1309 ../drizzled/drizzled.cc:1979
 
1804
#: ../drizzled/drizzled.cc:1313 ../drizzled/drizzled.cc:2020
1776
1805
msgid ""
1777
1806
"When reading rows in sorted order after a sort, the rows are read through "
1778
1807
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1779
1808
"record_buffer."
1780
1809
msgstr ""
1781
1810
 
1782
 
#: ../drizzled/drizzled.cc:1314
 
1811
#: ../drizzled/drizzled.cc:1318
1783
1812
msgid "A global cap on the size of read-rnd-buffer-size (0 means unlimited)"
1784
1813
msgstr ""
1785
1814
 
1786
 
#: ../drizzled/drizzled.cc:1316
 
1815
#: ../drizzled/drizzled.cc:1320 ../drizzled/drizzled.cc:2028
1787
1816
msgid "Select scheduler to be used (by default multi-thread)."
1788
1817
msgstr ""
1789
1818
 
1790
 
#: ../drizzled/drizzled.cc:1319 ../drizzled/drizzled.cc:1988
 
1819
#: ../drizzled/drizzled.cc:1323 ../drizzled/drizzled.cc:2033
1791
1820
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1792
1821
msgstr ""
1793
1822
 
1794
 
#: ../drizzled/drizzled.cc:1322
 
1823
#: ../drizzled/drizzled.cc:1326
1795
1824
msgid ""
1796
1825
"A global cap on the amount of memory that can be allocated by session sort "
1797
1826
"buffers (0 means unlimited)"
1798
1827
msgstr ""
1799
1828
 
1800
 
#: ../drizzled/drizzled.cc:1324 ../drizzled/drizzled.cc:1994
 
1829
#: ../drizzled/drizzled.cc:1328 ../drizzled/drizzled.cc:2039
1801
1830
msgid "The number of cached table definitions."
1802
1831
msgstr ""
1803
1832
 
1804
 
#: ../drizzled/drizzled.cc:1326 ../drizzled/drizzled.cc:1998
 
1833
#: ../drizzled/drizzled.cc:1330 ../drizzled/drizzled.cc:2043
1805
1834
msgid "The number of cached open tables."
1806
1835
msgstr ""
1807
1836
 
1808
 
#: ../drizzled/drizzled.cc:1328 ../drizzled/drizzled.cc:2002
 
1837
#: ../drizzled/drizzled.cc:1332 ../drizzled/drizzled.cc:2047
1809
1838
msgid ""
1810
1839
"Timeout in seconds to wait for a table level lock before returning an error. "
1811
1840
"Used only if the connection has active cursors."
1812
1841
msgstr ""
1813
1842
 
1814
 
#: ../drizzled/drizzled.cc:1331 ../drizzled/drizzled.cc:2007
 
1843
#: ../drizzled/drizzled.cc:1335 ../drizzled/drizzled.cc:2052
1815
1844
msgid "The stack size for each thread."
1816
1845
msgstr ""
1817
1846
 
1818
 
#: ../drizzled/drizzled.cc:1334 ../drizzled/drizzled.cc:2013
 
1847
#: ../drizzled/drizzled.cc:1338 ../drizzled/drizzled.cc:2058
1819
1848
msgid ""
1820
1849
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1821
1850
"automatically convert it to an on-disk MyISAM table."
1822
1851
msgstr ""
1823
1852
 
1824
 
#: ../drizzled/drizzled.cc:1357
 
1853
#: ../drizzled/drizzled.cc:1361
1825
1854
msgid "Duplicate entry for command line option\n"
1826
1855
msgstr ""
1827
1856
 
1828
 
#: ../drizzled/drizzled.cc:1404 ../drizzled/drizzled.cc:1422
1829
 
#: ../drizzled/drizzled.cc:1456 ../drizzled/drizzled.cc:1464
1830
 
#: ../drizzled/drizzled.cc:1484
 
1857
#: ../drizzled/drizzled.cc:1408 ../drizzled/drizzled.cc:1426
 
1858
#: ../drizzled/drizzled.cc:1460 ../drizzled/drizzled.cc:1468
 
1859
#: ../drizzled/drizzled.cc:1488
1831
1860
#, fuzzy, c-format
1832
1861
msgid ""
1833
1862
"%s: %s.\n"
1836
1865
"%s: 引数が多すぎます。(最初の余分なオプションは「%s」です。)\n"
1837
1866
"利用可能なオプションの詳細については、--verbose --helpを利用下さい。\n"
1838
1867
 
1839
 
#: ../drizzled/drizzled.cc:1434
 
1868
#: ../drizzled/drizzled.cc:1438
1840
1869
#, fuzzy
1841
1870
msgid "Failed to initialize plugins\n"
1842
1871
msgstr "プラグインの初期化に失敗しました。"
1843
1872
 
1844
 
#: ../drizzled/drizzled.cc:1472
 
1873
#: ../drizzled/drizzled.cc:1476
1845
1874
#, fuzzy, c-format
1846
1875
msgid ""
1847
1876
"%s\n"
1850
1879
"%s: 引数が多すぎます。(最初の余分なオプションは「%s」です。)\n"
1851
1880
"利用可能なオプションの詳細については、--verbose --helpを利用下さい。\n"
1852
1881
 
1853
 
#: ../drizzled/drizzled.cc:1521
 
1882
#: ../drizzled/drizzled.cc:1525
1854
1883
#, fuzzy
1855
1884
msgid "Error getting default charset"
1856
1885
msgstr "規定の文字セットを設定する。"
1857
1886
 
1858
 
#: ../drizzled/drizzled.cc:1551
 
1887
#: ../drizzled/drizzled.cc:1555
1859
1888
#, fuzzy
1860
1889
msgid "Error setting collation"
1861
1890
msgstr "スレーブとの接続でエラー"
1862
1891
 
1863
 
#: ../drizzled/drizzled.cc:1559
 
1892
#: ../drizzled/drizzled.cc:1563
1864
1893
#, c-format
1865
1894
msgid "Unknown locale: '%s'"
1866
1895
msgstr "不明なロケールです: 「%s」"
1867
1896
 
1868
 
#: ../drizzled/drizzled.cc:1579
 
1897
#: ../drizzled/drizzled.cc:1583
1869
1898
msgid "Could not initialize table cache\n"
1870
1899
msgstr ""
1871
1900
 
1872
 
#: ../drizzled/drizzled.cc:1594
 
1901
#: ../drizzled/drizzled.cc:1598
1873
1902
msgid "XA cache initialization failed: Out of memory\n"
1874
1903
msgstr ""
1875
1904
 
1876
 
#: ../drizzled/drizzled.cc:1624
 
1905
#: ../drizzled/drizzled.cc:1628
1877
1906
msgid "No scheduler found, cannot continue!\n"
1878
1907
msgstr "スケジューラが見つかりません.処理を継続できません!\n"
1879
1908
 
1880
 
#: ../drizzled/drizzled.cc:1648
 
1909
#: ../drizzled/drizzled.cc:1652
1881
1910
#, c-format
1882
1911
msgid "Unknown/unsupported storage engine: %s\n"
1883
1912
msgstr ""
1884
1913
 
1885
 
#: ../drizzled/drizzled.cc:1798
 
1914
#: ../drizzled/drizzled.cc:1784
 
1915
msgid "Set the default storage engine (table type) for tables."
 
1916
msgstr "デフォルトのストレージエンジン。"
 
1917
 
 
1918
#: ../drizzled/drizzled.cc:1816
1886
1919
msgid ""
1887
1920
"Maximum time in seconds to wait for the port to become free. (Default: no "
1888
1921
"wait)"
1889
1922
msgstr ""
1890
1923
"TCP/IPのポートがフリーになるまで待つ最大の秒数(デフォルト: ウェイト無し)"
1891
1924
 
1892
 
#: ../drizzled/drizzled.cc:1907
 
1925
#: ../drizzled/drizzled.cc:1948
1893
1926
msgid ""
1894
1927
"Controls the heuristic(s) applied during query optimization to prune less-"
1895
1928
"promising partial plans from the optimizer search space. Meaning: false - do "
1897
1930
"based on number of retrieved rows."
1898
1931
msgstr ""
1899
1932
 
1900
 
#: ../drizzled/drizzled.cc:2039
 
1933
#: ../drizzled/drizzled.cc:2084
1901
1934
#, fuzzy
1902
1935
msgid ""
1903
1936
"Copyright (C) 2008 Sun Microsystems\n"
1911
1944
"つまり自由なソフトウェアであり、変更を加えてGPLライセンスの下で再配布すること"
1912
1945
"ができます。\n"
1913
1946
 
1914
 
#: ../drizzled/drizzled.cc:2046
 
1947
#: ../drizzled/drizzled.cc:2091
1915
1948
#, c-format
1916
1949
msgid "Usage: %s [OPTIONS]\n"
1917
1950
msgstr ""
1918
1951
 
1919
 
#: ../drizzled/drizzled.cc:2167
 
1952
#: ../drizzled/drizzled.cc:2214
1920
1953
#, c-format
1921
1954
msgid ""
1922
1955
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1923
1956
"command line\n"
1924
1957
msgstr ""
1925
1958
 
1926
 
#: ../drizzled/drizzled.cc:2184
 
1959
#: ../drizzled/drizzled.cc:2231
1927
1960
msgid "Error: sort-heap-threshold cannot be less than sort-buffer-size"
1928
1961
msgstr ""
1929
1962
 
1930
 
#: ../drizzled/drizzled.cc:2197
 
1963
#: ../drizzled/drizzled.cc:2244
1931
1964
msgid "Error: join-heap-threshold cannot be less than join-buffer-size"
1932
1965
msgstr ""
1933
1966
 
1934
 
#: ../drizzled/drizzled.cc:2210
 
1967
#: ../drizzled/drizzled.cc:2257
1935
1968
msgid "Error: read-rnd-threshold cannot be less than read-rnd-buffer-size"
1936
1969
msgstr ""
1937
1970
 
1938
 
#: ../drizzled/drizzled.cc:2223
 
1971
#: ../drizzled/drizzled.cc:2270
1939
1972
msgid "Error: read-buffer-threshold cannot be less than read-buffer-size"
1940
1973
msgstr ""
1941
1974
 
1942
 
#: ../drizzled/drizzled.cc:2338
1943
 
#, c-format
1944
 
msgid ""
1945
 
"There was an error creating the '%s' part of the path '%s'.  Please check "
1946
 
"the path exists and is writable.\n"
1947
 
msgstr ""
1948
 
 
1949
 
#: ../drizzled/drizzled.cc:2345
1950
 
#, c-format
1951
 
msgid ""
1952
 
"There was an error opening the path '%s', please check the path exists and "
1953
 
"is writable.\n"
1954
 
msgstr ""
1955
 
 
1956
 
#: ../drizzled/error.cc:133
 
1975
#: ../drizzled/error.cc:114
1957
1976
#, c-format
1958
1977
msgid "Unknown error %d"
1959
1978
msgstr "未知のエラー %d"
1960
1979
 
1961
 
#: ../drizzled/error.cc:207
1962
 
msgid "SUCCESS"
1963
 
msgstr ""
1964
 
 
1965
 
#: ../drizzled/error.cc:208
1966
 
msgid "Error on first"
1967
 
msgstr ""
1968
 
 
1969
 
#: ../drizzled/error.cc:209
 
1980
#: ../drizzled/error.cc:189
1970
1981
msgid "NO"
1971
1982
msgstr ""
1972
1983
 
1973
 
#: ../drizzled/error.cc:210
 
1984
#: ../drizzled/error.cc:190
1974
1985
msgid "YES"
1975
1986
msgstr ""
1976
1987
 
1977
 
#: ../drizzled/error.cc:211
 
1988
#: ../drizzled/error.cc:191
1978
1989
#, c-format
1979
1990
msgid "Can't create file '%-.200s' (errno: %d)"
1980
1991
msgstr ""
1981
1992
 
1982
 
#: ../drizzled/error.cc:212
 
1993
#: ../drizzled/error.cc:192
1983
1994
#, c-format
1984
1995
msgid "Can't create table '%-.200s' (errno: %d)"
1985
1996
msgstr ""
1986
1997
 
1987
 
#: ../drizzled/error.cc:213
 
1998
#: ../drizzled/error.cc:193
1988
1999
#, fuzzy, c-format
1989
2000
msgid "Can't create schema '%-.192s' (errno: %d)"
1990
2001
msgstr "'%s' ディレクトリに移動できません (Errcode: %d)"
1991
2002
 
1992
 
#: ../drizzled/error.cc:214
 
2003
#: ../drizzled/error.cc:194
1993
2004
#, fuzzy, c-format
1994
2005
msgid "Can't create schema '%-.192s'; schema exists"
1995
2006
msgstr "データベース '%-.192s' を削除できません; データベースがありません"
1996
2007
 
1997
 
#: ../drizzled/error.cc:215
 
2008
#: ../drizzled/error.cc:195
1998
2009
#, fuzzy, c-format
1999
2010
msgid "Can't drop schema '%-.192s'; schema doesn't exist"
2000
2011
msgstr "データベース '%-.192s' を削除できません; データベースがありません"
2001
2012
 
2002
 
#: ../drizzled/error.cc:216
 
2013
#: ../drizzled/error.cc:196
2003
2014
#, c-format
2004
2015
msgid "Error on delete of '%-.192s' (errno: %d)"
2005
2016
msgstr ""
2006
2017
 
2007
 
#: ../drizzled/error.cc:217
 
2018
#: ../drizzled/error.cc:197
2008
2019
#, c-format
2009
2020
msgid "Can't get status of '%-.200s' (errno: %d)"
2010
2021
msgstr ""
2011
2022
 
2012
 
#: ../drizzled/error.cc:218
 
2023
#: ../drizzled/error.cc:198
2013
2024
#, c-format
2014
2025
msgid "Can't lock file (errno: %d)"
2015
2026
msgstr ""
2016
2027
 
2017
 
#: ../drizzled/error.cc:219
 
2028
#: ../drizzled/error.cc:199
2018
2029
#, c-format
2019
2030
msgid "Can't open file: '%-.200s' (errno: %d)"
2020
2031
msgstr ""
2021
2032
 
2022
 
#: ../drizzled/error.cc:220
 
2033
#: ../drizzled/error.cc:200
2023
2034
#, c-format
2024
2035
msgid "Can't find file: '%-.200s' (errno: %d)"
2025
2036
msgstr ""
2026
2037
 
2027
 
#: ../drizzled/error.cc:221
 
2038
#: ../drizzled/error.cc:201
2028
2039
#, c-format
2029
2040
msgid "Can't read dir of '%-.192s' (errno: %d)"
2030
2041
msgstr ""
2031
2042
 
2032
 
#: ../drizzled/error.cc:222
 
2043
#: ../drizzled/error.cc:202
2033
2044
#, c-format
2034
2045
msgid "Record has changed since last read in table '%-.192s'"
2035
2046
msgstr ""
2036
2047
 
2037
 
#: ../drizzled/error.cc:223
 
2048
#: ../drizzled/error.cc:203
2038
2049
#, c-format
2039
2050
msgid "Disk full (%s); waiting for someone to free some space..."
2040
2051
msgstr ""
2041
2052
 
2042
 
#: ../drizzled/error.cc:224
 
2053
#: ../drizzled/error.cc:204
2043
2054
#, c-format
2044
2055
msgid "Can't write; duplicate key in table '%-.192s'"
2045
2056
msgstr ""
2046
2057
 
2047
 
#: ../drizzled/error.cc:225
 
2058
#: ../drizzled/error.cc:205
2048
2059
#, c-format
2049
2060
msgid "Error on close of '%-.192s' (errno: %d)"
2050
2061
msgstr ""
2051
2062
 
2052
 
#: ../drizzled/error.cc:226
 
2063
#: ../drizzled/error.cc:206
2053
2064
#, c-format
2054
2065
msgid "Error reading file '%-.200s' (errno: %d)"
2055
2066
msgstr ""
2056
2067
 
2057
 
#: ../drizzled/error.cc:227
 
2068
#: ../drizzled/error.cc:207
2058
2069
#, c-format
2059
2070
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
2060
2071
msgstr ""
2061
2072
 
2062
 
#: ../drizzled/error.cc:228
 
2073
#: ../drizzled/error.cc:208
2063
2074
#, c-format
2064
2075
msgid "Error writing file '%-.200s' (errno: %d)"
2065
2076
msgstr ""
2066
2077
 
2067
 
#: ../drizzled/error.cc:229
 
2078
#: ../drizzled/error.cc:209
2068
2079
#, c-format
2069
2080
msgid "'%-.192s' is locked against change"
2070
2081
msgstr ""
2071
2082
 
2072
 
#: ../drizzled/error.cc:230
 
2083
#: ../drizzled/error.cc:210
2073
2084
msgid "Sort aborted"
2074
2085
msgstr ""
2075
2086
 
2076
 
#: ../drizzled/error.cc:231
 
2087
#: ../drizzled/error.cc:211
2077
2088
#, c-format
2078
2089
msgid "Got error %d from storage engine"
2079
2090
msgstr ""
2080
2091
 
2081
 
#: ../drizzled/error.cc:232
 
2092
#: ../drizzled/error.cc:212
2082
2093
#, c-format
2083
2094
msgid "Table storage engine for '%-.192s' doesn't have this option"
2084
2095
msgstr ""
2085
2096
 
2086
 
#: ../drizzled/error.cc:233
 
2097
#: ../drizzled/error.cc:213
2087
2098
#, c-format
2088
2099
msgid "Can't find record in '%-.192s'"
2089
2100
msgstr ""
2090
2101
 
2091
 
#: ../drizzled/error.cc:234
 
2102
#: ../drizzled/error.cc:214
2092
2103
#, c-format
2093
2104
msgid "Incorrect information in file: '%-.200s'"
2094
2105
msgstr ""
2095
2106
 
2096
 
#: ../drizzled/error.cc:235
 
2107
#: ../drizzled/error.cc:215
2097
2108
#, c-format
2098
2109
msgid "Incorrect key file for table '%-.200s'; try to repair it"
2099
2110
msgstr ""
2100
2111
 
2101
 
#: ../drizzled/error.cc:236
 
2112
#: ../drizzled/error.cc:216
2102
2113
#, c-format
2103
2114
msgid "Old key file for table '%-.192s'; repair it!"
2104
2115
msgstr ""
2105
2116
 
2106
 
#: ../drizzled/error.cc:237
 
2117
#: ../drizzled/error.cc:217
2107
2118
#, c-format
2108
2119
msgid "Table '%-.192s' is read only"
2109
2120
msgstr ""
2110
2121
 
2111
 
#: ../drizzled/error.cc:238
 
2122
#: ../drizzled/error.cc:218
2112
2123
#, c-format
2113
2124
msgid "Out of memory; restart server and try again (needed %lu bytes)"
2114
2125
msgstr ""
2115
2126
 
2116
 
#: ../drizzled/error.cc:239
 
2127
#: ../drizzled/error.cc:219
2117
2128
msgid "Out of sort memory; increase server sort buffer size"
2118
2129
msgstr ""
2119
2130
 
2120
 
#: ../drizzled/error.cc:240
 
2131
#: ../drizzled/error.cc:220
2121
2132
msgid "Global sort memory constraint hit; increase sort-heap-threshold"
2122
2133
msgstr ""
2123
2134
 
2124
 
#: ../drizzled/error.cc:241
 
2135
#: ../drizzled/error.cc:221
2125
2136
msgid "Global join memory constraint hit; increase join-heap-threshold"
2126
2137
msgstr ""
2127
2138
 
2128
 
#: ../drizzled/error.cc:242
 
2139
#: ../drizzled/error.cc:222
2129
2140
msgid "Global read_rnd memory constraint hit; increase read-rnd-heap-threshold"
2130
2141
msgstr ""
2131
2142
 
2132
 
#: ../drizzled/error.cc:243
 
2143
#: ../drizzled/error.cc:223
2133
2144
msgid "Global read memory constraint hit; increase read-buffer-threshold"
2134
2145
msgstr ""
2135
2146
 
2136
 
#: ../drizzled/error.cc:244
 
2147
#: ../drizzled/error.cc:224
2137
2148
#, c-format
2138
2149
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
2139
2150
msgstr ""
2140
2151
 
2141
 
#: ../drizzled/error.cc:245
 
2152
#: ../drizzled/error.cc:225
2142
2153
msgid "Too many connections"
2143
2154
msgstr ""
2144
2155
 
2145
 
#: ../drizzled/error.cc:246
 
2156
#: ../drizzled/error.cc:226
2146
2157
msgid ""
2147
2158
"Out of memory; check if drizzled or some other process uses all available "
2148
2159
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
2149
2160
"memory or you can add more swap space"
2150
2161
msgstr ""
2151
2162
 
2152
 
#: ../drizzled/error.cc:247
 
2163
#: ../drizzled/error.cc:227
2153
2164
msgid "Can't get hostname for your address"
2154
2165
msgstr ""
2155
2166
 
2156
 
#: ../drizzled/error.cc:248
 
2167
#: ../drizzled/error.cc:228
2157
2168
msgid "Bad handshake"
2158
2169
msgstr ""
2159
2170
 
2160
 
#: ../drizzled/error.cc:249
 
2171
#: ../drizzled/error.cc:229
2161
2172
#, c-format
2162
2173
msgid "Access denied for user '%-.48s'@'%-.64s' to schema '%-.192s'"
2163
2174
msgstr ""
2164
2175
 
2165
 
#: ../drizzled/error.cc:250
 
2176
#: ../drizzled/error.cc:230
2166
2177
#, c-format
2167
2178
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
2168
2179
msgstr ""
2169
2180
 
2170
 
#: ../drizzled/error.cc:251
 
2181
#: ../drizzled/error.cc:231
2171
2182
msgid "No schema selected"
2172
2183
msgstr ""
2173
2184
 
2174
 
#: ../drizzled/error.cc:252
 
2185
#: ../drizzled/error.cc:232
2175
2186
msgid "Unknown command"
2176
2187
msgstr ""
2177
2188
 
2178
 
#: ../drizzled/error.cc:253
 
2189
#: ../drizzled/error.cc:233
2179
2190
#, c-format
2180
2191
msgid "Column '%-.192s' cannot be null"
2181
2192
msgstr ""
2182
2193
 
2183
 
#: ../drizzled/error.cc:254
 
2194
#: ../drizzled/error.cc:234
2184
2195
#, fuzzy, c-format
2185
2196
msgid "Unknown schema '%-.192s'"
2186
2197
msgstr "不明なロケールです: 「%s」"
2187
2198
 
2188
 
#: ../drizzled/error.cc:255
 
2199
#: ../drizzled/error.cc:235
2189
2200
#, c-format
2190
2201
msgid "Table '%-.192s' already exists"
2191
2202
msgstr ""
2192
2203
 
2193
 
#: ../drizzled/error.cc:256
 
2204
#: ../drizzled/error.cc:236
2194
2205
#, c-format
2195
2206
msgid "Unknown table '%-.100s'"
2196
2207
msgstr ""
2197
2208
 
2198
 
#: ../drizzled/error.cc:257
 
2209
#: ../drizzled/error.cc:237
2199
2210
#, c-format
2200
2211
msgid "Column '%-.192s' in %-.192s is ambiguous"
2201
2212
msgstr ""
2202
2213
 
2203
 
#: ../drizzled/error.cc:258
 
2214
#: ../drizzled/error.cc:238
2204
2215
msgid "Server shutdown in progress"
2205
2216
msgstr ""
2206
2217
 
2207
 
#: ../drizzled/error.cc:259
 
2218
#: ../drizzled/error.cc:239
2208
2219
#, c-format
2209
2220
msgid "Unknown column '%-.192s' in '%-.192s'"
2210
2221
msgstr ""
2211
2222
 
2212
 
#: ../drizzled/error.cc:260
 
2223
#: ../drizzled/error.cc:240
2213
2224
#, c-format
2214
2225
msgid "'%-.192s' isn't in GROUP BY"
2215
2226
msgstr ""
2216
2227
 
2217
 
#: ../drizzled/error.cc:261
 
2228
#: ../drizzled/error.cc:241
2218
2229
#, c-format
2219
2230
msgid "Can't group on '%-.192s'"
2220
2231
msgstr ""
2221
2232
 
2222
 
#: ../drizzled/error.cc:262
 
2233
#: ../drizzled/error.cc:242
2223
2234
msgid "Statement has sum functions and columns in same statement"
2224
2235
msgstr ""
2225
2236
 
2226
 
#: ../drizzled/error.cc:263
 
2237
#: ../drizzled/error.cc:243
2227
2238
msgid "Column count doesn't match value count"
2228
2239
msgstr ""
2229
2240
 
2230
 
#: ../drizzled/error.cc:264
 
2241
#: ../drizzled/error.cc:244
2231
2242
#, c-format
2232
2243
msgid "Identifier name '%-.100s' is too long"
2233
2244
msgstr ""
2234
2245
 
2235
 
#: ../drizzled/error.cc:265
 
2246
#: ../drizzled/error.cc:245
2236
2247
#, c-format
2237
2248
msgid "Duplicate column name '%-.192s'"
2238
2249
msgstr ""
2239
2250
 
2240
 
#: ../drizzled/error.cc:266
 
2251
#: ../drizzled/error.cc:246
2241
2252
#, c-format
2242
2253
msgid "Duplicate key name '%-.192s'"
2243
2254
msgstr ""
2244
2255
 
2245
 
#: ../drizzled/error.cc:267
 
2256
#: ../drizzled/error.cc:247
2246
2257
#, c-format
2247
2258
msgid "Duplicate entry '%-.192s' for key %d"
2248
2259
msgstr ""
2249
2260
 
2250
 
#: ../drizzled/error.cc:268
 
2261
#: ../drizzled/error.cc:248
2251
2262
#, c-format
2252
2263
msgid "Incorrect column specifier for column '%-.192s'"
2253
2264
msgstr ""
2254
2265
 
2255
 
#: ../drizzled/error.cc:269
 
2266
#: ../drizzled/error.cc:249
2256
2267
#, c-format
2257
2268
msgid "%s near '%-.80s' at line %d"
2258
2269
msgstr ""
2259
2270
 
2260
 
#: ../drizzled/error.cc:270
2261
 
#, c-format
2262
 
msgid "Parsing error near '%s'"
2263
 
msgstr ""
2264
 
 
2265
 
#: ../drizzled/error.cc:271
 
2271
#: ../drizzled/error.cc:250
2266
2272
msgid "Query was empty"
2267
2273
msgstr "クエリーが空でした"
2268
2274
 
2269
 
#: ../drizzled/error.cc:272
 
2275
#: ../drizzled/error.cc:251
2270
2276
#, c-format
2271
2277
msgid "Not unique table/alias: '%-.192s'"
2272
2278
msgstr ""
2273
2279
 
2274
 
#: ../drizzled/error.cc:273
 
2280
#: ../drizzled/error.cc:252
2275
2281
#, c-format
2276
2282
msgid "Invalid default value for '%-.192s'"
2277
2283
msgstr ""
2278
2284
 
2279
 
#: ../drizzled/error.cc:274
 
2285
#: ../drizzled/error.cc:253
2280
2286
msgid "Multiple primary key defined"
2281
2287
msgstr ""
2282
2288
 
2283
 
#: ../drizzled/error.cc:275
 
2289
#: ../drizzled/error.cc:254
2284
2290
#, c-format
2285
2291
msgid "Too many keys specified; max %d keys allowed"
2286
2292
msgstr ""
2287
2293
 
2288
 
#: ../drizzled/error.cc:276
 
2294
#: ../drizzled/error.cc:255
2289
2295
#, c-format
2290
2296
msgid "Too many key parts specified; max %d parts allowed"
2291
2297
msgstr ""
2292
2298
 
2293
 
#: ../drizzled/error.cc:277
 
2299
#: ../drizzled/error.cc:256
2294
2300
#, c-format
2295
2301
msgid "Specified key was too long; max key length is %d bytes"
2296
2302
msgstr ""
2297
2303
 
2298
 
#: ../drizzled/error.cc:278
 
2304
#: ../drizzled/error.cc:257
2299
2305
#, c-format
2300
2306
msgid "Key column '%-.192s' doesn't exist in table"
2301
2307
msgstr ""
2302
2308
 
2303
 
#: ../drizzled/error.cc:279
 
2309
#: ../drizzled/error.cc:258
2304
2310
#, c-format
2305
2311
msgid ""
2306
2312
"BLOB column '%-.192s' can't be used in key specification with the used table "
2307
2313
"type"
2308
2314
msgstr ""
2309
2315
 
2310
 
#: ../drizzled/error.cc:280
 
2316
#: ../drizzled/error.cc:259
2311
2317
#, c-format
2312
2318
msgid ""
2313
2319
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2314
2320
"instead"
2315
2321
msgstr ""
2316
2322
 
2317
 
#: ../drizzled/error.cc:281
 
2323
#: ../drizzled/error.cc:260
2318
2324
msgid ""
2319
2325
"Incorrect table definition; there can be only one auto column and it must be "
2320
2326
"defined as a key"
2321
2327
msgstr ""
2322
2328
 
2323
 
#: ../drizzled/error.cc:282
 
2329
#: ../drizzled/error.cc:261
2324
2330
#, c-format
2325
2331
msgid "%s: Normal shutdown\n"
2326
2332
msgstr ""
2327
2333
 
2328
 
#: ../drizzled/error.cc:283
 
2334
#: ../drizzled/error.cc:262
2329
2335
#, c-format
2330
2336
msgid "%s: Got signal %d. Aborting!\n"
2331
2337
msgstr ""
2332
2338
 
2333
 
#: ../drizzled/error.cc:284
 
2339
#: ../drizzled/error.cc:263
2334
2340
#, c-format
2335
2341
msgid "%s: Shutdown complete\n"
2336
2342
msgstr "%s: シャットダウンが完了しました\n"
2337
2343
 
2338
 
#: ../drizzled/error.cc:285
 
2344
#: ../drizzled/error.cc:264
2339
2345
#, c-format
2340
2346
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
2341
2347
msgstr ""
2342
2348
 
2343
 
#: ../drizzled/error.cc:286
 
2349
#: ../drizzled/error.cc:265
2344
2350
msgid "Can't create IP socket"
2345
2351
msgstr ""
2346
2352
 
2347
 
#: ../drizzled/error.cc:287
 
2353
#: ../drizzled/error.cc:266
2348
2354
#, c-format
2349
2355
msgid ""
2350
2356
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2351
2357
"table"
2352
2358
msgstr ""
2353
2359
 
2354
 
#: ../drizzled/error.cc:288
 
2360
#: ../drizzled/error.cc:267
2355
2361
#, c-format
2356
2362
msgid ""
2357
2363
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
2358
2364
"check the manual"
2359
2365
msgstr ""
2360
2366
 
2361
 
#: ../drizzled/error.cc:289
 
2367
#: ../drizzled/error.cc:268
2362
2368
msgid ""
2363
2369
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2364
2370
msgstr ""
2365
2371
 
2366
 
#: ../drizzled/error.cc:290
 
2372
#: ../drizzled/error.cc:269
2367
2373
#, c-format
2368
2374
msgid ""
2369
2375
"The file '%-.128s' must be in the schema directory or be readable by all"
2370
2376
msgstr ""
2371
2377
 
2372
 
#: ../drizzled/error.cc:291
 
2378
#: ../drizzled/error.cc:270
2373
2379
#, c-format
2374
2380
msgid "File '%-.200s' already exists"
2375
2381
msgstr ""
2376
2382
 
2377
 
#: ../drizzled/error.cc:292
 
2383
#: ../drizzled/error.cc:271
2378
2384
#, c-format
2379
2385
msgid "Records: %ld  Deleted: %ld  Skipped: %ld  Warnings: %ld"
2380
2386
msgstr ""
2381
2387
 
2382
 
#: ../drizzled/error.cc:293
 
2388
#: ../drizzled/error.cc:272
2383
2389
msgid ""
2384
2390
"Incorrect prefix key; the used key part isn't a string, the used length is "
2385
2391
"longer than the key part, or the storage engine doesn't support unique "
2386
2392
"prefix keys"
2387
2393
msgstr ""
2388
2394
 
2389
 
#: ../drizzled/error.cc:294
 
2395
#: ../drizzled/error.cc:273
2390
2396
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2391
2397
msgstr ""
2392
2398
 
2393
 
#: ../drizzled/error.cc:295
 
2399
#: ../drizzled/error.cc:274
2394
2400
#, c-format
2395
2401
msgid "Can't DROP '%-.192s'; check that column/key exists"
2396
2402
msgstr ""
2397
2403
 
2398
 
#: ../drizzled/error.cc:296
 
2404
#: ../drizzled/error.cc:275
2399
2405
#, c-format
2400
2406
msgid "Records: %ld  Duplicates: %ld  Warnings: %ld"
2401
2407
msgstr ""
2402
2408
 
2403
 
#: ../drizzled/error.cc:297
 
2409
#: ../drizzled/error.cc:276
2404
2410
#, c-format
2405
2411
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2406
2412
msgstr ""
2407
2413
 
2408
2414
#. KILL session errors
2409
 
#: ../drizzled/error.cc:300
 
2415
#: ../drizzled/error.cc:279
2410
2416
#, fuzzy, c-format
2411
2417
msgid "Unknown session id: %lu"
2412
2418
msgstr "無効なコマンド "
2413
2419
 
2414
 
#: ../drizzled/error.cc:301
 
2420
#: ../drizzled/error.cc:280
2415
2421
#, c-format
2416
2422
msgid "You are not the owner of session %lu"
2417
2423
msgstr ""
2418
2424
 
2419
 
#: ../drizzled/error.cc:302
 
2425
#: ../drizzled/error.cc:281
2420
2426
msgid "You cannot kill the session you are connected from."
2421
2427
msgstr ""
2422
2428
 
2423
 
#: ../drizzled/error.cc:305
 
2429
#: ../drizzled/error.cc:284
2424
2430
msgid "No tables used"
2425
2431
msgstr ""
2426
2432
 
2427
 
#: ../drizzled/error.cc:306
 
2433
#: ../drizzled/error.cc:285
2428
2434
#, c-format
2429
2435
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2430
2436
msgstr ""
2431
2437
 
2432
 
#: ../drizzled/error.cc:307
 
2438
#: ../drizzled/error.cc:286
2433
2439
#, c-format
2434
2440
msgid "Incorrect schema name '%-.100s'"
2435
2441
msgstr ""
2436
2442
 
2437
 
#: ../drizzled/error.cc:308
 
2443
#: ../drizzled/error.cc:287
2438
2444
#, c-format
2439
2445
msgid "Incorrect table name '%-.100s'"
2440
2446
msgstr ""
2441
2447
 
2442
 
#: ../drizzled/error.cc:309
 
2448
#: ../drizzled/error.cc:288
2443
2449
msgid ""
2444
2450
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2445
2451
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
2446
2452
msgstr ""
2447
2453
 
2448
 
#: ../drizzled/error.cc:310
 
2454
#: ../drizzled/error.cc:289
2449
2455
msgid "Unknown error"
2450
2456
msgstr ""
2451
2457
 
2452
 
#: ../drizzled/error.cc:311
 
2458
#: ../drizzled/error.cc:290
2453
2459
#, c-format
2454
2460
msgid "Unknown procedure '%-.192s'"
2455
2461
msgstr ""
2456
2462
 
2457
 
#: ../drizzled/error.cc:312
 
2463
#: ../drizzled/error.cc:291
2458
2464
#, c-format
2459
2465
msgid "Incorrect parameter count to procedure '%-.192s'"
2460
2466
msgstr ""
2461
2467
 
2462
 
#: ../drizzled/error.cc:313
 
2468
#: ../drizzled/error.cc:292
2463
2469
#, c-format
2464
2470
msgid "Unknown table '%-.192s' in %-.32s"
2465
2471
msgstr ""
2466
2472
 
2467
 
#: ../drizzled/error.cc:314
 
2473
#: ../drizzled/error.cc:293
2468
2474
#, c-format
2469
2475
msgid "Column '%-.192s' specified twice"
2470
2476
msgstr ""
2471
2477
 
2472
 
#: ../drizzled/error.cc:315
 
2478
#: ../drizzled/error.cc:294
2473
2479
msgid "Invalid use of group function"
2474
2480
msgstr ""
2475
2481
 
2476
 
#: ../drizzled/error.cc:316
 
2482
#: ../drizzled/error.cc:295
2477
2483
#, c-format
2478
2484
msgid ""
2479
2485
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2480
2486
msgstr ""
2481
2487
 
2482
 
#: ../drizzled/error.cc:317
 
2488
#: ../drizzled/error.cc:296
2483
2489
msgid "A table must have at least 1 column"
2484
2490
msgstr ""
2485
2491
 
2486
 
#: ../drizzled/error.cc:318
 
2492
#: ../drizzled/error.cc:297
2487
2493
#, c-format
2488
2494
msgid "The table '%-.192s' is full"
2489
2495
msgstr ""
2490
2496
 
2491
 
#: ../drizzled/error.cc:319
 
2497
#: ../drizzled/error.cc:298
2492
2498
#, c-format
2493
2499
msgid "Too many tables; Drizzle can only use %d tables in a join"
2494
2500
msgstr ""
2495
2501
 
2496
 
#: ../drizzled/error.cc:320
 
2502
#: ../drizzled/error.cc:299
2497
2503
msgid "Too many columns"
2498
2504
msgstr ""
2499
2505
 
2500
 
#: ../drizzled/error.cc:321
 
2506
#: ../drizzled/error.cc:300
2501
2507
#, c-format
2502
2508
msgid ""
2503
2509
"Row size too large. The maximum row size for the used table type, not "
2504
2510
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2505
2511
msgstr ""
2506
2512
 
2507
 
#: ../drizzled/error.cc:322
 
2513
#: ../drizzled/error.cc:301
2508
2514
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2509
2515
msgstr ""
2510
2516
 
2511
 
#: ../drizzled/error.cc:323
 
2517
#: ../drizzled/error.cc:302
2512
2518
#, c-format
2513
2519
msgid ""
2514
2520
"Table handler doesn't support NULL in given index. Please change column "
2515
2521
"'%-.192s' to be NOT NULL or use another handler"
2516
2522
msgstr ""
2517
2523
 
2518
 
#: ../drizzled/error.cc:324
 
2524
#: ../drizzled/error.cc:303
2519
2525
msgid "No paths allowed for plugin library"
2520
2526
msgstr ""
2521
2527
 
2522
 
#: ../drizzled/error.cc:325
 
2528
#: ../drizzled/error.cc:304
2523
2529
#, c-format
2524
2530
msgid "Plugin '%-.192s' already exists"
2525
2531
msgstr ""
2526
2532
 
2527
 
#: ../drizzled/error.cc:326
2528
 
#, fuzzy, c-format
2529
 
msgid "Can't open shared library '%-.192s' (errno: %d %s)"
2530
 
msgstr "'%s' ディレクトリに移動できません (Errcode: %d)"
2531
 
 
2532
 
#: ../drizzled/error.cc:327
2533
 
#, c-format
2534
 
msgid "Can't find symbol '%-.128s' in library '%s'"
2535
 
msgstr ""
2536
 
 
2537
 
#: ../drizzled/error.cc:328
 
2533
#: ../drizzled/error.cc:305
 
2534
#, c-format
 
2535
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
 
2536
msgstr ""
 
2537
 
 
2538
#: ../drizzled/error.cc:306
 
2539
#, c-format
 
2540
msgid "Can't find symbol '%-.128s' in library '%-.128s'"
 
2541
msgstr ""
 
2542
 
 
2543
#: ../drizzled/error.cc:307
2538
2544
#, c-format
2539
2545
msgid "Rows matched: %ld  Changed: %ld  Warnings: %ld"
2540
2546
msgstr ""
2541
2547
 
2542
 
#: ../drizzled/error.cc:329
 
2548
#: ../drizzled/error.cc:308
2543
2549
#, c-format
2544
2550
msgid ""
2545
2551
"Can't create a new thread (errno %d); if you are not out of available "
2546
2552
"memory, you can consult the manual for a possible OS-dependent bug"
2547
2553
msgstr ""
2548
2554
 
2549
 
#: ../drizzled/error.cc:330
 
2555
#: ../drizzled/error.cc:309
2550
2556
#, c-format
2551
2557
msgid "Column count doesn't match value count at row %ld"
2552
2558
msgstr ""
2553
2559
 
2554
 
#: ../drizzled/error.cc:331
 
2560
#: ../drizzled/error.cc:310
2555
2561
#, c-format
2556
2562
msgid "Can't reopen table: '%-.192s'"
2557
2563
msgstr ""
2558
2564
 
2559
 
#: ../drizzled/error.cc:332
 
2565
#: ../drizzled/error.cc:311
2560
2566
msgid ""
2561
2567
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2562
2568
"illegal if there is no GROUP BY clause"
2563
2569
msgstr ""
2564
2570
 
2565
 
#: ../drizzled/error.cc:333
 
2571
#: ../drizzled/error.cc:312
2566
2572
#, c-format
2567
2573
msgid "Table '%-.192s.%-.192s' doesn't exist"
2568
2574
msgstr ""
2569
2575
 
2570
 
#: ../drizzled/error.cc:334
 
2576
#: ../drizzled/error.cc:313
2571
2577
msgid ""
2572
2578
"You have an error in your SQL syntax; check the manual that corresponds to "
2573
2579
"your Drizzle server version for the right syntax to use"
2574
2580
msgstr ""
2575
2581
 
2576
 
#: ../drizzled/error.cc:335
 
2582
#: ../drizzled/error.cc:314
2577
2583
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2578
2584
msgstr ""
2579
2585
 
2580
 
#: ../drizzled/error.cc:336
 
2586
#: ../drizzled/error.cc:315
2581
2587
msgid "Got packets out of order"
2582
2588
msgstr ""
2583
2589
 
2584
 
#: ../drizzled/error.cc:337
 
2590
#: ../drizzled/error.cc:316
2585
2591
msgid "The used table type doesn't support BLOB/TEXT columns"
2586
2592
msgstr ""
2587
2593
 
2588
 
#: ../drizzled/error.cc:338
 
2594
#: ../drizzled/error.cc:317
2589
2595
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2590
2596
msgstr ""
2591
2597
 
2592
 
#: ../drizzled/error.cc:339
 
2598
#: ../drizzled/error.cc:318
2593
2599
#, c-format
2594
2600
msgid "Incorrect column name '%-.100s'"
2595
2601
msgstr ""
2596
2602
 
2597
 
#: ../drizzled/error.cc:340
 
2603
#: ../drizzled/error.cc:319
2598
2604
#, c-format
2599
2605
msgid "The used storage engine can't index column '%-.192s'"
2600
2606
msgstr ""
2601
2607
 
2602
 
#: ../drizzled/error.cc:341
 
2608
#: ../drizzled/error.cc:320
2603
2609
msgid ""
2604
2610
"Unable to open underlying table which is differently defined or of non-"
2605
2611
"MyISAM type or doesn't exist"
2606
2612
msgstr ""
2607
2613
 
2608
 
#: ../drizzled/error.cc:342
 
2614
#: ../drizzled/error.cc:321
2609
2615
#, c-format
2610
2616
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2611
2617
msgstr ""
2612
2618
 
2613
 
#: ../drizzled/error.cc:343
 
2619
#: ../drizzled/error.cc:322
2614
2620
#, c-format
2615
2621
msgid ""
2616
2622
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2617
2623
msgstr ""
2618
2624
 
2619
 
#: ../drizzled/error.cc:344
 
2625
#: ../drizzled/error.cc:323
2620
2626
msgid ""
2621
2627
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2622
2628
"UNIQUE instead"
2623
2629
msgstr ""
2624
2630
 
2625
 
#: ../drizzled/error.cc:345
 
2631
#: ../drizzled/error.cc:324
2626
2632
msgid "Result consisted of more than one row"
2627
2633
msgstr ""
2628
2634
 
2629
 
#: ../drizzled/error.cc:346
 
2635
#: ../drizzled/error.cc:325
2630
2636
msgid "This table type requires a primary key"
2631
2637
msgstr ""
2632
2638
 
2633
 
#: ../drizzled/error.cc:347
 
2639
#: ../drizzled/error.cc:326
2634
2640
#, c-format
2635
2641
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2636
2642
msgstr ""
2637
2643
 
2638
 
#: ../drizzled/error.cc:348
 
2644
#: ../drizzled/error.cc:327
2639
2645
msgid "Can't open table"
2640
2646
msgstr ""
2641
2647
 
2642
 
#: ../drizzled/error.cc:349
 
2648
#: ../drizzled/error.cc:328
2643
2649
#, c-format
2644
2650
msgid "The storage engine for the table doesn't support %s"
2645
2651
msgstr ""
2646
2652
 
2647
 
#: ../drizzled/error.cc:350
 
2653
#: ../drizzled/error.cc:329
2648
2654
#, c-format
2649
2655
msgid "Got error %d during COMMIT"
2650
2656
msgstr ""
2651
2657
 
2652
 
#: ../drizzled/error.cc:351
 
2658
#: ../drizzled/error.cc:330
2653
2659
#, c-format
2654
2660
msgid "Got error %d during ROLLBACK"
2655
2661
msgstr ""
2658
2664
#. program that looks over the source for the N_() macros does not
2659
2665
#. (obviously) do macro expansion, so the string is entirely wrong for
2660
2666
#. what it is trying to output for every language except english.
2661
 
#: ../drizzled/error.cc:356
 
2667
#: ../drizzled/error.cc:335
2662
2668
#, c-format
2663
2669
msgid ""
2664
2670
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
2665
2671
"'%-.64s' (%-.64s)"
2666
2672
msgstr ""
2667
2673
 
2668
 
#: ../drizzled/error.cc:357
 
2674
#: ../drizzled/error.cc:336
2669
2675
msgid ""
2670
2676
"Can't execute the given command because you have active locked tables or an "
2671
2677
"active transaction"
2672
2678
msgstr ""
2673
2679
 
2674
 
#: ../drizzled/error.cc:358
 
2680
#: ../drizzled/error.cc:337
2675
2681
#, c-format
2676
2682
msgid "Unknown system variable '%-.64s'"
2677
2683
msgstr ""
2678
2684
 
2679
 
#: ../drizzled/error.cc:359
 
2685
#: ../drizzled/error.cc:338
2680
2686
#, c-format
2681
2687
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2682
2688
msgstr ""
2683
2689
 
2684
 
#: ../drizzled/error.cc:360
 
2690
#: ../drizzled/error.cc:339
2685
2691
#, c-format
2686
2692
msgid ""
2687
2693
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2688
2694
msgstr ""
2689
2695
 
2690
 
#: ../drizzled/error.cc:361
 
2696
#: ../drizzled/error.cc:340
2691
2697
msgid "Some non-transactional changed tables couldn't be rolled back"
2692
2698
msgstr ""
2693
2699
 
2694
 
#: ../drizzled/error.cc:362
 
2700
#: ../drizzled/error.cc:341
2695
2701
msgid "You may only use constant expressions with SET"
2696
2702
msgstr ""
2697
2703
 
2698
 
#: ../drizzled/error.cc:363
 
2704
#: ../drizzled/error.cc:342
2699
2705
msgid "Lock wait timeout exceeded; try restarting transaction"
2700
2706
msgstr ""
2701
2707
 
2702
 
#: ../drizzled/error.cc:364
 
2708
#: ../drizzled/error.cc:343
2703
2709
msgid "The total number of locks exceeds the lock table size"
2704
2710
msgstr ""
2705
2711
 
2706
 
#: ../drizzled/error.cc:365
 
2712
#: ../drizzled/error.cc:344
2707
2713
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2708
2714
msgstr ""
2709
2715
 
2710
 
#: ../drizzled/error.cc:366
 
2716
#: ../drizzled/error.cc:345
2711
2717
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2712
2718
msgstr ""
2713
2719
 
2714
 
#: ../drizzled/error.cc:367
 
2720
#: ../drizzled/error.cc:346
2715
2721
#, c-format
2716
2722
msgid "Incorrect arguments to %s"
2717
2723
msgstr ""
2718
2724
 
2719
 
#: ../drizzled/error.cc:368
 
2725
#: ../drizzled/error.cc:347
2720
2726
msgid "Deadlock found when trying to get lock; try restarting transaction"
2721
2727
msgstr ""
2722
2728
 
2723
 
#: ../drizzled/error.cc:369
 
2729
#: ../drizzled/error.cc:348
2724
2730
msgid "The used table type doesn't support FULLTEXT indexes"
2725
2731
msgstr ""
2726
2732
 
2727
 
#: ../drizzled/error.cc:370
 
2733
#: ../drizzled/error.cc:349
2728
2734
msgid "Cannot add foreign key constraint"
2729
2735
msgstr ""
2730
2736
 
2731
 
#: ../drizzled/error.cc:371
 
2737
#: ../drizzled/error.cc:350
2732
2738
msgid "Cannot add or update a child row: a foreign key constraint fails"
2733
2739
msgstr ""
2734
2740
 
2735
 
#: ../drizzled/error.cc:372
 
2741
#: ../drizzled/error.cc:351
2736
2742
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2737
2743
msgstr ""
2738
2744
 
2739
 
#: ../drizzled/error.cc:373
 
2745
#: ../drizzled/error.cc:352
2740
2746
#, c-format
2741
2747
msgid "Incorrect usage of %s and %s"
2742
2748
msgstr ""
2743
2749
 
2744
 
#: ../drizzled/error.cc:374
 
2750
#: ../drizzled/error.cc:353
2745
2751
msgid "The used SELECT statements have a different number of columns"
2746
2752
msgstr ""
2747
2753
 
2748
 
#: ../drizzled/error.cc:375
 
2754
#: ../drizzled/error.cc:354
2749
2755
msgid "Can't execute the query because you have a conflicting read lock"
2750
2756
msgstr ""
2751
2757
 
2752
 
#: ../drizzled/error.cc:376
 
2758
#: ../drizzled/error.cc:355
2753
2759
#, c-format
2754
2760
msgid ""
2755
2761
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2756
2762
msgstr ""
2757
2763
 
2758
 
#: ../drizzled/error.cc:377
 
2764
#: ../drizzled/error.cc:356
2759
2765
#, c-format
2760
2766
msgid ""
2761
2767
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2762
2768
msgstr ""
2763
2769
 
2764
 
#: ../drizzled/error.cc:378
 
2770
#: ../drizzled/error.cc:357
2765
2771
#, c-format
2766
2772
msgid "Variable '%-.64s' doesn't have a default value"
2767
2773
msgstr ""
2768
2774
 
2769
 
#: ../drizzled/error.cc:379
 
2775
#: ../drizzled/error.cc:358
2770
2776
#, c-format
2771
2777
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2772
2778
msgstr ""
2773
2779
 
2774
 
#: ../drizzled/error.cc:380
 
2780
#: ../drizzled/error.cc:359
2775
2781
#, c-format
2776
2782
msgid "Incorrect argument type to variable '%-.64s'"
2777
2783
msgstr ""
2778
2784
 
2779
 
#: ../drizzled/error.cc:381
 
2785
#: ../drizzled/error.cc:360
2780
2786
#, c-format
2781
2787
msgid "Variable '%-.64s' can only be set, not read"
2782
2788
msgstr ""
2783
2789
 
2784
 
#: ../drizzled/error.cc:382
 
2790
#: ../drizzled/error.cc:361
2785
2791
#, c-format
2786
2792
msgid "Incorrect usage/placement of '%s'"
2787
2793
msgstr ""
2788
2794
 
2789
 
#: ../drizzled/error.cc:383
 
2795
#: ../drizzled/error.cc:362
2790
2796
#, c-format
2791
2797
msgid "This version of Drizzle doesn't yet support '%s'"
2792
2798
msgstr ""
2793
2799
 
2794
 
#: ../drizzled/error.cc:384
 
2800
#: ../drizzled/error.cc:363
2795
2801
#, c-format
2796
2802
msgid "Variable '%-.192s' is a %s variable"
2797
2803
msgstr ""
2798
2804
 
2799
 
#: ../drizzled/error.cc:385
 
2805
#: ../drizzled/error.cc:364
2800
2806
#, c-format
2801
2807
msgid "Incorrect foreign key definition for '%-.192s': %s"
2802
2808
msgstr ""
2803
2809
 
2804
 
#: ../drizzled/error.cc:386
 
2810
#: ../drizzled/error.cc:365
2805
2811
msgid "Key reference and table reference don't match"
2806
2812
msgstr ""
2807
2813
 
2808
 
#: ../drizzled/error.cc:387
 
2814
#: ../drizzled/error.cc:366
2809
2815
#, c-format
2810
2816
msgid "Operand should contain %d column(s)"
2811
2817
msgstr ""
2812
2818
 
2813
 
#: ../drizzled/error.cc:388
 
2819
#: ../drizzled/error.cc:367
2814
2820
msgid "Subquery returns more than 1 row"
2815
2821
msgstr ""
2816
2822
 
2817
 
#: ../drizzled/error.cc:389
 
2823
#: ../drizzled/error.cc:368
2818
2824
#, c-format
2819
2825
msgid "Converting column '%s' from %s to %s"
2820
2826
msgstr ""
2821
2827
 
2822
 
#: ../drizzled/error.cc:390
 
2828
#: ../drizzled/error.cc:369
2823
2829
#, c-format
2824
2830
msgid "Reference '%-.64s' not supported (%s)"
2825
2831
msgstr ""
2826
2832
 
2827
 
#: ../drizzled/error.cc:391
 
2833
#: ../drizzled/error.cc:370
2828
2834
msgid "Every derived table must have its own alias"
2829
2835
msgstr ""
2830
2836
 
2831
 
#: ../drizzled/error.cc:392
 
2837
#: ../drizzled/error.cc:371
2832
2838
#, c-format
2833
2839
msgid "Select %u was reduced during optimization"
2834
2840
msgstr ""
2835
2841
 
2836
 
#: ../drizzled/error.cc:393
 
2842
#: ../drizzled/error.cc:372
2837
2843
#, c-format
2838
2844
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2839
2845
msgstr ""
2840
2846
 
2841
 
#: ../drizzled/error.cc:394
 
2847
#: ../drizzled/error.cc:373
2842
2848
msgid "All parts of a SPATIAL index must be NOT NULL"
2843
2849
msgstr ""
2844
2850
 
2845
 
#: ../drizzled/error.cc:395
 
2851
#: ../drizzled/error.cc:374
2846
2852
#, c-format
2847
2853
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2848
2854
msgstr ""
2849
2855
 
2850
 
#: ../drizzled/error.cc:396
 
2856
#: ../drizzled/error.cc:375
2851
2857
#, c-format
2852
2858
msgid ""
2853
2859
"Uncompressed data size too large; the maximum size is %d (based on "
2854
2860
"max_allowed_packet). The length of uncompressed data may also be corrupted."
2855
2861
msgstr ""
2856
2862
 
2857
 
#: ../drizzled/error.cc:397
 
2863
#: ../drizzled/error.cc:376
2858
2864
msgid "ZLIB: Not enough memory"
2859
2865
msgstr ""
2860
2866
 
2861
 
#: ../drizzled/error.cc:398
 
2867
#: ../drizzled/error.cc:377
2862
2868
msgid ""
2863
2869
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2864
2870
"data was corrupted)"
2865
2871
msgstr ""
2866
2872
 
2867
 
#: ../drizzled/error.cc:399
 
2873
#: ../drizzled/error.cc:378
2868
2874
msgid "ZLIB: Input data corrupted"
2869
2875
msgstr ""
2870
2876
 
2871
 
#: ../drizzled/error.cc:400
 
2877
#: ../drizzled/error.cc:379
2872
2878
#, c-format
2873
2879
msgid "%d line(s) were cut by GROUP_CONCAT()"
2874
2880
msgstr ""
2875
2881
 
2876
 
#: ../drizzled/error.cc:401
 
2882
#: ../drizzled/error.cc:380
2877
2883
#, c-format
2878
2884
msgid "Row %ld doesn't contain data for all columns"
2879
2885
msgstr ""
2880
2886
 
2881
 
#: ../drizzled/error.cc:402
 
2887
#: ../drizzled/error.cc:381
2882
2888
#, c-format
2883
2889
msgid ""
2884
2890
"Row %ld was truncated; it contained more data than there were input columns"
2885
2891
msgstr ""
2886
2892
 
2887
 
#: ../drizzled/error.cc:403
 
2893
#: ../drizzled/error.cc:382
2888
2894
#, c-format
2889
2895
msgid ""
2890
2896
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2891
2897
msgstr ""
2892
2898
 
2893
 
#: ../drizzled/error.cc:404
 
2899
#: ../drizzled/error.cc:383
2894
2900
#, c-format
2895
2901
msgid "Out of range value for column '%s' at row %ld"
2896
2902
msgstr ""
2897
2903
 
2898
 
#: ../drizzled/error.cc:405
 
2904
#: ../drizzled/error.cc:384
2899
2905
#, c-format
2900
2906
msgid "Data truncated for column '%s' at row %ld"
2901
2907
msgstr ""
2902
2908
 
2903
 
#: ../drizzled/error.cc:406
 
2909
#: ../drizzled/error.cc:385
2904
2910
#, c-format
2905
2911
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2906
2912
msgstr ""
2907
2913
 
2908
 
#: ../drizzled/error.cc:407
 
2914
#: ../drizzled/error.cc:386
2909
2915
#, c-format
2910
2916
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2911
2917
msgstr ""
2912
2918
 
2913
 
#: ../drizzled/error.cc:408
 
2919
#: ../drizzled/error.cc:387
2914
2920
#, c-format
2915
2921
msgid "Illegal mix of collations for operation '%s'"
2916
2922
msgstr ""
2917
2923
 
2918
 
#: ../drizzled/error.cc:409
 
2924
#: ../drizzled/error.cc:388
2919
2925
#, c-format
2920
2926
msgid ""
2921
2927
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
2922
2928
"variable_name)"
2923
2929
msgstr ""
2924
2930
 
2925
 
#: ../drizzled/error.cc:410
 
2931
#: ../drizzled/error.cc:389
2926
2932
#, c-format
2927
2933
msgid "Unknown collation: '%-.64s'"
2928
2934
msgstr ""
2929
2935
 
2930
 
#: ../drizzled/error.cc:411
 
2936
#: ../drizzled/error.cc:390
2931
2937
#, c-format
2932
2938
msgid ""
2933
2939
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2934
2940
"SELECT #%d"
2935
2941
msgstr ""
2936
2942
 
2937
 
#: ../drizzled/error.cc:412
 
2943
#: ../drizzled/error.cc:391
2938
2944
#, c-format
2939
2945
msgid "Incorrect index name '%-.100s'"
2940
2946
msgstr ""
2941
2947
 
2942
 
#: ../drizzled/error.cc:413
 
2948
#: ../drizzled/error.cc:392
2943
2949
#, c-format
2944
2950
msgid "Incorrect catalog name '%-.100s'"
2945
2951
msgstr ""
2946
2952
 
2947
 
#: ../drizzled/error.cc:414
 
2953
#: ../drizzled/error.cc:393
2948
2954
#, c-format
2949
2955
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
2950
2956
msgstr ""
2951
2957
 
2952
 
#: ../drizzled/error.cc:415
 
2958
#: ../drizzled/error.cc:394
2953
2959
#, c-format
2954
2960
msgid "Unknown table engine '%s'"
2955
2961
msgstr ""
2956
2962
 
2957
 
#: ../drizzled/error.cc:416
 
2963
#: ../drizzled/error.cc:395
2958
2964
#, c-format
2959
2965
msgid "The target table %-.100s of the %s is not updatable"
2960
2966
msgstr ""
2961
2967
 
2962
 
#: ../drizzled/error.cc:417
 
2968
#: ../drizzled/error.cc:396
2963
2969
#, c-format
2964
2970
msgid ""
2965
2971
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
2966
2972
"working"
2967
2973
msgstr ""
2968
2974
 
2969
 
#: ../drizzled/error.cc:418
 
2975
#: ../drizzled/error.cc:397
2970
2976
#, c-format
2971
2977
msgid ""
2972
2978
"The Drizzle server is running with the %s option so it cannot execute this "
2973
2979
"statement"
2974
2980
msgstr ""
2975
2981
 
2976
 
#: ../drizzled/error.cc:419
 
2982
#: ../drizzled/error.cc:398
2977
2983
#, c-format
2978
2984
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
2979
2985
msgstr ""
2980
2986
 
2981
 
#: ../drizzled/error.cc:420
 
2987
#: ../drizzled/error.cc:399
2982
2988
#, c-format
2983
2989
msgid "Truncated incorrect %-.32s value: '%-.128s'"
2984
2990
msgstr ""
2985
2991
 
2986
 
#: ../drizzled/error.cc:421
 
2992
#: ../drizzled/error.cc:400
2987
2993
msgid ""
2988
2994
"Incorrect table definition; there can be only one TIMESTAMP column with "
2989
2995
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
2990
2996
msgstr ""
2991
2997
 
2992
 
#: ../drizzled/error.cc:422
 
2998
#: ../drizzled/error.cc:401
2993
2999
#, c-format
2994
3000
msgid "Invalid ON UPDATE clause for '%-.192s' column"
2995
3001
msgstr ""
2996
3002
 
2997
 
#: ../drizzled/error.cc:423
 
3003
#: ../drizzled/error.cc:402
2998
3004
#, c-format
2999
3005
msgid "Got error %d '%-.100s' from %s"
3000
3006
msgstr ""
3001
3007
 
3002
 
#: ../drizzled/error.cc:424
 
3008
#: ../drizzled/error.cc:403
3003
3009
#, c-format
3004
3010
msgid "Got temporary error %d '%-.100s' from %s"
3005
3011
msgstr ""
3006
3012
 
3007
 
#: ../drizzled/error.cc:425
 
3013
#: ../drizzled/error.cc:404
3008
3014
#, c-format
3009
3015
msgid "Unknown or incorrect time zone: '%-.64s'"
3010
3016
msgstr ""
3011
3017
 
3012
 
#: ../drizzled/error.cc:426
 
3018
#: ../drizzled/error.cc:405
3013
3019
#, c-format
3014
3020
msgid "Invalid %s character string: '%.64s'"
3015
3021
msgstr ""
3016
3022
 
3017
 
#: ../drizzled/error.cc:427
 
3023
#: ../drizzled/error.cc:406
3018
3024
#, c-format
3019
3025
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
3020
3026
msgstr ""
3021
3027
 
3022
 
#: ../drizzled/error.cc:428
 
3028
#: ../drizzled/error.cc:407
3023
3029
#, c-format
3024
3030
msgid "%s %s does not exist"
3025
3031
msgstr ""
3026
3032
 
3027
 
#: ../drizzled/error.cc:429
 
3033
#: ../drizzled/error.cc:408
3028
3034
msgid "Query execution was interrupted"
3029
3035
msgstr ""
3030
3036
 
3031
 
#: ../drizzled/error.cc:430
 
3037
#: ../drizzled/error.cc:409
3032
3038
#, c-format
3033
3039
msgid ""
3034
3040
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
3035
3041
"(s) or definer/invoker of view lack rights to use them"
3036
3042
msgstr ""
3037
3043
 
3038
 
#: ../drizzled/error.cc:431
 
3044
#: ../drizzled/error.cc:410
3039
3045
#, c-format
3040
3046
msgid "Field '%-.192s' doesn't have a default value"
3041
3047
msgstr ""
3042
3048
 
3043
 
#: ../drizzled/error.cc:432
 
3049
#: ../drizzled/error.cc:411
3044
3050
msgid "Division by 0"
3045
3051
msgstr ""
3046
3052
 
3047
 
#: ../drizzled/error.cc:433
 
3053
#: ../drizzled/error.cc:412
3048
3054
#, c-format
3049
3055
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
3050
3056
msgstr ""
3051
3057
 
3052
 
#: ../drizzled/error.cc:434
 
3058
#: ../drizzled/error.cc:413
3053
3059
#, c-format
3054
3060
msgid "Illegal %s '%-.192s' value found during parsing"
3055
3061
msgstr ""
3056
3062
 
3057
 
#: ../drizzled/error.cc:435
 
3063
#: ../drizzled/error.cc:414
3058
3064
#, c-format
3059
3065
msgid "Key part '%-.192s' length cannot be 0"
3060
3066
msgstr ""
3061
3067
 
3062
 
#: ../drizzled/error.cc:436
 
3068
#: ../drizzled/error.cc:415
3063
3069
#, c-format
3064
3070
msgid ""
3065
3071
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
3066
3072
"the  %.64s state"
3067
3073
msgstr ""
3068
3074
 
3069
 
#: ../drizzled/error.cc:437
 
3075
#: ../drizzled/error.cc:416
3070
3076
#, c-format
3071
3077
msgid "Data too long for column '%s' at row %ld"
3072
3078
msgstr ""
3073
3079
 
3074
 
#: ../drizzled/error.cc:438
 
3080
#: ../drizzled/error.cc:417
3075
3081
#, c-format
3076
3082
msgid ""
3077
3083
"%s: ready for connections.\n"
3078
3084
"Version: '%s' %s\n"
3079
3085
msgstr ""
3080
3086
 
3081
 
#: ../drizzled/error.cc:439
 
3087
#: ../drizzled/error.cc:418
3082
3088
msgid "Can't load value from file with fixed size rows to variable"
3083
3089
msgstr ""
3084
3090
 
3085
 
#: ../drizzled/error.cc:440
 
3091
#: ../drizzled/error.cc:419
3086
3092
#, c-format
3087
3093
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
3088
3094
msgstr ""
3089
3095
 
3090
 
#: ../drizzled/error.cc:441
 
3096
#: ../drizzled/error.cc:420
3091
3097
msgid "Table definition has changed, please retry transaction"
3092
3098
msgstr ""
3093
3099
 
3094
 
#: ../drizzled/error.cc:442
 
3100
#: ../drizzled/error.cc:421
3095
3101
#, c-format
3096
3102
msgid "Not allowed to return a result set from a %s"
3097
3103
msgstr ""
3098
3104
 
3099
 
#: ../drizzled/error.cc:443
 
3105
#: ../drizzled/error.cc:422
3100
3106
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
3101
3107
msgstr ""
3102
3108
 
3103
 
#: ../drizzled/error.cc:444
 
3109
#: ../drizzled/error.cc:423
3104
3110
msgid ""
3105
3111
"Explicit or implicit commit is not allowed in stored function or trigger."
3106
3112
msgstr ""
3107
3113
 
3108
 
#: ../drizzled/error.cc:445
 
3114
#: ../drizzled/error.cc:424
3109
3115
#, c-format
3110
3116
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
3111
3117
msgstr ""
3112
3118
 
3113
 
#: ../drizzled/error.cc:446
 
3119
#: ../drizzled/error.cc:425
3114
3120
#, c-format
3115
3121
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
3116
3122
msgstr ""
3117
3123
 
3118
 
#: ../drizzled/error.cc:447
 
3124
#: ../drizzled/error.cc:426
3119
3125
#, c-format
3120
3126
msgid ""
3121
3127
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
3122
3128
"'%-.192s')."
3123
3129
msgstr ""
3124
3130
 
3125
 
#: ../drizzled/error.cc:448
 
3131
#: ../drizzled/error.cc:427
3126
3132
msgid "Trigger in wrong schema"
3127
3133
msgstr ""
3128
3134
 
3129
 
#: ../drizzled/error.cc:449
 
3135
#: ../drizzled/error.cc:428
3130
3136
#, c-format
3131
3137
msgid ""
3132
3138
"Thread stack overrun:  %ld bytes used of a %ld byte stack, and %ld bytes "
3133
3139
"needed.  Use 'drizzled -O thread_stack=#' to specify a bigger stack."
3134
3140
msgstr ""
3135
3141
 
3136
 
#: ../drizzled/error.cc:450
 
3142
#: ../drizzled/error.cc:429
3137
3143
#, c-format
3138
3144
msgid "Display width out of range for column '%-.192s' (max = %d)"
3139
3145
msgstr ""
3140
3146
 
3141
 
#: ../drizzled/error.cc:451
 
3147
#: ../drizzled/error.cc:430
3142
3148
#, c-format
3143
3149
msgid "Datetime function: %-.32s field overflow"
3144
3150
msgstr ""
3145
3151
 
3146
 
#: ../drizzled/error.cc:452
 
3152
#: ../drizzled/error.cc:431
3147
3153
#, c-format
3148
3154
msgid ""
3149
3155
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
3150
3156
msgstr ""
3151
3157
 
3152
 
#: ../drizzled/error.cc:453
 
3158
#: ../drizzled/error.cc:432
3153
3159
#, c-format
3154
3160
msgid ""
3155
3161
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
3156
3162
msgstr ""
3157
3163
 
3158
 
#: ../drizzled/error.cc:454
 
3164
#: ../drizzled/error.cc:433
3159
3165
msgid "No data - zero rows fetched, selected, or processed"
3160
3166
msgstr ""
3161
3167
 
3162
 
#: ../drizzled/error.cc:455
 
3168
#: ../drizzled/error.cc:434
3163
3169
#, c-format
3164
3170
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
3165
3171
msgstr ""
3166
3172
 
3167
 
#: ../drizzled/error.cc:456
 
3173
#: ../drizzled/error.cc:435
3168
3174
#, c-format
3169
3175
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
3170
3176
msgstr ""
3171
3177
 
3172
 
#: ../drizzled/error.cc:457
 
3178
#: ../drizzled/error.cc:436
3173
3179
msgid "The used table type doesn't support SPATIAL indexes"
3174
3180
msgstr ""
3175
3181
 
3176
 
#: ../drizzled/error.cc:458
 
3182
#: ../drizzled/error.cc:437
3177
3183
#, c-format
3178
3184
msgid "Leading spaces are removed from name '%s'"
3179
3185
msgstr ""
3180
3186
 
3181
 
#: ../drizzled/error.cc:459
 
3187
#: ../drizzled/error.cc:438
3182
3188
msgid "Failed to read auto-increment value from storage engine"
3183
3189
msgstr ""
3184
3190
 
3185
 
#: ../drizzled/error.cc:460
 
3191
#: ../drizzled/error.cc:439
3186
3192
#, c-format
3187
3193
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
3188
3194
msgstr ""
3189
3195
 
3190
 
#: ../drizzled/error.cc:461
 
3196
#: ../drizzled/error.cc:440
3191
3197
msgid "Too high level of nesting for select"
3192
3198
msgstr ""
3193
3199
 
3194
 
#: ../drizzled/error.cc:462
 
3200
#: ../drizzled/error.cc:441
3195
3201
#, c-format
3196
3202
msgid "Name '%-.64s' has become ''"
3197
3203
msgstr ""
3198
3204
 
3199
 
#: ../drizzled/error.cc:463
 
3205
#: ../drizzled/error.cc:442
3200
3206
msgid ""
3201
3207
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
3202
3208
"optional and non-empty FIELDS ENCLOSED BY"
3203
3209
msgstr ""
3204
3210
 
3205
 
#: ../drizzled/error.cc:464
 
3211
#: ../drizzled/error.cc:443
3206
3212
#, c-format
3207
3213
msgid ""
3208
3214
"Table storage engine '%-.64s' does not support the create option '%.64s'"
3209
3215
msgstr ""
3210
3216
 
3211
 
#: ../drizzled/error.cc:465
 
3217
#: ../drizzled/error.cc:444
3212
3218
#, c-format
3213
3219
msgid "Error setting %-.32s. Given value %-.128s %-.128s"
3214
3220
msgstr ""
3215
3221
 
3216
 
#: ../drizzled/error.cc:466
 
3222
#: ../drizzled/error.cc:445
3217
3223
#, c-format
3218
3224
msgid "Incorrect %-.32s value: '%-.128s'"
3219
3225
msgstr ""
3220
3226
 
3221
 
#: ../drizzled/error.cc:467
 
3227
#: ../drizzled/error.cc:446
3222
3228
#, c-format
3223
3229
msgid "Table has no partition for value %-.64s"
3224
3230
msgstr ""
3225
3231
 
3226
 
#: ../drizzled/error.cc:468
 
3232
#: ../drizzled/error.cc:447
3227
3233
msgid "Writing one row to the row-based binary log failed"
3228
3234
msgstr ""
3229
3235
 
3230
 
#: ../drizzled/error.cc:469
 
3236
#: ../drizzled/error.cc:448
3231
3237
#, c-format
3232
3238
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
3233
3239
msgstr ""
3234
3240
 
3235
 
#: ../drizzled/error.cc:470
 
3241
#: ../drizzled/error.cc:449
3236
3242
#, c-format
3237
3243
msgid ""
3238
3244
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
3239
3245
"d would lead to a duplicate entry"
3240
3246
msgstr ""
3241
3247
 
3242
 
#: ../drizzled/error.cc:471
 
3248
#: ../drizzled/error.cc:450
3243
3249
msgid ""
3244
3250
"Transaction isolation level can't be changed while a transaction is in "
3245
3251
"progress"
3246
3252
msgstr ""
3247
3253
 
3248
 
#: ../drizzled/error.cc:472
 
3254
#: ../drizzled/error.cc:451
3249
3255
#, c-format
3250
3256
msgid "Incorrect parameter count in the call to native function '%-.192s'"
3251
3257
msgstr ""
3252
3258
 
3253
 
#: ../drizzled/error.cc:473
 
3259
#: ../drizzled/error.cc:452
3254
3260
#, c-format
3255
3261
msgid "Incorrect parameters in the call to native function '%-.192s'"
3256
3262
msgstr ""
3257
3263
 
3258
 
#: ../drizzled/error.cc:474
 
3264
#: ../drizzled/error.cc:453
3259
3265
#, c-format
3260
3266
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
3261
3267
msgstr ""
3262
3268
 
3263
 
#: ../drizzled/error.cc:475
 
3269
#: ../drizzled/error.cc:454
3264
3270
#, c-format
3265
3271
msgid "Invalid column reference (%-.64s) in LOAD DATA"
3266
3272
msgstr ""
3267
3273
 
3268
 
#: ../drizzled/error.cc:477
 
3274
#: ../drizzled/error.cc:455
 
3275
#, c-format
 
3276
msgid "Received an invalid value '%s' for a UNIX timestamp."
 
3277
msgstr ""
 
3278
 
 
3279
#: ../drizzled/error.cc:456
3269
3280
#, c-format
3270
3281
msgid "Received an invalid datetime value '%s'."
3271
3282
msgstr ""
3272
3283
 
3273
 
#: ../drizzled/error.cc:478
3274
 
#, c-format
3275
 
msgid "Received an invalid DATE value '%s'."
3276
 
msgstr ""
3277
 
 
3278
 
#: ../drizzled/error.cc:479
 
3284
#: ../drizzled/error.cc:457
3279
3285
#, c-format
3280
3286
msgid "Received a NULL argument for function '%s'."
3281
3287
msgstr ""
3282
3288
 
3283
 
#: ../drizzled/error.cc:480
3284
 
#, c-format
3285
 
msgid "Received an invalid timestamp value '%s'."
3286
 
msgstr ""
3287
 
 
3288
 
#: ../drizzled/error.cc:481
3289
 
#, c-format
3290
 
msgid "Received an invalid TIME value '%s'."
3291
 
msgstr ""
3292
 
 
3293
 
#: ../drizzled/error.cc:482
3294
 
#, c-format
3295
 
msgid "Received an invalid value '%s' for a UNIX timestamp."
3296
 
msgstr ""
3297
 
 
3298
 
#: ../drizzled/error.cc:484
 
3289
#: ../drizzled/error.cc:458
3299
3290
#, c-format
3300
3291
msgid "Received an out-of-range argument '%s' for function '%s'."
3301
3292
msgstr ""
3302
3293
 
3303
 
#: ../drizzled/error.cc:485
 
3294
#: ../drizzled/error.cc:459
3304
3295
#, c-format
3305
3296
msgid "Received an invalid enum value '%s'."
3306
3297
msgstr ""
3307
3298
 
3308
 
#: ../drizzled/error.cc:486
 
3299
#: ../drizzled/error.cc:460
3309
3300
msgid "Tables which are replicated require a primary key."
3310
3301
msgstr ""
3311
3302
 
3312
 
#: ../drizzled/error.cc:488
3313
 
#, c-format
3314
 
msgid "Corrupt or invalid schema definition for '%s' : %s"
3315
 
msgstr ""
3316
 
 
3317
 
#: ../drizzled/error.cc:489
3318
 
#, c-format
3319
 
msgid "Corrupt or invalid table definition for '%s': %s"
3320
 
msgstr ""
3321
 
 
3322
 
#: ../drizzled/error.cc:490
3323
 
#, c-format
3324
 
msgid "The number of enum that were required was too high for table '%s'"
3325
 
msgstr ""
3326
 
 
3327
 
#: ../drizzled/error.cc:491
3328
 
#, c-format
3329
 
msgid "Corrupt or invalid table definition for '%s'"
3330
 
msgstr ""
3331
 
 
3332
 
#: ../drizzled/error.cc:492
3333
 
#, c-format
3334
 
msgid "Collation '%s' for table %s is invalid/unknown"
3335
 
msgstr ""
3336
 
 
3337
 
#: ../drizzled/error.cc:494
3338
 
#, fuzzy, c-format
3339
 
msgid "Cannot drop table '%s'"
3340
 
msgstr "不明なロケールです: 「%s」"
3341
 
 
3342
 
#: ../drizzled/error.cc:495
3343
 
#, fuzzy, c-format
3344
 
msgid "Error occurred while dropping table '%s'"
3345
 
msgstr "データベースのオプションをロード中にエラー: '%s'"
3346
 
 
3347
 
#: ../drizzled/error.cc:496
3348
 
#, c-format
3349
 
msgid "Permission denied to create '%s'"
3350
 
msgstr ""
3351
 
 
3352
 
#: ../drizzled/error.cc:497
3353
 
#, fuzzy, c-format
3354
 
msgid "Unknown table '%s'"
3355
 
msgstr "不明なロケールです: 「%s」"
3356
 
 
3357
 
#: ../drizzled/error.cc:499
3358
 
#, fuzzy, c-format
3359
 
msgid "Cannot create schema '%s'"
3360
 
msgstr "不明なロケールです: 「%s」"
3361
 
 
3362
 
#: ../drizzled/error.cc:500
 
3303
#: ../drizzled/error.cc:461
 
3304
#, c-format
 
3305
msgid "Corrupt or invalid table definition: %s"
 
3306
msgstr ""
 
3307
 
 
3308
#: ../drizzled/error.cc:462
 
3309
#, c-format
 
3310
msgid "Corrupt or invalid schema definition for %s : %s"
 
3311
msgstr ""
 
3312
 
 
3313
#: ../drizzled/error.cc:463
3363
3314
#, c-format
3364
3315
msgid "Schema does not exist: %s"
3365
3316
msgstr ""
3366
3317
 
3367
 
#: ../drizzled/error.cc:501
 
3318
#: ../drizzled/error.cc:464
3368
3319
#, c-format
3369
3320
msgid "Error altering schema: %s"
3370
3321
msgstr ""
3371
3322
 
3372
 
#: ../drizzled/error.cc:502
 
3323
#: ../drizzled/error.cc:465
3373
3324
#, c-format
3374
3325
msgid "Error droppping Schema : %s"
3375
3326
msgstr ""
3376
3327
 
3377
 
#: ../drizzled/error.cc:504
 
3328
#: ../drizzled/error.cc:466
3378
3329
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
3379
3330
msgstr ""
3380
3331
 
3381
 
#: ../drizzled/error.cc:505
 
3332
#: ../drizzled/error.cc:467
3382
3333
#, c-format
3383
3334
msgid "Unknown table engine option key/pair %s = %s."
3384
3335
msgstr ""
3385
3336
 
3386
 
#: ../drizzled/error.cc:506
 
3337
#: ../drizzled/error.cc:468
3387
3338
#, c-format
3388
3339
msgid "Unknown schema engine option key/pair %s = %s."
3389
3340
msgstr ""
3390
3341
 
3391
 
#: ../drizzled/error.cc:508
 
3342
#: ../drizzled/error.cc:470
3392
3343
msgid "Admin access not allowed from this username/IP address."
3393
3344
msgstr ""
3394
3345
 
3395
3346
#. User lock/barrier error messages
3396
 
#: ../drizzled/error.cc:511
 
3347
#: ../drizzled/error.cc:473
3397
3348
msgid "wait() can not be called on session owning user defined barrier."
3398
3349
msgstr ""
3399
3350
 
3400
 
#: ../drizzled/error.cc:512
 
3351
#: ../drizzled/error.cc:474
3401
3352
#, fuzzy
3402
3353
msgid "Unknown user defined barrier requested."
3403
3354
msgstr "未知のエラー %d"
3404
3355
 
3405
 
#: ../drizzled/error.cc:513
 
3356
#: ../drizzled/error.cc:475
3406
3357
msgid "Session does not own user defined barrier."
3407
3358
msgstr ""
3408
3359
 
3409
 
#: ../drizzled/error.cc:514
 
3360
#: ../drizzled/error.cc:476
3410
3361
msgid "Session can not wait on a user defined lock owned by the session."
3411
3362
msgstr ""
3412
3363
 
3413
 
#: ../drizzled/error.cc:515
 
3364
#: ../drizzled/error.cc:477
3414
3365
msgid "Session does not own user defined lock."
3415
3366
msgstr ""
3416
3367
 
3417
 
#: ../drizzled/error.cc:517
 
3368
#: ../drizzled/error.cc:479
3418
3369
#, fuzzy
3419
3370
msgid "Invalid name for user defined barrier."
3420
3371
msgstr "ヌルポインタの不正使用"
3421
3372
 
3422
 
#: ../drizzled/error.cc:518
 
3373
#: ../drizzled/error.cc:480
3423
3374
#, fuzzy
3424
3375
msgid "Invalid name for user defined lock."
3425
3376
msgstr "ヌルポインタの不正使用"
3426
3377
 
3427
 
#: ../drizzled/error.cc:520
 
3378
#: ../drizzled/error.cc:482
3428
3379
msgid ""
3429
3380
"Either a DEFAULt value or NULL NULL description is required for a new column "
3430
3381
"if table is not empty"
3431
3382
msgstr ""
3432
3383
 
3433
 
#. Cast errors
3434
 
#: ../drizzled/error.cc:523
3435
 
#, c-format
3436
 
msgid ""
3437
 
"Cast to unsigned converted negative integer to it's positive complement: %s"
3438
 
msgstr ""
3439
 
 
3440
 
#: ../drizzled/error.cc:524
3441
 
#, fuzzy, c-format
3442
 
msgid "Invalid cast to signed integer: %s"
3443
 
msgstr "ヌルポインタの不正使用"
3444
 
 
3445
 
#: ../drizzled/error.cc:526
3446
 
#, c-format
3447
 
msgid "Identifier '%.*s' is a SQL keyword."
3448
 
msgstr ""
3449
 
 
3450
 
#: ../drizzled/error.cc:529
 
3384
#: ../drizzled/error.cc:485
3451
3385
#, c-format
3452
3386
msgid "Can't unlock file (Errcode: %d)"
3453
3387
msgstr "ファイルをアンロックできません(エラーコード: %d)"
3454
3388
 
3455
 
#: ../drizzled/error.cc:530
 
3389
#: ../drizzled/error.cc:486
3456
3390
#, c-format
3457
3391
msgid "Can't change size of file (Errcode: %d)"
3458
3392
msgstr ""
3459
3393
 
3460
 
#: ../drizzled/error.cc:531
 
3394
#: ../drizzled/error.cc:487
3461
3395
#, c-format
3462
3396
msgid "Can't open stream from handle (Errcode: %d)"
3463
3397
msgstr ""
3464
3398
 
3465
 
#: ../drizzled/error.cc:532
 
3399
#: ../drizzled/error.cc:488
3466
3400
#, c-format
3467
3401
msgid "Warning: '%s' had %d links"
3468
3402
msgstr ""
3469
3403
 
3470
 
#: ../drizzled/error.cc:533
 
3404
#: ../drizzled/error.cc:489
3471
3405
#, c-format
3472
3406
msgid "Warning: %d files and %d streams is left open\n"
3473
3407
msgstr ""
3474
3408
 
3475
 
#: ../drizzled/error.cc:534
 
3409
#: ../drizzled/error.cc:490
3476
3410
#, c-format
3477
3411
msgid "Can't create directory '%s' (Errcode: %d)"
3478
3412
msgstr ""
3479
3413
 
3480
 
#: ../drizzled/error.cc:535
 
3414
#: ../drizzled/error.cc:491
3481
3415
#, c-format
3482
3416
msgid ""
3483
3417
"Character set '%s' is not a compiled character set and is not specified in "
3484
3418
"the %s file"
3485
3419
msgstr ""
3486
3420
 
3487
 
#: ../drizzled/error.cc:536
 
3421
#: ../drizzled/error.cc:492
3488
3422
#, c-format
3489
3423
msgid "Out of resources when opening file '%s' (Errcode: %d)"
3490
3424
msgstr ""
3491
3425
 
3492
 
#: ../drizzled/error.cc:537
 
3426
#: ../drizzled/error.cc:493
3493
3427
#, c-format
3494
3428
msgid "Can't read value for symlink '%s' (Error %d)"
3495
3429
msgstr ""
3496
3430
 
3497
 
#: ../drizzled/error.cc:538
 
3431
#: ../drizzled/error.cc:494
3498
3432
#, c-format
3499
3433
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
3500
3434
msgstr ""
3501
3435
 
3502
 
#: ../drizzled/error.cc:539
 
3436
#: ../drizzled/error.cc:495
3503
3437
#, c-format
3504
3438
msgid "Error on realpath() on '%s' (Error %d)"
3505
3439
msgstr ""
3506
3440
 
3507
 
#: ../drizzled/error.cc:540
 
3441
#: ../drizzled/error.cc:496
3508
3442
#, c-format
3509
3443
msgid "Can't sync file '%s' to disk (Errcode: %d)"
3510
3444
msgstr ""
3511
3445
 
3512
 
#: ../drizzled/error.cc:541
 
3446
#: ../drizzled/error.cc:497
3513
3447
#, c-format
3514
3448
msgid ""
3515
3449
"Collation '%s' is not a compiled collation and is not specified in the %s "
3516
3450
"file"
3517
3451
msgstr ""
3518
3452
 
3519
 
#: ../drizzled/error.cc:542
 
3453
#: ../drizzled/error.cc:498
3520
3454
#, c-format
3521
3455
msgid "File '%s' (fileno: %d) was not closed"
3522
3456
msgstr ""
3523
3457
 
3524
3458
#. For UUID type
3525
 
#: ../drizzled/error.cc:545
 
3459
#: ../drizzled/error.cc:501
3526
3460
msgid "Received an invalid UUID value"
3527
3461
msgstr ""
3528
3462
 
3529
 
#: ../drizzled/error.cc:546
 
3463
#: ../drizzled/error.cc:502
3530
3464
msgid "The UUID was not created with a valid time"
3531
3465
msgstr ""
3532
3466
 
3533
 
#. For BOOL type
3534
 
#: ../drizzled/error.cc:549
3535
 
#, c-format
3536
 
msgid "Received an invalid BOOLEAN value '%s'."
3537
 
msgstr ""
3538
 
 
3539
 
#: ../drizzled/error.cc:550
3540
 
#, c-format
3541
 
msgid "Invalid cast to BOOLEAN: '%s'."
3542
 
msgstr ""
3543
 
 
3544
 
#. Transactional DDL
3545
 
#: ../drizzled/error.cc:553
3546
 
msgid "Transactional DDL not supported"
3547
 
msgstr ""
3548
 
 
3549
 
#. ASSERT Message
3550
 
#: ../drizzled/error.cc:555
3551
 
#, c-format
3552
 
msgid "Assertion '%s' failed."
3553
 
msgstr ""
3554
 
 
3555
 
#: ../drizzled/error.cc:556
3556
 
#, c-format
3557
 
msgid "Assertion '%s' failed, the result was NULL."
3558
 
msgstr ""
3559
 
 
3560
 
#. Catalog related errors
3561
 
#: ../drizzled/error.cc:574
3562
 
#, fuzzy, c-format
3563
 
msgid "Cannot create catalog '%s'."
3564
 
msgstr "不明なロケールです: 「%s」"
3565
 
 
3566
 
#: ../drizzled/error.cc:575
3567
 
#, c-format
3568
 
msgid "Permission is denied to create '%s' catalog."
3569
 
msgstr ""
3570
 
 
3571
 
#: ../drizzled/error.cc:576
3572
 
#, fuzzy, c-format
3573
 
msgid "Cannot drop catalog '%s'."
3574
 
msgstr "不明なロケールです: 「%s」"
3575
 
 
3576
 
#: ../drizzled/error.cc:577
3577
 
#, c-format
3578
 
msgid "Permission is denied to drop '%s' catalog."
3579
 
msgstr ""
3580
 
 
3581
 
#: ../drizzled/error.cc:578
3582
 
#, c-format
3583
 
msgid "Catalog '%s' does not exist."
3584
 
msgstr ""
3585
 
 
3586
 
#: ../drizzled/error.cc:579
3587
 
msgid "You cannot drop the 'local' catalog."
3588
 
msgstr ""
3589
 
 
3590
 
#: ../drizzled/error.cc:580
3591
 
#, c-format
3592
 
msgid "Could not gain lock on '%s'."
3593
 
msgstr ""
3594
 
 
3595
 
#: ../drizzled/error.cc:581
3596
 
#, c-format
3597
 
msgid "Corrupt or invalid catalog definition for '%s' : '%s'."
3598
 
msgstr ""
3599
 
 
3600
 
#: ../drizzled/error.cc:582
3601
 
#, fuzzy
3602
 
msgid "Invalid catalog name."
3603
 
msgstr "不正なパラメータ番号"
3604
 
 
3605
 
#: ../drizzled/error.cc:583
3606
 
msgid ""
3607
 
"Engine status is now stored in the data_dictionary tables, please use these "
3608
 
"instead."
3609
 
msgstr ""
3610
 
 
3611
 
#: ../drizzled/identifier/catalog.cc:56
3612
 
msgid ""
3613
 
"Catalog name cannot be encoded and fit within filesystem name length "
3614
 
"restrictions."
3615
 
msgstr ""
3616
 
 
3617
 
#: ../drizzled/identifier/schema.cc:59 ../drizzled/identifier/table.cc:221
 
3467
#: ../drizzled/identifier/schema.cc:56 ../drizzled/identifier/table.cc:215
3618
3468
msgid ""
3619
3469
"Schema name cannot be encoded and fit within filesystem name length "
3620
3470
"restrictions."
3621
3471
msgstr ""
3622
3472
 
3623
 
#: ../drizzled/identifier/table.cc:238
 
3473
#: ../drizzled/identifier/table.cc:232
3624
3474
msgid ""
3625
3475
"Table name cannot be encoded and fit within filesystem name length "
3626
3476
"restrictions."
3638
3488
msgid "error: could not open directory: %s\n"
3639
3489
msgstr ""
3640
3490
 
3641
 
#: ../drizzled/main.cc:169
 
3491
#: ../drizzled/main.cc:160
3642
3492
msgid ""
3643
3493
"setrlimit could not change the size of core files to 'infinity';  We may not "
3644
3494
"be able to generate a core file on signals"
3646
3496
"setrlimit()によってコアファイルのサイズを「無限」に設定することができませんで"
3647
3497
"した。シグナルが発生した場合にコアファイルを生成できない場合があります。"
3648
3498
 
3649
 
#: ../drizzled/main.cc:269
 
3499
#: ../drizzled/main.cc:272
3650
3500
#, c-format
3651
3501
msgid "Data directory %s does not exist\n"
3652
3502
msgstr ""
3653
3503
 
3654
 
#: ../drizzled/main.cc:280
 
3504
#: ../drizzled/main.cc:283
3655
3505
#, c-format
3656
3506
msgid "Local catalog %s/local does not exist\n"
3657
3507
msgstr ""
3658
3508
 
3659
 
#: ../drizzled/main.cc:303 ../plugin/multi_thread/multi_thread.cc:84
3660
 
msgid "Drizzle has receieved an abort event."
3661
 
msgstr ""
3662
 
 
3663
 
#: ../drizzled/main.cc:304 ../plugin/multi_thread/multi_thread.cc:85
3664
 
msgid "In Function: "
3665
 
msgstr ""
3666
 
 
3667
 
#: ../drizzled/main.cc:305 ../plugin/multi_thread/multi_thread.cc:86
3668
 
msgid "In File: "
3669
 
msgstr ""
3670
 
 
3671
 
#: ../drizzled/main.cc:306 ../plugin/multi_thread/multi_thread.cc:87
3672
 
msgid "On Line: "
3673
 
msgstr ""
3674
 
 
3675
3509
#: ../drizzled/message/transaction_writer.cc:365
3676
3510
#, c-format
3677
3511
msgid "Usage: %s TRANSACTION_LOG\n"
3689
3523
"the current running version of Drizzle: %<PRIu64>."
3690
3524
msgstr ""
3691
3525
 
3692
 
#: ../drizzled/module/loader.cc:177
 
3526
#: ../drizzled/module/loader.cc:180
3693
3527
#, c-format
3694
3528
msgid ""
3695
3529
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
3696
3530
"registered.\n"
3697
3531
msgstr ""
3698
3532
 
3699
 
#: ../drizzled/module/loader.cc:224
 
3533
#: ../drizzled/module/loader.cc:227
3700
3534
#, c-format
3701
3535
msgid "Plugin '%s' init function returned error.\n"
3702
3536
msgstr ""
3703
3537
 
3704
 
#: ../drizzled/module/loader.cc:463
 
3538
#: ../drizzled/module/loader.cc:454
3705
3539
#, c-format
3706
3540
msgid "Couldn't load plugin library named '%s'.\n"
3707
3541
msgstr ""
3708
3542
 
3709
 
#: ../drizzled/module/loader.cc:473
 
3543
#: ../drizzled/module/loader.cc:464
3710
3544
#, c-format
3711
3545
msgid "Couldn't load plugin named '%s'.\n"
3712
3546
msgstr ""
3713
3547
 
3714
 
#: ../drizzled/module/registry.cc:176
3715
 
#, c-format
3716
 
msgid ""
3717
 
"Couldn't process plugin module dependencies. %s depends on %s but %s is not "
3718
 
"to be loaded.\n"
3719
 
msgstr ""
3720
 
 
3721
 
#: ../drizzled/module/registry.h:117
3722
 
#, c-format
3723
 
msgid "Loading plugin %s failed: a %s plugin by that name already exists.\n"
3724
 
msgstr ""
3725
 
 
3726
 
#: ../drizzled/module/registry.h:131
3727
 
#, fuzzy, c-format
3728
 
msgid "Fatal error: Failed initializing %s::%s plugin.\n"
3729
 
msgstr "プラグインの初期化に失敗しました。"
 
3548
#: ../drizzled/module/registry.h:102
 
3549
#, c-format
 
3550
msgid "Loading plugin %s failed: a plugin by that name already exists.\n"
 
3551
msgstr ""
 
3552
 
 
3553
#: ../drizzled/module/registry.h:111
 
3554
#, c-format
 
3555
msgid "Fatal error: Failed initializing %s plugin.\n"
 
3556
msgstr ""
3730
3557
 
3731
3558
#: ../drizzled/option.cc:84
3732
3559
msgid "Warning: "
3820
3647
msgid "EventIterate event handler '%s' failed for event '%s'"
3821
3648
msgstr ""
3822
3649
 
3823
 
#: ../drizzled/plugin/function.cc:47 ../drizzled/plugin/function.cc:55
 
3650
#: ../drizzled/plugin/function.cc:46
3824
3651
#, c-format
3825
3652
msgid "A function named %s already exists!\n"
3826
3653
msgstr ""
3827
3654
 
3828
 
#: ../drizzled/plugin/function.cc:65
 
3655
#: ../drizzled/plugin/function.cc:55
3829
3656
msgid "Could not add Function!\n"
3830
3657
msgstr ""
3831
3658
 
3837
3664
msgid "No sockets could be bound for listening"
3838
3665
msgstr ""
3839
3666
 
3840
 
#: ../drizzled/plugin/listen.cc:95 ../plugin/console/console.cc:343
 
3667
#: ../drizzled/plugin/listen.cc:95 ../plugin/console/console.cc:315
3841
3668
#, c-format
3842
3669
msgid "pipe() failed with errno %d"
3843
3670
msgstr ""
3844
3671
 
3845
 
#: ../drizzled/plugin/listen.cc:120
 
3672
#: ../drizzled/plugin/listen.cc:121
3846
3673
#, c-format
3847
3674
msgid "poll() failed with errno %d"
3848
3675
msgstr ""
3989
3816
"We have deactivated the TransactionApplier '%s'.\n"
3990
3817
msgstr ""
3991
3818
 
3992
 
#: ../drizzled/session.cc:1990 ../drizzled/session.cc:2009
 
3819
#: ../drizzled/session.cc:1989 ../drizzled/session.cc:2007
3993
3820
#, c-format
3994
3821
msgid "Could not remove temporary table: '%s', error: %d"
3995
3822
msgstr ""
4046
3873
"\n"
4047
3874
msgstr ""
4048
3875
 
4049
 
#: ../drizzled/sql_table.cc:1933
 
3876
#: ../drizzled/sql_table.cc:1908
4050
3877
#, c-format
4051
3878
msgid "Unknown - internal error %d during operation"
4052
3879
msgstr ""
4053
3880
 
4054
 
#: ../drizzled/statement/alter_table.cc:1514
 
3881
#: ../drizzled/statement/alter_table.cc:1492
4055
3882
#, c-format
4056
3883
msgid ""
4057
3884
"order_st BY ignored because there is a user-defined clustered index in the "
4058
3885
"table '%-.192s'"
4059
3886
msgstr ""
4060
3887
 
4061
 
#: ../drizzled/sys_var.cc:1526
 
3888
#: ../drizzled/sys_var.cc:1560
4062
3889
#, c-format
4063
3890
msgid "Variable named %s already exists!\n"
4064
3891
msgstr ""
4065
3892
 
4066
 
#: ../drizzled/sys_var.cc:1535
 
3893
#: ../drizzled/sys_var.cc:1569
4067
3894
#, c-format
4068
3895
msgid "Could not add Variable: %s\n"
4069
3896
msgstr ""
4070
3897
 
4071
 
#: ../drizzled/sys_var.cc:1633
 
3898
#: ../drizzled/sys_var.cc:1668
4072
3899
#, fuzzy
4073
3900
msgid "Failed to initialize system variables"
4074
3901
msgstr "プラグインの初期化に失敗しました。"
4078
3905
msgid "Got error %d when reading table '%s'"
4079
3906
msgstr ""
4080
3907
 
4081
 
#: ../drizzled/table/instance/base.cc:1883
4082
 
#, c-format
4083
 
msgid "Unknown collation '%s' in table '%-.64s' definition"
4084
 
msgstr ""
4085
 
 
4086
 
#: ../drizzled/table/instance/base.cc:1890
4087
 
#, c-format
4088
 
msgid ""
4089
 
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
4090
 
"read"
4091
 
msgstr ""
4092
 
 
4093
 
#: ../drizzled/tztime.cc:170
 
3908
#: ../drizzled/tztime.cc:173
4094
3909
#, c-format
4095
3910
msgid "Fatal error: Illegal or unknown default time zone '%s'"
4096
3911
msgstr ""
4161
3976
msgid "Estimated number of rows that a BlitzDB table will store."
4162
3977
msgstr ""
4163
3978
 
4164
 
#: ../plugin/console/console.cc:379
 
3979
#: ../plugin/console/console.cc:351
4165
3980
msgid "Enable the console."
4166
3981
msgstr ""
4167
3982
 
4168
 
#: ../plugin/console/console.cc:382
 
3983
#: ../plugin/console/console.cc:354
4169
3984
msgid "Turn on extra debugging."
4170
3985
msgstr ""
4171
3986
 
4172
 
#: ../plugin/console/console.cc:385
 
3987
#: ../plugin/console/console.cc:357
4173
3988
msgid "User to use for auth."
4174
3989
msgstr ""
4175
3990
 
4176
 
#: ../plugin/console/console.cc:388
 
3991
#: ../plugin/console/console.cc:360
4177
3992
msgid "Password to use for auth."
4178
3993
msgstr ""
4179
3994
 
4180
 
#: ../plugin/console/console.cc:391
4181
 
#, fuzzy
4182
 
msgid "Default catalog to use."
4183
 
msgstr "使用するデータベース。"
4184
 
 
4185
 
#: ../plugin/console/console.cc:394
4186
 
#, fuzzy
4187
 
msgid "Default schema to use."
4188
 
msgstr "使用するデータベース。"
 
3995
#: ../plugin/console/console.cc:363
 
3996
msgid "Default database to use."
 
3997
msgstr ""
4189
3998
 
4190
3999
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:121
4191
4000
#, fuzzy
4197
4006
"位はdrizzle.cnf、$DRIZZLE_TCP_PORTの順で決まります。 "
4198
4007
 
4199
4008
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:124
4200
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:1018
 
4009
#: ../plugin/mysql_protocol/mysql_protocol.cc:1006
4201
4010
msgid "Connect Timeout."
4202
4011
msgstr ""
4203
4012
 
4204
4013
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:127
4205
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:1021
 
4014
#: ../plugin/mysql_protocol/mysql_protocol.cc:1009
4206
4015
msgid "Read Timeout."
4207
4016
msgstr ""
4208
4017
 
4209
4018
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:130
4210
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:1024
 
4019
#: ../plugin/mysql_protocol/mysql_protocol.cc:1012
4211
4020
msgid "Write Timeout."
4212
4021
msgstr ""
4213
4022
 
4214
4023
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:133
4215
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:1027
 
4024
#: ../plugin/mysql_protocol/mysql_protocol.cc:1015
4216
4025
msgid "Retry Count."
4217
4026
msgstr ""
4218
4027
 
4219
4028
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:136
4220
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:1030
 
4029
#: ../plugin/mysql_protocol/mysql_protocol.cc:1018
4221
4030
msgid "Buffer length."
4222
4031
msgstr ""
4223
4032
 
4224
4033
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:139
4225
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:1033
 
4034
#: ../plugin/mysql_protocol/mysql_protocol.cc:1021
4226
4035
msgid "Address to bind to."
4227
4036
msgstr ""
4228
4037
 
4229
4038
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:142
4230
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:1036
 
4039
#: ../plugin/mysql_protocol/mysql_protocol.cc:1024
4231
4040
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:173
4232
4041
msgid "Maximum simultaneous connections."
4233
4042
msgstr ""
4234
4043
 
4235
4044
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:145
4236
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:1039
 
4045
#: ../plugin/mysql_protocol/mysql_protocol.cc:1027
4237
4046
msgid "A restrictive IP address list for incoming admin connections."
4238
4047
msgstr ""
4239
4048
 
4245
4054
msgid "Error Messages to stderr"
4246
4055
msgstr ""
4247
4056
 
4248
 
#: ../plugin/filtered_replicator/filtered_replicator.cc:578
4249
 
msgid "Comma-separated list of schemas to exclude"
4250
 
msgstr ""
4251
 
 
4252
 
#: ../plugin/filtered_replicator/filtered_replicator.cc:581
4253
 
msgid "Comma-separated list of tables to exclude"
4254
 
msgstr ""
4255
 
 
4256
 
#: ../plugin/filtered_replicator/filtered_replicator.cc:584
4257
 
msgid "Regular expression to apply to schemas to exclude"
4258
 
msgstr ""
4259
 
 
4260
 
#: ../plugin/filtered_replicator/filtered_replicator.cc:587
4261
 
msgid "Regular expression to apply to tables to exclude"
4262
 
msgstr ""
4263
 
 
4264
 
#: ../plugin/haildb/haildb_engine.cc:1080
4265
 
#: ../plugin/haildb/haildb_engine.cc:1218
4266
 
#: ../plugin/haildb/haildb_engine.cc:1248
 
4057
#: ../plugin/filtered_replicator/filtered_replicator.cc:576
 
4058
msgid "List of schemas to filter"
 
4059
msgstr ""
 
4060
 
 
4061
#: ../plugin/filtered_replicator/filtered_replicator.cc:579
 
4062
msgid "List of tables to filter"
 
4063
msgstr ""
 
4064
 
 
4065
#: ../plugin/filtered_replicator/filtered_replicator.cc:582
 
4066
msgid "Regular expression to apply to schemas to filter"
 
4067
msgstr ""
 
4068
 
 
4069
#: ../plugin/filtered_replicator/filtered_replicator.cc:585
 
4070
msgid "Regular expression to apply to tables to filter"
 
4071
msgstr ""
 
4072
 
 
4073
#: ../plugin/haildb/haildb_engine.cc:1072
 
4074
#: ../plugin/haildb/haildb_engine.cc:1210
 
4075
#: ../plugin/haildb/haildb_engine.cc:1240
4267
4076
#, c-format
4268
4077
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
4269
4078
msgstr ""
4270
4079
 
4271
 
#: ../plugin/haildb/haildb_engine.cc:1099
 
4080
#: ../plugin/haildb/haildb_engine.cc:1091
4272
4081
#, c-format
4273
4082
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
4274
4083
msgstr ""
4275
4084
 
4276
 
#: ../plugin/haildb/haildb_engine.cc:1197
4277
 
#: ../plugin/haildb/haildb_engine.cc:1310
4278
 
#: ../plugin/haildb/haildb_engine.cc:1491
4279
 
#: ../plugin/haildb/haildb_engine.cc:2157
 
4085
#: ../plugin/haildb/haildb_engine.cc:1189
 
4086
#: ../plugin/haildb/haildb_engine.cc:1302
 
4087
#: ../plugin/haildb/haildb_engine.cc:1483
 
4088
#: ../plugin/haildb/haildb_engine.cc:2148
4280
4089
#, c-format
4281
4090
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
4282
4091
msgstr ""
4283
4092
 
4284
 
#: ../plugin/haildb/haildb_engine.cc:1349
4285
 
#: ../plugin/haildb/haildb_engine.cc:1365
 
4093
#: ../plugin/haildb/haildb_engine.cc:1341
 
4094
#: ../plugin/haildb/haildb_engine.cc:1357
4286
4095
#, c-format
4287
4096
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
4288
4097
msgstr ""
4289
4098
 
4290
 
#: ../plugin/haildb/haildb_engine.cc:3403
 
4099
#: ../plugin/haildb/haildb_engine.cc:3343
4291
4100
#, c-format
4292
4101
msgid "Error starting HailDB %d (%s)\n"
4293
4102
msgstr ""
4294
4103
 
4295
 
#: ../plugin/haildb/haildb_engine.cc:3432
 
4104
#: ../plugin/haildb/haildb_engine.cc:3372
4296
4105
msgid "Disable HailDB adaptive hash index (enabled by default)."
4297
4106
msgstr ""
4298
4107
 
4299
 
#: ../plugin/haildb/haildb_engine.cc:3434
 
4108
#: ../plugin/haildb/haildb_engine.cc:3374
4300
4109
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
4301
4110
msgstr ""
4302
4111
 
4303
 
#: ../plugin/haildb/haildb_engine.cc:3437
 
4112
#: ../plugin/haildb/haildb_engine.cc:3377
4304
4113
msgid ""
4305
4114
"Size of a memory pool HailDB uses to store data dictionary information and "
4306
4115
"other internal data structures."
4307
4116
msgstr ""
4308
4117
 
4309
 
#: ../plugin/haildb/haildb_engine.cc:3440
 
4118
#: ../plugin/haildb/haildb_engine.cc:3380
4310
4119
msgid "Data file autoextend increment in megabytes"
4311
4120
msgstr ""
4312
4121
 
4313
 
#: ../plugin/haildb/haildb_engine.cc:3443
 
4122
#: ../plugin/haildb/haildb_engine.cc:3383
4314
4123
#, fuzzy
4315
4124
msgid ""
4316
4125
"The size of the memory buffer HailDB uses to cache data and indexes of its "
4317
4126
"tables."
4318
4127
msgstr "FULL JOIN実行時に利用されるバッファのサイズ。"
4319
4128
 
4320
 
#: ../plugin/haildb/haildb_engine.cc:3446
 
4129
#: ../plugin/haildb/haildb_engine.cc:3386
4321
4130
msgid "The common part for HailDB table spaces."
4322
4131
msgstr ""
4323
4132
 
4324
 
#: ../plugin/haildb/haildb_engine.cc:3448
 
4133
#: ../plugin/haildb/haildb_engine.cc:3388
4325
4134
msgid "Disable HailDB checksums validation (enabled by default)."
4326
4135
msgstr ""
4327
4136
 
4328
 
#: ../plugin/haildb/haildb_engine.cc:3450
 
4137
#: ../plugin/haildb/haildb_engine.cc:3390
4329
4138
msgid "Disable HailDB doublewrite buffer (enabled by default)."
4330
4139
msgstr ""
4331
4140
 
4332
 
#: ../plugin/haildb/haildb_engine.cc:3453
 
4141
#: ../plugin/haildb/haildb_engine.cc:3393
4333
4142
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4334
4143
msgstr ""
4335
4144
 
4336
 
#: ../plugin/haildb/haildb_engine.cc:3456
 
4145
#: ../plugin/haildb/haildb_engine.cc:3396
4337
4146
msgid ""
4338
4147
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
4339
4148
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4340
4149
msgstr ""
4341
4150
 
4342
 
#: ../plugin/haildb/haildb_engine.cc:3459
 
4151
#: ../plugin/haildb/haildb_engine.cc:3399
4343
4152
msgid "Stores each HailDB table to an .ibd file in the database dir."
4344
4153
msgstr ""
4345
4154
 
4346
 
#: ../plugin/haildb/haildb_engine.cc:3462
 
4155
#: ../plugin/haildb/haildb_engine.cc:3402
4347
4156
msgid "File format to use for new tables in .ibd files."
4348
4157
msgstr ""
4349
4158
 
4350
 
#: ../plugin/haildb/haildb_engine.cc:3465
 
4159
#: ../plugin/haildb/haildb_engine.cc:3405
4351
4160
msgid ""
4352
4161
"Set to 0 (write and flush once per second),1 (write and flush at each "
4353
4162
"commit) or 2 (write at commit, flush once per second)."
4354
4163
msgstr ""
4355
4164
 
4356
 
#: ../plugin/haildb/haildb_engine.cc:3468
 
4165
#: ../plugin/haildb/haildb_engine.cc:3408
4357
4166
msgid "With which method to flush data."
4358
4167
msgstr ""
4359
4168
 
4360
 
#: ../plugin/haildb/haildb_engine.cc:3471
 
4169
#: ../plugin/haildb/haildb_engine.cc:3411
4361
4170
msgid ""
4362
4171
"Helps to save your data in case the disk image of the database becomes "
4363
4172
"corrupt."
4364
4173
msgstr ""
4365
4174
 
4366
 
#: ../plugin/haildb/haildb_engine.cc:3474
 
4175
#: ../plugin/haildb/haildb_engine.cc:3414
4367
4176
msgid "Path to individual files and their sizes."
4368
4177
msgstr ""
4369
4178
 
4370
 
#: ../plugin/haildb/haildb_engine.cc:3477
 
4179
#: ../plugin/haildb/haildb_engine.cc:3417
4371
4180
#, fuzzy
4372
4181
msgid "Path to HailDB log files."
4373
4182
msgstr "テンポラリファイルのパス。"
4374
4183
 
4375
 
#: ../plugin/haildb/haildb_engine.cc:3480
 
4184
#: ../plugin/haildb/haildb_engine.cc:3420
4376
4185
msgid "Size of each log file in a log group."
4377
4186
msgstr ""
4378
4187
 
4379
 
#: ../plugin/haildb/haildb_engine.cc:3483
 
4188
#: ../plugin/haildb/haildb_engine.cc:3423
4380
4189
msgid ""
4381
4190
"Number of log files in the log group. HailDB writes to the files in a "
4382
4191
"circular fashion. Value 3 is recommended here."
4383
4192
msgstr ""
4384
4193
 
4385
 
#: ../plugin/haildb/haildb_engine.cc:3486
 
4194
#: ../plugin/haildb/haildb_engine.cc:3426
4386
4195
msgid ""
4387
4196
"Timeout in seconds an HailDB transaction may wait for a lock before being "
4388
4197
"rolled back. Values above 100000000 disable the timeout."
4389
4198
msgstr ""
4390
4199
 
4391
 
#: ../plugin/haildb/haildb_engine.cc:3489
 
4200
#: ../plugin/haildb/haildb_engine.cc:3429
4392
4201
#, fuzzy
4393
4202
msgid ""
4394
4203
"The size of the buffer which HailDB uses to write log to the log files on "
4395
4204
"disk."
4396
4205
msgstr "FULL JOIN実行時に利用されるバッファのサイズ。"
4397
4206
 
4398
 
#: ../plugin/haildb/haildb_engine.cc:3492
 
4207
#: ../plugin/haildb/haildb_engine.cc:3432
4399
4208
msgid ""
4400
4209
"Sets the point in the LRU list from where all pages are classified as old "
4401
4210
"(Advanced users)"
4402
4211
msgstr ""
4403
4212
 
4404
 
#: ../plugin/haildb/haildb_engine.cc:3495
 
4213
#: ../plugin/haildb/haildb_engine.cc:3435
4405
4214
msgid ""
4406
4215
"Milliseconds between accesses to a block at which it is made young. "
4407
4216
"0=disabled (Advanced users)"
4408
4217
msgstr ""
4409
4218
 
4410
 
#: ../plugin/haildb/haildb_engine.cc:3498
 
4219
#: ../plugin/haildb/haildb_engine.cc:3438
4411
4220
msgid "Percentage of dirty pages allowed in bufferpool."
4412
4221
msgstr ""
4413
4222
 
4414
 
#: ../plugin/haildb/haildb_engine.cc:3501
 
4223
#: ../plugin/haildb/haildb_engine.cc:3441
4415
4224
msgid "Desired maximum length of the purge queue (0 = no limit)"
4416
4225
msgstr ""
4417
4226
 
4418
 
#: ../plugin/haildb/haildb_engine.cc:3504
 
4227
#: ../plugin/haildb/haildb_engine.cc:3444
4419
4228
msgid ""
4420
4229
"Roll back the complete transaction on lock wait timeout, for 4.x "
4421
4230
"compatibility (disabled by default)"
4422
4231
msgstr ""
4423
4232
 
4424
 
#: ../plugin/haildb/haildb_engine.cc:3507
 
4233
#: ../plugin/haildb/haildb_engine.cc:3447
4425
4234
msgid "How many files at the maximum HailDB keeps open at the same time."
4426
4235
msgstr ""
4427
4236
 
4428
 
#: ../plugin/haildb/haildb_engine.cc:3510
 
4237
#: ../plugin/haildb/haildb_engine.cc:3450
4429
4238
msgid "Number of background read I/O threads in HailDB."
4430
4239
msgstr ""
4431
4240
 
4432
 
#: ../plugin/haildb/haildb_engine.cc:3513
 
4241
#: ../plugin/haildb/haildb_engine.cc:3453
4433
4242
msgid "Number of background write I/O threads in HailDB."
4434
4243
msgstr ""
4435
4244
 
4436
 
#: ../plugin/haildb/haildb_engine.cc:3515
 
4245
#: ../plugin/haildb/haildb_engine.cc:3455
4437
4246
msgid ""
4438
4247
"Disable if you want to reduce the number of messages written to the log "
4439
4248
"(default: enabled)."
4440
4249
msgstr ""
4441
4250
 
4442
 
#: ../plugin/haildb/haildb_engine.cc:3518
 
4251
#: ../plugin/haildb/haildb_engine.cc:3458
4443
4252
msgid "Enable SHOW HAILDB STATUS output in the log"
4444
4253
msgstr ""
4445
4254
 
4446
 
#: ../plugin/haildb/haildb_engine.cc:3521
 
4255
#: ../plugin/haildb/haildb_engine.cc:3461
4447
4256
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4448
4257
msgstr ""
4449
4258
 
4450
 
#: ../plugin/haildb/haildb_engine.cc:3523
 
4259
#: ../plugin/haildb/haildb_engine.cc:3463
4451
4260
msgid ""
4452
4261
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4453
4262
msgstr ""
4478
4287
msgid "An example events Plugin"
4479
4288
msgstr ""
4480
4289
 
4481
 
#: ../plugin/innobase/handler/data_dictionary.cc:760
 
4290
#: ../plugin/innobase/handler/data_dictionary.cc:762
4482
4291
#, c-format
4483
4292
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4484
4293
msgstr ""
4485
4294
 
4486
 
#: ../plugin/innobase/handler/ha_innodb.cc:1914
 
4295
#: ../plugin/innobase/handler/ha_innodb.cc:1915
4487
4296
msgid ""
4488
4297
"Once InnoDB is running, innodb_commit_concurrency must not change between "
4489
4298
"zero and nonzero."
4490
4299
msgstr ""
4491
4300
 
4492
 
#: ../plugin/innobase/handler/ha_innodb.cc:2179
 
4301
#: ../plugin/innobase/handler/ha_innodb.cc:2178
4493
4302
msgid ""
4494
4303
"syntax error in innodb_log_group_home_dir, or a wrong number of mirrored log "
4495
4304
"groups"
4496
4305
msgstr ""
4497
4306
 
4498
 
#: ../plugin/innobase/handler/ha_innodb.cc:2223
 
4307
#: ../plugin/innobase/handler/ha_innodb.cc:2222
4499
4308
#, c-format
4500
4309
msgid ""
4501
4310
"InnoDB: invalid innodb_file_format_max value: should be any value up to %s "
4502
4311
"or its equivalent numeric id"
4503
4312
msgstr ""
4504
4313
 
4505
 
#: ../plugin/innobase/handler/ha_innodb.cc:9359
4506
 
msgid "Do not use Native AIO library for IO, even if available"
4507
 
msgstr ""
4508
 
 
4509
 
#: ../plugin/innobase/handler/ha_innodb.cc:9375
 
4314
#: ../plugin/innobase/handler/ha_innodb.cc:9353
4510
4315
msgid "Enable internal replication log."
4511
4316
msgstr ""
4512
4317
 
4513
 
#: ../plugin/innobase/handler/ha_innodb.cc:9378
 
4318
#: ../plugin/innobase/handler/ha_innodb.cc:9356
4514
4319
msgid ""
4515
4320
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4516
4321
"rolled back. Values above 100000000 disable the timeout."
4517
4322
msgstr ""
4518
4323
 
4519
 
#: ../plugin/innobase/handler/ha_innodb.cc:9381
 
4324
#: ../plugin/innobase/handler/ha_innodb.cc:9359
4520
4325
msgid "Percentage of the buffer pool to reserve for 'old' blocks."
4521
4326
msgstr ""
4522
4327
 
4523
 
#: ../plugin/innobase/handler/ha_innodb.cc:9384
 
4328
#: ../plugin/innobase/handler/ha_innodb.cc:9362
4524
4329
msgid ""
4525
4330
"ove blocks to the 'new' end of the buffer pool if the first access was at "
4526
4331
"least this many milliseconds ago. The timeout is disabled if 0 (the default)."
4527
4332
msgstr ""
4528
4333
 
4529
 
#: ../plugin/innobase/handler/replication_dictionary.cc:109
 
4334
#: ../plugin/innobase/handler/replication_dictionary.cc:111
4530
4335
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
4531
4336
#: ../plugin/transaction_log/print_transaction_message.cc:177
4532
4337
#: ../plugin/transaction_log/transaction_log_reader.cc:161
4534
4339
msgid "Unable to parse transaction. Got error: %s.\n"
4535
4340
msgstr ""
4536
4341
 
4537
 
#: ../plugin/innobase/srv/srv0start.cc:1034
4538
 
msgid "InnoDB: cannot determine Mac OS X version!\n"
4539
 
msgstr ""
4540
 
 
4541
 
#: ../plugin/innobase/srv/srv0start.cc:1039
4542
 
msgid ""
4543
 
"InnoDB: On Mac OS X, fsync() may be broken on internal drives,\n"
4544
 
"InnoDB: making transactions unsafe!\n"
4545
 
msgstr ""
4546
 
 
4547
 
#: ../plugin/innobase/srv/srv0start.cc:1048
4548
 
#, c-format
4549
 
msgid ""
4550
 
"InnoDB: Error: size of InnoDB's ulint is %lu, but size of void* is %lu.\n"
4551
 
"InnoDB: The sizes should be the same so that on a 64-bit platform you can\n"
4552
 
"InnoDB: allocate more than 4 GB of memory."
4553
 
msgstr ""
4554
 
 
4555
 
#: ../plugin/innobase/srv/srv0start.cc:1063
4556
 
#, c-format
4557
 
msgid "InnoDB: !!!!!!!! UNIV_DEBUG switched on !!!!!!!!!\n"
4558
 
msgstr ""
4559
 
 
4560
 
#: ../plugin/innobase/srv/srv0start.cc:1068
4561
 
#, c-format
4562
 
msgid ""
4563
 
"InnoDB: !!!!!!!! UNIV_IBUF_DEBUG switched on !!!!!!!!!\n"
4564
 
"InnoDB: !!!!!!!! UNIV_IBUF_COUNT_DEBUG switched on !!!!!!!!!\n"
4565
 
"InnoDB: Crash recovery will fail with UNIV_IBUF_COUNT_DEBUG\n"
4566
 
msgstr ""
4567
 
 
4568
 
#: ../plugin/innobase/srv/srv0start.cc:1078
4569
 
#, c-format
4570
 
msgid "InnoDB: !!!!!!!! UNIV_SYNC_DEBUG switched on !!!!!!!!!\n"
4571
 
msgstr ""
4572
 
 
4573
 
#: ../plugin/innobase/srv/srv0start.cc:1083
4574
 
#, c-format
4575
 
msgid "InnoDB: !!!!!!!! UNIV_SEARCH_DEBUG switched on !!!!!!!!!\n"
4576
 
msgstr ""
4577
 
 
4578
 
#: ../plugin/innobase/srv/srv0start.cc:1088
4579
 
#, c-format
4580
 
msgid "InnoDB: !!!!!!!! UNIV_LOG_LSN_DEBUG switched on !!!!!!!!!\n"
4581
 
msgstr ""
4582
 
 
4583
 
#: ../plugin/innobase/srv/srv0start.cc:1092
4584
 
#, c-format
4585
 
msgid "InnoDB: !!!!!!!! UNIV_MEM_DEBUG switched on !!!!!!!!!\n"
4586
 
msgstr ""
4587
 
 
4588
 
#: ../plugin/innobase/srv/srv0start.cc:1097
4589
 
#, c-format
4590
 
msgid "InnoDB: The InnoDB memory heap is disabled\n"
4591
 
msgstr ""
4592
 
 
4593
 
#: ../plugin/innobase/srv/srv0start.cc:1167
4594
 
#, c-format
4595
 
msgid "  InnoDB: Using Linux native AIO\n"
4596
 
msgstr ""
4597
 
 
4598
4342
#: ../plugin/logging_gearman/logging_gearman.cc:186
4599
4343
#, c-format
4600
4344
msgid "fail gearman_client_create(): %s"
4605
4349
msgid "fail gearman_client_add_server(): %s"
4606
4350
msgstr ""
4607
4351
 
4608
 
#: ../plugin/logging_gearman/logging_gearman.cc:302
 
4352
#: ../plugin/logging_gearman/logging_gearman.cc:303
4609
4353
msgid "Hostname for logging to a Gearman server"
4610
4354
msgstr ""
4611
4355
 
4612
 
#: ../plugin/logging_gearman/logging_gearman.cc:305
 
4356
#: ../plugin/logging_gearman/logging_gearman.cc:306
4613
4357
msgid "Gearman Function to send logging to"
4614
4358
msgstr ""
4615
4359
 
4616
 
#: ../plugin/logging_gearman/logging_gearman.cc:316
 
4360
#: ../plugin/logging_gearman/logging_gearman.cc:317
4617
4361
msgid "Log queries to a Gearman server"
4618
4362
msgstr ""
4619
4363
 
4622
4366
msgid "fail open() fn=%s er=%s\n"
4623
4367
msgstr ""
4624
4368
 
4625
 
#: ../plugin/logging_query/logging_query.cc:319
 
4369
#: ../plugin/logging_query/logging_query.cc:320
4626
4370
msgid "Enable logging to CSV file"
4627
4371
msgstr ""
4628
4372
 
4629
 
#: ../plugin/logging_query/logging_query.cc:322
 
4373
#: ../plugin/logging_query/logging_query.cc:323
4630
4374
msgid "File to log to"
4631
4375
msgstr ""
4632
4376
 
4633
 
#: ../plugin/logging_query/logging_query.cc:325
 
4377
#: ../plugin/logging_query/logging_query.cc:326
4634
4378
msgid "PCRE to match the query against"
4635
4379
msgstr ""
4636
4380
 
4637
 
#: ../plugin/logging_query/logging_query.cc:328 ../plugin/syslog/module.cc:107
 
4381
#: ../plugin/logging_query/logging_query.cc:329 ../plugin/syslog/module.cc:107
4638
4382
msgid "Threshold for logging slow queries, in microseconds"
4639
4383
msgstr ""
4640
4384
 
4641
 
#: ../plugin/logging_query/logging_query.cc:331 ../plugin/syslog/module.cc:110
 
4385
#: ../plugin/logging_query/logging_query.cc:332 ../plugin/syslog/module.cc:110
4642
4386
msgid "Threshold for logging big queries, for rows returned"
4643
4387
msgstr ""
4644
4388
 
4645
 
#: ../plugin/logging_query/logging_query.cc:334 ../plugin/syslog/module.cc:113
 
4389
#: ../plugin/logging_query/logging_query.cc:335 ../plugin/syslog/module.cc:113
4646
4390
msgid "Threshold for logging big queries, for rows examined"
4647
4391
msgstr ""
4648
4392
 
4649
 
#: ../plugin/logging_query/logging_query.cc:345
 
4393
#: ../plugin/logging_query/logging_query.cc:346
4650
4394
msgid "Log queries to a CSV file"
4651
4395
msgstr ""
4652
4396
 
4715
4459
"memcached_servers_parse(%s)."
4716
4460
msgstr ""
4717
4461
 
4718
 
#: ../plugin/multi_thread/multi_thread.cc:62
4719
 
msgid "Session killed before thread could execute"
4720
 
msgstr ""
4721
 
 
4722
 
#: ../plugin/multi_thread/multi_thread.cc:109
 
4462
#: ../plugin/multi_thread/multi_thread.cc:85
4723
4463
msgid "Unable to get thread stack size\n"
4724
4464
msgstr ""
4725
4465
 
4726
 
#: ../plugin/multi_thread/multi_thread.cc:211
 
4466
#: ../plugin/multi_thread/multi_thread.cc:177
4727
4467
msgid "Maximum number of user threads available."
4728
4468
msgstr ""
4729
4469
 
4730
 
#: ../plugin/myisam/ha_myisam.cc:532
 
4470
#: ../plugin/myisam/ha_myisam.cc:533
4731
4471
#, c-format
4732
4472
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
4733
4473
msgstr ""
4734
4474
 
4735
 
#: ../plugin/myisam/ha_myisam.cc:536
 
4475
#: ../plugin/myisam/ha_myisam.cc:537
4736
4476
#, c-format
4737
4477
msgid "Got an error from unknown thread, %s:%d"
4738
4478
msgstr ""
4739
4479
 
4740
 
#: ../plugin/myisam/ha_myisam.cc:542
 
4480
#: ../plugin/myisam/ha_myisam.cc:543
4741
4481
msgid "Unknown thread accessing table"
4742
4482
msgstr ""
4743
4483
 
4744
 
#: ../plugin/myisam/ha_myisam.cc:1506
 
4484
#: ../plugin/myisam/ha_myisam.cc:1507
4745
4485
msgid ""
4746
4486
"Don't use the fast sort index method to created index if the temporary file "
4747
4487
"would get bigger than this."
4748
4488
msgstr ""
4749
4489
 
4750
 
#: ../plugin/myisam/ha_myisam.cc:1509
 
4490
#: ../plugin/myisam/ha_myisam.cc:1510
4751
4491
msgid ""
4752
4492
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4753
4493
"when creating indexes with CREATE INDEX or ALTER TABLE."
4992
4732
msgid "Tablespace not empty"
4993
4733
msgstr "テーブルスペースが空です"
4994
4734
 
4995
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:1014
 
4735
#: ../plugin/mysql_protocol/mysql_protocol.cc:1002
4996
4736
msgid ""
4997
4737
"Port number to use for connection or 0 for default to with MySQL protocol."
4998
4738
msgstr ""
5342
5082
"\n"
5343
5083
msgstr ""
5344
5084
 
5345
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:580
 
5085
#: ../plugin/transaction_log/utilities/transaction_reader.cc:472
5346
5086
#, fuzzy
5347
5087
msgid "Display help and exit"
5348
5088
msgstr "ヘルプを表示して終了する。"
5349
5089
 
5350
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:581
 
5090
#: ../plugin/transaction_log/utilities/transaction_reader.cc:473
5351
5091
msgid "Read from the innodb transaction log"
5352
5092
msgstr ""
5353
5093
 
5354
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:587
 
5094
#: ../plugin/transaction_log/utilities/transaction_reader.cc:479
5355
5095
#, fuzzy
5356
5096
msgid "Password to use when connecting to server"
5357
5097
msgstr ""
5358
5098
"サーバーに接続する際のパスワード。パスワードの入力がない場合、端末での入力が"
5359
5099
"要求されます。"
5360
5100
 
5361
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:590
 
5101
#: ../plugin/transaction_log/utilities/transaction_reader.cc:482
5362
5102
msgid "Perform checksum"
5363
5103
msgstr ""
5364
5104
 
5365
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:591
 
5105
#: ../plugin/transaction_log/utilities/transaction_reader.cc:483
5366
5106
msgid "Ignore event messages"
5367
5107
msgstr ""
5368
5108
 
5369
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:592
 
5109
#: ../plugin/transaction_log/utilities/transaction_reader.cc:484
5370
5110
msgid "Transaction log file"
5371
5111
msgstr ""
5372
5112
 
5373
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:593
 
5113
#: ../plugin/transaction_log/utilities/transaction_reader.cc:485
5374
5114
msgid "Print raw Protobuf messages instead of SQL"
5375
5115
msgstr ""
5376
5116
 
5377
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:596
 
5117
#: ../plugin/transaction_log/utilities/transaction_reader.cc:488
5378
5118
msgid "Start reading from the given file position"
5379
5119
msgstr ""
5380
5120
 
5381
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:599
 
5121
#: ../plugin/transaction_log/utilities/transaction_reader.cc:491
5382
5122
msgid "Only output for the given transaction ID and later"
5383
5123
msgstr ""
5384
5124
 
5385
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:602
 
5125
#: ../plugin/transaction_log/utilities/transaction_reader.cc:494
5386
5126
msgid "Only output for the given transaction ID"
5387
5127
msgstr ""
5388
5128
 
5389
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:603
 
5129
#: ../plugin/transaction_log/utilities/transaction_reader.cc:495
5390
5130
msgid "Summarize message contents"
5391
5131
msgstr ""
5392
5132
 
5393
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:637
 
5133
#: ../plugin/transaction_log/utilities/transaction_reader.cc:529
5394
5134
msgid "Cannot use --start-pos and --transaction-id together\n"
5395
5135
msgstr ""
5396
5136
 
5397
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:643
 
5137
#: ../plugin/transaction_log/utilities/transaction_reader.cc:535
5398
5138
msgid "Cannot use --summarize with either --raw or --transaction-id\n"
5399
5139
msgstr ""
5400
5140
 
5401
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:753
 
5141
#: ../plugin/transaction_log/utilities/transaction_reader.cc:635
5402
5142
msgid "Checksum failed. Wanted "
5403
5143
msgstr ""
5404
5144
 
5405
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:755
 
5145
#: ../plugin/transaction_log/utilities/transaction_reader.cc:637
5406
5146
msgid " got "
5407
5147
msgstr ""
5408
5148
 
5409
5149
#, fuzzy
5410
 
#~ msgid "Error: Invalid Value for max_connect_errors"
5411
 
#~ msgstr "ヌルポインタの不正使用"
5412
 
 
5413
 
#~ msgid ""
5414
 
#~ "If there is more than this number of interrupted connections from a host "
5415
 
#~ "this host will be blocked from further connections."
5416
 
#~ msgstr ""
5417
 
#~ "このオプションで指定される回数よりも多く特定のホストからの接続が切れてし"
5418
 
#~ "まった場合には、そのホストからの接続を遮断する。"
5419
 
 
5420
 
#~ msgid "Set the default storage engine (table type) for tables."
5421
 
#~ msgstr "デフォルトのストレージエンジン。"
5422
 
 
5423
 
#, fuzzy
5424
5150
#~ msgid "Invalid value for io-capacity\n"
5425
5151
#~ msgstr "ヌルポインタの不正使用"
5426
5152
 
5501
5227
#~ msgstr "ヌルポインタの不正使用"
5502
5228
 
5503
5229
#, fuzzy
 
5230
#~ msgid "Invalid port number\n"
 
5231
#~ msgstr "不正なパラメータ番号"
 
5232
 
 
5233
#, fuzzy
5504
5234
#~ msgid "Invalid value of port\n"
5505
5235
#~ msgstr "ヌルポインタの不正使用"
5506
5236
 
5697
5427
#~ msgid "(unused error message)"
5698
5428
#~ msgstr "(未使用のエラーメッセージ)"
5699
5429
 
 
5430
#~ msgid "Invalid use of null pointer"
 
5431
#~ msgstr "ヌルポインタの不正使用"
 
5432
 
5700
5433
#~ msgid "Data truncated"
5701
5434
#~ msgstr "データをトランケート(切り詰め)ました"
5702
5435