~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to po/ja.po

  • Committer: Padraig O'Sullivan
  • Date: 2009-09-13 00:53:34 UTC
  • mto: (1126.9.2 captain-20090915-01)
  • mto: This revision was merged to the branch mainline in revision 1133.
  • Revision ID: osullivan.padraig@gmail.com-20090913005334-6wio2sbjugskfbm3
Added calls to the connection start/end dtrace probes.

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: http://translations.launchpad.net/drizzle\n"
10
 
"POT-Creation-Date: 2010-03-15 21:00+0000\n"
11
 
"PO-Revision-Date: 2010-03-19 15:13+0000\n"
12
 
"Last-Translator: tetu-s <Unknown>\n"
 
10
"POT-Creation-Date: 2009-05-25 10:55-0700\n"
 
11
"PO-Revision-Date: 2009-08-13 06:40+0000\n"
 
12
"Last-Translator: Yasuhiko Isaki <isaki@videx.co.jp>\n"
13
13
"Language-Team: Japanese <ja@li.org>\n"
14
14
"MIME-Version: 1.0\n"
15
15
"Content-Type: text/plain; charset=UTF-8\n"
16
16
"Content-Transfer-Encoding: 8bit\n"
17
17
"Plural-Forms: nplurals=1; plural=0;\n"
18
 
"X-Launchpad-Export-Date: 2010-03-20 04:41+0000\n"
 
18
"X-Launchpad-Export-Date: 2009-08-25 09:41+0000\n"
19
19
"X-Generator: Launchpad (build Unknown)\n"
20
20
 
 
21
#: client/drizzle.cc:273
21
22
msgid "Synonym for `help'."
22
23
msgstr "ヘルプ"
23
24
 
 
25
#: client/drizzle.cc:274
24
26
msgid "Clear command."
25
27
msgstr "コマンドをクリアする。"
26
28
 
 
29
#: client/drizzle.cc:276
27
30
msgid "Reconnect to the server. Optional arguments are db and host."
28
31
msgstr "サーバへ再接続する。任意の引数としてdbとhostを指定することが可能。"
29
32
 
 
33
#: client/drizzle.cc:278
30
34
msgid ""
31
35
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
32
 
msgstr ""
33
 
"ステートメントの区切り文字を指定する。注意:以降の行から区切り文字が変更され"
34
 
"ます。"
 
36
msgstr "ステートメントの区切り文字を指定する。注意:以降の行から区切り文字が変更されます。"
35
37
 
 
38
#: client/drizzle.cc:280
36
39
msgid "Send command to drizzle server, display result vertically."
37
40
msgstr "drizzleサーバへコマンドを送信し、結果を垂直に表示する。"
38
41
 
 
42
#: client/drizzle.cc:281
39
43
msgid "Exit drizzle. Same as quit."
40
44
msgstr "drizzleを終了する。(quitと同じ。)"
41
45
 
 
46
#: client/drizzle.cc:282
42
47
msgid "Send command to drizzle server."
43
48
msgstr "drizzleサーバへコマンドを送信する。"
44
49
 
 
50
#: client/drizzle.cc:283
45
51
msgid "Display this help."
46
52
msgstr "このヘルプを表示する。"
47
53
 
 
54
#: client/drizzle.cc:284
48
55
msgid "Disable pager, print to stdout."
49
56
msgstr "ページャを無効にし、stdoutへ出力する。"
50
57
 
 
58
#: client/drizzle.cc:285
51
59
msgid "Don't write into outfile."
52
60
msgstr "outfileへ書き込まない。"
53
61
 
 
62
#: client/drizzle.cc:287
54
63
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
55
64
msgstr "ページャを[to_pager]へ変更し、クエリの結果をページャへ表示する。"
56
65
 
 
66
#: client/drizzle.cc:288
57
67
msgid "Print current command."
58
68
msgstr "現在のコマンドを表示する。"
59
69
 
 
70
#: client/drizzle.cc:289
60
71
msgid "Change your drizzle prompt."
61
72
msgstr "drizzleのプロンプトを変更する。"
62
73
 
 
74
#: client/drizzle.cc:290
63
75
msgid "Quit drizzle."
64
76
msgstr "drizzleを終了する。"
65
77
 
 
78
#: client/drizzle.cc:291
66
79
msgid "Rebuild completion hash."
67
80
msgstr "補完ハッシュを再構築する。"
68
81
 
 
82
#: client/drizzle.cc:293
69
83
msgid "Execute an SQL script file. Takes a file name as an argument."
70
 
msgstr ""
71
 
"SQLスクリプトファイルを実行する。ファイル名を引数として指定して下さい。"
 
84
msgstr "SQLスクリプトファイルを実行する。ファイル名を引数として指定して下さい。"
72
85
 
 
86
#: client/drizzle.cc:294
73
87
msgid "Get status information from the server."
74
88
msgstr "サーバから情報を取得する。"
75
89
 
 
90
#: client/drizzle.cc:296
76
91
msgid "Set outfile [to_outfile]. Append everything into given outfile."
77
 
msgstr ""
78
 
"outfileを[to_outfile]に設定する。以降の出力はすべてoutfileへ追加されます。"
 
92
msgstr "outfileを[to_outfile]に設定する。以降の出力はすべてoutfileへ追加されます。"
79
93
 
 
94
#: client/drizzle.cc:298
80
95
msgid "Use another database. Takes database name as argument."
81
96
msgstr "他のデータベースを使用する。データベース名を引数として指定して下さい。"
82
97
 
 
98
#: client/drizzle.cc:300 client/drizzle.cc:1581
83
99
msgid "Show warnings after every statement."
84
100
msgstr "各ステートメントの後で警告を表示する。"
85
101
 
 
102
#: client/drizzle.cc:302
86
103
msgid "Don't show warnings after every statement."
87
104
msgstr "各ステートメントの後で警告を表示しない。"
88
105
 
 
106
#: client/drizzle.cc:1167 client/drizzle.cc:1174
89
107
#, c-format
90
 
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
91
 
msgstr ""
92
 
"プロンプトを初期化中にメモリアロケーションエラーが発生しました。プログラムを"
93
 
"終了します。\n"
 
108
msgid ""
 
109
"Memory allocation error while constructing initial prompt. Aborting.\n"
 
110
msgstr "プロンプトを初期化中にメモリアロケーションエラーが発生しました。プログラムを終了します。\n"
94
111
 
 
112
#: client/drizzle.cc:1270
95
113
msgid "Welcome to the Drizzle client..  Commands end with ; or \\g."
96
 
msgstr ""
97
 
"Drizzleクライアントへようこそ!コマンドの区切りは「;」または「\\g」です。"
 
114
msgstr "Drizzleクライアントへようこそ!コマンドの区切りは「;」または「\\g」です。"
98
115
 
 
116
#: client/drizzle.cc:1280
99
117
#, c-format
100
118
msgid ""
101
119
"Your Drizzle connection id is %u\n"
104
122
"あなたのDrizzleコネクションIDは %u です。\n"
105
123
"サーバのバージョンは %s です。\n"
106
124
 
 
125
#: client/drizzle.cc:1308
107
126
#, c-format
108
127
msgid "Reading history-file %s\n"
109
128
msgstr "履歴ファイル「%s」を読み込んでいます。\n"
110
129
 
 
130
#: client/drizzle.cc:1312
111
131
#, c-format
112
132
msgid "Couldn't allocate memory for temp histfile!\n"
113
 
msgstr ""
114
 
"一時的な履歴ファイルのためにメモリを割り当てることができませんでした。\n"
 
133
msgstr "一時的な履歴ファイルのためにメモリを割り当てることができませんでした。\n"
115
134
 
 
135
#: client/drizzle.cc:1319
116
136
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
117
 
msgstr ""
118
 
"ヘルプを表示するには「help;」または「\\h」、バッファをクリアするには「\\c」と"
119
 
"入力してください。\n"
 
137
msgstr "ヘルプを表示するには「help;」または「\\h」、バッファをクリアするには「\\c」と入力してください。\n"
120
138
 
 
139
#: client/drizzle.cc:1338
121
140
#, c-format
122
141
msgid "Writing history-file %s\n"
123
142
msgstr "履歴ファイル「%s」に書き込んでいます。\n"
124
143
 
 
144
#: client/drizzle.cc:1345
125
145
msgid "Aborted"
126
146
msgstr "中断しました。"
127
147
 
 
148
#: client/drizzle.cc:1345
128
149
msgid "Bye"
129
150
msgstr "さようなら。"
130
151
 
 
152
#: client/drizzle.cc:1400
131
153
msgid "Query aborted by Ctrl+C\n"
132
154
msgstr "クエリが「Ctrl+C」により中断されました。\n"
133
155
 
 
156
#: client/drizzle.cc:1423 drizzled/drizzled.cc:2097
134
157
msgid "Display this help and exit."
135
158
msgstr "ヘルプを表示して終了する。"
136
159
 
 
160
#: client/drizzle.cc:1425
137
161
msgid "Synonym for -?"
138
162
msgstr "「-?」と同じ。"
139
163
 
 
164
#: client/drizzle.cc:1428
140
165
msgid ""
141
166
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
142
167
"and field completion, but startup and reconnecting may take a longer time. "
143
168
"Disable with --disable-auto-rehash."
144
169
msgstr ""
145
 
"自動的な再ハッシュを有効にする。テーブルやフィールドの補完のために「rehash」"
146
 
"する必要がなくなりますが、起動時間が長くなる場合があります。--disable-auto-"
147
 
"rehashオプションで無効にすることができます。"
 
170
"自動的な再ハッシュを有効にする。テーブルやフィールドの補完のために「rehash」する必要がなくなりますが、起動時間が長くなる場合があります。--"
 
171
"disable-auto-rehashオプションで無効にすることができます。"
148
172
 
 
173
#: client/drizzle.cc:1432
149
174
msgid ""
150
175
"No automatic rehashing. One has to use 'rehash' to get table and field "
151
176
"completion. This gives a quicker start of drizzle_st and disables rehashing "
152
177
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
153
178
msgstr ""
154
 
"自動的な再ハッシュを行わない。テーブルの補完を行うには、「rehash」コマンドを"
155
 
"利用する必要がある。これにより、drizzle_stの起動を高速化し、再接続時のrehash"
156
 
"を行わないようにする効果がある。警告:このオプションは廃止予定です。代わり"
157
 
"に--disable-auto-rehashを指定して下さい。"
 
179
"自動的な再ハッシュを行わない。テーブルの補完を行うには、「rehash」コマンドを利用する必要がある。これにより、drizzle_stの起動を高速化し、再"
 
180
"接続時のrehashを行わないようにする効果がある。警告:このオプションは廃止予定です。代わりに--disable-auto-"
 
181
"rehashを指定して下さい。"
158
182
 
 
183
#: client/drizzle.cc:1435
159
184
msgid ""
160
185
"Automatically switch to vertical output mode if the result is wider than the "
161
186
"terminal width."
162
187
msgstr "出力結果がターミナルの幅よりも広い場合、自動的に垂直表示に切り替える。"
163
188
 
 
189
#: client/drizzle.cc:1438
164
190
msgid ""
165
191
"Don't use history file. Disable interactive behavior. (Enables --silent)"
166
 
msgstr ""
167
 
"履歴ファイルを使用しない。インタラクティブな振る舞いを無効にする。(--silent"
168
 
"オプションを有効にします。)"
 
192
msgstr "履歴ファイルを使用しない。インタラクティブな振る舞いを無効にする。(--silentオプションを有効にします。)"
169
193
 
 
194
#: client/drizzle.cc:1439
170
195
msgid "Display column type information."
171
196
msgstr "カラムのデータ型に関する情報を表示する。"
172
197
 
 
198
#: client/drizzle.cc:1442
173
199
msgid ""
174
200
"Preserve comments. Send comments to the server. The default is --skip-"
175
201
"comments (discard comments), enable with --comments"
176
202
msgstr ""
177
 
"コメントを保存し、コメントをサーバへ送信する。デフォルトは--skip-comments(コ"
178
 
"メント機能は無効)で、--commentsオプションをつけることにより有効になります。"
 
203
"コメントを保存し、コメントをサーバへ送信する。デフォルトは--skip-comments(コメント機能は無効)で、--"
 
204
"commentsオプションをつけることにより有効になります。"
179
205
 
 
206
#: client/drizzle.cc:1445
180
207
msgid "Use compression in server/client protocol."
181
208
msgstr "サーバ・クライアントプロトコルにおいて圧縮を利用する。"
182
209
 
 
210
#: client/drizzle.cc:1448
 
211
msgid "Check memory and open file usage at exit ."
 
212
msgstr "メモリとオープンしているファイルの使用量を表示して終了する。"
 
213
 
 
214
#: client/drizzle.cc:1451
 
215
msgid "Print some debug info at exit."
 
216
msgstr "デバッグ情報を出力して終了する。"
 
217
 
 
218
#: client/drizzle.cc:1453
183
219
msgid "Database to use."
184
220
msgstr "使用するデータベース。"
185
221
 
 
222
#: client/drizzle.cc:1456
186
223
msgid "(not used)"
187
224
msgstr "(未使用)"
188
225
 
 
226
#: client/drizzle.cc:1458
189
227
msgid "Delimiter to be used."
190
228
msgstr "区切りに使用する文字。"
191
229
 
 
230
#: client/drizzle.cc:1460
192
231
msgid "Execute command and quit. (Disables --force and history file)"
193
232
msgstr "コマンドを実行して終了する。(--forceと履歴ファイルを無効化)"
194
233
 
 
234
#: client/drizzle.cc:1462
195
235
msgid "Print the output of a query (rows) vertically."
196
236
msgstr "結果を縦に表示する。"
197
237
 
 
238
#: client/drizzle.cc:1465
198
239
msgid "Continue even if we get an sql error."
199
240
msgstr "sqlエラーが発生しても続行する。"
200
241
 
 
242
#: client/drizzle.cc:1469
201
243
msgid ""
202
244
"Enable named commands. Named commands mean this program's internal commands; "
203
245
"see drizzle> help . When enabled, the named commands can be used from any "
204
246
"line of the query, otherwise only from the first line, before an enter. "
205
247
"Disable with --disable-named-commands. This option is disabled by default."
206
248
msgstr ""
207
 
"指定コマンドを有効にする。指定コマンドとは本プログラムの名言うコマンドのこと"
208
 
"です。詳細は「drizzle> help」を参照してください。有効である場合、指定コマンド"
209
 
"は複数行にクエリがまたがる場合にどの行においても使用することができます。無効"
210
 
"である場合は、先頭行のみで使用することが可能です。--disable-named-commandsオ"
211
 
"プションにより無効にすることが可能です。デフォルトは無効です。"
 
249
"指定コマンドを有効にする。指定コマンドとは本プログラムの名言うコマンドのことです。詳細は「drizzle> "
 
250
"help」を参照してください。有効である場合、指定コマンドは複数行にクエリがまたがる場合にどの行においても使用することができます。無効である場合は、先頭行"
 
251
"のみで使用することが可能です。--disable-named-commandsオプションにより無効にすることが可能です。デフォルトは無効です。"
212
252
 
 
253
#: client/drizzle.cc:1473
213
254
msgid ""
214
255
"Named commands are disabled. Use \\* form only, or use named commands only "
215
256
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
217
258
"G'. Long format commands still work from the first line. WARNING: option "
218
259
"deprecated; use --disable-named-commands instead."
219
260
msgstr ""
220
 
"指定コマンドを無効にする。「\\*」という書式のものをお使い頂くか、指定コマンド"
221
 
"を先頭行(セミコロン「;」まで)のみで使用して下さい。バージョン10.9から、この"
222
 
"オプションはデフォルトになっています。「-G」オプションを指定すると、このオプ"
223
 
"ションが無効になります。長い書式のコマンドは、先頭行においては使用することが"
224
 
"可能です。警告:このオプションは廃止予定です。--disable-named-commandsを代わ"
225
 
"りに使用して下さい。"
 
261
"指定コマンドを無効にする。「\\"
 
262
"*」という書式のものをお使い頂くか、指定コマンドを先頭行(セミコロン「;」まで)のみで使用して下さい。バージョン10.9から、このオプションはデフォルトに"
 
263
"なっています。「-"
 
264
"G」オプションを指定すると、このオプションが無効になります。長い書式のコマンドは、先頭行においては使用することが可能です。警告:このオプションは廃止予定で"
 
265
"す。--disable-named-commandsを代わりに使用して下さい。"
226
266
 
 
267
#: client/drizzle.cc:1475
227
268
msgid "Ignore space after function names."
228
269
msgstr "関数の後のスペースを無視する。"
229
270
 
 
271
#: client/drizzle.cc:1477
230
272
msgid "Enable/disable LOAD DATA LOCAL INFILE."
231
273
msgstr "LOAD DATA LOCAL INFILEの有効/無効を切り替える。"
232
274
 
 
275
#: client/drizzle.cc:1480
233
276
msgid "Turn off beep on error."
234
277
msgstr "エラー発生時にビープ音を出さない。"
235
278
 
 
279
#: client/drizzle.cc:1482
236
280
msgid "Connect to host."
237
281
msgstr "接続するホスト。"
238
282
 
 
283
#: client/drizzle.cc:1484
239
284
msgid "Write line numbers for errors."
240
285
msgstr "エラーに行番号を表示する。"
241
286
 
 
287
#: client/drizzle.cc:1487
242
288
msgid ""
243
289
"Don't write line number for errors. WARNING: -L is deprecated, use long "
244
290
"version of this option instead."
245
 
msgstr ""
246
 
"エラーに行番号を表示しない。警告:「-L」は廃止予定です。長い書式のオプション"
247
 
"を代わりに使用して下さい。"
 
291
msgstr "エラーに行番号を表示しない。警告:「-L」は廃止予定です。長い書式のオプションを代わりに使用して下さい。"
248
292
 
 
293
#: client/drizzle.cc:1489
249
294
msgid "Flush buffer after each query."
250
295
msgstr "クエリの後に毎回バッファをフラッシュする。"
251
296
 
 
297
#: client/drizzle.cc:1491
252
298
msgid "Write column names in results."
253
299
msgstr "結果においてカラム名を記載する。"
254
300
 
 
301
#: client/drizzle.cc:1495
255
302
msgid ""
256
303
"Don't write column names in results. WARNING: -N is deprecated, use long "
257
304
"version of this options instead."
258
 
msgstr ""
259
 
"カラム名を結果に表示しない。警告:「-N」は廃止予定です。長い書式のオプション"
260
 
"を使用して下さい。"
 
305
msgstr "カラム名を結果に表示しない。警告:「-N」は廃止予定です。長い書式のオプションを使用して下さい。"
261
306
 
 
307
#: client/drizzle.cc:1498
262
308
msgid ""
263
309
"Change the value of a variable. Please note that this option is deprecated; "
264
310
"you can set variables directly with --variable-name=value."
265
 
msgstr ""
266
 
"変数の値を変更する。このオプションは廃止予定です。変数は「--変数名=値」という"
267
 
"書式を用いて直接設定することが出来ます。"
 
311
msgstr "変数の値を変更する。このオプションは廃止予定です。変数は「--変数名=値」という書式を用いて直接設定することが出来ます。"
268
312
 
 
313
#: client/drizzle.cc:1500
269
314
msgid "Ignore SIGINT (CTRL-C)"
270
315
msgstr "SIGINT(CTRL-C)を無視する。"
271
316
 
 
317
#: client/drizzle.cc:1504
272
318
msgid ""
273
319
"Only update the default database. This is useful for skipping updates to "
274
320
"other database in the update log."
275
 
msgstr ""
276
 
"デフォルトデータベースのみを更新する。このオプションはバイナリログを適用する"
277
 
"際に他のデータベースへの更新を止めたい場合などに便利です。"
 
321
msgstr "デフォルトデータベースのみを更新する。このオプションはバイナリログを適用する際に他のデータベースへの更新を止めたい場合などに便利です。"
278
322
 
 
323
#: client/drizzle.cc:1507
279
324
msgid ""
280
325
"Pager to use to display results. If you don't supply an option the default "
281
326
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
283
328
"work in batch mode. Disable with --disable-pager. This option is disabled by "
284
329
"default."
285
330
msgstr ""
286
 
"結果を表示するためのページャを指定する。もしこのオプションが指定されなかった"
287
 
"場合には、PAGER環境変数で指定されたものが使われる。使用可能なページャはless、"
288
 
"more、cat [> ファイル名]などです。ヘルプ「\\h」も合わせて参照して下さい。この"
289
 
"オプションはバッチモードでは作用しません。「--disable-pager」オプションで無効"
290
 
"にすることができます。このオプションはデフォルトで無効になっています。"
 
331
"結果を表示するためのページャを指定する。もしこのオプションが指定されなかった場合には、PAGER環境変数で指定されたものが使われる。使用可能なページャはl"
 
332
"ess、more、cat [> ファイル名]などです。ヘルプ「\\h」も合わせて参照して下さい。このオプションはバッチモードでは作用しません。「--"
 
333
"disable-pager」オプションで無効にすることができます。このオプションはデフォルトで無効になっています。"
291
334
 
 
335
#: client/drizzle.cc:1510
292
336
msgid ""
293
337
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
294
338
"option deprecated; use --disable-pager instead."
295
339
msgstr ""
296
 
"ページャを無効にして標準出力へ表示する。ヘルプ「\\h」も合わせて参照して下さ"
297
 
"い。警告:このオプションは廃止予定です。代わりに「--disable-pager」を使用して"
298
 
"下さい。"
 
340
"ページャを無効にして標準出力へ表示する。ヘルプ「\\h」も合わせて参照して下さい。警告:このオプションは廃止予定です。代わりに「--disable-"
 
341
"pager」を使用して下さい。"
299
342
 
 
343
#: client/drizzle.cc:1513
300
344
msgid ""
301
345
"Password to use when connecting to server. If password is not given it's "
302
346
"asked from the tty."
303
 
msgstr ""
304
 
"サーバーに接続する際のパスワード。パスワードの入力がない場合、端末での入力が"
305
 
"要求されます。"
 
347
msgstr "サーバーに接続する際のパスワード。パスワードの入力がない場合、端末での入力が要求されます。"
306
348
 
 
349
#: client/drizzle.cc:1515
307
350
msgid ""
308
351
"Port number to use for connection or 0 for default to, in order of "
309
352
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
310
353
msgstr ""
311
 
"接続に利用するポート番号を指定。0にすることでデフォルト値を利用。設定の優先順"
312
 
"位はdrizzle.cnf、$DRIZZLE_TCP_PORTの順で決まります。 "
 
354
"接続に利用するポート番号を指定。0にすることでデフォルト値を利用。設定の優先順位はdrizzle.cnf、$DRIZZLE_TCP_PORTの順で決まりま"
 
355
"す。 "
313
356
 
 
357
#: client/drizzle.cc:1516
314
358
msgid "built-in default"
315
359
msgstr "組み込まれたデフォルト"
316
360
 
 
361
#: client/drizzle.cc:1518
317
362
msgid "Set the drizzle prompt to this value."
318
363
msgstr "drizzleのプロンプトをこの値にする。"
319
364
 
 
365
#: client/drizzle.cc:1522
320
366
msgid ""
321
367
"Don't cache result, print it row by row. This may slow down the server if "
322
368
"the output is suspended. Doesn't use history file."
323
369
msgstr ""
324
 
"結果をキャッシュしないで一行ずつ表示する。これは、出力が一時的に停止された場"
325
 
"合にサーバーの処理を低下させます。履歴ファイルには使用しないで下さい。"
 
370
"結果をキャッシュしないで一行ずつ表示する。これは、出力が一時的に停止された場合にサーバーの処理を低下させます。履歴ファイルには使用しないで下さい。"
326
371
 
 
372
#: client/drizzle.cc:1524
327
373
msgid "Write fields without conversion. Used with --batch."
328
 
msgstr ""
329
 
"コンバージョン無しでフィールドを出力する。--batch オプションで使用されます。"
 
374
msgstr "コンバージョン無しでフィールドを出力する。--batch オプションで使用されます。"
330
375
 
 
376
#: client/drizzle.cc:1527
331
377
msgid ""
332
378
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
333
379
"option is enabled by default."
334
 
msgstr ""
335
 
"接続が切れた際に再接続をする。--disable-recconect オプションで無効になりま"
336
 
"す。規定では有効になっています。"
 
380
msgstr "接続が切れた際に再接続をする。--disable-recconect オプションで無効になります。規定では有効になっています。"
337
381
 
 
382
#: client/drizzle.cc:1529
338
383
msgid "Shutdown the server."
339
384
msgstr "サーバーをシャットダウンする。"
340
385
 
 
386
#: client/drizzle.cc:1531
341
387
msgid ""
342
388
"Be more silent. Print results with a tab as separator, each row on new line."
343
389
msgstr "さらに出力を抑制する。タブ区切り、1行ごとに出力する。"
344
390
 
 
391
#: client/drizzle.cc:1533
 
392
msgid "Socket file to use for connection."
 
393
msgstr "接続に使用するソケットファイル。"
 
394
 
 
395
#: client/drizzle.cc:1536
345
396
msgid "Output in table format."
346
397
msgstr "表形式で出力する。"
347
398
 
 
399
#: client/drizzle.cc:1539
348
400
msgid ""
349
401
"Append everything into outfile. See interactive help (\\h) also. Does not "
350
402
"work in batch mode. Disable with --disable-tee. This option is disabled by "
351
403
"default."
352
404
msgstr ""
353
 
"出力ファイルに追記する。help(\\h)を参照して下さい。batchモードでは機能しませ"
354
 
"ん。--disable-tee オプションで無効となります。規定では無効になっています。"
 
405
"出力ファイルに追記する。help(\\h)を参照して下さい。batchモードでは機能しません。--disable-tee "
 
406
"オプションで無効となります。規定では無効になっています。"
355
407
 
 
408
#: client/drizzle.cc:1541
356
409
msgid ""
357
410
"Disable outfile. See interactive help (\\h) also. WARNING: option "
358
411
"deprecated; use --disable-tee instead"
359
412
msgstr ""
360
 
"outfileを無効にする。help(\\h)を参照して下さい。警告: このオプションは廃止予"
361
 
"定です; 代わりに --disable-tee オプションを使用して下さい。"
 
413
"outfileを無効にする。help(\\h)を参照して下さい。警告: このオプションは廃止予定です; 代わりに --disable-tee "
 
414
"オプションを使用して下さい。"
362
415
 
 
416
#: client/drizzle.cc:1544
363
417
msgid "User for login if not current user."
364
418
msgstr "別のユーザでログインする際のユーザ名。"
365
419
 
 
420
#: client/drizzle.cc:1547
366
421
msgid "Only allow UPDATE and DELETE that uses keys."
367
422
msgstr "キーを使用してUPDATEとDELETEのみを許可する。"
368
423
 
 
424
#: client/drizzle.cc:1550
369
425
msgid "Synonym for option --safe-updates, -U."
370
426
msgstr "--safe-updates, -U オプションと同じ。"
371
427
 
 
428
#: client/drizzle.cc:1553
372
429
msgid "Write more. (-v -v -v gives the table output format)."
373
430
msgstr "詳細を出力する。(-v -v -v で表形式で出力)。"
374
431
 
 
432
#: client/drizzle.cc:1555 drizzled/drizzled.cc:2269
375
433
msgid "Output version information and exit."
376
434
msgstr "バージョン情報を出力し終了する。"
377
435
 
 
436
#: client/drizzle.cc:1557
378
437
msgid "Wait and retry if connection is down."
379
438
msgstr "接続が切れた場合に再試行をする。"
380
439
 
 
440
#: client/drizzle.cc:1560
381
441
msgid "Number of seconds before connection timeout."
382
442
msgstr "コネクションタイムアウトとなるまでの時間(秒)。"
383
443
 
 
444
#: client/drizzle.cc:1565
384
445
msgid "Max length of input line"
385
446
msgstr "入力行の最大幅。"
386
447
 
 
448
#: client/drizzle.cc:1570
387
449
msgid "Automatic limit for SELECT when using --safe-updates"
388
450
msgstr "--safe-updates を使用した時のSELECTに対して自動的に設定される上限"
389
451
 
 
452
#: client/drizzle.cc:1575
390
453
msgid "Automatic limit for rows in a join when using --safe-updates"
391
454
msgstr "--safe-updatesを使用した特のjoinに対して自動的に設定される行数の上限"
392
455
 
393
 
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
 
456
#: client/drizzle.cc:1579
 
457
msgid ""
 
458
"Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
394
459
msgstr "古いプロトコル(4.1.1以前)を使用している場合は接続を拒否"
395
460
 
 
461
#: client/drizzle.cc:1584
396
462
msgid "Number of lines before each import progress report."
397
463
msgstr "インポート実行時に進捗が表示される行数の間隔。"
398
464
 
 
465
#: client/drizzle.cc:1587
399
466
msgid "Ping the server to check if it's alive."
400
467
msgstr "サーバーの生存を確認するために接続試験を行う。"
401
468
 
402
 
msgid "Use MySQL Protocol."
403
 
msgstr "MySQLプロトコルを使用"
404
 
 
 
469
#: client/drizzle.cc:1597
405
470
#, c-format
406
 
msgid "%s  Ver %s Distrib %s, for %s-%s (%s) using %s %s\n"
407
 
msgstr ""
 
471
msgid "%s  Ver %s Distrib %s, for %s (%s) using %s %s\n"
 
472
msgstr "%s バージョン %s ディストリビューション %s, プラットフォーム %s (%s), 利用ライブラリ %s %s\n"
408
473
 
 
474
#: client/drizzle.cc:1604
409
475
#, c-format
410
476
msgid ""
411
477
"Copyright (C) 2008 Sun Microsystems\n"
413
479
"and you are welcome to modify and redistribute it under the GPL license\n"
414
480
msgstr ""
415
481
"Copyright (C) 2008 Sun Microsystems\n"
416
 
"このソフトウェアは全くの無保証で提供されています。このソフトウェアはフリーソ"
417
 
"フトウェア、\n"
418
 
"つまり自由なソフトウェアであり、変更を加えてGPLライセンスの下で再配布すること"
419
 
"ができます。\n"
 
482
"このソフトウェアは全くの無保証で提供されています。このソフトウェアはフリーソフトウェア、\n"
 
483
"つまり自由なソフトウェアであり、変更を加えてGPLライセンスの下で再配布することができます。\n"
420
484
 
 
485
#: client/drizzle.cc:1609
421
486
#, c-format
422
487
msgid "Usage: %s [OPTIONS] [database]\n"
423
488
msgstr "使用方法: %s [オプション] [データベース]\n"
424
489
 
 
490
#: client/drizzle.cc:1640
425
491
msgid "DELIMITER cannot contain a backslash character"
426
492
msgstr "DELIMITER にはバックスラッシュを含めることはできません。"
427
493
 
 
494
#: client/drizzle.cc:1658
428
495
#, c-format
429
496
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
430
 
msgstr ""
431
 
"警告: このオプションは廃止予定です。代わりに --disable-tee を使用してくださ"
432
 
"い。\n"
 
497
msgstr "警告: このオプションは廃止予定です。代わりに --disable-tee を使用してください。\n"
433
498
 
 
499
#: client/drizzle.cc:1681
434
500
#, c-format
435
501
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
436
 
msgstr ""
437
 
"警告: このオプションは廃止予定です。代わりに --disable-pager を使用してくださ"
438
 
"い。\n"
 
502
msgstr "警告: このオプションは廃止予定です。代わりに --disable-pager を使用してください。\n"
439
503
 
 
504
#: client/drizzle.cc:1685
440
505
#, c-format
441
506
msgid "WARNING: --server-arg option not supported in this configuration.\n"
442
507
msgstr "警告: --server-arg はこの設定ではサポートされていません。\n"
443
508
 
 
509
#: client/drizzle.cc:1712
444
510
msgid ""
445
511
"Non-integer value supplied for port.  If you are trying to enter a password "
446
512
"please use --password instead."
447
513
msgstr ""
448
 
"ポート番号に対して整数でない値が指定されました。もしパスワードを指定したいの"
449
 
"なら、代わりに--paswordオプションを使用してください。"
 
514
"ポート番号に対して整数でない値が指定されました。もしパスワードを指定したいのなら、代わりに--paswordオプションを使用してください。"
450
515
 
 
516
#: client/drizzle.cc:1720
451
517
msgid "Value supplied for port is not valid."
452
518
msgstr "ポート番号に指定された値は無効です。"
453
519
 
 
520
#: client/drizzle.cc:1866
454
521
#, c-format
455
522
msgid "Processing line: %<PRIu32>\n"
456
523
msgstr "%<PRIu32> 行目を処理中・・・\n"
457
524
 
458
 
msgid "Unknown command: "
459
 
msgstr "無効なコマンド "
 
525
#: client/drizzle.cc:2083
 
526
#, c-format
 
527
msgid "Unknown command '\\%c'."
 
528
msgstr "不明なコマンド '\\%c'。"
460
529
 
461
 
#, fuzzy
 
530
#: client/drizzle.cc:2493
462
531
msgid ""
463
 
"                              Reading table information for completion of "
464
 
"table and column names\n"
465
 
"                                  You can turn off this feature to get a "
466
 
"quicker startup with -A\n"
 
532
"Reading table information for completion of table and column names\n"
 
533
"    You can turn off this feature to get a quicker startup with -A\n"
467
534
"\n"
468
535
msgstr ""
469
536
"テーブル名およびカラム名補完のためにテーブル情報を読み込み中。\n"
471
538
"    無効にするとコマンドの開始が早くなることが期待出来ます。\n"
472
539
"\n"
473
540
 
 
541
#: client/drizzle.cc:2583
474
542
msgid "No connection. Trying to reconnect..."
475
543
msgstr "接続していません。再接続をしています。。。"
476
544
 
 
545
#: client/drizzle.cc:2589
477
546
msgid "Can't connect to the server\n"
478
547
msgstr "サーバに接続できません。\n"
479
548
 
 
549
#: client/drizzle.cc:2668
480
550
msgid "List of all Drizzle commands:"
481
551
msgstr "すべてのコマンドの一覧:"
482
552
 
 
553
#: client/drizzle.cc:2670
483
554
msgid "Note that all text commands must be first on line and end with ';'"
484
 
msgstr ""
485
 
"次のコマンド(短縮形でないもの)は行の最初から始まりセミコロン(;)で終了する"
486
 
"必要があります。"
 
555
msgstr "次のコマンド(短縮形でないもの)は行の最初から始まりセミコロン(;)で終了する必要があります。"
487
556
 
 
557
#: client/drizzle.cc:2725
488
558
msgid "No query specified\n"
489
559
msgstr "クエリがありません\n"
490
560
 
 
561
#: client/drizzle.cc:2740
491
562
msgid "Ignoring query to other database"
492
563
msgstr "他のデータベースへのクエリを無視します"
493
564
 
 
565
#: client/drizzle.cc:2790
494
566
msgid "Empty set"
495
567
msgstr "空の結果"
496
568
 
 
569
#: client/drizzle.cc:2803
497
570
#, c-format
498
571
msgid "%ld row in set"
499
572
msgid_plural "%ld rows in set"
500
573
msgstr[0] "%ld 行の結果"
501
574
 
 
575
#: client/drizzle.cc:2812
502
576
msgid "Query OK"
503
577
msgstr "クエリー完了"
504
578
 
 
579
#: client/drizzle.cc:2814
505
580
#, c-format
506
581
msgid "Query OK, %ld row affected"
507
582
msgid_plural "Query OK, %ld rows affected"
508
583
msgstr[0] "クエリ OK, %ld 行が変更されました"
509
584
 
510
 
msgid "Number of rows before each output progress report (requires --verbose)."
 
585
#: client/drizzlecheck.cc:262 client/drizzledump.cc:605
 
586
#: client/drizzleimport.cc:195 client/drizzleslap.cc:742
 
587
#: client/drizzletest.cc:4728
 
588
#, c-format
 
589
msgid ""
 
590
"Non-integer value supplied for port.  If you are trying to enter a password "
 
591
"please use --password instead.\n"
 
592
msgstr ""
 
593
"ポート番号に対して整数でない値が指定されました。もしパスワードを指定したいのなら、代わりに--paswordオプションを使用してください。\n"
 
594
 
 
595
#: client/drizzlecheck.cc:270 client/drizzledump.cc:613
 
596
#: client/drizzleimport.cc:203 client/drizzleslap.cc:750
 
597
#: client/drizzletest.cc:4736
 
598
#, c-format
 
599
msgid "Value supplied for port is not valid.\n"
 
600
msgstr "ポート番号に指定された値は無効です。\n"
 
601
 
 
602
#: client/drizzledump.cc:387
 
603
msgid ""
 
604
"Number of rows before each output progress report (requires --verbose)."
511
605
msgstr "進捗が報告されるまでの行数(--verboseオプションが必要です。)"
512
606
 
 
607
#: client/drizzledump.cc:461
513
608
#, c-format
514
609
msgid "Got errno %d on write"
515
610
msgstr "書き込み中にエラー番号 %d が発生しました。"
516
611
 
 
612
#: client/drizzledump.cc:466
517
613
#, c-format
518
 
msgid "%s  Drizzle %s libdrizzle %s, for %s-%s (%s)\n"
519
 
msgstr ""
 
614
msgid "%s  Ver %s Distrib %s, for %s (%s)\n"
 
615
msgstr "%s バージョン %s ディストリビューション %s, OS %s, プラットフォーム %s\n"
520
616
 
 
617
#: client/drizzledump.cc:473
521
618
#, c-format
522
619
msgid "Usage: %s [OPTIONS] database [tables]\n"
523
620
msgstr "使用方法: %s [オプション] データベース名 [テーブル名(複数可)]\n"
524
621
 
 
622
#: client/drizzledump.cc:474
525
623
#, c-format
526
624
msgid "OR     %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
527
625
msgstr "または %s [オプション] --databases [オプション] DB1 [DB2 DB3...]\n"
528
626
 
 
627
#: client/drizzledump.cc:476
529
628
#, c-format
530
629
msgid "OR     %s [OPTIONS] --all-databases [OPTIONS]\n"
531
630
msgstr "または %s [オプション] --all-databases [オプション]\n"
532
631
 
 
632
#: client/drizzledump.cc:483
 
633
msgid "By Igor Romanenko, Monty, Jani & Sinisa"
 
634
msgstr "著者:Igor Romanenko、Monty、Jani、Sinisa"
 
635
 
 
636
#: client/drizzledump.cc:484
533
637
msgid ""
534
638
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
535
639
"and you are welcome to modify and redistribute it under the GPL license\n"
536
640
msgstr ""
537
 
"このソフトウェアは全くの無保証で提供されています。このソフトウェアはフリーソ"
538
 
"フトウェア、\n"
539
 
"つまり自由なソフトウェアであり、変更を加えてGPLライセンスの下で再配布すること"
540
 
"ができます。\n"
541
 
 
542
 
msgid "Dumps definitions and data from a Drizzle database server"
543
 
msgstr "Drizzleデータベースサーバから定義とデータをダンプ"
544
 
 
 
641
"このソフトウェアは全くの無保証で提供されています。このソフトウェアはフリーソフトウェア、\n"
 
642
"つまり自由なソフトウェアであり、変更を加えてGPLライセンスの下で再配布することができます。\n"
 
643
 
 
644
#: client/drizzledump.cc:485
 
645
msgid "Dumping definition and data DRIZZLE database or table"
 
646
msgstr "DRIZZLEのデータベースまたはテーブルの定義およびデータをダンプします。"
 
647
 
 
648
#: client/drizzledump.cc:496
545
649
#, c-format
546
650
msgid "For more options, use %s --help\n"
547
651
msgstr "詳細なオプションを見るには %s --help コマンドを実行してください。\n"
548
652
 
549
 
#, c-format
550
 
msgid ""
551
 
"Non-integer value supplied for port.  If you are trying to enter a password "
552
 
"please use --password instead.\n"
553
 
msgstr ""
554
 
"ポート番号に対して整数でない値が指定されました。もしパスワードを指定したいの"
555
 
"なら、代わりに--paswordオプションを使用してください。\n"
556
 
 
557
 
#, c-format
558
 
msgid "Value supplied for port is not valid.\n"
559
 
msgstr "ポート番号に指定された値は無効です。\n"
560
 
 
 
653
#: client/drizzledump.cc:630
561
654
#, c-format
562
655
msgid "Memory allocation error while copying password. Aborting.\n"
563
 
msgstr ""
564
 
"プロンプトを初期化中にメモリアロケーションエラーが発生しました。プログラムを"
565
 
"終了します。\n"
 
656
msgstr "プロンプトを初期化中にメモリアロケーションエラーが発生しました。プログラムを終了します。\n"
566
657
 
 
658
#: client/drizzledump.cc:669
567
659
#, c-format
568
660
msgid "Input filename too long: %s"
569
661
msgstr "ファイル名が長すぎます: %s"
570
662
 
 
663
#: client/drizzledump.cc:712
571
664
#, c-format
572
665
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
573
666
msgstr "オプション--ignore-table=<database>.<table>の使い方が不正です。\n"
574
667
 
 
668
#: client/drizzledump.cc:737
575
669
#, c-format
576
670
msgid "Invalid mode to --compatible: %s\n"
577
671
msgstr "--compatibleに指定されたモードが不適切です: %s\n"
578
672
 
 
673
#: client/drizzledump.cc:791
579
674
#, c-format
580
675
msgid "%s: You must use option --tab with --fields-...\n"
581
676
msgstr "%s: --fields...オプションは--tabオプションと併用する必要があります。\n"
582
677
 
 
678
#: client/drizzledump.cc:808
583
679
#, c-format
584
680
msgid ""
585
681
"%s: You can't use --single-transaction and --lock-all-tables at the same "
586
682
"time.\n"
587
683
msgstr ""
588
 
"%s: --single-transactionオプションと--lock-all-tablesオプションを同時に指定す"
589
 
"ることはできません。\n"
 
684
"%s: --single-transactionオプションと--lock-all-tablesオプションを同時に指定することはできません。\n"
590
685
 
 
686
#: client/drizzledump.cc:821
591
687
#, c-format
592
688
msgid ""
593
689
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
594
690
"time.\n"
595
 
msgstr ""
596
 
"%s: ..enclosed..と..optionally-enclosed..オプションを同時に指定することはでき"
597
 
"ません。\n"
 
691
msgstr "%s: ..enclosed..と..optionally-enclosed..オプションを同時に指定することはできません。\n"
598
692
 
 
693
#: client/drizzledump.cc:827
599
694
#, c-format
600
695
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
601
 
msgstr ""
602
 
"%s: --databasesまたは--all-databasesオプションは--tabオプションと同時に指定す"
603
 
"ることはできません。\n"
 
696
msgstr "%s: --databasesまたは--all-databasesオプションは--tabオプションと同時に指定することはできません。\n"
604
697
 
 
698
#: client/drizzledump.cc:853
605
699
#, c-format
606
700
msgid "Got error: %s (%d) %s"
607
 
msgstr "エラーが発生しました: %s (%d) %s"
 
701
msgstr ""
608
702
 
 
703
#: client/drizzledump.cc:860
609
704
#, c-format
610
705
msgid "Got error: %d %s"
611
 
msgstr "エラーが発生しました: %d %s"
 
706
msgstr ""
612
707
 
 
708
#: client/drizzledump.cc:958 client/drizzledump.cc:965
 
709
#: client/drizzledump.cc:978
613
710
#, c-format
614
711
msgid "Couldn't execute '%s': %s (%d)"
615
712
msgstr "クエリを実行出来ませんでした。 '%s': %s (%d)"
616
713
 
 
714
#: client/drizzledump.cc:1042
617
715
#, c-format
618
716
msgid "-- Connecting to %s...\n"
619
717
msgstr "-- %s に接続中・・・\n"
620
718
 
 
719
#: client/drizzledump.cc:1063
621
720
#, c-format
622
721
msgid "-- Disconnecting from %s...\n"
623
722
msgstr "-- %s から切断中・・・\n"
624
723
 
 
724
#: client/drizzledump.cc:1074
625
725
msgid "Couldn't allocate memory"
626
726
msgstr "メモリをアロケートすることが出来ませんでした。"
627
727
 
 
728
#: client/drizzledump.cc:1418
628
729
#, c-format
629
730
msgid ""
630
731
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
631
732
"type %s\n"
632
733
msgstr ""
633
 
"-- 警告: テーブル %s は、%s ストレージエンジンで定義されているため DELAYED "
634
 
"INSERT を実行することは出来ません。\n"
 
734
"-- 警告: テーブル %s は、%s ストレージエンジンで定義されているため DELAYED INSERT を実行することは出来ません。\n"
635
735
 
 
736
#: client/drizzledump.cc:1432
636
737
#, c-format
637
738
msgid "-- Retrieving table structure for table %s...\n"
638
739
msgstr "-- テーブル %s の定義を取得しています・・・\n"
639
740
 
 
741
#: client/drizzledump.cc:1546
640
742
#, c-format
641
743
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
642
 
msgstr ""
643
 
"%s: 警告: SQL_QUOTE_SHOW_CREATEオプションを指定することはできません(%s)\n"
 
744
msgstr "%s: 警告: SQL_QUOTE_SHOW_CREATEオプションを指定することはできません(%s)\n"
644
745
 
 
746
#: client/drizzledump.cc:1653
645
747
#, c-format
646
748
msgid "%s: Can't get keys for table %s\n"
647
749
msgstr "%s: テーブル %s のキーを取得することが出来ません。\n"
648
750
 
 
751
#: client/drizzledump.cc:1731 client/drizzledump.cc:3085
649
752
#, c-format
650
753
msgid "Error: Couldn't read status information for table %s\n"
651
 
msgstr ""
652
 
"エラー: テーブル %s のステータス情報を取得することが出来ませんでした。\n"
 
754
msgstr "エラー: テーブル %s のステータス情報を取得することが出来ませんでした。\n"
653
755
 
 
756
#: client/drizzledump.cc:1874
654
757
#, c-format
655
758
msgid "Error retrieving table structure for table: \"%s\""
656
759
msgstr "テーブル定義を取得中にエラーが発生しました。: \"%s\""
657
760
 
 
761
#: client/drizzledump.cc:1881
658
762
#, c-format
659
763
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
660
 
msgstr ""
661
 
"-- テーブル '%s' のデータのダンプをスキップしています。--no-data オプションが"
662
 
"指定されています。\n"
 
764
msgstr "-- テーブル '%s' のデータのダンプをスキップしています。--no-data オプションが指定されています。\n"
663
765
 
 
766
#: client/drizzledump.cc:1892
664
767
#, c-format
665
768
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
666
 
msgstr ""
667
 
"-- 警告: テーブル '%s' をスキップしています。%s ストレージエンジンが利用され"
668
 
"ています。\n"
 
769
msgstr "-- 警告: テーブル '%s' をスキップしています。%s ストレージエンジンが利用されています。\n"
669
770
 
 
771
#: client/drizzledump.cc:1899
670
772
#, c-format
671
773
msgid "-- Skipping dump data for table '%s', it has no fields\n"
672
 
msgstr ""
673
 
"-- テーブル '%s' をスキップしています。テーブルにはフィールドがありません。\n"
 
774
msgstr "-- テーブル '%s' をスキップしています。テーブルにはフィールドがありません。\n"
674
775
 
 
776
#: client/drizzledump.cc:1907
675
777
msgid "-- Sending SELECT query...\n"
676
778
msgstr "-- SELECTクエリを送信しています・・・\n"
677
779
 
 
780
#: client/drizzledump.cc:1961 client/drizzledump.cc:2446
678
781
msgid "when executing 'SELECT INTO OUTFILE'"
679
782
msgstr "「SELECT INTO OUTFILE」実行中。"
680
783
 
 
784
#: client/drizzledump.cc:1971
681
785
#, c-format
682
786
msgid ""
683
787
"\n"
690
794
"-- テーブル %s のデータをダンプしています。\n"
691
795
"--\n"
692
796
 
 
797
#: client/drizzledump.cc:2012
693
798
msgid "-- Retrieving rows...\n"
694
799
msgstr "-- 行データを取得しています・・・\n"
695
800
 
 
801
#: client/drizzledump.cc:2015
696
802
#, c-format
697
803
msgid "%s: Error in field count for table: %s !  Aborting.\n"
698
 
msgstr ""
699
 
"%s: テーブル %s のフィールド数が一致しません。プログラムを終了します。\n"
 
804
msgstr "%s: テーブル %s のフィールド数が一致しません。プログラムを終了します。\n"
700
805
 
 
806
#: client/drizzledump.cc:2064
701
807
#, c-format
702
808
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
703
 
msgstr ""
704
 
"%s: テーブルから行を読み込んでいる最中にエラーが発生しました: %s (%d:%s)! 終"
705
 
"了します。\n"
 
809
msgstr "%s: テーブルから行を読み込んでいる最中にエラーが発生しました: %s (%d:%s)! 終了します。\n"
706
810
 
 
811
#: client/drizzledump.cc:2081
707
812
#, c-format
708
813
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
709
 
msgstr ""
710
 
"-- %<PRIu32> 行(トータル ~%<PRIu64>行中)をダンプしました。テーブル: %s\n"
 
814
msgstr "-- %<PRIu32> 行(トータル ~%<PRIu64>行中)をダンプしました。テーブル: %s\n"
711
815
 
 
816
#: client/drizzledump.cc:2103
712
817
#, c-format
713
818
msgid "Not enough fields from table %s! Aborting.\n"
714
 
msgstr ""
715
 
"テーブル(%s)のフィールド数が不足しています。プログラムを終了します。\n"
716
 
 
 
819
msgstr "テーブル(%s)のフィールド数が不足しています。プログラムを終了します。\n"
 
820
 
 
821
#: client/drizzledump.cc:2523
 
822
msgid "when using LOCK TABLES"
 
823
msgstr "LOCK TABLESコマンド実行中。"
 
824
 
 
825
#: client/drizzledump.cc:2536 client/drizzledump.cc:2679
717
826
msgid "when doing refresh"
718
827
msgstr "FLUSHコマンド実行中。"
719
828
 
 
829
#: client/drizzledump.cc:2629
720
830
msgid "alloc_root failure."
721
831
msgstr "alloc_root()の実行に失敗しました。"
722
832
 
 
833
#: client/drizzledump.cc:2650
723
834
#, c-format
724
835
msgid "Couldn't find table: \"%s\""
725
836
msgstr "テーブル「%s」が見つかりません。"
726
837
 
 
838
#: client/drizzledump.cc:2666
 
839
msgid "when doing LOCK TABLES"
 
840
msgstr "LOCK TABLESコマンド実行中。"
 
841
 
 
842
#: client/drizzledump.cc:2737
 
843
msgid "Error: Binlogging on server not active"
 
844
msgstr "エラー: このMySQLサーバーではバイナリログが有効になっていません。"
 
845
 
 
846
#: client/drizzledump.cc:2806
 
847
msgid "Error: Slave not set up"
 
848
msgstr "エラー: このMySQLサーバーはスレーブとしてセットアップされていません。"
 
849
 
 
850
#: client/drizzledump.cc:2865
 
851
msgid "Error: Unable to start slave"
 
852
msgstr "エラー: START SLAVEを実行出来ません。"
 
853
 
 
854
#: client/drizzledump.cc:3156 client/drizzledump.cc:3163
 
855
#: client/drizzledump.cc:3173
727
856
#, c-format
728
857
msgid ""
729
858
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
730
 
msgstr ""
731
 
"警告: テーブル「%s」からインデックスを読み込むことが出来ませんでした。レコー"
732
 
"ドが記録されていません(%s)\n"
 
859
msgstr "警告: テーブル「%s」からインデックスを読み込むことが出来ませんでした。レコードが記録されていません(%s)\n"
733
860
 
 
861
#: client/drizzledump.cc:3203
734
862
#, c-format
735
863
msgid "Error: Not enough memory to store ORDER BY clause\n"
736
864
msgstr "エラー: ORDER BY句を保持するためのメモリを確保することが出来ません。\n"
737
865
 
738
 
#, c-format
739
 
msgid "Could not open '%s' for reading: errno = %d"
740
 
msgstr ""
741
 
 
742
 
#, c-format
743
 
msgid "Out of memory"
744
 
msgstr "メモリが不足しています。"
745
 
 
 
866
#: drizzled/db.cc:236
 
867
#, c-format
 
868
msgid "Error while loading database options: '%s':"
 
869
msgstr "データベースのオプションをロード中にエラー: '%s'"
 
870
 
 
871
#: drizzled/drizzled.cc:527
746
872
#, c-format
747
873
msgid "Got signal %d from thread %<PRIu64>"
748
874
msgstr "シグナル %d がスレッド %<PRIu64> で発生しました。"
749
875
 
 
876
#: drizzled/drizzled.cc:561
750
877
msgid "Aborting\n"
751
878
msgstr "中断中\n"
752
879
 
 
880
#: drizzled/drizzled.cc:681
753
881
msgid "One can only use the --user switch if running as root\n"
754
882
msgstr "--userによるユーザ変更はroot権限でのみ使用可能です。\n"
755
883
 
 
884
#: drizzled/drizzled.cc:689
756
885
msgid ""
757
886
"Fatal error: Please read \"Security\" section of the manual to find out how "
758
887
"to run drizzled as root!\n"
759
 
msgstr ""
760
 
"致命的なエラー: drizzleをrootユーザで実行するために必要な情報はマニュアルの"
761
 
"「セキュリティ」の章に記載されています。\n"
 
888
msgstr "致命的なエラー: drizzleをrootユーザで実行するために必要な情報はマニュアルの「セキュリティ」の章に記載されています。\n"
762
889
 
 
890
#: drizzled/drizzled.cc:711
763
891
#, c-format
764
892
msgid ""
765
893
"Fatal error: Can't change to run as user '%s' ;  Please check that the user "
766
894
"exists!\n"
767
 
msgstr ""
768
 
"致命的なエラー: ユーザーを「%s」に変更出来ません。ユーザーが存在しているか確"
769
 
"認してください。\n"
770
 
 
771
 
#, c-format
772
 
msgid "Fatal signal %d while backtracing\n"
773
 
msgstr "バックトレース中の致命的なシグナル %d\n"
774
 
 
 
895
msgstr "致命的なエラー: ユーザーを「%s」に変更出来ません。ユーザーが存在しているか確認してください。\n"
 
896
 
 
897
#: drizzled/drizzled.cc:885
 
898
#, c-format
 
899
msgid "Retrying bind on TCP/IP port %u"
 
900
msgstr "TCP/IPポート番号 %u へのバインドをリトライ中・・・"
 
901
 
 
902
#: drizzled/drizzled.cc:891
 
903
msgid "Can't start server: Bind on TCP/IP port"
 
904
msgstr "サーバを起動できません: Bind on TCP/IP port"
 
905
 
 
906
#: drizzled/drizzled.cc:892
 
907
#, c-format
 
908
msgid "Do you already have another drizzled server running on port: %d ?"
 
909
msgstr "ポート %d で他の drizzled サーバが既に実行中ではありませんか?"
 
910
 
 
911
#: drizzled/drizzled.cc:898
 
912
msgid "Can't start server: listen() on TCP/IP port"
 
913
msgstr "サーバを起動できません: listen() on TCP/IP port"
 
914
 
 
915
#: drizzled/drizzled.cc:899
 
916
#, c-format
 
917
msgid "listen() on TCP/IP failed with error %d"
 
918
msgstr "TCP/IPに対するlisten()がエラー %d により失敗しました。"
 
919
 
 
920
#: drizzled/drizzled.cc:917
 
921
msgid "Can't open abort pipet"
 
922
msgstr ""
 
923
 
 
924
#: drizzled/drizzled.cc:919
 
925
#, c-format
 
926
msgid "pipe() on abort_pipe failed with error %d"
 
927
msgstr ""
 
928
 
 
929
#: drizzled/drizzled.cc:1016
 
930
#, c-format
 
931
msgid "Fatal "
 
932
msgstr "致命的 "
 
933
 
 
934
#: drizzled/drizzled.cc:1041
775
935
#, c-format
776
936
msgid ""
777
937
"We will try our best to scrape up some info that will hopefully help "
781
941
"and this may fail.\n"
782
942
"\n"
783
943
msgstr ""
784
 
"診断に必要な情報を収集しようと試みましたが、本プログラムは既にクラッシュして"
785
 
"おり、\n"
786
 
"何らかの決定的な問題が生じたため、情報の収集は失敗している可能性がありま"
787
 
"す。\n"
 
944
"診断に必要な情報を収集しようと試みましたが、本プログラムは既にクラッシュしており、\n"
 
945
"何らかの決定的な問題が生じたため、情報の収集は失敗している可能性があります。\n"
788
946
"\n"
789
947
 
 
948
#: drizzled/drizzled.cc:1052
790
949
#, c-format
791
950
msgid ""
792
951
"It is possible that drizzled could use up to \n"
793
 
"key_buffer_size + (read_buffer_size + sort_buffer_size)*thread_count\n"
 
952
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = "
 
953
"%<PRIu64> K\n"
794
954
"bytes of memory\n"
795
955
"Hope that's ok; if not, decrease some variables in the equation.\n"
796
956
"\n"
797
957
msgstr ""
 
958
"drizzledは次のメモリ容量を消費していた可能性があります。\n"
 
959
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = "
 
960
"%<PRIu64> K\n"
 
961
"この設定に問題がないことを願いますが、もしそうでないなら上記の方程式に含まれる値のうち、\n"
 
962
"いくつかの値を減らして見て下さい。\n"
 
963
"\n"
798
964
 
 
965
#: drizzled/drizzled.cc:1069
799
966
#, c-format
800
967
msgid ""
801
968
"Attempting backtrace. You can use the following information to find out\n"
803
970
"terribly wrong...\n"
804
971
msgstr ""
805
972
"バックトレースを取得しています。drizzledがどこで終了したのかを知るために、\n"
806
 
"次の情報を利用出来ます。もし、以下に何もメッセージが表示されないようでした"
807
 
"ら\n"
 
973
"次の情報を利用出来ます。もし、以下に何もメッセージが表示されないようでしたら\n"
808
974
"システムが異常を来していた可能性があります。\n"
809
975
 
 
976
#: drizzled/drizzled.cc:1097
810
977
#, c-format
811
978
msgid ""
812
979
"Trying to get some variables.\n"
813
980
"Some pointers may be invalid and cause the dump to abort...\n"
814
981
msgstr ""
815
982
"いくつかのシステム変数を取得しています。\n"
816
 
"ポインタが不正な値になっている可能性がありますので、値のダンプが停止する可能"
817
 
"性があります。\n"
 
983
"ポインタが不正な値になっている可能性がありますので、値のダンプが停止する可能性があります。\n"
818
984
 
 
985
#: drizzled/drizzled.cc:1109
819
986
#, c-format
820
987
msgid ""
821
988
"\n"
830
997
"サーバがinitgroups()を処理している最中にクラッシュが発生しました。\n"
831
998
"この問題は、drizzledがglibcに対して静的にリンクされ、/etc/nsswitch.conf\n"
832
999
"においてLDAPが利用されるように設定されている場合に起きることがあります。\n"
833
 
"この問題が発生しないようにするには、glibcを新しいバージョン(nscdを利用してい"
834
 
"る\n"
835
 
"場合には2.3.4以降)にアップグレードするか、nsswitch.confにおいてLDAPを使用し"
836
 
"ない\n"
837
 
"ように設定するか、もしくは静的にリンクされていないdrizzledを利用して下さ"
838
 
"い。\n"
 
1000
"この問題が発生しないようにするには、glibcを新しいバージョン(nscdを利用している\n"
 
1001
"場合には2.3.4以降)にアップグレードするか、nsswitch.confにおいてLDAPを使用しない\n"
 
1002
"ように設定するか、もしくは静的にリンクされていないdrizzledを利用して下さい。\n"
839
1003
 
 
1004
#: drizzled/drizzled.cc:1124
840
1005
#, c-format
841
1006
msgid ""
842
1007
"\n"
847
1012
"the documentation for your distribution on how to do that.\n"
848
1013
msgstr ""
849
1014
"\n"
850
 
"NPTLをサポートしているシステムにおいて、LinuxThreadsが静的にリンクされていま"
851
 
"す。\n"
 
1015
"NPTLをサポートしているシステムにおいて、LinuxThreadsが静的にリンクされています。\n"
852
1016
"LinuxThreadsとNPTLの競合が発生するとクラッシュが発生する場合があります。\n"
853
 
"この問題を回避するために、動的にリンクされたバイナリを利用するか、"
854
 
"LinuxThreadsが\n"
 
1017
"この問題を回避するために、動的にリンクされたバイナリを利用するか、LinuxThreadsが\n"
855
1018
"強制的に使われるようにLD_ASSUME_KERNEL環境変数を設定する必要があります。\n"
856
 
"具体的にどのようにするべきかということについては、お使いのdrizzleのドキュメン"
857
 
"トを\n"
 
1019
"具体的にどのようにするべきかということについては、お使いのdrizzleのドキュメントを\n"
858
1020
"参照して下さい。\n"
859
1021
 
 
1022
#: drizzled/drizzled.cc:1137
 
1023
#, c-format
 
1024
msgid ""
 
1025
"\n"
 
1026
"The '--memlock' argument, which was enabled, uses system calls that are\n"
 
1027
"unreliable and unstable on some operating systems and operating-system\n"
 
1028
"versions (notably, some versions of Linux).  This crash could be due to use\n"
 
1029
"of those buggy OS calls.  You should consider whether you really need the\n"
 
1030
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
 
1031
" bugs.\n"
 
1032
msgstr ""
 
1033
"\n"
 
1034
"「--memlock」オプションが有効になっていますが、このオプションはいくつかのOSまたは\n"
 
1035
"OSのバージョンにおいて信頼性が低く安定していないシステムコールを利用しています。\n"
 
1036
"(特にいくつかのバージョンのLinuxなどで問題が確認されています。)そのような問題のある\n"
 
1037
"OSのシステムコールを利用したためクラッシュが発生した可能性があります。問題を回避する\n"
 
1038
"ために、「--memlock」オプションが必要かどうかを検討して下さい。また、OSの配布先に\n"
 
1039
"「mlockall()」に関するバグが存在するかどうかを確認してください。\n"
 
1040
 
 
1041
#: drizzled/drizzled.cc:1152
860
1042
#, c-format
861
1043
msgid "Writing a core file\n"
862
1044
msgstr "コアファイルを書き込み中です。\n"
863
1045
 
 
1046
#: drizzled/drizzled.cc:1197
 
1047
msgid ""
 
1048
"setrlimit could not change the size of core files to 'infinity';  We may not "
 
1049
"be able to generate a core file on signals"
 
1050
msgstr ""
 
1051
"setrlimit()によってコアファイルのサイズを「無限」に設定することができませんでした。シグナルが発生した場合にコアファイルを生成できない場合があり"
 
1052
"ます。"
 
1053
 
 
1054
#: drizzled/drizzled.cc:1399
864
1055
#, c-format
865
1056
msgid "gethostname failed, using '%s' as hostname"
866
1057
msgstr "gethostnameに失敗したため、'%s'をホスト名として使用します。"
867
1058
 
 
1059
#: drizzled/drizzled.cc:1491
868
1060
#, c-format
869
1061
msgid "Unknown locale: '%s'"
870
1062
msgstr "不明なロケールです: 「%s」"
871
1063
 
 
1064
#: drizzled/drizzled.cc:1522
872
1065
msgid "Can't create thread-keys"
873
1066
msgstr "thead-keysを作成できません"
874
1067
 
 
1068
#: drizzled/drizzled.cc:1545
 
1069
msgid "Out of memory"
 
1070
msgstr "メモリが不足しています。"
 
1071
 
 
1072
#: drizzled/drizzled.cc:1560
875
1073
msgid "Failed to initialize plugins."
876
1074
msgstr "プラグインの初期化に失敗しました。"
877
1075
 
 
1076
#: drizzled/drizzled.cc:1591
878
1077
#, c-format
879
1078
msgid ""
880
1079
"%s: Too many arguments (first extra is '%s').\n"
883
1082
"%s: 引数が多すぎます。(最初の余分なオプションは「%s」です。)\n"
884
1083
"利用可能なオプションの詳細については、--verbose --helpを利用下さい。\n"
885
1084
 
 
1085
#: drizzled/drizzled.cc:1611
886
1086
msgid "No scheduler found, cannot continue!\n"
887
 
msgstr "スケジューラが見つかりません.処理を継続できません!\n"
888
 
 
889
 
#, c-format
890
 
msgid "Unknown/unsupported storage engine: %s"
891
1087
msgstr ""
892
1088
 
893
 
msgid "Display this help and exit after initializing plugins."
894
 
msgstr "プラグインを初期化した後,このヘルプを表示して終了します."
895
 
 
 
1089
#: drizzled/drizzled.cc:1618
 
1090
msgid "Can't init databases"
 
1091
msgstr "データベースの初期化に失敗しました。"
 
1092
 
 
1093
#: drizzled/drizzled.cc:1643
 
1094
#, c-format
 
1095
msgid "Unknown/unsupported table type: %s"
 
1096
msgstr "不明もしくはサポートされていないテーブルタイプです: %s"
 
1097
 
 
1098
#: drizzled/drizzled.cc:1649
 
1099
#, c-format
 
1100
msgid "Default storage engine (%s) is not available"
 
1101
msgstr "デフォルトストレージエンジン(%s)を利用できません。"
 
1102
 
 
1103
#: drizzled/drizzled.cc:1680
 
1104
#, c-format
 
1105
msgid "Failed to lock memory. Errno: %d\n"
 
1106
msgstr "メモリのロックに失敗しました。Errno: %d\n"
 
1107
 
 
1108
#: drizzled/drizzled.cc:1742
 
1109
#, c-format
 
1110
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
 
1111
msgstr "スレッドスタックに%<PRIu64>を要求しましたが、%<PRIu64>しか取得できませんでした。"
 
1112
 
 
1113
#: drizzled/drizzled.cc:1903
 
1114
#, c-format
 
1115
msgid "drizzled: Got error %d from select"
 
1116
msgstr "drizzled: select()においてエラー %d が発生しました。"
 
1117
 
 
1118
#: drizzled/drizzled.cc:2101
896
1119
msgid "Auto-increment columns are incremented by this"
897
1120
msgstr "AUTO_INCREMENTが指定されたカラムは、この値によって増分されます。"
898
1121
 
 
1122
#: drizzled/drizzled.cc:2106
899
1123
msgid ""
900
 
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
901
 
"= 1"
 
1124
"Offset added to Auto-increment columns. Used when auto-increment-increment "
 
1125
"!= 1"
902
1126
msgstr ""
903
 
"AUTO_INCREMENTカラムに対して追加されるオフセット。auto-increment-increment !"
904
 
"= 1のとき使用される。"
 
1127
"AUTO_INCREMENTカラムに対して追加されるオフセット。auto-increment-increment != 1のとき使用される。"
905
1128
 
 
1129
#: drizzled/drizzled.cc:2112
906
1130
msgid ""
907
1131
"Path to installation directory. All paths are usually resolved relative to "
908
1132
"this."
909
 
msgstr ""
910
 
"インストールディレクトリへのパス。全てのパスは通常このディレクトリからの相対"
911
 
"パスとして解決される。"
912
 
 
 
1133
msgstr "インストールディレクトリへのパス。全てのパスは通常このディレクトリからの相対パスとして解決される。"
 
1134
 
 
1135
#: drizzled/drizzled.cc:2116
 
1136
msgid "IP address to bind to."
 
1137
msgstr "バインドするIPアドレス。"
 
1138
 
 
1139
#: drizzled/drizzled.cc:2120
 
1140
msgid "Set the filesystem character set."
 
1141
msgstr "ファイルシステムの文字コードセット。"
 
1142
 
 
1143
#: drizzled/drizzled.cc:2125
 
1144
msgid "Set the default character set."
 
1145
msgstr "規定の文字セットを設定する。"
 
1146
 
 
1147
#: drizzled/drizzled.cc:2129
913
1148
msgid "Chroot drizzled daemon during startup."
914
1149
msgstr "drizzledデーモンが起動時にchrootするかどうか。"
915
1150
 
 
1151
#: drizzled/drizzled.cc:2133
916
1152
msgid "Set the default collation."
917
1153
msgstr "デフォルトの文字列照合順序。"
918
1154
 
 
1155
#: drizzled/drizzled.cc:2137
919
1156
msgid "Default completion type."
920
1157
msgstr "デフォルトのトランザクション完了時の動作を指定する。"
921
1158
 
 
1159
#: drizzled/drizzled.cc:2142
922
1160
msgid "Write core on errors."
923
1161
msgstr "エラーが発生した際にコアファイルを書き込むかどうか。"
924
1162
 
 
1163
#: drizzled/drizzled.cc:2146
925
1164
msgid "Path to the database root."
926
1165
msgstr "データディレクトリ。(データベースのrootディレクトリ)"
927
1166
 
 
1167
#: drizzled/drizzled.cc:2150
928
1168
msgid "Set the default storage engine (table type) for tables."
929
1169
msgstr "デフォルトのストレージエンジン。"
930
1170
 
 
1171
#: drizzled/drizzled.cc:2154
931
1172
msgid "Set the default time zone."
932
1173
msgstr "デフォルトのタイムゾーン。"
933
1174
 
 
1175
#: drizzled/drizzled.cc:2158
 
1176
msgid "Type of DELAY_KEY_WRITE."
 
1177
msgstr "DELAY_KEY_WRITEの値を指定する。"
 
1178
 
 
1179
#: drizzled/drizzled.cc:2162
934
1180
msgid "Print a symbolic stack trace on failure."
935
 
msgstr ""
936
 
"障害発生時にスタックトレースを文字列で(バイナリダンプではなく)表示する。"
937
 
 
 
1181
msgstr "障害発生時にスタックトレースを文字列で(バイナリダンプではなく)表示する。"
 
1182
 
 
1183
#: drizzled/drizzled.cc:2168
 
1184
msgid "Push supported query conditions to the storage engine."
 
1185
msgstr "ストレージエンジンにクエリの比較条件を押し下げる。"
 
1186
 
 
1187
#: drizzled/drizzled.cc:2174
938
1188
msgid "Used for debugging;  Use at your own risk!"
939
1189
msgstr "デバッグに用いるフラグ。自己責任で使用すること。"
940
1190
 
 
1191
#: drizzled/drizzled.cc:2179
941
1192
msgid "Set up signals usable for debugging"
942
1193
msgstr "デバッグ用にシグナルを設定する。"
943
1194
 
 
1195
#: drizzled/drizzled.cc:2183
944
1196
msgid "(IGNORED)"
945
1197
msgstr "(無視)"
946
1198
 
 
1199
#: drizzled/drizzled.cc:2187
947
1200
msgid "Set the language used for the month names and the days of the week."
948
1201
msgstr "月および週の名前を表示する言語を指定する。"
949
1202
 
 
1203
#: drizzled/drizzled.cc:2192
 
1204
msgid "Log connections and queries to file."
 
1205
msgstr "コネクションとクエリをファイルへ記録する。"
 
1206
 
 
1207
#: drizzled/drizzled.cc:2196
 
1208
msgid "Log all MyISAM changes to file."
 
1209
msgstr "MyISAMに対するすべての更新をファイルへ記録する。"
 
1210
 
 
1211
#: drizzled/drizzled.cc:2200
950
1212
msgid "Log some not critical warnings to the log file."
951
1213
msgstr "クリティカルでない警告をログファイルに記録する。"
952
1214
 
 
1215
#: drizzled/drizzled.cc:2205
 
1216
msgid "Lock drizzled in memory."
 
1217
msgstr "drizzledをメモリにロックする。"
 
1218
 
 
1219
#: drizzled/drizzled.cc:2209
 
1220
msgid ""
 
1221
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
 
1222
"BACKUP, FORCE or QUICK."
 
1223
msgstr ""
 
1224
"構文: myisam-recover[=option[,option...]] "
 
1225
"オプションはDEFAULT、BACKUP、FORCEまたはQUICKから指定。"
 
1226
 
 
1227
#: drizzled/drizzled.cc:2214
953
1228
msgid "Pid file used by safe_mysqld."
954
1229
msgstr "safe_mysqldによって利用されるpidファイル。"
955
1230
 
 
1231
#: drizzled/drizzled.cc:2218
 
1232
msgid ""
 
1233
"Port number to use for connection or 0 for default to, in order of "
 
1234
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
 
1235
msgstr ""
 
1236
"接続に利用するポート番号を指定。0にすることでデフォルト値を利用。設定の優先順位はdrizzle.cnf、$DRIZZLE_TCP_PORT、組み込まれた"
 
1237
"デフォルト値の順で決まります。"
 
1238
 
 
1239
#: drizzled/drizzled.cc:2224
956
1240
msgid ""
957
1241
"Maximum time in seconds to wait for the port to become free. (Default: no "
958
1242
"wait)"
959
 
msgstr ""
960
 
"TCP/IPのポートがフリーになるまで待つ最大の秒数(デフォルト: ウェイト無し)"
 
1243
msgstr "TCP/IPのポートがフリーになるまで待つ最大の秒数(デフォルト: ウェイト無し)"
961
1244
 
 
1245
#: drizzled/drizzled.cc:2229
962
1246
msgid ""
963
1247
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
964
1248
"specified directory"
965
1249
msgstr ""
966
 
"LOAD DATA、SELECT ... OUTFILEおよびLOAD_FILE()コマンドがアクセスするファイル"
967
 
"を、特定のディレクトリに限定する。"
 
1250
"LOAD DATA、SELECT ... OUTFILEおよびLOAD_FILE()コマンドがアクセスするファイルを、特定のディレクトリに限定する。"
968
1251
 
 
1252
#: drizzled/drizzled.cc:2234
969
1253
msgid ""
970
1254
"Uniquely identifies the server instance in the community of replication "
971
1255
"partners."
972
 
msgstr ""
973
 
"レプリケーションサーバ群においてこのサーバを特定するためのユニークなID。"
 
1256
msgstr "レプリケーションサーバ群においてこのサーバを特定するためのユニークなID。"
974
1257
 
 
1258
#: drizzled/drizzled.cc:2239
975
1259
msgid "Don't print a stack trace on failure."
976
1260
msgstr "問題発生時にスタックトレースを表示しない。"
977
1261
 
 
1262
#: drizzled/drizzled.cc:2243
978
1263
msgid "Enable symbolic link support."
979
1264
msgstr "シンボリックリンクのサポートを有効にする。"
980
1265
 
 
1266
#: drizzled/drizzled.cc:2252
981
1267
msgid ""
982
1268
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
983
 
msgstr ""
984
 
"mutexの時間を計測するかどうかを指定する。(現時点このオプションをサポートして"
985
 
"いるのはInnoDBのみ)"
 
1269
msgstr "mutexの時間を計測するかどうかを指定する。(現時点このオプションをサポートしているのはInnoDBのみ)"
986
1270
 
 
1271
#: drizzled/drizzled.cc:2257
987
1272
msgid "Path for temporary files."
988
1273
msgstr "テンポラリファイルのパス。"
989
1274
 
 
1275
#: drizzled/drizzled.cc:2261
990
1276
msgid "Default transaction isolation level."
991
1277
msgstr "デフォルトのトランザクション分離レベル。"
992
1278
 
 
1279
#: drizzled/drizzled.cc:2265
993
1280
msgid "Run drizzled daemon as user."
994
1281
msgstr "drizzledデーモンを実行するユーザー。"
995
1282
 
 
1283
#: drizzled/drizzled.cc:2273
996
1284
msgid ""
997
1285
"The number of outstanding connection requests Drizzle can have. This comes "
998
1286
"into play when the main Drizzle thread gets very many connection requests in "
999
1287
"a very short time."
1000
1288
msgstr ""
1001
 
"Drizzleが保留することができる接続数。このオプションはDrizzleのメインスレッド"
1002
 
"が短時間のうちに大量の接続要求を受け取った場合に作用する。"
 
1289
"Drizzleが保留することができる接続数。このオプションはDrizzleのメインスレッドが短時間のうちに大量の接続要求を受け取った場合に作用する。"
1003
1290
 
 
1291
#: drizzled/drizzled.cc:2279
1004
1292
msgid ""
1005
1293
"Size of tree cache used in bulk insert optimization. Note that this is a "
1006
1294
"limit per thread!"
1007
 
msgstr ""
1008
 
"バルクインサート最適化のために利用されるツリー状キャッシュのサイズ。スレッド"
1009
 
"ごとの制限である。"
1010
 
 
 
1295
msgstr "バルクインサート最適化のために利用されるツリー状キャッシュのサイズ。スレッドごとの制限である。"
 
1296
 
 
1297
#: drizzled/drizzled.cc:2285
 
1298
msgid ""
 
1299
"The number of seconds the drizzled server is waiting for a connect packet "
 
1300
"before responding with 'Bad handshake'."
 
1301
msgstr "drizzledサーバが「ハンドシェイク失敗」と判断するまで接続パケットを待つ秒数。"
 
1302
 
 
1303
#: drizzled/drizzled.cc:2290
1011
1304
msgid ""
1012
1305
"Precision of the result of '/' operator will be increased on that value."
1013
1306
msgstr "除算(/)の結果に対する精度(小数点以下の桁数)。"
1014
1307
 
 
1308
#: drizzled/drizzled.cc:2296
1015
1309
msgid "The maximum length of the result of function  group_concat."
1016
1310
msgstr "group_concat関数の結果の最大長。"
1017
1311
 
 
1312
#: drizzled/drizzled.cc:2301
1018
1313
msgid "The size of the buffer that is used for full joins."
1019
1314
msgstr "FULL JOIN実行時に利用されるバッファのサイズ。"
1020
1315
 
 
1316
#: drizzled/drizzled.cc:2307
 
1317
msgid ""
 
1318
"Don't overwrite stale .MYD and .MYI even if no directory is specified."
 
1319
msgstr "ディレクトリの指定がない場合でも古い.MYDおよび.MYIファイルを上書きしない。"
 
1320
 
 
1321
#: drizzled/drizzled.cc:2312
 
1322
msgid ""
 
1323
"The size of the buffer used for index blocks for MyISAM tables. Increase "
 
1324
"this to get better index handling (for all reads and multiple writes) to as "
 
1325
"much as you can afford;"
 
1326
msgstr ""
 
1327
"MyISAMのインデックスブロック用のバッファサイズ。インデックスの処理(全ての参照系しょりおよび複数の更新系処理)をできるだけ高速化するにはこの値を増や"
 
1328
"す。"
 
1329
 
 
1330
#: drizzled/drizzled.cc:2321
 
1331
msgid ""
 
1332
"This characterizes the number of hits a hot block has to be untouched until "
 
1333
"it is considered aged enough to be downgraded to a warm block. This "
 
1334
"specifies the percentage ratio of that number of hits to the total number of "
 
1335
"blocks in key cache"
 
1336
msgstr ""
 
1337
"キーキャッシュにおいて、活発なブロックがアクセスされずに時間が経過することによって活発でないブロックへとダウングレードするときのヒット数に関する特性。この"
 
1338
"オプションは、キーキャッシュの全ブロック数に対するヒット率のパーセンテージとして表される。"
 
1339
 
 
1340
#: drizzled/drizzled.cc:2330
 
1341
msgid "The default size of key cache blocks"
 
1342
msgstr "キーキャッシュのデフォルトのブロックサイズ。"
 
1343
 
 
1344
#: drizzled/drizzled.cc:2336
 
1345
msgid "The minimum percentage of warm blocks in key cache"
 
1346
msgstr "キーキャッシュ内の活発でないブロックの最小の比率(パーセンテージ)。"
 
1347
 
 
1348
#: drizzled/drizzled.cc:2342
1021
1349
msgid "Max packetlength to send/receive from to server."
1022
1350
msgstr "このサーバが送信/受信する最大のパケット長。"
1023
1351
 
 
1352
#: drizzled/drizzled.cc:2347
1024
1353
msgid ""
1025
1354
"If there is more than this number of interrupted connections from a host "
1026
1355
"this host will be blocked from further connections."
1027
 
msgstr ""
1028
 
"このオプションで指定される回数よりも多く特定のホストからの接続が切れてしまっ"
1029
 
"た場合には、そのホストからの接続を遮断する。"
 
1356
msgstr "このオプションで指定される回数よりも多く特定のホストからの接続が切れてしまった場合には、そのホストからの接続を遮断する。"
1030
1357
 
 
1358
#: drizzled/drizzled.cc:2352
1031
1359
msgid "Max number of errors/warnings to store for a statement."
1032
1360
msgstr "SQLステートメント実行時に発生するエラーまたは警告の最大保存数。"
1033
1361
 
 
1362
#: drizzled/drizzled.cc:2357
1034
1363
msgid "Don't allow creation of heap tables bigger than this."
1035
1364
msgstr "この値よりも大きなMEMORYテーブルを作成出来ないようにする。"
1036
1365
 
 
1366
#: drizzled/drizzled.cc:2363
1037
1367
msgid ""
1038
1368
"Joins that are probably going to read more than max_join_size records return "
1039
1369
"an error."
1040
 
msgstr ""
1041
 
"max_join_size行よりも多くの行が読み込まれる可能性のあるJOINがエラーを返すよう"
1042
 
"にする。"
 
1370
msgstr "max_join_size行よりも多くの行が読み込まれる可能性のあるJOINがエラーを返すようにする。"
1043
1371
 
 
1372
#: drizzled/drizzled.cc:2369
1044
1373
msgid "Max number of bytes in sorted records."
1045
1374
msgstr "ソートされたレコードの最大サイズ(単位はバイト)"
1046
1375
 
 
1376
#: drizzled/drizzled.cc:2374
1047
1377
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1048
 
msgstr ""
1049
 
"キーに基づいてルックアップを実行する際に実行される最大のシーク回数の仮想的な"
1050
 
"制限値。"
 
1378
msgstr "キーに基づいてルックアップを実行する際に実行される最大のシーク回数の仮想的な制限値。"
1051
1379
 
 
1380
#: drizzled/drizzled.cc:2379
1052
1381
msgid ""
1053
1382
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1054
1383
"max_sort_length bytes of each value are used; the rest are ignored)."
1055
1384
msgstr ""
1056
 
"BLOBまたはTEXT型の値をソートする際に利用されるバイト数。(先頭の"
1057
 
"max_sort_lengthバイトだけが利用され、残りは無視される。)"
1058
 
 
 
1385
"BLOBまたはTEXT型の値をソートする際に利用されるバイト数。(先頭のmax_sort_lengthバイトだけが利用され、残りは無視される。)"
 
1386
 
 
1387
#: drizzled/drizzled.cc:2386
 
1388
msgid "Maximum number of temporary tables a client can keep open at a time."
 
1389
msgstr "クライアントが同時に開くことができるテンポラリテーブル数の最大値。"
 
1390
 
 
1391
#: drizzled/drizzled.cc:2391
1059
1392
msgid "After this many write locks, allow some read locks to run in between."
1060
 
msgstr ""
1061
 
"Writeロックがこの回数だけ行われると、次のWriteロックがかけられるまでReadロッ"
1062
 
"クを数回実行できる。"
 
1393
msgstr "Writeロックがこの回数だけ行われると、次のWriteロックがかけられるまでReadロックを数回実行できる。"
1063
1394
 
 
1395
#: drizzled/drizzled.cc:2395
1064
1396
msgid ""
1065
1397
"Don't log queries which examine less than min_examined_row_limit rows to "
1066
1398
"file."
1067
 
msgstr ""
1068
 
"テーブルからフェッチされた行数がmin_examined_row_limitより少ない場合はスロー"
1069
 
"クエリログに記録しない。"
1070
 
 
 
1399
msgstr "テーブルからフェッチされた行数がmin_examined_row_limitより少ない場合はスロークエリログに記録しない。"
 
1400
 
 
1401
#: drizzled/drizzled.cc:2401
 
1402
msgid ""
 
1403
"Specifies how MyISAM index statistics collection code should threat NULLs. "
 
1404
"Possible values of name are 'nulls_unequal' (default behavior), "
 
1405
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
 
1406
msgstr ""
 
1407
"MyISAMテーブルのインデックス統計情報を集計する際にNULL値をどう扱うかを指定する。指定可能な値は「nulls_unequal」(デフォルト値)か「"
 
1408
"nulls_equal」(MySQL 4.0の挙動)である。"
 
1409
 
 
1410
#: drizzled/drizzled.cc:2408
 
1411
msgid "Buffer length for TCP/IP and socket communication."
 
1412
msgstr "TCP/IPまたはソケット経由で通信が行われる場合のバッファ長。"
 
1413
 
 
1414
#: drizzled/drizzled.cc:2413
 
1415
msgid ""
 
1416
"Number of seconds to wait for more data from a connection before aborting "
 
1417
"the read."
 
1418
msgstr ""
 
1419
"クライアントから追加のデータを読み込む際に、応答が返ってくるまで待つ秒数。net_read_timeout秒以上の応答がない場合には切断される。"
 
1420
 
 
1421
#: drizzled/drizzled.cc:2419
 
1422
msgid ""
 
1423
"If a read on a communication port is interrupted, retry this many times "
 
1424
"before giving up."
 
1425
msgstr "通信経路から読み込みが割り込まれてしまった場合、ギブアップする前にこの回数だけリトライする。"
 
1426
 
 
1427
#: drizzled/drizzled.cc:2425
 
1428
msgid ""
 
1429
"Number of seconds to wait for a block to be written to a connection before "
 
1430
"aborting the write."
 
1431
msgstr ""
 
1432
"クライアントに対してデータブロックを書き込む際に完了するまで待つ秒数。net_write_timeout秒以上待っても書き込みが完了しない場合には切断され"
 
1433
"る。"
 
1434
 
 
1435
#: drizzled/drizzled.cc:2431
1071
1436
msgid ""
1072
1437
"Controls the heuristic(s) applied during query optimization to prune less-"
1073
1438
"promising partial plans from the optimizer search space. Meaning: false - do "
1075
1440
"based on number of retrieved rows."
1076
1441
msgstr ""
1077
1442
 
 
1443
#: drizzled/drizzled.cc:2439
1078
1444
msgid ""
1079
1445
"Maximum depth of search performed by the query optimizer. Values larger than "
1080
1446
"the number of relations in a query result in better query plans, but take "
1084
1450
"if set to MAX_TABLES+2, the optimizer will switch to the original find_best "
1085
1451
"(used for testing/comparison)."
1086
1452
msgstr ""
1087
 
"クエリオプティマイザが検索する最大深度.クエリのリレーション数よりも大きな値"
1088
 
"はより良いクエリプランを提示するでしょうが,クエリのコンパイルには時間がかか"
1089
 
"ります.リレーションの中のテーブル数よりも小さな値は最適化が高速ですが,とて"
1090
 
"も悪いクエリプランを提示するでしょう.もし0にセットすると,システムは自動的に"
1091
 
"適切な値を使用します; もしMAX_TABLES+2にセットすると,オプティマイザはオリジ"
1092
 
"ナルのfind_bestになります(テストや比較に使われます)"
1093
 
 
 
1453
 
 
1454
#: drizzled/drizzled.cc:2451
 
1455
msgid ""
 
1456
"Should the Optmizer use MRR or not. Valid values are auto, force and disable"
 
1457
msgstr ""
 
1458
 
 
1459
#: drizzled/drizzled.cc:2456
1094
1460
msgid "Directory for plugins."
1095
 
msgstr "プラグイン用ディレクトリ"
1096
 
 
1097
 
msgid ""
1098
 
"Optional comma separated list of plugins to load at startup in addition to "
1099
 
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
1100
 
msgstr ""
1101
 
"デフォルトのプラグインに加えてスタートアップ時にロードされる,オプショナルな"
1102
 
"プラグインのカンマ区切りリスト"
1103
 
 
1104
 
msgid ""
1105
 
"Optional comma separated list of plugins to not load at startup. Effectively "
1106
 
"removes a plugin from the list of plugins to be loaded. [for example: --"
1107
 
"plugin_remove=crc32,logger_gearman]"
1108
 
msgstr ""
1109
 
 
1110
 
msgid ""
1111
 
"Optional comma separated list of plugins to load at starup instead of the "
1112
 
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1113
 
msgstr ""
1114
 
 
 
1461
msgstr ""
 
1462
 
 
1463
#: drizzled/drizzled.cc:2460
 
1464
msgid ""
 
1465
"Optional comma separated list of plugins to load at starup.[for example: --"
 
1466
"plugin_load=crc32,logger_gearman]"
 
1467
msgstr ""
 
1468
 
 
1469
#: drizzled/drizzled.cc:2465
1115
1470
msgid "The size of the buffer that is allocated when preloading indexes"
1116
 
msgstr "インデックスのプレロード時に割り当てられるバッファのサイズ"
1117
 
 
 
1471
msgstr ""
 
1472
 
 
1473
#: drizzled/drizzled.cc:2470
 
1474
msgid "Select protocol to be used (by default oldlibdrizzle)."
 
1475
msgstr ""
 
1476
 
 
1477
#: drizzled/drizzled.cc:2474
1118
1478
msgid "Allocation block size for query parsing and execution"
1119
 
msgstr "クエリのパースや実行のための割り当てブロックサイズ"
 
1479
msgstr ""
1120
1480
 
 
1481
#: drizzled/drizzled.cc:2479
1121
1482
msgid "Persistent buffer for query parsing and execution"
1122
1483
msgstr ""
1123
1484
 
 
1485
#: drizzled/drizzled.cc:2485
1124
1486
msgid "Allocation block size for storing ranges during optimization"
1125
 
msgstr "最適化中にレンジを保存する割り当てブロックサイズ"
 
1487
msgstr ""
1126
1488
 
 
1489
#: drizzled/drizzled.cc:2491
1127
1490
msgid ""
1128
1491
"Each thread that does a sequential scan allocates a buffer of this size for "
1129
1492
"each table it scans. If you do many sequential scans, you may want to "
1130
1493
"increase this value."
1131
1494
msgstr ""
1132
1495
 
 
1496
#: drizzled/drizzled.cc:2499
1133
1497
msgid ""
1134
1498
"When reading rows in sorted order after a sort, the rows are read through "
1135
1499
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1136
1500
"record_buffer."
1137
1501
msgstr ""
1138
1502
 
 
1503
#: drizzled/drizzled.cc:2507
1139
1504
msgid "Select scheduler to be used (by default multi-thread)."
1140
1505
msgstr ""
1141
1506
 
 
1507
#: drizzled/drizzled.cc:2512
1142
1508
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1143
1509
msgstr ""
1144
1510
 
 
1511
#: drizzled/drizzled.cc:2518
1145
1512
msgid "The number of cached table definitions."
1146
1513
msgstr ""
1147
1514
 
 
1515
#: drizzled/drizzled.cc:2522
1148
1516
msgid "The number of cached open tables."
1149
1517
msgstr ""
1150
1518
 
 
1519
#: drizzled/drizzled.cc:2526
1151
1520
msgid ""
1152
1521
"Timeout in seconds to wait for a table level lock before returning an error. "
1153
1522
"Used only if the connection has active cursors."
1154
1523
msgstr ""
1155
1524
 
 
1525
#: drizzled/drizzled.cc:2531
1156
1526
msgid "The stack size for each thread."
1157
1527
msgstr ""
1158
1528
 
 
1529
#: drizzled/drizzled.cc:2537
1159
1530
msgid ""
1160
1531
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1161
1532
"automatically convert it to an on-disk MyISAM table."
1162
1533
msgstr ""
1163
1534
 
 
1535
#: drizzled/drizzled.cc:2543
 
1536
msgid "Allocation block size for transactions to be stored in binary log"
 
1537
msgstr ""
 
1538
 
 
1539
#: drizzled/drizzled.cc:2548
 
1540
msgid "Persistent buffer for transactions to be stored in binary log"
 
1541
msgstr ""
 
1542
 
 
1543
#: drizzled/drizzled.cc:2553
 
1544
msgid ""
 
1545
"The number of seconds the server waits for activity on a connection before "
 
1546
"closing it."
 
1547
msgstr ""
 
1548
 
 
1549
#: drizzled/drizzled.cc:2687
1164
1550
msgid ""
1165
1551
"Copyright (C) 2008 Sun Microsystems\n"
1166
1552
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1169
1555
"Starts the Drizzle database server\n"
1170
1556
msgstr ""
1171
1557
 
 
1558
#: drizzled/drizzled.cc:2694
1172
1559
#, c-format
1173
1560
msgid "Usage: %s [OPTIONS]\n"
1174
1561
msgstr ""
1175
1562
 
 
1563
#: drizzled/drizzled.cc:2705
 
1564
msgid ""
 
1565
"\n"
 
1566
"To see what values a running Drizzle server is using, type\n"
 
1567
"'drizzleadmin variables' instead of 'drizzled --help'."
 
1568
msgstr ""
 
1569
 
 
1570
#: drizzled/drizzled.cc:2848
1176
1571
#, c-format
1177
1572
msgid ""
1178
1573
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1179
1574
"command line\n"
1180
1575
msgstr ""
1181
1576
 
 
1577
#: drizzled/drizzled.cc:2889
1182
1578
msgid "Can't start server: cannot resolve hostname!"
1183
1579
msgstr ""
1184
1580
 
 
1581
#: drizzled/drizzled.cc:2895
1185
1582
msgid "Can't start server: bind-address refers to multiple interfaces!"
1186
1583
msgstr ""
1187
1584
 
1188
 
msgid ""
1189
 
"setrlimit could not change the size of core files to 'infinity';  We may not "
1190
 
"be able to generate a core file on signals"
1191
 
msgstr ""
1192
 
"setrlimit()によってコアファイルのサイズを「無限」に設定することができませんで"
1193
 
"した。シグナルが発生した場合にコアファイルを生成できない場合があります。"
1194
 
 
1195
 
#, c-format
1196
 
msgid "Data directory %s does not exist\n"
1197
 
msgstr ""
1198
 
 
1199
 
#, c-format
1200
 
msgid "Unknown error %d"
1201
 
msgstr "未知のエラー %d"
1202
 
 
 
1585
#: drizzled/drizzled.cc:3214
 
1586
#, c-format
 
1587
msgid "No option given to %s\n"
 
1588
msgstr ""
 
1589
 
 
1590
#: drizzled/drizzled.cc:3216
 
1591
#, c-format
 
1592
msgid "Wrong option to %s. Option(s) given: %s\n"
 
1593
msgstr ""
 
1594
 
 
1595
#: drizzled/drizzled.cc:3218
 
1596
#, c-format
 
1597
msgid "Alternatives are: '%s'"
 
1598
msgstr "代替手段: '%s'"
 
1599
 
 
1600
#: drizzled/errmsg.cc:73
 
1601
#, c-format
 
1602
msgid "errmsg plugin '%s' errmsg() failed"
 
1603
msgstr ""
 
1604
 
 
1605
#: drizzled/error.cc:34
 
1606
msgid "hashchk"
 
1607
msgstr ""
 
1608
 
 
1609
#: drizzled/error.cc:36
 
1610
msgid "isamchk"
 
1611
msgstr ""
 
1612
 
 
1613
#: drizzled/error.cc:38
1203
1614
msgid "NO"
1204
1615
msgstr ""
1205
1616
 
 
1617
#: drizzled/error.cc:40
1206
1618
msgid "YES"
1207
1619
msgstr ""
1208
1620
 
 
1621
#: drizzled/error.cc:42
1209
1622
#, c-format
1210
1623
msgid "Can't create file '%-.200s' (errno: %d)"
1211
1624
msgstr ""
1212
1625
 
 
1626
#: drizzled/error.cc:44
1213
1627
#, c-format
1214
1628
msgid "Can't create table '%-.200s' (errno: %d)"
1215
1629
msgstr ""
1216
1630
 
 
1631
#: drizzled/error.cc:46
1217
1632
#, c-format
1218
1633
msgid "Can't create database '%-.192s' (errno: %d)"
1219
1634
msgstr ""
1220
1635
 
 
1636
#: drizzled/error.cc:48
1221
1637
#, c-format
1222
1638
msgid "Can't create database '%-.192s'; database exists"
1223
1639
msgstr ""
1224
1640
 
 
1641
#: drizzled/error.cc:50
1225
1642
#, c-format
1226
1643
msgid "Can't drop database '%-.192s'; database doesn't exist"
1227
1644
msgstr "データベース '%-.192s' を削除できません; データベースがありません"
1228
1645
 
 
1646
#: drizzled/error.cc:52
1229
1647
#, c-format
1230
1648
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
1231
1649
msgstr ""
1232
1650
 
 
1651
#: drizzled/error.cc:54
1233
1652
#, c-format
1234
1653
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
1235
1654
msgstr ""
1236
1655
 
 
1656
#: drizzled/error.cc:56
1237
1657
#, c-format
1238
1658
msgid "Error on delete of '%-.192s' (errno: %d)"
1239
1659
msgstr ""
1240
1660
 
 
1661
#: drizzled/error.cc:58
1241
1662
msgid "Can't read record in system table"
1242
1663
msgstr ""
1243
1664
 
 
1665
#: drizzled/error.cc:60
1244
1666
#, c-format
1245
1667
msgid "Can't get status of '%-.200s' (errno: %d)"
1246
1668
msgstr ""
1247
1669
 
 
1670
#: drizzled/error.cc:62
1248
1671
#, c-format
1249
1672
msgid "Can't get working directory (errno: %d)"
1250
1673
msgstr ""
1251
1674
 
 
1675
#: drizzled/error.cc:64
1252
1676
#, c-format
1253
1677
msgid "Can't lock file (errno: %d)"
1254
1678
msgstr ""
1255
1679
 
 
1680
#: drizzled/error.cc:66
1256
1681
#, c-format
1257
1682
msgid "Can't open file: '%-.200s' (errno: %d)"
1258
1683
msgstr ""
1259
1684
 
 
1685
#: drizzled/error.cc:68
1260
1686
#, c-format
1261
1687
msgid "Can't find file: '%-.200s' (errno: %d)"
1262
1688
msgstr ""
1263
1689
 
 
1690
#: drizzled/error.cc:70
1264
1691
#, c-format
1265
1692
msgid "Can't read dir of '%-.192s' (errno: %d)"
1266
1693
msgstr ""
1267
1694
 
 
1695
#: drizzled/error.cc:72
1268
1696
#, c-format
1269
1697
msgid "Can't change dir to '%-.192s' (errno: %d)"
1270
1698
msgstr ""
1271
1699
 
 
1700
#: drizzled/error.cc:74
1272
1701
#, c-format
1273
1702
msgid "Record has changed since last read in table '%-.192s'"
1274
1703
msgstr ""
1275
1704
 
 
1705
#: drizzled/error.cc:76
1276
1706
#, c-format
1277
1707
msgid "Disk full (%s); waiting for someone to free some space..."
1278
1708
msgstr ""
1279
1709
 
 
1710
#: drizzled/error.cc:78
1280
1711
#, c-format
1281
1712
msgid "Can't write; duplicate key in table '%-.192s'"
1282
1713
msgstr ""
1283
1714
 
 
1715
#: drizzled/error.cc:80
1284
1716
#, c-format
1285
1717
msgid "Error on close of '%-.192s' (errno: %d)"
1286
1718
msgstr ""
1287
1719
 
 
1720
#: drizzled/error.cc:82
1288
1721
#, c-format
1289
1722
msgid "Error reading file '%-.200s' (errno: %d)"
1290
1723
msgstr ""
1291
1724
 
 
1725
#: drizzled/error.cc:84
1292
1726
#, c-format
1293
1727
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1294
1728
msgstr ""
1295
1729
 
 
1730
#: drizzled/error.cc:86
1296
1731
#, c-format
1297
1732
msgid "Error writing file '%-.200s' (errno: %d)"
1298
1733
msgstr ""
1299
1734
 
 
1735
#: drizzled/error.cc:88
1300
1736
#, c-format
1301
1737
msgid "'%-.192s' is locked against change"
1302
1738
msgstr ""
1303
1739
 
 
1740
#: drizzled/error.cc:90
1304
1741
msgid "Sort aborted"
1305
1742
msgstr ""
1306
1743
 
 
1744
#: drizzled/error.cc:92
1307
1745
#, c-format
1308
1746
msgid "View '%-.192s' doesn't exist for '%-.192s'"
1309
1747
msgstr ""
1310
1748
 
 
1749
#: drizzled/error.cc:94
1311
1750
#, c-format
1312
1751
msgid "Got error %d from storage engine"
1313
1752
msgstr ""
1314
1753
 
 
1754
#: drizzled/error.cc:96
1315
1755
#, c-format
1316
1756
msgid "Table storage engine for '%-.192s' doesn't have this option"
1317
1757
msgstr ""
1318
1758
 
 
1759
#: drizzled/error.cc:98
1319
1760
#, c-format
1320
1761
msgid "Can't find record in '%-.192s'"
1321
1762
msgstr ""
1322
1763
 
 
1764
#: drizzled/error.cc:100
1323
1765
#, c-format
1324
1766
msgid "Incorrect information in file: '%-.200s'"
1325
1767
msgstr ""
1326
1768
 
 
1769
#: drizzled/error.cc:102
1327
1770
#, c-format
1328
1771
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1329
1772
msgstr ""
1330
1773
 
 
1774
#: drizzled/error.cc:104
1331
1775
#, c-format
1332
1776
msgid "Old key file for table '%-.192s'; repair it!"
1333
1777
msgstr ""
1334
1778
 
 
1779
#: drizzled/error.cc:106
1335
1780
#, c-format
1336
1781
msgid "Table '%-.192s' is read only"
1337
1782
msgstr ""
1338
1783
 
 
1784
#: drizzled/error.cc:108
1339
1785
#, c-format
1340
1786
msgid "Out of memory; restart server and try again (needed %lu bytes)"
1341
1787
msgstr ""
1342
1788
 
 
1789
#: drizzled/error.cc:110
1343
1790
msgid "Out of sort memory; increase server sort buffer size"
1344
1791
msgstr ""
1345
1792
 
 
1793
#: drizzled/error.cc:112
1346
1794
#, c-format
1347
1795
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1348
1796
msgstr ""
1349
1797
 
 
1798
#: drizzled/error.cc:114
1350
1799
msgid "Too many connections"
1351
1800
msgstr ""
1352
1801
 
 
1802
#: drizzled/error.cc:116
1353
1803
msgid ""
1354
1804
"Out of memory; check if drizzled or some other process uses all available "
1355
1805
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
1356
1806
"memory or you can add more swap space"
1357
1807
msgstr ""
1358
1808
 
 
1809
#: drizzled/error.cc:118
1359
1810
msgid "Can't get hostname for your address"
1360
1811
msgstr ""
1361
1812
 
 
1813
#: drizzled/error.cc:120
1362
1814
msgid "Bad handshake"
1363
1815
msgstr ""
1364
1816
 
 
1817
#: drizzled/error.cc:122
1365
1818
#, c-format
1366
1819
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
1367
1820
msgstr ""
1368
1821
 
 
1822
#: drizzled/error.cc:124
1369
1823
#, c-format
1370
1824
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
1371
1825
msgstr ""
1372
1826
 
 
1827
#: drizzled/error.cc:126
1373
1828
msgid "No database selected"
1374
1829
msgstr ""
1375
1830
 
 
1831
#: drizzled/error.cc:128
1376
1832
msgid "Unknown command"
1377
1833
msgstr ""
1378
1834
 
 
1835
#: drizzled/error.cc:130
1379
1836
#, c-format
1380
1837
msgid "Column '%-.192s' cannot be null"
1381
1838
msgstr ""
1382
1839
 
 
1840
#: drizzled/error.cc:132
1383
1841
#, c-format
1384
1842
msgid "Unknown database '%-.192s'"
1385
1843
msgstr ""
1386
1844
 
 
1845
#: drizzled/error.cc:134
1387
1846
#, c-format
1388
1847
msgid "Table '%-.192s' already exists"
1389
1848
msgstr ""
1390
1849
 
 
1850
#: drizzled/error.cc:136
1391
1851
#, c-format
1392
1852
msgid "Unknown table '%-.100s'"
1393
1853
msgstr ""
1394
1854
 
 
1855
#: drizzled/error.cc:138
1395
1856
#, c-format
1396
1857
msgid "Column '%-.192s' in %-.192s is ambiguous"
1397
1858
msgstr ""
1398
1859
 
 
1860
#: drizzled/error.cc:140
1399
1861
msgid "Server shutdown in progress"
1400
1862
msgstr ""
1401
1863
 
 
1864
#: drizzled/error.cc:142
1402
1865
#, c-format
1403
1866
msgid "Unknown column '%-.192s' in '%-.192s'"
1404
1867
msgstr ""
1405
1868
 
 
1869
#: drizzled/error.cc:144
1406
1870
#, c-format
1407
1871
msgid "'%-.192s' isn't in GROUP BY"
1408
1872
msgstr ""
1409
1873
 
 
1874
#: drizzled/error.cc:146
1410
1875
#, c-format
1411
1876
msgid "Can't group on '%-.192s'"
1412
1877
msgstr ""
1413
1878
 
 
1879
#: drizzled/error.cc:148
1414
1880
msgid "Statement has sum functions and columns in same statement"
1415
1881
msgstr ""
1416
1882
 
 
1883
#: drizzled/error.cc:150
1417
1884
msgid "Column count doesn't match value count"
1418
1885
msgstr ""
1419
1886
 
 
1887
#: drizzled/error.cc:152
1420
1888
#, c-format
1421
1889
msgid "Identifier name '%-.100s' is too long"
1422
1890
msgstr ""
1423
1891
 
 
1892
#: drizzled/error.cc:154
1424
1893
#, c-format
1425
1894
msgid "Duplicate column name '%-.192s'"
1426
1895
msgstr ""
1427
1896
 
 
1897
#: drizzled/error.cc:156
1428
1898
#, c-format
1429
1899
msgid "Duplicate key name '%-.192s'"
1430
1900
msgstr ""
1431
1901
 
 
1902
#: drizzled/error.cc:158
1432
1903
#, c-format
1433
1904
msgid "Duplicate entry '%-.192s' for key %d"
1434
1905
msgstr ""
1435
1906
 
 
1907
#: drizzled/error.cc:160
1436
1908
#, c-format
1437
1909
msgid "Incorrect column specifier for column '%-.192s'"
1438
1910
msgstr ""
1439
1911
 
 
1912
#: drizzled/error.cc:162
1440
1913
#, c-format
1441
1914
msgid "%s near '%-.80s' at line %d"
1442
1915
msgstr ""
1443
1916
 
 
1917
#: drizzled/error.cc:164
1444
1918
msgid "Query was empty"
1445
1919
msgstr "クエリーが空でした"
1446
1920
 
 
1921
#: drizzled/error.cc:166
1447
1922
#, c-format
1448
1923
msgid "Not unique table/alias: '%-.192s'"
1449
1924
msgstr ""
1450
1925
 
 
1926
#: drizzled/error.cc:168
1451
1927
#, c-format
1452
1928
msgid "Invalid default value for '%-.192s'"
1453
1929
msgstr ""
1454
1930
 
 
1931
#: drizzled/error.cc:170
1455
1932
msgid "Multiple primary key defined"
1456
1933
msgstr ""
1457
1934
 
 
1935
#: drizzled/error.cc:172
1458
1936
#, c-format
1459
1937
msgid "Too many keys specified; max %d keys allowed"
1460
1938
msgstr ""
1461
1939
 
 
1940
#: drizzled/error.cc:174
1462
1941
#, c-format
1463
1942
msgid "Too many key parts specified; max %d parts allowed"
1464
1943
msgstr ""
1465
1944
 
 
1945
#: drizzled/error.cc:176
1466
1946
#, c-format
1467
1947
msgid "Specified key was too long; max key length is %d bytes"
1468
1948
msgstr ""
1469
1949
 
 
1950
#: drizzled/error.cc:178
1470
1951
#, c-format
1471
1952
msgid "Key column '%-.192s' doesn't exist in table"
1472
1953
msgstr ""
1473
1954
 
 
1955
#: drizzled/error.cc:180
1474
1956
#, c-format
1475
1957
msgid ""
1476
1958
"BLOB column '%-.192s' can't be used in key specification with the used table "
1477
1959
"type"
1478
1960
msgstr ""
1479
1961
 
 
1962
#: drizzled/error.cc:182
1480
1963
#, c-format
1481
1964
msgid ""
1482
1965
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
1483
1966
"instead"
1484
1967
msgstr ""
1485
1968
 
 
1969
#: drizzled/error.cc:184
1486
1970
msgid ""
1487
1971
"Incorrect table definition; there can be only one auto column and it must be "
1488
1972
"defined as a key"
1489
1973
msgstr ""
1490
1974
 
 
1975
#: drizzled/error.cc:186
1491
1976
#, c-format
1492
1977
msgid ""
1493
1978
"%s: ready for connections.\n"
1494
 
"Version: '%s'  socket: '%s'  port: %u\n"
 
1979
"Version: '%s'  socket: '%s'  port: %d"
1495
1980
msgstr ""
1496
1981
 
 
1982
#: drizzled/error.cc:188
1497
1983
#, c-format
1498
1984
msgid "%s: Normal shutdown\n"
1499
1985
msgstr ""
1500
1986
 
 
1987
#: drizzled/error.cc:190
1501
1988
#, c-format
1502
1989
msgid "%s: Got signal %d. Aborting!\n"
1503
1990
msgstr ""
1504
1991
 
 
1992
#: drizzled/error.cc:192
1505
1993
#, c-format
1506
1994
msgid "%s: Shutdown complete\n"
1507
1995
msgstr "%s: シャットダウンが完了しました\n"
1508
1996
 
 
1997
#: drizzled/error.cc:194
1509
1998
#, c-format
1510
 
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
 
1999
msgid "%s: Forcing close of thread %ld  user: '%-.48s'\n"
1511
2000
msgstr ""
1512
2001
 
 
2002
#: drizzled/error.cc:196
1513
2003
msgid "Can't create IP socket"
1514
2004
msgstr ""
1515
2005
 
 
2006
#: drizzled/error.cc:198
1516
2007
#, c-format
1517
2008
msgid ""
1518
2009
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
1519
2010
"table"
1520
2011
msgstr ""
1521
2012
 
 
2013
#: drizzled/error.cc:200
1522
2014
#, c-format
1523
2015
msgid ""
1524
2016
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
1525
2017
"check the manual"
1526
2018
msgstr ""
1527
2019
 
 
2020
#: drizzled/error.cc:202
1528
2021
msgid ""
1529
2022
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
1530
2023
msgstr ""
1531
2024
 
 
2025
#: drizzled/error.cc:204
1532
2026
#, c-format
1533
2027
msgid ""
1534
2028
"The file '%-.128s' must be in the database directory or be readable by all"
1535
2029
msgstr ""
1536
2030
 
 
2031
#: drizzled/error.cc:206
1537
2032
#, c-format
1538
2033
msgid "File '%-.200s' already exists"
1539
2034
msgstr ""
1540
2035
 
 
2036
#: drizzled/error.cc:208
1541
2037
#, c-format
1542
2038
msgid "Records: %ld  Deleted: %ld  Skipped: %ld  Warnings: %ld"
1543
2039
msgstr ""
1544
2040
 
 
2041
#: drizzled/error.cc:210
1545
2042
#, c-format
1546
2043
msgid "Records: %ld  Duplicates: %ld"
1547
2044
msgstr ""
1548
2045
 
 
2046
#: drizzled/error.cc:212
1549
2047
msgid ""
1550
2048
"Incorrect prefix key; the used key part isn't a string, the used length is "
1551
2049
"longer than the key part, or the storage engine doesn't support unique "
1552
2050
"prefix keys"
1553
2051
msgstr ""
1554
2052
 
 
2053
#: drizzled/error.cc:214
1555
2054
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
1556
2055
msgstr ""
1557
2056
 
 
2057
#: drizzled/error.cc:216
1558
2058
#, c-format
1559
2059
msgid "Can't DROP '%-.192s'; check that column/key exists"
1560
2060
msgstr ""
1561
2061
 
 
2062
#: drizzled/error.cc:218
1562
2063
#, c-format
1563
2064
msgid "Records: %ld  Duplicates: %ld  Warnings: %ld"
1564
2065
msgstr ""
1565
2066
 
 
2067
#: drizzled/error.cc:220
1566
2068
#, c-format
1567
2069
msgid "You can't specify target table '%-.192s' for update in FROM clause"
1568
2070
msgstr ""
1569
2071
 
 
2072
#: drizzled/error.cc:222
1570
2073
#, c-format
1571
2074
msgid "Unknown thread id: %lu"
1572
2075
msgstr ""
1573
2076
 
 
2077
#: drizzled/error.cc:224
1574
2078
#, c-format
1575
2079
msgid "You are not owner of thread %lu"
1576
2080
msgstr ""
1577
2081
 
 
2082
#: drizzled/error.cc:226
1578
2083
msgid "No tables used"
1579
2084
msgstr ""
1580
2085
 
 
2086
#: drizzled/error.cc:228
1581
2087
#, c-format
1582
2088
msgid "Too many strings for column %-.192s and SET"
1583
2089
msgstr ""
1584
2090
 
 
2091
#: drizzled/error.cc:230
1585
2092
#, c-format
1586
2093
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
1587
2094
msgstr ""
1588
2095
 
 
2096
#: drizzled/error.cc:232
1589
2097
#, c-format
1590
2098
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
1591
2099
msgstr ""
1592
2100
 
 
2101
#: drizzled/error.cc:234
1593
2102
#, c-format
1594
2103
msgid "Table '%-.192s' was not locked with LOCK TABLES"
1595
2104
msgstr ""
1596
2105
 
 
2106
#: drizzled/error.cc:236
1597
2107
#, c-format
1598
2108
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
1599
2109
msgstr ""
1600
2110
 
 
2111
#: drizzled/error.cc:238
1601
2112
#, c-format
1602
2113
msgid "Incorrect database name '%-.100s'"
1603
2114
msgstr ""
1604
2115
 
 
2116
#: drizzled/error.cc:240
1605
2117
#, c-format
1606
2118
msgid "Incorrect table name '%-.100s'"
1607
2119
msgstr ""
1608
2120
 
 
2121
#: drizzled/error.cc:242
1609
2122
msgid ""
1610
2123
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
1611
2124
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
1612
2125
msgstr ""
1613
2126
 
 
2127
#: drizzled/error.cc:244
1614
2128
msgid "Unknown error"
1615
2129
msgstr ""
1616
2130
 
 
2131
#: drizzled/error.cc:246
1617
2132
#, c-format
1618
2133
msgid "Unknown procedure '%-.192s'"
1619
2134
msgstr ""
1620
2135
 
 
2136
#: drizzled/error.cc:248
1621
2137
#, c-format
1622
2138
msgid "Incorrect parameter count to procedure '%-.192s'"
1623
2139
msgstr ""
1624
2140
 
 
2141
#: drizzled/error.cc:250
1625
2142
#, c-format
1626
2143
msgid "Incorrect parameters to procedure '%-.192s'"
1627
2144
msgstr ""
1628
2145
 
 
2146
#: drizzled/error.cc:252
1629
2147
#, c-format
1630
2148
msgid "Unknown table '%-.192s' in %-.32s"
1631
2149
msgstr ""
1632
2150
 
 
2151
#: drizzled/error.cc:254
1633
2152
#, c-format
1634
2153
msgid "Column '%-.192s' specified twice"
1635
2154
msgstr ""
1636
2155
 
 
2156
#: drizzled/error.cc:256
1637
2157
msgid "Invalid use of group function"
1638
2158
msgstr ""
1639
2159
 
 
2160
#: drizzled/error.cc:258
1640
2161
#, c-format
1641
2162
msgid ""
1642
2163
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
1643
2164
msgstr ""
1644
2165
 
 
2166
#: drizzled/error.cc:260
1645
2167
msgid "A table must have at least 1 column"
1646
2168
msgstr ""
1647
2169
 
 
2170
#: drizzled/error.cc:262
1648
2171
#, c-format
1649
2172
msgid "The table '%-.192s' is full"
1650
2173
msgstr ""
1651
2174
 
 
2175
#: drizzled/error.cc:264
1652
2176
#, c-format
1653
2177
msgid "Unknown character set: '%-.64s'"
1654
2178
msgstr ""
1655
2179
 
 
2180
#: drizzled/error.cc:266
1656
2181
#, c-format
1657
2182
msgid "Too many tables; Drizzle can only use %d tables in a join"
1658
2183
msgstr ""
1659
2184
 
 
2185
#: drizzled/error.cc:268
1660
2186
msgid "Too many columns"
1661
2187
msgstr ""
1662
2188
 
 
2189
#: drizzled/error.cc:270
1663
2190
#, c-format
1664
2191
msgid ""
1665
2192
"Row size too large. The maximum row size for the used table type, not "
1666
2193
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
1667
2194
msgstr ""
1668
2195
 
 
2196
#: drizzled/error.cc:272
1669
2197
#, c-format
1670
2198
msgid ""
1671
2199
"Thread stack overrun:  Used: %ld of a %ld stack.  Use 'drizzled -O "
1672
2200
"thread_stack=#' to specify a bigger stack if needed"
1673
2201
msgstr ""
1674
2202
 
 
2203
#: drizzled/error.cc:274
1675
2204
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
1676
2205
msgstr ""
1677
2206
 
 
2207
#: drizzled/error.cc:276
1678
2208
#, c-format
1679
2209
msgid ""
1680
 
"Table handler doesn't support NULL in given index. Please change column "
1681
 
"'%-.192s' to be NOT NULL or use another handler"
 
2210
"Table handler doesn't support NULL in given index. Please change column '%-"
 
2211
".192s' to be NOT NULL or use another handler"
1682
2212
msgstr ""
1683
2213
 
 
2214
#: drizzled/error.cc:278
1684
2215
#, c-format
1685
2216
msgid "Can't load function '%-.192s'"
1686
2217
msgstr ""
1687
2218
 
 
2219
#: drizzled/error.cc:280
1688
2220
#, c-format
1689
2221
msgid "Can't initialize function '%-.192s'; %-.80s"
1690
2222
msgstr ""
1691
2223
 
1692
 
msgid "No paths allowed for plugin library"
 
2224
#: drizzled/error.cc:282
 
2225
msgid "No paths allowed for shared library"
1693
2226
msgstr ""
1694
2227
 
 
2228
#: drizzled/error.cc:284
1695
2229
#, c-format
1696
 
msgid "Plugin '%-.192s' already exists"
 
2230
msgid "Function '%-.192s' already exists"
1697
2231
msgstr ""
1698
2232
 
 
2233
#: drizzled/error.cc:286
1699
2234
#, c-format
1700
2235
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
1701
2236
msgstr ""
1702
2237
 
 
2238
#: drizzled/error.cc:288
1703
2239
#, c-format
1704
 
msgid "Can't find symbol '%-.128s' in library '%-.128s'"
 
2240
msgid "Can't find symbol '%-.128s' in library"
1705
2241
msgstr ""
1706
2242
 
 
2243
#: drizzled/error.cc:290
1707
2244
#, c-format
1708
2245
msgid "Function '%-.192s' is not defined"
1709
2246
msgstr ""
1710
2247
 
 
2248
#: drizzled/error.cc:292
1711
2249
#, c-format
1712
2250
msgid ""
1713
2251
"Host '%-.64s' is blocked because of many connection errors; unblock with "
1714
2252
"'drizzleadmin flush-hosts'"
1715
2253
msgstr ""
1716
2254
 
 
2255
#: drizzled/error.cc:294
1717
2256
#, c-format
1718
2257
msgid "Host '%-.64s' is not allowed to connect to this Drizzle server"
1719
2258
msgstr ""
1720
2259
 
 
2260
#: drizzled/error.cc:296
1721
2261
msgid ""
1722
2262
"You are using Drizzle as an anonymous user and anonymous users are not "
1723
2263
"allowed to change passwords"
1724
2264
msgstr ""
1725
2265
 
 
2266
#: drizzled/error.cc:298
1726
2267
msgid ""
1727
2268
"You must have privileges to update tables in the drizzle database to be able "
1728
2269
"to change passwords for others"
1729
2270
msgstr ""
1730
2271
 
 
2272
#: drizzled/error.cc:300
1731
2273
msgid "Can't find any matching row in the user table"
1732
2274
msgstr ""
1733
2275
 
 
2276
#: drizzled/error.cc:302
1734
2277
#, c-format
1735
2278
msgid "Rows matched: %ld  Changed: %ld  Warnings: %ld"
1736
2279
msgstr ""
1737
2280
 
 
2281
#: drizzled/error.cc:304
1738
2282
#, c-format
1739
2283
msgid ""
1740
2284
"Can't create a new thread (errno %d); if you are not out of available "
1741
2285
"memory, you can consult the manual for a possible OS-dependent bug"
1742
2286
msgstr ""
1743
2287
 
 
2288
#: drizzled/error.cc:306
1744
2289
#, c-format
1745
2290
msgid "Column count doesn't match value count at row %ld"
1746
2291
msgstr ""
1747
2292
 
 
2293
#: drizzled/error.cc:308
1748
2294
#, c-format
1749
2295
msgid "Can't reopen table: '%-.192s'"
1750
2296
msgstr ""
1751
2297
 
 
2298
#: drizzled/error.cc:310
1752
2299
msgid "Invalid use of NULL value"
1753
2300
msgstr ""
1754
2301
 
 
2302
#: drizzled/error.cc:312
1755
2303
#, c-format
1756
2304
msgid "Got error '%-.64s' from regexp"
1757
2305
msgstr ""
1758
2306
 
 
2307
#: drizzled/error.cc:314
1759
2308
msgid ""
1760
2309
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
1761
2310
"illegal if there is no GROUP BY clause"
1762
2311
msgstr ""
1763
2312
 
 
2313
#: drizzled/error.cc:316
1764
2314
#, c-format
1765
2315
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
1766
2316
msgstr ""
1767
2317
 
 
2318
#: drizzled/error.cc:318
1768
2319
#, c-format
1769
2320
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
1770
2321
msgstr ""
1771
2322
 
 
2323
#: drizzled/error.cc:320
1772
2324
#, c-format
1773
2325
msgid ""
1774
2326
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
1775
2327
"table '%-.192s'"
1776
2328
msgstr ""
1777
2329
 
 
2330
#: drizzled/error.cc:322
1778
2331
msgid ""
1779
2332
"Illegal GRANT/REVOKE command; please consult the manual to see which "
1780
2333
"privileges can be used"
1781
2334
msgstr ""
1782
2335
 
 
2336
#: drizzled/error.cc:324
1783
2337
msgid "The host or user argument to GRANT is too long"
1784
2338
msgstr ""
1785
2339
 
 
2340
#: drizzled/error.cc:326
1786
2341
#, c-format
1787
2342
msgid "Table '%-.192s.%-.192s' doesn't exist"
1788
2343
msgstr ""
1789
2344
 
 
2345
#: drizzled/error.cc:328
1790
2346
#, c-format
1791
2347
msgid ""
1792
2348
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
1793
2349
"'%-.192s'"
1794
2350
msgstr ""
1795
2351
 
 
2352
#: drizzled/error.cc:330
1796
2353
msgid "The used command is not allowed with this Drizzle version"
1797
2354
msgstr ""
1798
2355
 
 
2356
#: drizzled/error.cc:332
1799
2357
msgid ""
1800
2358
"You have an error in your SQL syntax; check the manual that corresponds to "
1801
2359
"your Drizzle server version for the right syntax to use"
1802
2360
msgstr ""
1803
2361
 
 
2362
#: drizzled/error.cc:334
1804
2363
#, c-format
1805
2364
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
1806
2365
msgstr ""
1807
2366
 
 
2367
#: drizzled/error.cc:336
1808
2368
msgid "Too many delayed threads in use"
1809
2369
msgstr ""
1810
2370
 
 
2371
#: drizzled/error.cc:338
1811
2372
#, c-format
1812
2373
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
1813
2374
msgstr ""
1814
2375
 
 
2376
#: drizzled/error.cc:340
1815
2377
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
1816
2378
msgstr ""
1817
2379
 
 
2380
#: drizzled/error.cc:342
1818
2381
msgid "Got a read error from the connection pipe"
1819
2382
msgstr ""
1820
2383
 
 
2384
#: drizzled/error.cc:344
1821
2385
msgid "Got an error from fcntl()"
1822
2386
msgstr ""
1823
2387
 
 
2388
#: drizzled/error.cc:346
1824
2389
msgid "Got packets out of order"
1825
2390
msgstr ""
1826
2391
 
 
2392
#: drizzled/error.cc:348 plugin/oldlibdrizzle/errmsg.cc:98
1827
2393
msgid "Couldn't uncompress communication packet"
1828
2394
msgstr "通信パケットの圧縮に失敗しました"
1829
2395
 
 
2396
#: drizzled/error.cc:350 plugin/oldlibdrizzle/errmsg.cc:100
1830
2397
msgid "Got an error reading communication packets"
1831
2398
msgstr "通信パケットの読み込みでエラー"
1832
2399
 
 
2400
#: drizzled/error.cc:352 plugin/oldlibdrizzle/errmsg.cc:102
1833
2401
msgid "Got timeout reading communication packets"
1834
2402
msgstr "通信パケットの読み込みがタイムアウト"
1835
2403
 
 
2404
#: drizzled/error.cc:354 plugin/oldlibdrizzle/errmsg.cc:104
1836
2405
msgid "Got an error writing communication packets"
1837
2406
msgstr "通信パケットの書き出し中にエラーが発生しました"
1838
2407
 
 
2408
#: drizzled/error.cc:356 plugin/oldlibdrizzle/errmsg.cc:106
1839
2409
msgid "Got timeout writing communication packets"
1840
2410
msgstr "通信パケットの書き出し中にタイムアウトしました"
1841
2411
 
 
2412
#: drizzled/error.cc:358
1842
2413
msgid "Result string is longer than 'max_allowed_packet' bytes"
1843
2414
msgstr ""
1844
2415
 
 
2416
#: drizzled/error.cc:360
1845
2417
msgid "The used table type doesn't support BLOB/TEXT columns"
1846
2418
msgstr ""
1847
2419
 
 
2420
#: drizzled/error.cc:362
1848
2421
msgid "The used table type doesn't support AUTO_INCREMENT columns"
1849
2422
msgstr ""
1850
2423
 
 
2424
#: drizzled/error.cc:364
1851
2425
#, c-format
1852
2426
msgid ""
1853
2427
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
1854
2428
"LOCK TABLES"
1855
2429
msgstr ""
1856
2430
 
 
2431
#: drizzled/error.cc:366
1857
2432
#, c-format
1858
2433
msgid "Incorrect column name '%-.100s'"
1859
2434
msgstr ""
1860
2435
 
 
2436
#: drizzled/error.cc:368
1861
2437
#, c-format
1862
2438
msgid "The used storage engine can't index column '%-.192s'"
1863
2439
msgstr ""
1864
2440
 
 
2441
#: drizzled/error.cc:370
1865
2442
msgid ""
1866
2443
"Unable to open underlying table which is differently defined or of non-"
1867
2444
"MyISAM type or doesn't exist"
1868
2445
msgstr ""
1869
2446
 
 
2447
#: drizzled/error.cc:372
1870
2448
#, c-format
1871
2449
msgid "Can't write, because of unique constraint, to table '%-.192s'"
1872
2450
msgstr ""
1873
2451
 
 
2452
#: drizzled/error.cc:374
1874
2453
#, c-format
1875
2454
msgid ""
1876
2455
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
1877
2456
msgstr ""
1878
2457
 
 
2458
#: drizzled/error.cc:376
1879
2459
msgid ""
1880
2460
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
1881
2461
"UNIQUE instead"
1882
2462
msgstr ""
1883
2463
 
 
2464
#: drizzled/error.cc:378
1884
2465
msgid "Result consisted of more than one row"
1885
2466
msgstr ""
1886
2467
 
 
2468
#: drizzled/error.cc:380
1887
2469
msgid "This table type requires a primary key"
1888
2470
msgstr ""
1889
2471
 
 
2472
#: drizzled/error.cc:382
1890
2473
msgid "This version of Drizzle is not compiled with RAID support"
1891
2474
msgstr ""
1892
2475
 
 
2476
#: drizzled/error.cc:384
1893
2477
msgid ""
1894
2478
"You are using safe update mode and you tried to update a table without a "
1895
2479
"WHERE that uses a KEY column"
1896
2480
msgstr ""
1897
2481
 
 
2482
#: drizzled/error.cc:386
1898
2483
#, c-format
1899
2484
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
1900
2485
msgstr ""
1901
2486
 
 
2487
#: drizzled/error.cc:388
1902
2488
msgid "Can't open table"
1903
2489
msgstr ""
1904
2490
 
 
2491
#: drizzled/error.cc:390
1905
2492
#, c-format
1906
2493
msgid "The storage engine for the table doesn't support %s"
1907
2494
msgstr ""
1908
2495
 
 
2496
#: drizzled/error.cc:392
1909
2497
msgid "You are not allowed to execute this command in a transaction"
1910
2498
msgstr ""
1911
2499
 
 
2500
#: drizzled/error.cc:394
1912
2501
#, c-format
1913
2502
msgid "Got error %d during COMMIT"
1914
2503
msgstr ""
1915
2504
 
 
2505
#: drizzled/error.cc:396
1916
2506
#, c-format
1917
2507
msgid "Got error %d during ROLLBACK"
1918
2508
msgstr ""
1919
2509
 
 
2510
#: drizzled/error.cc:398
1920
2511
#, c-format
1921
2512
msgid "Got error %d during FLUSH_LOGS"
1922
2513
msgstr ""
1923
2514
 
 
2515
#: drizzled/error.cc:400
1924
2516
#, c-format
1925
2517
msgid "Got error %d during CHECKPOINT"
1926
2518
msgstr ""
1927
2519
 
 
2520
#: drizzled/error.cc:402
1928
2521
#, c-format
1929
2522
msgid ""
1930
 
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
1931
 
"'%-.64s' (%-.64s)"
 
2523
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: '%-.64s' "
 
2524
"(%-.64s)"
1932
2525
msgstr ""
1933
2526
 
 
2527
#: drizzled/error.cc:404
1934
2528
msgid "The storage engine for the table does not support binary table dump"
1935
2529
msgstr ""
1936
2530
 
 
2531
#: drizzled/error.cc:406
1937
2532
msgid "Binlog closed, cannot RESET MASTER"
1938
2533
msgstr ""
1939
2534
 
 
2535
#: drizzled/error.cc:408
1940
2536
#, c-format
1941
2537
msgid "Failed rebuilding the index of  dumped table '%-.192s'"
1942
2538
msgstr ""
1943
2539
 
 
2540
#: drizzled/error.cc:410
1944
2541
#, c-format
1945
2542
msgid "Error from master: '%-.64s'"
1946
2543
msgstr ""
1947
2544
 
 
2545
#: drizzled/error.cc:412
1948
2546
msgid "Net error reading from master"
1949
2547
msgstr ""
1950
2548
 
 
2549
#: drizzled/error.cc:414
1951
2550
msgid "Net error writing to master"
1952
2551
msgstr ""
1953
2552
 
 
2553
#: drizzled/error.cc:416
1954
2554
msgid "Can't find FULLTEXT index matching the column list"
1955
2555
msgstr ""
1956
2556
 
 
2557
#: drizzled/error.cc:418
1957
2558
msgid ""
1958
2559
"Can't execute the given command because you have active locked tables or an "
1959
2560
"active transaction"
1960
2561
msgstr ""
1961
2562
 
 
2563
#: drizzled/error.cc:420
1962
2564
#, c-format
1963
2565
msgid "Unknown system variable '%-.64s'"
1964
2566
msgstr ""
1965
2567
 
 
2568
#: drizzled/error.cc:422
1966
2569
#, c-format
1967
2570
msgid "Table '%-.192s' is marked as crashed and should be repaired"
1968
2571
msgstr ""
1969
2572
 
 
2573
#: drizzled/error.cc:424
1970
2574
#, c-format
1971
2575
msgid ""
1972
2576
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
1973
2577
msgstr ""
1974
2578
 
 
2579
#: drizzled/error.cc:426
1975
2580
msgid "Some non-transactional changed tables couldn't be rolled back"
1976
2581
msgstr ""
1977
2582
 
 
2583
#: drizzled/error.cc:428
1978
2584
msgid ""
1979
2585
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
1980
2586
"of storage; increase this drizzled variable and try again"
1981
2587
msgstr ""
1982
2588
 
 
2589
#: drizzled/error.cc:430
1983
2590
msgid ""
1984
2591
"This operation cannot be performed with a running slave; run STOP SLAVE first"
1985
2592
msgstr ""
1986
2593
 
 
2594
#: drizzled/error.cc:432
1987
2595
msgid ""
1988
2596
"This operation requires a running slave; configure slave and do START SLAVE"
1989
2597
msgstr ""
1990
2598
 
 
2599
#: drizzled/error.cc:434
1991
2600
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
1992
2601
msgstr ""
1993
2602
 
 
2603
#: drizzled/error.cc:436
1994
2604
msgid ""
1995
2605
"Could not initialize master info structure; more error messages can be found "
1996
2606
"in the Drizzle error log"
1997
2607
msgstr ""
1998
2608
 
 
2609
#: drizzled/error.cc:438
1999
2610
msgid "Could not create slave thread; check system resources"
2000
2611
msgstr ""
2001
2612
 
 
2613
#: drizzled/error.cc:440
2002
2614
#, c-format
2003
2615
msgid ""
2004
2616
"User %-.64s already has more than 'max_user_connections' active connections"
2005
2617
msgstr ""
2006
2618
 
 
2619
#: drizzled/error.cc:442
2007
2620
msgid "You may only use constant expressions with SET"
2008
2621
msgstr ""
2009
2622
 
 
2623
#: drizzled/error.cc:444
2010
2624
msgid "Lock wait timeout exceeded; try restarting transaction"
2011
2625
msgstr ""
2012
2626
 
 
2627
#: drizzled/error.cc:446
2013
2628
msgid "The total number of locks exceeds the lock table size"
2014
2629
msgstr ""
2015
2630
 
 
2631
#: drizzled/error.cc:448
2016
2632
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2017
2633
msgstr ""
2018
2634
 
 
2635
#: drizzled/error.cc:450
2019
2636
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2020
2637
msgstr ""
2021
2638
 
 
2639
#: drizzled/error.cc:452
2022
2640
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
2023
2641
msgstr ""
2024
2642
 
 
2643
#: drizzled/error.cc:454
2025
2644
#, c-format
2026
2645
msgid "Incorrect arguments to %s"
2027
2646
msgstr ""
2028
2647
 
 
2648
#: drizzled/error.cc:456
2029
2649
#, c-format
2030
2650
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
2031
2651
msgstr ""
2032
2652
 
 
2653
#: drizzled/error.cc:458
2033
2654
msgid ""
2034
2655
"Incorrect table definition; all MERGE tables must be in the same database"
2035
2656
msgstr ""
2036
2657
 
 
2658
#: drizzled/error.cc:460
2037
2659
msgid "Deadlock found when trying to get lock; try restarting transaction"
2038
2660
msgstr ""
2039
2661
 
 
2662
#: drizzled/error.cc:462
2040
2663
msgid "The used table type doesn't support FULLTEXT indexes"
2041
2664
msgstr ""
2042
2665
 
 
2666
#: drizzled/error.cc:464
2043
2667
msgid "Cannot add foreign key constraint"
2044
2668
msgstr ""
2045
2669
 
 
2670
#: drizzled/error.cc:466
2046
2671
msgid "Cannot add or update a child row: a foreign key constraint fails"
2047
2672
msgstr ""
2048
2673
 
 
2674
#: drizzled/error.cc:468
2049
2675
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2050
2676
msgstr ""
2051
2677
 
 
2678
#: drizzled/error.cc:470
2052
2679
#, c-format
2053
2680
msgid "Error connecting to master: %-.128s"
2054
2681
msgstr ""
2055
2682
 
 
2683
#: drizzled/error.cc:472
2056
2684
#, c-format
2057
2685
msgid "Error running query on master: %-.128s"
2058
2686
msgstr ""
2059
2687
 
 
2688
#: drizzled/error.cc:474
2060
2689
#, c-format
2061
2690
msgid "Error when executing command %s: %-.128s"
2062
2691
msgstr ""
2063
2692
 
 
2693
#: drizzled/error.cc:476
2064
2694
#, c-format
2065
2695
msgid "Incorrect usage of %s and %s"
2066
2696
msgstr ""
2067
2697
 
 
2698
#: drizzled/error.cc:478
2068
2699
msgid "The used SELECT statements have a different number of columns"
2069
2700
msgstr ""
2070
2701
 
 
2702
#: drizzled/error.cc:480
2071
2703
msgid "Can't execute the query because you have a conflicting read lock"
2072
2704
msgstr ""
2073
2705
 
 
2706
#: drizzled/error.cc:482
2074
2707
msgid "Mixing of transactional and non-transactional tables is disabled"
2075
2708
msgstr ""
2076
2709
 
 
2710
#: drizzled/error.cc:484
2077
2711
#, c-format
2078
2712
msgid "Option '%s' used twice in statement"
2079
2713
msgstr ""
2080
2714
 
 
2715
#: drizzled/error.cc:486
2081
2716
#, c-format
2082
2717
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
2083
2718
msgstr ""
2084
2719
 
 
2720
#: drizzled/error.cc:488
2085
2721
#, c-format
2086
2722
msgid "Access denied; you need the %-.128s privilege for this operation"
2087
2723
msgstr ""
2088
2724
 
 
2725
#: drizzled/error.cc:490
2089
2726
#, c-format
2090
2727
msgid ""
2091
2728
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2092
2729
msgstr ""
2093
2730
 
 
2731
#: drizzled/error.cc:492
2094
2732
#, c-format
2095
2733
msgid ""
2096
2734
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2097
2735
msgstr ""
2098
2736
 
 
2737
#: drizzled/error.cc:494
2099
2738
#, c-format
2100
2739
msgid "Variable '%-.64s' doesn't have a default value"
2101
2740
msgstr ""
2102
2741
 
 
2742
#: drizzled/error.cc:496
2103
2743
#, c-format
2104
2744
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2105
2745
msgstr ""
2106
2746
 
 
2747
#: drizzled/error.cc:498
2107
2748
#, c-format
2108
2749
msgid "Incorrect argument type to variable '%-.64s'"
2109
2750
msgstr ""
2110
2751
 
 
2752
#: drizzled/error.cc:500
2111
2753
#, c-format
2112
2754
msgid "Variable '%-.64s' can only be set, not read"
2113
2755
msgstr ""
2114
2756
 
 
2757
#: drizzled/error.cc:502
2115
2758
#, c-format
2116
2759
msgid "Incorrect usage/placement of '%s'"
2117
2760
msgstr ""
2118
2761
 
 
2762
#: drizzled/error.cc:504
2119
2763
#, c-format
2120
2764
msgid "This version of Drizzle doesn't yet support '%s'"
2121
2765
msgstr ""
2122
2766
 
 
2767
#: drizzled/error.cc:506
2123
2768
#, c-format
2124
2769
msgid ""
2125
2770
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
2126
2771
msgstr ""
2127
2772
 
 
2773
#: drizzled/error.cc:508
2128
2774
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
2129
2775
msgstr ""
2130
2776
 
 
2777
#: drizzled/error.cc:510
2131
2778
#, c-format
2132
2779
msgid "Variable '%-.192s' is a %s variable"
2133
2780
msgstr ""
2134
2781
 
 
2782
#: drizzled/error.cc:512
2135
2783
#, c-format
2136
2784
msgid "Incorrect foreign key definition for '%-.192s': %s"
2137
2785
msgstr ""
2138
2786
 
 
2787
#: drizzled/error.cc:514
2139
2788
msgid "Key reference and table reference don't match"
2140
2789
msgstr ""
2141
2790
 
 
2791
#: drizzled/error.cc:516
2142
2792
#, c-format
2143
2793
msgid "Operand should contain %d column(s)"
2144
2794
msgstr ""
2145
2795
 
 
2796
#: drizzled/error.cc:518
2146
2797
msgid "Subquery returns more than 1 row"
2147
2798
msgstr ""
2148
2799
 
 
2800
#: drizzled/error.cc:520
2149
2801
#, c-format
2150
2802
msgid "Unknown prepared statement handler (%.*s) given to %s"
2151
2803
msgstr ""
2152
2804
 
 
2805
#: drizzled/error.cc:522
2153
2806
msgid "Help database is corrupt or does not exist"
2154
2807
msgstr ""
2155
2808
 
 
2809
#: drizzled/error.cc:524
2156
2810
msgid "Cyclic reference on subqueries"
2157
2811
msgstr ""
2158
2812
 
 
2813
#: drizzled/error.cc:526
2159
2814
#, c-format
2160
2815
msgid "Converting column '%s' from %s to %s"
2161
2816
msgstr ""
2162
2817
 
 
2818
#: drizzled/error.cc:528
2163
2819
#, c-format
2164
2820
msgid "Reference '%-.64s' not supported (%s)"
2165
2821
msgstr ""
2166
2822
 
 
2823
#: drizzled/error.cc:530
2167
2824
msgid "Every derived table must have its own alias"
2168
2825
msgstr ""
2169
2826
 
 
2827
#: drizzled/error.cc:532
2170
2828
#, c-format
2171
2829
msgid "Select %u was reduced during optimization"
2172
2830
msgstr ""
2173
2831
 
 
2832
#: drizzled/error.cc:534
2174
2833
#, c-format
2175
2834
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2176
2835
msgstr ""
2177
2836
 
 
2837
#: drizzled/error.cc:536
2178
2838
msgid ""
2179
2839
"Client does not support authentication protocol requested by server; "
2180
2840
"consider upgrading Drizzle client"
2181
2841
msgstr ""
2182
2842
 
 
2843
#: drizzled/error.cc:538
2183
2844
msgid "All parts of a SPATIAL index must be NOT NULL"
2184
2845
msgstr ""
2185
2846
 
 
2847
#: drizzled/error.cc:540
2186
2848
#, c-format
2187
2849
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2188
2850
msgstr ""
2189
2851
 
 
2852
#: drizzled/error.cc:542
2190
2853
msgid "Slave is already running"
2191
2854
msgstr ""
2192
2855
 
 
2856
#: drizzled/error.cc:544
2193
2857
msgid "Slave already has been stopped"
2194
2858
msgstr ""
2195
2859
 
 
2860
#: drizzled/error.cc:546
2196
2861
#, c-format
2197
2862
msgid ""
2198
2863
"Uncompressed data size too large; the maximum size is %d (probably, length "
2199
2864
"of uncompressed data was corrupted)"
2200
2865
msgstr ""
2201
2866
 
 
2867
#: drizzled/error.cc:548
2202
2868
msgid "ZLIB: Not enough memory"
2203
2869
msgstr ""
2204
2870
 
 
2871
#: drizzled/error.cc:550
2205
2872
msgid ""
2206
2873
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2207
2874
"data was corrupted)"
2208
2875
msgstr ""
2209
2876
 
 
2877
#: drizzled/error.cc:552
2210
2878
msgid "ZLIB: Input data corrupted"
2211
2879
msgstr ""
2212
2880
 
 
2881
#: drizzled/error.cc:554
2213
2882
#, c-format
2214
2883
msgid "%d line(s) were cut by GROUP_CONCAT()"
2215
2884
msgstr ""
2216
2885
 
 
2886
#: drizzled/error.cc:556
2217
2887
#, c-format
2218
2888
msgid "Row %ld doesn't contain data for all columns"
2219
2889
msgstr ""
2220
2890
 
 
2891
#: drizzled/error.cc:558
2221
2892
#, c-format
2222
2893
msgid ""
2223
2894
"Row %ld was truncated; it contained more data than there were input columns"
2224
2895
msgstr ""
2225
2896
 
 
2897
#: drizzled/error.cc:560
2226
2898
#, c-format
2227
2899
msgid ""
2228
2900
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2229
2901
msgstr ""
2230
2902
 
 
2903
#: drizzled/error.cc:562
2231
2904
#, c-format
2232
2905
msgid "Out of range value for column '%s' at row %ld"
2233
2906
msgstr ""
2234
2907
 
 
2908
#: drizzled/error.cc:564
2235
2909
#, c-format
2236
2910
msgid "Data truncated for column '%s' at row %ld"
2237
2911
msgstr ""
2238
2912
 
 
2913
#: drizzled/error.cc:566
2239
2914
#, c-format
2240
2915
msgid "Using storage engine %s for table '%s'"
2241
2916
msgstr ""
2242
2917
 
 
2918
#: drizzled/error.cc:568
2243
2919
#, c-format
2244
2920
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2245
2921
msgstr ""
2246
2922
 
 
2923
#: drizzled/error.cc:570
2247
2924
msgid "Cannot drop one or more of the requested users"
2248
2925
msgstr ""
2249
2926
 
 
2927
#: drizzled/error.cc:572
2250
2928
msgid "Can't revoke all privileges for one or more of the requested users"
2251
2929
msgstr ""
2252
2930
 
 
2931
#: drizzled/error.cc:574
2253
2932
#, c-format
2254
 
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
 
2933
msgid ""
 
2934
"Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2255
2935
msgstr ""
2256
2936
 
 
2937
#: drizzled/error.cc:576
2257
2938
#, c-format
2258
2939
msgid "Illegal mix of collations for operation '%s'"
2259
2940
msgstr ""
2260
2941
 
 
2942
#: drizzled/error.cc:578
2261
2943
#, c-format
2262
2944
msgid ""
2263
 
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
2264
 
"variable_name)"
 
2945
"Variable '%-.64s' is not a variable component (can't be used as "
 
2946
"XXXX.variable_name)"
2265
2947
msgstr ""
2266
2948
 
 
2949
#: drizzled/error.cc:580
2267
2950
#, c-format
2268
2951
msgid "Unknown collation: '%-.64s'"
2269
2952
msgstr ""
2270
2953
 
 
2954
#: drizzled/error.cc:582
2271
2955
msgid ""
2272
2956
"SSL parameters in CHANGE MASTER are ignored because this Drizzle slave was "
2273
2957
"compiled without SSL support; they can be used later if Drizzle slave with "
2274
2958
"SSL is started"
2275
2959
msgstr ""
2276
2960
 
 
2961
#: drizzled/error.cc:584
2277
2962
#, c-format
2278
2963
msgid ""
2279
2964
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
2280
2965
"old format; please change the password to the new format"
2281
2966
msgstr ""
2282
2967
 
 
2968
#: drizzled/error.cc:586
2283
2969
#, c-format
2284
2970
msgid ""
2285
2971
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2286
2972
"SELECT #%d"
2287
2973
msgstr ""
2288
2974
 
2289
 
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
 
2975
#: drizzled/error.cc:588
 
2976
msgid ""
 
2977
"Incorrect parameter or combination of parameters for START SLAVE UNTIL"
2290
2978
msgstr ""
2291
2979
 
 
2980
#: drizzled/error.cc:590
2292
2981
msgid ""
2293
2982
"It is recommended to use --skip-slave-start when doing step-by-step "
2294
2983
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
2295
2984
"get an unexpected slave's drizzled restart"
2296
2985
msgstr ""
2297
2986
 
 
2987
#: drizzled/error.cc:592
2298
2988
msgid "SQL thread is not to be started so UNTIL options are ignored"
2299
2989
msgstr ""
2300
2990
 
 
2991
#: drizzled/error.cc:594
2301
2992
#, c-format
2302
2993
msgid "Incorrect index name '%-.100s'"
2303
2994
msgstr ""
2304
2995
 
 
2996
#: drizzled/error.cc:596
2305
2997
#, c-format
2306
2998
msgid "Incorrect catalog name '%-.100s'"
2307
2999
msgstr ""
2308
3000
 
 
3001
#: drizzled/error.cc:598
2309
3002
#, c-format
2310
3003
msgid "Query cache failed to set size %lu; new query cache size is %lu"
2311
3004
msgstr ""
2312
3005
 
 
3006
#: drizzled/error.cc:600
2313
3007
#, c-format
2314
3008
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
2315
3009
msgstr ""
2316
3010
 
 
3011
#: drizzled/error.cc:602
2317
3012
#, c-format
2318
3013
msgid "Unknown key cache '%-.100s'"
2319
3014
msgstr ""
2320
3015
 
 
3016
#: drizzled/error.cc:604
2321
3017
msgid ""
2322
3018
"Drizzle is started in --skip-name-resolve mode; you must restart it without "
2323
3019
"this switch for this grant to work"
2324
3020
msgstr ""
2325
3021
 
 
3022
#: drizzled/error.cc:606
2326
3023
#, c-format
2327
3024
msgid "Unknown table engine '%s'"
2328
3025
msgstr ""
2329
3026
 
 
3027
#: drizzled/error.cc:608
2330
3028
#, c-format
2331
3029
msgid "'%s' is deprecated; use '%s' instead"
2332
3030
msgstr ""
2333
3031
 
 
3032
#: drizzled/error.cc:610
2334
3033
#, c-format
2335
3034
msgid "The target table %-.100s of the %s is not updatable"
2336
3035
msgstr ""
2337
3036
 
 
3037
#: drizzled/error.cc:612
2338
3038
#, c-format
2339
3039
msgid ""
2340
3040
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
2341
3041
"working"
2342
3042
msgstr ""
2343
3043
 
 
3044
#: drizzled/error.cc:614
2344
3045
#, c-format
2345
3046
msgid ""
2346
3047
"The Drizzle server is running with the %s option so it cannot execute this "
2347
3048
"statement"
2348
3049
msgstr ""
2349
3050
 
 
3051
#: drizzled/error.cc:616
2350
3052
#, c-format
2351
3053
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
2352
3054
msgstr ""
2353
3055
 
 
3056
#: drizzled/error.cc:618
2354
3057
#, c-format
2355
3058
msgid "Truncated incorrect %-.32s value: '%-.128s'"
2356
3059
msgstr ""
2357
3060
 
 
3061
#: drizzled/error.cc:620
2358
3062
msgid ""
2359
3063
"Incorrect table definition; there can be only one TIMESTAMP column with "
2360
3064
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
2361
3065
msgstr ""
2362
3066
 
 
3067
#: drizzled/error.cc:622
2363
3068
#, c-format
2364
3069
msgid "Invalid ON UPDATE clause for '%-.192s' column"
2365
3070
msgstr ""
2366
3071
 
 
3072
#: drizzled/error.cc:624
2367
3073
msgid "This command is not supported in the prepared statement protocol yet"
2368
3074
msgstr ""
2369
3075
 
 
3076
#: drizzled/error.cc:626
2370
3077
#, c-format
2371
3078
msgid "Got error %d '%-.100s' from %s"
2372
3079
msgstr ""
2373
3080
 
 
3081
#: drizzled/error.cc:628
2374
3082
#, c-format
2375
3083
msgid "Got temporary error %d '%-.100s' from %s"
2376
3084
msgstr ""
2377
3085
 
 
3086
#: drizzled/error.cc:630
2378
3087
#, c-format
2379
3088
msgid "Unknown or incorrect time zone: '%-.64s'"
2380
3089
msgstr ""
2381
3090
 
 
3091
#: drizzled/error.cc:632
2382
3092
#, c-format
2383
3093
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
2384
3094
msgstr ""
2385
3095
 
 
3096
#: drizzled/error.cc:634
2386
3097
#, c-format
2387
3098
msgid "Invalid %s character string: '%.64s'"
2388
3099
msgstr ""
2389
3100
 
 
3101
#: drizzled/error.cc:636
2390
3102
#, c-format
2391
3103
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
2392
3104
msgstr ""
2393
3105
 
 
3106
#: drizzled/error.cc:638
2394
3107
#, c-format
2395
3108
msgid "Conflicting declarations: '%s%s' and '%s%s'"
2396
3109
msgstr ""
2397
3110
 
 
3111
#: drizzled/error.cc:640
2398
3112
#, c-format
2399
3113
msgid "Can't create a %s from within another stored routine"
2400
3114
msgstr ""
2401
3115
 
 
3116
#: drizzled/error.cc:642
2402
3117
#, c-format
2403
3118
msgid "%s %s already exists"
2404
3119
msgstr ""
2405
3120
 
 
3121
#: drizzled/error.cc:644
2406
3122
#, c-format
2407
3123
msgid "%s %s does not exist"
2408
3124
msgstr ""
2409
3125
 
 
3126
#: drizzled/error.cc:646
2410
3127
#, c-format
2411
3128
msgid "Failed to DROP %s %s"
2412
3129
msgstr ""
2413
3130
 
 
3131
#: drizzled/error.cc:648
2414
3132
#, c-format
2415
3133
msgid "Failed to CREATE %s %s"
2416
3134
msgstr ""
2417
3135
 
 
3136
#: drizzled/error.cc:650
2418
3137
#, c-format
2419
3138
msgid "%s with no matching label: %s"
2420
3139
msgstr ""
2421
3140
 
 
3141
#: drizzled/error.cc:652
2422
3142
#, c-format
2423
3143
msgid "Redefining label %s"
2424
3144
msgstr ""
2425
3145
 
 
3146
#: drizzled/error.cc:654
2426
3147
#, c-format
2427
3148
msgid "End-label %s without match"
2428
3149
msgstr ""
2429
3150
 
 
3151
#: drizzled/error.cc:656
2430
3152
#, c-format
2431
3153
msgid "Referring to uninitialized variable %s"
2432
3154
msgstr ""
2433
3155
 
 
3156
#: drizzled/error.cc:658
2434
3157
#, c-format
2435
3158
msgid "PROCEDURE %s can't return a result set in the given context"
2436
3159
msgstr ""
2437
3160
 
 
3161
#: drizzled/error.cc:660
2438
3162
msgid "RETURN is only allowed in a FUNCTION"
2439
3163
msgstr ""
2440
3164
 
 
3165
#: drizzled/error.cc:662
2441
3166
#, c-format
2442
3167
msgid "%s is not allowed in stored procedures"
2443
3168
msgstr ""
2444
3169
 
 
3170
#: drizzled/error.cc:664
2445
3171
msgid ""
2446
3172
"The update log is deprecated and replaced by the binary log; SET "
2447
3173
"SQL_LOG_UPDATE has been ignored"
2448
3174
msgstr ""
2449
3175
 
 
3176
#: drizzled/error.cc:666
2450
3177
msgid ""
2451
3178
"The update log is deprecated and replaced by the binary log; SET "
2452
3179
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
2453
3180
msgstr ""
2454
3181
 
 
3182
#: drizzled/error.cc:668
2455
3183
msgid "Query execution was interrupted"
2456
3184
msgstr ""
2457
3185
 
 
3186
#: drizzled/error.cc:670
2458
3187
#, c-format
2459
3188
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
2460
3189
msgstr ""
2461
3190
 
 
3191
#: drizzled/error.cc:672
2462
3192
#, c-format
2463
3193
msgid "Undefined CONDITION: %s"
2464
3194
msgstr ""
2465
3195
 
 
3196
#: drizzled/error.cc:674
2466
3197
#, c-format
2467
3198
msgid "No RETURN found in FUNCTION %s"
2468
3199
msgstr ""
2469
3200
 
 
3201
#: drizzled/error.cc:676
2470
3202
#, c-format
2471
3203
msgid "FUNCTION %s ended without RETURN"
2472
3204
msgstr ""
2473
3205
 
 
3206
#: drizzled/error.cc:678
2474
3207
msgid "Cursor statement must be a SELECT"
2475
3208
msgstr ""
2476
3209
 
 
3210
#: drizzled/error.cc:680
2477
3211
msgid "Cursor SELECT must not have INTO"
2478
3212
msgstr ""
2479
3213
 
 
3214
#: drizzled/error.cc:682
2480
3215
#, c-format
2481
3216
msgid "Undefined CURSOR: %s"
2482
3217
msgstr ""
2483
3218
 
 
3219
#: drizzled/error.cc:684
2484
3220
msgid "Cursor is already open"
2485
3221
msgstr ""
2486
3222
 
 
3223
#: drizzled/error.cc:686
2487
3224
msgid "Cursor is not open"
2488
3225
msgstr ""
2489
3226
 
 
3227
#: drizzled/error.cc:688
2490
3228
#, c-format
2491
3229
msgid "Undeclared variable: %s"
2492
3230
msgstr ""
2493
3231
 
 
3232
#: drizzled/error.cc:690
2494
3233
msgid "Incorrect number of FETCH variables"
2495
3234
msgstr ""
2496
3235
 
 
3236
#: drizzled/error.cc:692
2497
3237
msgid "No data - zero rows fetched, selected, or processed"
2498
3238
msgstr ""
2499
3239
 
 
3240
#: drizzled/error.cc:694
2500
3241
#, c-format
2501
3242
msgid "Duplicate parameter: %s"
2502
3243
msgstr ""
2503
3244
 
 
3245
#: drizzled/error.cc:696
2504
3246
#, c-format
2505
3247
msgid "Duplicate variable: %s"
2506
3248
msgstr ""
2507
3249
 
 
3250
#: drizzled/error.cc:698
2508
3251
#, c-format
2509
3252
msgid "Duplicate condition: %s"
2510
3253
msgstr ""
2511
3254
 
 
3255
#: drizzled/error.cc:700
2512
3256
#, c-format
2513
3257
msgid "Duplicate cursor: %s"
2514
3258
msgstr ""
2515
3259
 
 
3260
#: drizzled/error.cc:702
2516
3261
#, c-format
2517
3262
msgid "Failed to ALTER %s %s"
2518
3263
msgstr ""
2519
3264
 
 
3265
#: drizzled/error.cc:704
2520
3266
msgid "Subquery value not supported"
2521
3267
msgstr ""
2522
3268
 
 
3269
#: drizzled/error.cc:706
2523
3270
#, c-format
2524
3271
msgid "%s is not allowed in stored function or trigger"
2525
3272
msgstr ""
2526
3273
 
 
3274
#: drizzled/error.cc:708
2527
3275
msgid "Variable or condition declaration after cursor or handler declaration"
2528
3276
msgstr ""
2529
3277
 
 
3278
#: drizzled/error.cc:710
2530
3279
msgid "Cursor declaration after handler declaration"
2531
3280
msgstr ""
2532
3281
 
 
3282
#: drizzled/error.cc:712
2533
3283
msgid "Case not found for CASE statement"
2534
3284
msgstr ""
2535
3285
 
 
3286
#: drizzled/error.cc:714
2536
3287
#, c-format
2537
3288
msgid "Configuration file '%-.192s' is too big"
2538
3289
msgstr ""
2539
3290
 
 
3291
#: drizzled/error.cc:716
2540
3292
#, c-format
2541
3293
msgid "Malformed file type header in file '%-.192s'"
2542
3294
msgstr ""
2543
3295
 
 
3296
#: drizzled/error.cc:718
2544
3297
#, c-format
2545
3298
msgid "Unexpected end of file while parsing comment '%-.200s'"
2546
3299
msgstr ""
2547
3300
 
 
3301
#: drizzled/error.cc:720
2548
3302
#, c-format
2549
3303
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
2550
3304
msgstr ""
2551
3305
 
 
3306
#: drizzled/error.cc:722
2552
3307
#, c-format
2553
3308
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
2554
3309
msgstr ""
2555
3310
 
2556
 
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
2557
 
msgstr ""
2558
 
 
 
3311
#: drizzled/error.cc:724
 
3312
msgid ""
 
3313
"EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
 
3314
msgstr ""
 
3315
 
 
3316
#: drizzled/error.cc:726
 
3317
#, c-format
 
3318
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
 
3319
msgstr ""
 
3320
 
 
3321
#: drizzled/error.cc:728
2559
3322
#, c-format
2560
3323
msgid "'%-.192s.%-.192s' is not %s"
2561
3324
msgstr ""
2562
3325
 
 
3326
#: drizzled/error.cc:730
2563
3327
#, c-format
2564
3328
msgid "Column '%-.192s' is not updatable"
2565
3329
msgstr ""
2566
3330
 
 
3331
#: drizzled/error.cc:732
2567
3332
msgid "View's SELECT contains a subquery in the FROM clause"
2568
3333
msgstr ""
2569
3334
 
 
3335
#: drizzled/error.cc:734
2570
3336
#, c-format
2571
3337
msgid "View's SELECT contains a '%s' clause"
2572
3338
msgstr ""
2573
3339
 
 
3340
#: drizzled/error.cc:736
2574
3341
msgid "View's SELECT contains a variable or parameter"
2575
3342
msgstr ""
2576
3343
 
 
3344
#: drizzled/error.cc:738
2577
3345
#, c-format
2578
3346
msgid "View's SELECT refers to a temporary table '%-.192s'"
2579
3347
msgstr ""
2580
3348
 
 
3349
#: drizzled/error.cc:740
2581
3350
msgid "View's SELECT and view's field list have different column counts"
2582
3351
msgstr ""
2583
3352
 
 
3353
#: drizzled/error.cc:742
2584
3354
msgid ""
2585
3355
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
2586
3356
msgstr ""
2587
3357
 
2588
 
msgid "View being updated does not have complete key of underlying table in it"
 
3358
#: drizzled/error.cc:744
 
3359
msgid ""
 
3360
"View being updated does not have complete key of underlying table in it"
2589
3361
msgstr ""
2590
3362
 
 
3363
#: drizzled/error.cc:746
2591
3364
#, c-format
2592
3365
msgid ""
2593
 
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
2594
 
"(s) or definer/invoker of view lack rights to use them"
 
3366
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or "
 
3367
"function(s) or definer/invoker of view lack rights to use them"
2595
3368
msgstr ""
2596
3369
 
 
3370
#: drizzled/error.cc:748
2597
3371
#, c-format
2598
3372
msgid "Can't drop or alter a %s from within another stored routine"
2599
3373
msgstr ""
2600
3374
 
 
3375
#: drizzled/error.cc:750
2601
3376
msgid "GOTO is not allowed in a stored procedure handler"
2602
3377
msgstr ""
2603
3378
 
 
3379
#: drizzled/error.cc:752
2604
3380
msgid "Trigger already exists"
2605
3381
msgstr ""
2606
3382
 
 
3383
#: drizzled/error.cc:754
2607
3384
msgid "Trigger does not exist"
2608
3385
msgstr ""
2609
3386
 
 
3387
#: drizzled/error.cc:756
2610
3388
#, c-format
2611
3389
msgid "Trigger's '%-.192s' is view or temporary table"
2612
3390
msgstr ""
2613
3391
 
 
3392
#: drizzled/error.cc:758
2614
3393
#, c-format
2615
3394
msgid "Updating of %s row is not allowed in %strigger"
2616
3395
msgstr ""
2617
3396
 
 
3397
#: drizzled/error.cc:760
2618
3398
#, c-format
2619
3399
msgid "There is no %s row in %s trigger"
2620
3400
msgstr ""
2621
3401
 
 
3402
#: drizzled/error.cc:762
2622
3403
#, c-format
2623
3404
msgid "Field '%-.192s' doesn't have a default value"
2624
3405
msgstr ""
2625
3406
 
 
3407
#: drizzled/error.cc:764
2626
3408
msgid "Division by 0"
2627
3409
msgstr ""
2628
3410
 
 
3411
#: drizzled/error.cc:766
2629
3412
#, c-format
2630
3413
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
2631
3414
msgstr ""
2632
3415
 
 
3416
#: drizzled/error.cc:768
2633
3417
#, c-format
2634
3418
msgid "Illegal %s '%-.192s' value found during parsing"
2635
3419
msgstr ""
2636
3420
 
 
3421
#: drizzled/error.cc:770
2637
3422
#, c-format
2638
3423
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
2639
3424
msgstr ""
2640
3425
 
 
3426
#: drizzled/error.cc:772
2641
3427
#, c-format
2642
3428
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
2643
3429
msgstr ""
2644
3430
 
 
3431
#: drizzled/error.cc:774
2645
3432
#, c-format
2646
3433
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
2647
3434
msgstr ""
2648
3435
 
 
3436
#: drizzled/error.cc:776
2649
3437
#, c-format
2650
3438
msgid "Failed purging old relay logs: %s"
2651
3439
msgstr ""
2652
3440
 
 
3441
#: drizzled/error.cc:778
2653
3442
#, c-format
2654
3443
msgid "Password hash should be a %d-digit hexadecimal number"
2655
3444
msgstr ""
2656
3445
 
 
3446
#: drizzled/error.cc:780
2657
3447
msgid "Target log not found in binlog index"
2658
3448
msgstr ""
2659
3449
 
 
3450
#: drizzled/error.cc:782
2660
3451
msgid "I/O error reading log index file"
2661
3452
msgstr ""
2662
3453
 
 
3454
#: drizzled/error.cc:784
2663
3455
msgid "Server configuration does not permit binlog purge"
2664
3456
msgstr ""
2665
3457
 
 
3458
#: drizzled/error.cc:786
2666
3459
msgid "Failed on fseek()"
2667
3460
msgstr ""
2668
3461
 
 
3462
#: drizzled/error.cc:788
2669
3463
msgid "Fatal error during log purge"
2670
3464
msgstr ""
2671
3465
 
 
3466
#: drizzled/error.cc:790
2672
3467
msgid "A purgeable log is in use, will not purge"
2673
3468
msgstr ""
2674
3469
 
 
3470
#: drizzled/error.cc:792
2675
3471
msgid "Unknown error during log purge"
2676
3472
msgstr ""
2677
3473
 
 
3474
#: drizzled/error.cc:794
2678
3475
#, c-format
2679
3476
msgid "Failed initializing relay log position: %s"
2680
3477
msgstr ""
2681
3478
 
 
3479
#: drizzled/error.cc:796
2682
3480
msgid "You are not using binary logging"
2683
3481
msgstr ""
2684
3482
 
 
3483
#: drizzled/error.cc:798
2685
3484
#, c-format
2686
3485
msgid ""
2687
3486
"The '%-.64s' syntax is reserved for purposes internal to the Drizzle server"
2688
3487
msgstr ""
2689
3488
 
 
3489
#: drizzled/error.cc:800
2690
3490
msgid "WSAStartup Failed"
2691
3491
msgstr ""
2692
3492
 
 
3493
#: drizzled/error.cc:802
2693
3494
msgid "Can't handle procedures with different groups yet"
2694
3495
msgstr ""
2695
3496
 
 
3497
#: drizzled/error.cc:804
2696
3498
msgid "Select must have a group with this procedure"
2697
3499
msgstr ""
2698
3500
 
 
3501
#: drizzled/error.cc:806
2699
3502
msgid "Can't use ORDER clause with this procedure"
2700
3503
msgstr ""
2701
3504
 
 
3505
#: drizzled/error.cc:808
2702
3506
#, c-format
2703
3507
msgid "Binary logging and replication forbid changing the global server %s"
2704
3508
msgstr ""
2705
3509
 
 
3510
#: drizzled/error.cc:810
2706
3511
#, c-format
2707
3512
msgid "Can't map file: %-.200s, errno: %d"
2708
3513
msgstr ""
2709
3514
 
 
3515
#: drizzled/error.cc:812
2710
3516
#, c-format
2711
3517
msgid "Wrong magic in %-.64s"
2712
3518
msgstr ""
2713
3519
 
 
3520
#: drizzled/error.cc:814
2714
3521
msgid "Prepared statement contains too many placeholders"
2715
3522
msgstr ""
2716
3523
 
 
3524
#: drizzled/error.cc:816
2717
3525
#, c-format
2718
3526
msgid "Key part '%-.192s' length cannot be 0"
2719
3527
msgstr ""
2720
3528
 
 
3529
#: drizzled/error.cc:818
2721
3530
msgid "View text checksum failed"
2722
3531
msgstr ""
2723
3532
 
 
3533
#: drizzled/error.cc:820
2724
3534
#, c-format
2725
3535
msgid ""
2726
3536
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
2727
3537
msgstr ""
2728
3538
 
 
3539
#: drizzled/error.cc:822
2729
3540
#, c-format
2730
3541
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
2731
3542
msgstr ""
2732
3543
 
 
3544
#: drizzled/error.cc:824
2733
3545
#, c-format
2734
3546
msgid "Can not delete from join view '%-.192s.%-.192s'"
2735
3547
msgstr ""
2736
3548
 
 
3549
#: drizzled/error.cc:826
2737
3550
#, c-format
2738
3551
msgid "Operation %s failed for %.256s"
2739
3552
msgstr ""
2740
3553
 
 
3554
#: drizzled/error.cc:828
2741
3555
msgid "XAER_NOTA: Unknown XID"
2742
3556
msgstr ""
2743
3557
 
 
3558
#: drizzled/error.cc:830
2744
3559
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
2745
3560
msgstr ""
2746
3561
 
 
3562
#: drizzled/error.cc:832
2747
3563
#, c-format
2748
3564
msgid ""
2749
3565
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
2750
3566
"the  %.64s state"
2751
3567
msgstr ""
2752
3568
 
 
3569
#: drizzled/error.cc:834
2753
3570
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
2754
3571
msgstr ""
2755
3572
 
 
3573
#: drizzled/error.cc:836
2756
3574
msgid ""
2757
3575
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
2758
3576
"for consistency"
2759
3577
msgstr ""
2760
3578
 
 
3579
#: drizzled/error.cc:838
2761
3580
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
2762
3581
msgstr ""
2763
3582
 
 
3583
#: drizzled/error.cc:840
2764
3584
#, c-format
2765
3585
msgid ""
2766
3586
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
2767
3587
"'%-.192s'"
2768
3588
msgstr ""
2769
3589
 
 
3590
#: drizzled/error.cc:842
2770
3591
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
2771
3592
msgstr ""
2772
3593
 
 
3594
#: drizzled/error.cc:844
2773
3595
msgid "Failed to revoke all privileges to dropped routine"
2774
3596
msgstr ""
2775
3597
 
 
3598
#: drizzled/error.cc:846
2776
3599
#, c-format
2777
3600
msgid "Data too long for column '%s' at row %ld"
2778
3601
msgstr ""
2779
3602
 
 
3603
#: drizzled/error.cc:848
2780
3604
#, c-format
2781
3605
msgid "Bad SQLSTATE: '%s'"
2782
3606
msgstr ""
2783
3607
 
 
3608
#: drizzled/error.cc:850
2784
3609
#, c-format
2785
3610
msgid ""
2786
3611
"%s: ready for connections.\n"
2787
 
"Version: '%s' %s\n"
 
3612
"Version: '%s'  socket: '%s'  port: %d  %s"
2788
3613
msgstr ""
2789
3614
 
 
3615
#: drizzled/error.cc:852
2790
3616
msgid "Can't load value from file with fixed size rows to variable"
2791
3617
msgstr ""
2792
3618
 
 
3619
#: drizzled/error.cc:854
2793
3620
msgid "You are not allowed to create a user with GRANT"
2794
3621
msgstr ""
2795
3622
 
 
3623
#: drizzled/error.cc:856
2796
3624
#, c-format
2797
3625
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
2798
3626
msgstr ""
2799
3627
 
 
3628
#: drizzled/error.cc:858
2800
3629
msgid "Table definition has changed, please retry transaction"
2801
3630
msgstr ""
2802
3631
 
 
3632
#: drizzled/error.cc:860
2803
3633
msgid "Duplicate handler declared in the same block"
2804
3634
msgstr ""
2805
3635
 
 
3636
#: drizzled/error.cc:862
2806
3637
#, c-format
2807
3638
msgid ""
2808
3639
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
2809
3640
"variable in BEFORE trigger"
2810
3641
msgstr ""
2811
3642
 
 
3643
#: drizzled/error.cc:864
2812
3644
#, c-format
2813
3645
msgid "Not allowed to return a result set from a %s"
2814
3646
msgstr ""
2815
3647
 
 
3648
#: drizzled/error.cc:866
2816
3649
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
2817
3650
msgstr ""
2818
3651
 
 
3652
#: drizzled/error.cc:868
2819
3653
msgid ""
2820
3654
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
2821
3655
"declaration and binary logging is enabled; if non-transactional tables were "
2822
3656
"updated, the binary log will miss their changes"
2823
3657
msgstr ""
2824
3658
 
 
3659
#: drizzled/error.cc:870
2825
3660
msgid ""
2826
3661
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
2827
3662
"declaration and binary logging is enabled (you *might* want to use the less "
2828
3663
"safe log_bin_trust_function_creators variable)"
2829
3664
msgstr ""
2830
3665
 
 
3666
#: drizzled/error.cc:872
2831
3667
msgid ""
2832
3668
"You do not have the SUPER privilege and binary logging is enabled (you "
2833
3669
"*might* want to use the less safe log_bin_trust_function_creators variable)"
2834
3670
msgstr ""
2835
3671
 
 
3672
#: drizzled/error.cc:874
2836
3673
msgid ""
2837
3674
"You can't execute a prepared statement which has an open cursor associated "
2838
3675
"with it. Reset the statement to re-execute it."
2839
3676
msgstr ""
2840
3677
 
 
3678
#: drizzled/error.cc:876
2841
3679
#, c-format
2842
3680
msgid "The statement (%lu) has no open cursor."
2843
3681
msgstr ""
2844
3682
 
 
3683
#: drizzled/error.cc:878
2845
3684
msgid ""
2846
3685
"Explicit or implicit commit is not allowed in stored function or trigger."
2847
3686
msgstr ""
2848
3687
 
 
3688
#: drizzled/error.cc:880
2849
3689
#, c-format
2850
3690
msgid ""
2851
3691
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
2852
3692
msgstr ""
2853
3693
 
 
3694
#: drizzled/error.cc:882
2854
3695
msgid "Recursive stored functions and triggers are not allowed."
2855
3696
msgstr ""
2856
3697
 
 
3698
#: drizzled/error.cc:884
2857
3699
#, c-format
2858
3700
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
2859
3701
msgstr ""
2860
3702
 
 
3703
#: drizzled/error.cc:886
2861
3704
#, c-format
2862
3705
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
2863
3706
msgstr ""
2864
3707
 
 
3708
#: drizzled/error.cc:888
2865
3709
#, c-format
2866
3710
msgid ""
2867
 
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
2868
 
"'%-.192s')."
 
3711
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column '%-"
 
3712
".192s')."
2869
3713
msgstr ""
2870
3714
 
 
3715
#: drizzled/error.cc:890
2871
3716
msgid ""
2872
3717
"You can't combine write-locking of system tables with other tables or lock "
2873
3718
"types"
2874
3719
msgstr ""
2875
3720
 
 
3721
#: drizzled/error.cc:892
2876
3722
#, c-format
2877
3723
msgid "Unable to connect to foreign data source: %.64s"
2878
3724
msgstr ""
2879
3725
 
 
3726
#: drizzled/error.cc:894
2880
3727
#, c-format
2881
3728
msgid ""
2882
3729
"There was a problem processing the query on the foreign data source. Data "
2883
3730
"source error: %-.64s"
2884
3731
msgstr ""
2885
3732
 
 
3733
#: drizzled/error.cc:896
2886
3734
#, c-format
2887
3735
msgid ""
2888
3736
"The foreign data source you are trying to reference does not exist. Data "
2889
3737
"source error:  %-.64s"
2890
3738
msgstr ""
2891
3739
 
 
3740
#: drizzled/error.cc:898
2892
3741
#, c-format
2893
3742
msgid ""
2894
3743
"Can't create federated table. The data source connection string '%-.64s' is "
2895
3744
"not in the correct format"
2896
3745
msgstr ""
2897
3746
 
 
3747
#: drizzled/error.cc:900
2898
3748
#, c-format
2899
 
msgid "The data source connection string '%-.64s' is not in the correct format"
 
3749
msgid ""
 
3750
"The data source connection string '%-.64s' is not in the correct format"
2900
3751
msgstr ""
2901
3752
 
 
3753
#: drizzled/error.cc:902
2902
3754
#, c-format
2903
3755
msgid "Can't create federated table. Foreign data src error:  %-.64s"
2904
3756
msgstr ""
2905
3757
 
 
3758
#: drizzled/error.cc:904
2906
3759
msgid "Trigger in wrong schema"
2907
3760
msgstr ""
2908
3761
 
 
3762
#: drizzled/error.cc:906
2909
3763
#, c-format
2910
3764
msgid ""
2911
3765
"Thread stack overrun:  %ld bytes used of a %ld byte stack, and %ld bytes "
2912
3766
"needed.  Use 'drizzled -O thread_stack=#' to specify a bigger stack."
2913
3767
msgstr ""
2914
3768
 
 
3769
#: drizzled/error.cc:908
2915
3770
#, c-format
2916
3771
msgid "Routine body for '%-.100s' is too long"
2917
3772
msgstr ""
2918
3773
 
 
3774
#: drizzled/error.cc:910
2919
3775
msgid "Cannot drop default keycache"
2920
3776
msgstr ""
2921
3777
 
 
3778
#: drizzled/error.cc:912
2922
3779
#, c-format
2923
3780
msgid "Display width out of range for column '%-.192s' (max = %d)"
2924
3781
msgstr ""
2925
3782
 
 
3783
#: drizzled/error.cc:914
2926
3784
msgid "XAER_DUPID: The XID already exists"
2927
3785
msgstr ""
2928
3786
 
 
3787
#: drizzled/error.cc:916
2929
3788
#, c-format
2930
3789
msgid "Datetime function: %-.32s field overflow"
2931
3790
msgstr ""
2932
3791
 
 
3792
#: drizzled/error.cc:918
2933
3793
#, c-format
2934
3794
msgid ""
2935
3795
"Can't update table '%-.192s' in stored function/trigger because it is "
2936
3796
"already used by statement which invoked this stored function/trigger."
2937
3797
msgstr ""
2938
3798
 
 
3799
#: drizzled/error.cc:920
2939
3800
#, c-format
2940
3801
msgid ""
2941
 
"The definition of table '%-.192s' prevents operation %.192s on table "
2942
 
"'%-.192s'."
 
3802
"The definition of table '%-.192s' prevents operation %.192s on table '%-"
 
3803
".192s'."
2943
3804
msgstr ""
2944
3805
 
 
3806
#: drizzled/error.cc:922
2945
3807
msgid ""
2946
3808
"The prepared statement contains a stored routine call that refers to that "
2947
3809
"same statement. It's not allowed to execute a prepared statement in such a "
2948
3810
"recursive manner"
2949
3811
msgstr ""
2950
3812
 
 
3813
#: drizzled/error.cc:924
2951
3814
msgid "Not allowed to set autocommit from a stored function or trigger"
2952
3815
msgstr ""
2953
3816
 
 
3817
#: drizzled/error.cc:926
2954
3818
msgid "Definer is not fully qualified"
2955
3819
msgstr ""
2956
3820
 
 
3821
#: drizzled/error.cc:928
2957
3822
#, c-format
2958
3823
msgid ""
2959
3824
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
2960
3825
"Current user is used as definer. Please recreate the view!"
2961
3826
msgstr ""
2962
3827
 
 
3828
#: drizzled/error.cc:930
2963
3829
#, c-format
2964
3830
msgid ""
2965
3831
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
2966
3832
"definer"
2967
3833
msgstr ""
2968
3834
 
 
3835
#: drizzled/error.cc:932
2969
3836
#, c-format
2970
3837
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
2971
3838
msgstr ""
2972
3839
 
 
3840
#: drizzled/error.cc:934
2973
3841
#, c-format
2974
3842
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
2975
3843
msgstr ""
2976
3844
 
 
3845
#: drizzled/error.cc:936
2977
3846
#, c-format
2978
3847
msgid ""
2979
3848
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
2980
3849
msgstr ""
2981
3850
 
 
3851
#: drizzled/error.cc:938
2982
3852
#, c-format
2983
3853
msgid ""
2984
3854
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
2985
3855
msgstr ""
2986
3856
 
 
3857
#: drizzled/error.cc:940
2987
3858
#, c-format
2988
3859
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
2989
3860
msgstr ""
2990
3861
 
 
3862
#: drizzled/error.cc:942
2991
3863
#, c-format
2992
3864
msgid ""
2993
3865
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
2995
3867
"insufficient privileges. Please recreate the trigger."
2996
3868
msgstr ""
2997
3869
 
 
3870
#: drizzled/error.cc:944
2998
3871
#, c-format
2999
3872
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
3000
3873
msgstr ""
3001
3874
 
 
3875
#: drizzled/error.cc:946
3002
3876
#, c-format
3003
3877
msgid ""
3004
3878
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
3005
3879
"exceeded for routine %.192s"
3006
3880
msgstr ""
3007
3881
 
 
3882
#: drizzled/error.cc:948
3008
3883
#, c-format
3009
3884
msgid ""
3010
3885
"Failed to load routine %-.192s. The table drizzle.proc is missing, corrupt, "
3011
3886
"or contains bad data (internal code %d)"
3012
3887
msgstr ""
3013
3888
 
 
3889
#: drizzled/error.cc:950
3014
3890
#, c-format
3015
3891
msgid "Incorrect routine name '%-.192s'"
3016
3892
msgstr ""
3017
3893
 
 
3894
#: drizzled/error.cc:952
3018
3895
#, c-format
3019
 
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
 
3896
msgid ""
 
3897
"Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
3020
3898
msgstr ""
3021
3899
 
 
3900
#: drizzled/error.cc:954
3022
3901
msgid "AGGREGATE is not supported for stored functions"
3023
3902
msgstr ""
3024
3903
 
 
3904
#: drizzled/error.cc:956
3025
3905
#, c-format
3026
3906
msgid ""
3027
 
"Can't create more than max_prepared_stmt_count statements (current value: %"
3028
 
"lu)"
 
3907
"Can't create more than max_prepared_stmt_count statements (current value: "
 
3908
"%lu)"
3029
3909
msgstr ""
3030
3910
 
 
3911
#: drizzled/error.cc:958
3031
3912
#, c-format
3032
3913
msgid "`%-.192s`.`%-.192s` contains view recursion"
3033
3914
msgstr ""
3034
3915
 
 
3916
#: drizzled/error.cc:960
3035
3917
#, c-format
3036
3918
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
3037
3919
msgstr ""
3038
3920
 
 
3921
#: drizzled/error.cc:962
3039
3922
msgid "The used table type doesn't support SPATIAL indexes"
3040
3923
msgstr ""
3041
3924
 
 
3925
#: drizzled/error.cc:964
3042
3926
msgid "Triggers can not be created on system tables"
3043
3927
msgstr ""
3044
3928
 
 
3929
#: drizzled/error.cc:966
3045
3930
#, c-format
3046
3931
msgid "Leading spaces are removed from name '%s'"
3047
3932
msgstr ""
3048
3933
 
 
3934
#: drizzled/error.cc:968
3049
3935
msgid "Failed to read auto-increment value from storage engine"
3050
3936
msgstr ""
3051
3937
 
 
3938
#: drizzled/error.cc:970
3052
3939
msgid "user name"
3053
3940
msgstr ""
3054
3941
 
 
3942
#: drizzled/error.cc:972
3055
3943
msgid "host name"
3056
3944
msgstr ""
3057
3945
 
 
3946
#: drizzled/error.cc:974
3058
3947
#, c-format
3059
3948
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
3060
3949
msgstr ""
3061
3950
 
 
3951
#: drizzled/error.cc:976
3062
3952
#, c-format
3063
3953
msgid "The target table %-.100s of the %s is not insertable-into"
3064
3954
msgstr ""
3065
3955
 
 
3956
#: drizzled/error.cc:978
3066
3957
#, c-format
3067
3958
msgid ""
3068
3959
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
3069
3960
msgstr ""
3070
3961
 
 
3962
#: drizzled/error.cc:980
3071
3963
msgid "Too high level of nesting for select"
3072
3964
msgstr ""
3073
3965
 
 
3966
#: drizzled/error.cc:982
3074
3967
#, c-format
3075
3968
msgid "Name '%-.64s' has become ''"
3076
3969
msgstr ""
3077
3970
 
 
3971
#: drizzled/error.cc:984
3078
3972
msgid ""
3079
3973
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
3080
3974
"optional and non-empty FIELDS ENCLOSED BY"
3081
3975
msgstr ""
3082
3976
 
 
3977
#: drizzled/error.cc:986
3083
3978
#, c-format
3084
3979
msgid "The foreign server, %s, you are trying to create already exists."
3085
3980
msgstr ""
3086
3981
 
 
3982
#: drizzled/error.cc:988
3087
3983
#, c-format
3088
3984
msgid ""
3089
3985
"The foreign server name you are trying to reference does not exist. Data "
3090
3986
"source error:  %-.64s"
3091
3987
msgstr ""
3092
3988
 
 
3989
#: drizzled/error.cc:990
3093
3990
#, c-format
3094
3991
msgid ""
3095
3992
"Table storage engine '%-.64s' does not support the create option '%.64s'"
3096
3993
msgstr ""
3097
3994
 
 
3995
#: drizzled/error.cc:992
3098
3996
#, c-format
3099
3997
msgid ""
3100
3998
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
3101
3999
"each partition"
3102
4000
msgstr ""
3103
4001
 
 
4002
#: drizzled/error.cc:994
3104
4003
#, c-format
3105
 
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
 
4004
msgid ""
 
4005
"Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
3106
4006
msgstr ""
3107
4007
 
 
4008
#: drizzled/error.cc:996
3108
4009
msgid "MAXVALUE can only be used in last partition definition"
3109
4010
msgstr ""
3110
4011
 
 
4012
#: drizzled/error.cc:998
3111
4013
msgid "Subpartitions can only be hash partitions and by key"
3112
4014
msgstr ""
3113
4015
 
 
4016
#: drizzled/error.cc:1000
3114
4017
msgid "Must define subpartitions on all partitions if on one partition"
3115
4018
msgstr ""
3116
4019
 
 
4020
#: drizzled/error.cc:1002
3117
4021
msgid "Wrong number of partitions defined, mismatch with previous setting"
3118
4022
msgstr ""
3119
4023
 
 
4024
#: drizzled/error.cc:1004
3120
4025
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
3121
4026
msgstr ""
3122
4027
 
3123
 
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
 
4028
#: drizzled/error.cc:1006
 
4029
msgid ""
 
4030
"Constant/Random expression in (sub)partitioning function is not allowed"
3124
4031
msgstr ""
3125
4032
 
 
4033
#: drizzled/error.cc:1008
3126
4034
msgid "Expression in RANGE/LIST VALUES must be constant"
3127
4035
msgstr ""
3128
4036
 
 
4037
#: drizzled/error.cc:1010
3129
4038
msgid "Field in list of fields for partition function not found in table"
3130
4039
msgstr ""
3131
4040
 
 
4041
#: drizzled/error.cc:1012
3132
4042
msgid "List of fields is only allowed in KEY partitions"
3133
4043
msgstr ""
3134
4044
 
 
4045
#: drizzled/error.cc:1014
3135
4046
msgid ""
3136
4047
"The partition info in the frm file is not consistent with what can be "
3137
4048
"written into the frm file"
3138
4049
msgstr ""
3139
4050
 
 
4051
#: drizzled/error.cc:1016
3140
4052
#, c-format
3141
4053
msgid "The %-.192s function returns the wrong type"
3142
4054
msgstr ""
3143
4055
 
 
4056
#: drizzled/error.cc:1018
3144
4057
#, c-format
3145
4058
msgid "For %-.64s partitions each partition must be defined"
3146
4059
msgstr ""
3147
4060
 
 
4061
#: drizzled/error.cc:1020
3148
4062
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
3149
4063
msgstr ""
3150
4064
 
 
4065
#: drizzled/error.cc:1022
3151
4066
msgid "VALUES value must be of same type as partition function"
3152
4067
msgstr ""
3153
4068
 
 
4069
#: drizzled/error.cc:1024
3154
4070
msgid "Multiple definition of same constant in list partitioning"
3155
4071
msgstr ""
3156
4072
 
 
4073
#: drizzled/error.cc:1026
3157
4074
msgid "Partitioning can not be used stand-alone in query"
3158
4075
msgstr ""
3159
4076
 
 
4077
#: drizzled/error.cc:1028
3160
4078
msgid ""
3161
4079
"The mix of handlers in the partitions is not allowed in this version of "
3162
4080
"Drizzle"
3163
4081
msgstr ""
3164
4082
 
 
4083
#: drizzled/error.cc:1030
3165
4084
#, c-format
3166
4085
msgid "For the partitioned engine it is necessary to define all %-.64s"
3167
4086
msgstr ""
3168
4087
 
 
4088
#: drizzled/error.cc:1032
3169
4089
msgid "Too many partitions (including subpartitions) were defined"
3170
4090
msgstr ""
3171
4091
 
 
4092
#: drizzled/error.cc:1034
3172
4093
msgid ""
3173
4094
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
3174
4095
"partitioning for subpartitioning"
3175
4096
msgstr ""
3176
4097
 
 
4098
#: drizzled/error.cc:1036
3177
4099
msgid "Failed to create specific handler file"
3178
4100
msgstr ""
3179
4101
 
 
4102
#: drizzled/error.cc:1038
3180
4103
msgid "A BLOB field is not allowed in partition function"
3181
4104
msgstr ""
3182
4105
 
 
4106
#: drizzled/error.cc:1040
3183
4107
#, c-format
3184
 
msgid "A %-.192s must include all columns in the table's partitioning function"
 
4108
msgid ""
 
4109
"A %-.192s must include all columns in the table's partitioning function"
3185
4110
msgstr ""
3186
4111
 
 
4112
#: drizzled/error.cc:1042
3187
4113
#, c-format
3188
4114
msgid "Number of %-.64s = 0 is not an allowed value"
3189
4115
msgstr ""
3190
4116
 
 
4117
#: drizzled/error.cc:1044
3191
4118
msgid "Partition management on a not partitioned table is not possible"
3192
4119
msgstr ""
3193
4120
 
 
4121
#: drizzled/error.cc:1046
3194
4122
msgid ""
3195
4123
"Foreign key condition is not yet supported in conjunction with partitioning"
3196
4124
msgstr ""
3197
4125
 
 
4126
#: drizzled/error.cc:1048
3198
4127
#, c-format
3199
4128
msgid "Error in list of partitions to %-.64s"
3200
4129
msgstr ""
3201
4130
 
 
4131
#: drizzled/error.cc:1050
3202
4132
msgid "Cannot remove all partitions, use DROP TABLE instead"
3203
4133
msgstr ""
3204
4134
 
 
4135
#: drizzled/error.cc:1052
3205
4136
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
3206
4137
msgstr ""
3207
4138
 
 
4139
#: drizzled/error.cc:1054
3208
4140
msgid ""
3209
4141
"REORGANIZE PARTITION can only be used to reorganize partitions not to change "
3210
4142
"their numbers"
3211
4143
msgstr ""
3212
4144
 
 
4145
#: drizzled/error.cc:1056
3213
4146
msgid ""
3214
4147
"REORGANIZE PARTITION without parameters can only be used on auto-partitioned "
3215
4148
"tables using HASH PARTITIONs"
3216
4149
msgstr ""
3217
4150
 
 
4151
#: drizzled/error.cc:1058
3218
4152
#, c-format
3219
4153
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
3220
4154
msgstr ""
3221
4155
 
 
4156
#: drizzled/error.cc:1060
3222
4157
msgid "Trying to Add partition(s) with wrong number of subpartitions"
3223
4158
msgstr ""
3224
4159
 
 
4160
#: drizzled/error.cc:1062
3225
4161
msgid "At least one partition must be added"
3226
4162
msgstr ""
3227
4163
 
 
4164
#: drizzled/error.cc:1064
3228
4165
msgid "At least one partition must be coalesced"
3229
4166
msgstr ""
3230
4167
 
 
4168
#: drizzled/error.cc:1066
3231
4169
msgid "More partitions to reorganize than there are partitions"
3232
4170
msgstr ""
3233
4171
 
 
4172
#: drizzled/error.cc:1068
3234
4173
#, c-format
3235
4174
msgid "Duplicate partition name %-.192s"
3236
4175
msgstr ""
3237
4176
 
 
4177
#: drizzled/error.cc:1070
3238
4178
msgid "It is not allowed to shut off binlog on this command"
3239
4179
msgstr ""
3240
4180
 
3241
 
msgid "When reorganizing a set of partitions they must be in consecutive order"
 
4181
#: drizzled/error.cc:1072
 
4182
msgid ""
 
4183
"When reorganizing a set of partitions they must be in consecutive order"
3242
4184
msgstr ""
3243
4185
 
 
4186
#: drizzled/error.cc:1074
3244
4187
msgid ""
3245
4188
"Reorganize of range partitions cannot change total ranges except for last "
3246
4189
"partition where it can extend the range"
3247
4190
msgstr ""
3248
4191
 
 
4192
#: drizzled/error.cc:1076
3249
4193
msgid "Partition function not supported in this version for this handler"
3250
4194
msgstr ""
3251
4195
 
 
4196
#: drizzled/error.cc:1078
3252
4197
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
3253
4198
msgstr ""
3254
4199
 
 
4200
#: drizzled/error.cc:1080
3255
4201
#, c-format
3256
4202
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
3257
4203
msgstr ""
3258
4204
 
 
4205
#: drizzled/error.cc:1082
3259
4206
#, c-format
3260
4207
msgid "Plugin '%-.192s' is not loaded"
3261
4208
msgstr ""
3262
4209
 
 
4210
#: drizzled/error.cc:1084
3263
4211
#, c-format
3264
4212
msgid "Incorrect %-.32s value: '%-.128s'"
3265
4213
msgstr ""
3266
4214
 
 
4215
#: drizzled/error.cc:1086
3267
4216
#, c-format
3268
4217
msgid "Table has no partition for value %-.64s"
3269
4218
msgstr ""
3270
4219
 
 
4220
#: drizzled/error.cc:1088
3271
4221
#, c-format
3272
4222
msgid "It is not allowed to specify %s more than once"
3273
4223
msgstr ""
3274
4224
 
 
4225
#: drizzled/error.cc:1090 drizzled/error.cc:1226
3275
4226
#, c-format
3276
4227
msgid "Failed to create %s"
3277
4228
msgstr ""
3278
4229
 
 
4230
#: drizzled/error.cc:1092 drizzled/error.cc:1116
3279
4231
#, c-format
3280
4232
msgid "Failed to drop %s"
3281
4233
msgstr ""
3282
4234
 
 
4235
#: drizzled/error.cc:1094
3283
4236
msgid "The handler doesn't support autoextend of tablespaces"
3284
4237
msgstr ""
3285
4238
 
 
4239
#: drizzled/error.cc:1096
3286
4240
msgid ""
3287
4241
"A size parameter was incorrectly specified, either number or on the form 10M"
3288
4242
msgstr ""
3289
4243
 
 
4244
#: drizzled/error.cc:1098
3290
4245
msgid ""
3291
4246
"The size number was correct but we don't allow the digit part to be more "
3292
4247
"than 2 billion"
3293
4248
msgstr ""
3294
4249
 
 
4250
#: drizzled/error.cc:1100
3295
4251
#, c-format
3296
4252
msgid "Failed to alter: %s"
3297
4253
msgstr ""
3298
4254
 
 
4255
#: drizzled/error.cc:1102
3299
4256
msgid "Writing one row to the row-based binary log failed"
3300
4257
msgstr ""
3301
4258
 
 
4259
#: drizzled/error.cc:1104
3302
4260
#, c-format
3303
4261
msgid "Table definition on master and slave does not match: %s"
3304
4262
msgstr ""
3305
4263
 
 
4264
#: drizzled/error.cc:1106
3306
4265
msgid ""
3307
4266
"Slave running with --log-slave-updates must use row-based binary logging to "
3308
4267
"be able to replicate row-based binary log events"
3309
4268
msgstr ""
3310
4269
 
 
4270
#: drizzled/error.cc:1108
3311
4271
#, c-format
3312
4272
msgid "Event '%-.192s' already exists"
3313
4273
msgstr ""
3314
4274
 
 
4275
#: drizzled/error.cc:1110
3315
4276
#, c-format
3316
4277
msgid "Failed to store event %s. Error code %d from storage engine."
3317
4278
msgstr ""
3318
4279
 
 
4280
#: drizzled/error.cc:1112
3319
4281
#, c-format
3320
4282
msgid "Unknown event '%-.192s'"
3321
4283
msgstr ""
3322
4284
 
 
4285
#: drizzled/error.cc:1114
3323
4286
#, c-format
3324
4287
msgid "Failed to alter event '%-.192s'"
3325
4288
msgstr ""
3326
4289
 
 
4290
#: drizzled/error.cc:1118
3327
4291
msgid "INTERVAL is either not positive or too big"
3328
4292
msgstr ""
3329
4293
 
 
4294
#: drizzled/error.cc:1120
3330
4295
msgid "ENDS is either invalid or before STARTS"
3331
4296
msgstr ""
3332
4297
 
 
4298
#: drizzled/error.cc:1122
3333
4299
msgid "Event execution time is in the past. Event has been disabled"
3334
4300
msgstr ""
3335
4301
 
 
4302
#: drizzled/error.cc:1124
3336
4303
msgid "Failed to open drizzle.event"
3337
4304
msgstr ""
3338
4305
 
 
4306
#: drizzled/error.cc:1126
3339
4307
msgid "No datetime expression provided"
3340
4308
msgstr ""
3341
4309
 
 
4310
#: drizzled/error.cc:1128
3342
4311
#, c-format
3343
4312
msgid ""
3344
4313
"Column count of drizzle.%s is wrong. Expected %d, found %d. The table is "
3345
4314
"probably corrupted"
3346
4315
msgstr ""
3347
4316
 
 
4317
#: drizzled/error.cc:1130
3348
4318
#, c-format
3349
4319
msgid "Cannot load from drizzle.%s. The table is probably corrupted"
3350
4320
msgstr ""
3351
4321
 
 
4322
#: drizzled/error.cc:1132
3352
4323
msgid "Failed to delete the event from drizzle.event"
3353
4324
msgstr ""
3354
4325
 
 
4326
#: drizzled/error.cc:1134
3355
4327
msgid "Error during compilation of event's body"
3356
4328
msgstr ""
3357
4329
 
 
4330
#: drizzled/error.cc:1136
3358
4331
msgid "Same old and new event name"
3359
4332
msgstr ""
3360
4333
 
 
4334
#: drizzled/error.cc:1138
3361
4335
#, c-format
3362
4336
msgid "Data for column '%s' too long"
3363
4337
msgstr ""
3364
4338
 
 
4339
#: drizzled/error.cc:1140
3365
4340
#, c-format
3366
4341
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
3367
4342
msgstr ""
3368
4343
 
 
4344
#: drizzled/error.cc:1142
3369
4345
#, c-format
3370
4346
msgid ""
3371
 
"The syntax '%s' is deprecated and will be removed in Drizzle %s. Please use %"
3372
 
"s instead"
 
4347
"The syntax '%s' is deprecated and will be removed in Drizzle %s. Please use "
 
4348
"%s instead"
3373
4349
msgstr ""
3374
4350
 
 
4351
#: drizzled/error.cc:1144
3375
4352
msgid "You can't write-lock a log table. Only read access is possible"
3376
4353
msgstr ""
3377
4354
 
 
4355
#: drizzled/error.cc:1146
3378
4356
msgid "You can't use locks with log tables."
3379
4357
msgstr ""
3380
4358
 
 
4359
#: drizzled/error.cc:1148
3381
4360
#, c-format
3382
4361
msgid ""
3383
 
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
3384
 
"d would lead to a duplicate entry"
 
4362
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key "
 
4363
"%d would lead to a duplicate entry"
3385
4364
msgstr ""
3386
4365
 
 
4366
#: drizzled/error.cc:1150
3387
4367
#, c-format
3388
4368
msgid ""
3389
4369
"Column count of drizzle.%s is wrong. Expected %d, found %d. Created with "
3390
4370
"Drizzle %d, now running %d. Please use drizzle_upgrade to fix this error."
3391
4371
msgstr ""
3392
4372
 
 
4373
#: drizzled/error.cc:1152
3393
4374
msgid ""
3394
4375
"Cannot switch out of the row-based binary log format when the session has "
3395
4376
"open temporary tables"
3396
4377
msgstr ""
3397
4378
 
 
4379
#: drizzled/error.cc:1154
3398
4380
msgid ""
3399
4381
"Cannot change the binary logging format inside a stored function or trigger"
3400
4382
msgstr ""
3401
4383
 
 
4384
#: drizzled/error.cc:1156
3402
4385
msgid ""
3403
4386
"The NDB cluster engine does not support changing the binlog format on the "
3404
4387
"fly yet"
3405
4388
msgstr ""
3406
4389
 
 
4390
#: drizzled/error.cc:1158
3407
4391
msgid "Cannot create temporary table with partitions"
3408
4392
msgstr ""
3409
4393
 
 
4394
#: drizzled/error.cc:1160
3410
4395
msgid "Partition constant is out of partition function domain"
3411
4396
msgstr ""
3412
4397
 
 
4398
#: drizzled/error.cc:1162
3413
4399
msgid "This partition function is not allowed"
3414
4400
msgstr ""
3415
4401
 
 
4402
#: drizzled/error.cc:1164
3416
4403
msgid "Error in DDL log"
3417
4404
msgstr ""
3418
4405
 
 
4406
#: drizzled/error.cc:1166
3419
4407
msgid "Not allowed to use NULL value in VALUES LESS THAN"
3420
4408
msgstr ""
3421
4409
 
 
4410
#: drizzled/error.cc:1168
3422
4411
msgid "Incorrect partition name"
3423
4412
msgstr ""
3424
4413
 
 
4414
#: drizzled/error.cc:1170
3425
4415
msgid ""
3426
4416
"Transaction isolation level can't be changed while a transaction is in "
3427
4417
"progress"
3428
4418
msgstr ""
3429
4419
 
 
4420
#: drizzled/error.cc:1172
3430
4421
#, c-format
3431
4422
msgid ""
3432
4423
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
3433
4424
"'%-.192s' for key '%-.192s'"
3434
4425
msgstr ""
3435
4426
 
 
4427
#: drizzled/error.cc:1174
3436
4428
#, c-format
3437
4429
msgid "Internal scheduler error %d"
3438
4430
msgstr ""
3439
4431
 
 
4432
#: drizzled/error.cc:1176
3440
4433
#, c-format
3441
4434
msgid "Error during starting/stopping of the scheduler. Error code %u"
3442
4435
msgstr ""
3443
4436
 
 
4437
#: drizzled/error.cc:1178
3444
4438
msgid "Engine cannot be used in partitioned tables"
3445
4439
msgstr ""
3446
4440
 
 
4441
#: drizzled/error.cc:1180
3447
4442
#, c-format
3448
4443
msgid "Cannot activate '%-.64s' log"
3449
4444
msgstr ""
3450
4445
 
 
4446
#: drizzled/error.cc:1182
3451
4447
msgid "The server was not built with row-based replication"
3452
4448
msgstr ""
3453
4449
 
 
4450
#: drizzled/error.cc:1184
3454
4451
msgid "Decoding of base64 string failed"
3455
4452
msgstr ""
3456
4453
 
 
4454
#: drizzled/error.cc:1186
3457
4455
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
3458
4456
msgstr ""
3459
4457
 
 
4458
#: drizzled/error.cc:1188
3460
4459
msgid ""
3461
4460
"Cannot proceed because system tables used by Event Scheduler were found "
3462
4461
"damaged at server start"
3463
4462
msgstr ""
3464
4463
 
 
4464
#: drizzled/error.cc:1190
3465
4465
msgid "Only integers allowed as number here"
3466
4466
msgstr ""
3467
4467
 
 
4468
#: drizzled/error.cc:1192
3468
4469
msgid "This storage engine cannot be used for log tables"
3469
4470
msgstr ""
3470
4471
 
 
4472
#: drizzled/error.cc:1194
3471
4473
#, c-format
3472
4474
msgid "You cannot '%s' a log table if logging is enabled"
3473
4475
msgstr ""
3474
4476
 
 
4477
#: drizzled/error.cc:1196
3475
4478
#, c-format
3476
4479
msgid ""
3477
4480
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
3479
4482
"to '%s'"
3480
4483
msgstr ""
3481
4484
 
 
4485
#: drizzled/error.cc:1198
3482
4486
#, c-format
3483
4487
msgid "Incorrect parameter count in the call to native function '%-.192s'"
3484
4488
msgstr ""
3485
4489
 
 
4490
#: drizzled/error.cc:1200
3486
4491
#, c-format
3487
4492
msgid "Incorrect parameters in the call to native function '%-.192s'"
3488
4493
msgstr ""
3489
4494
 
 
4495
#: drizzled/error.cc:1202
3490
4496
#, c-format
3491
4497
msgid "Incorrect parameters in the call to stored function '%-.192s'"
3492
4498
msgstr ""
3493
4499
 
 
4500
#: drizzled/error.cc:1204
3494
4501
#, c-format
3495
4502
msgid "This function '%-.192s' has the same name as a native function"
3496
4503
msgstr ""
3497
4504
 
 
4505
#: drizzled/error.cc:1206
3498
4506
#, c-format
3499
4507
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
3500
4508
msgstr ""
3501
4509
 
 
4510
#: drizzled/error.cc:1208
3502
4511
msgid "Too many files opened, please execute the command again"
3503
4512
msgstr ""
3504
4513
 
 
4514
#: drizzled/error.cc:1210 drizzled/error.cc:1212
3505
4515
msgid ""
3506
4516
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
3507
4517
"The event was dropped immediately after creation."
3508
4518
msgstr ""
3509
4519
 
 
4520
#: drizzled/error.cc:1214
3510
4521
#, c-format
3511
4522
msgid "The incident %s occurred on the master. Message: %-.64s"
3512
4523
msgstr ""
3513
4524
 
 
4525
#: drizzled/error.cc:1216
3514
4526
msgid "Table has no partition for some existing values"
3515
4527
msgstr ""
3516
4528
 
 
4529
#: drizzled/error.cc:1218
3517
4530
msgid "Statement is not safe to log in statement format."
3518
4531
msgstr ""
3519
4532
 
 
4533
#: drizzled/error.cc:1220
3520
4534
#, c-format
3521
4535
msgid "Fatal error: %s"
3522
4536
msgstr ""
3523
4537
 
 
4538
#: drizzled/error.cc:1222
3524
4539
#, c-format
3525
4540
msgid "Relay log read failure: %s"
3526
4541
msgstr ""
3527
4542
 
 
4543
#: drizzled/error.cc:1224
3528
4544
#, c-format
3529
4545
msgid "Relay log write failure: %s"
3530
4546
msgstr ""
3531
4547
 
 
4548
#: drizzled/error.cc:1228
3532
4549
#, c-format
3533
4550
msgid "Master command %s failed: %s"
3534
4551
msgstr ""
3535
4552
 
 
4553
#: drizzled/error.cc:1230
3536
4554
#, c-format
3537
4555
msgid "Binary logging not possible. Message: %s"
3538
4556
msgstr ""
3539
4557
 
 
4558
#: drizzled/error.cc:1232
3540
4559
#, c-format
3541
4560
msgid "View `%-.64s`.`%-.64s` has no creation context"
3542
4561
msgstr ""
3543
4562
 
 
4563
#: drizzled/error.cc:1234
3544
4564
#, c-format
3545
4565
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
3546
4566
msgstr ""
3547
4567
 
 
4568
#: drizzled/error.cc:1236
3548
4569
#, c-format
3549
4570
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
3550
4571
msgstr ""
3551
4572
 
 
4573
#: drizzled/error.cc:1238
3552
4574
#, c-format
3553
4575
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
3554
4576
msgstr ""
3555
4577
 
 
4578
#: drizzled/error.cc:1240
3556
4579
#, c-format
3557
4580
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
3558
4581
msgstr ""
3559
4582
 
 
4583
#: drizzled/error.cc:1242
3560
4584
#, c-format
3561
4585
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
3562
4586
msgstr ""
3563
4587
 
 
4588
#: drizzled/error.cc:1244
3564
4589
#, c-format
3565
4590
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
3566
4591
msgstr ""
3567
4592
 
 
4593
#: drizzled/error.cc:1246
3568
4594
#, c-format
3569
4595
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
3570
4596
msgstr ""
3571
4597
 
 
4598
#: drizzled/error.cc:1248
3572
4599
#, c-format
3573
4600
msgid "Cannot create stored routine `%-.64s`. Check warnings"
3574
4601
msgstr ""
3575
4602
 
 
4603
#: drizzled/error.cc:1250
3576
4604
#, c-format
3577
4605
msgid "Ambiguous slave modes combination. %s"
3578
4606
msgstr ""
3579
4607
 
 
4608
#: drizzled/error.cc:1252
3580
4609
#, c-format
3581
4610
msgid ""
3582
4611
"The BINLOG statement of type `%s` was not preceded by a format description "
3583
4612
"BINLOG statement."
3584
4613
msgstr ""
3585
4614
 
 
4615
#: drizzled/error.cc:1254
3586
4616
msgid "Corrupted replication event was detected"
3587
4617
msgstr ""
3588
4618
 
 
4619
#: drizzled/error.cc:1256
3589
4620
#, c-format
3590
4621
msgid "Invalid column reference (%-.64s) in LOAD DATA"
3591
4622
msgstr ""
3592
4623
 
 
4624
#: drizzled/error.cc:1258
3593
4625
#, c-format
3594
4626
msgid "Being purged log %s was not found"
3595
4627
msgstr ""
3596
4628
 
 
4629
#: drizzled/error.cc:1260
3597
4630
#, c-format
3598
4631
msgid "Converted to non-transactional lock on '%-.64s'"
3599
4632
msgstr ""
3600
4633
 
 
4634
#: drizzled/error.cc:1262
3601
4635
#, c-format
3602
4636
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
3603
4637
msgstr ""
3604
4638
 
 
4639
#: drizzled/error.cc:1264
3605
4640
#, c-format
3606
4641
msgid ""
3607
4642
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
3608
4643
msgstr ""
3609
4644
 
 
4645
#: drizzled/error.cc:1266
3610
4646
#, c-format
3611
4647
msgid "Can't access storage engine of table %-.64s"
3612
4648
msgstr ""
3613
4649
 
 
4650
#: drizzled/error.cc:1268
3614
4651
msgid "Starting backup process"
3615
4652
msgstr ""
3616
4653
 
 
4654
#: drizzled/error.cc:1270
3617
4655
msgid "Backup completed"
3618
4656
msgstr ""
3619
4657
 
 
4658
#: drizzled/error.cc:1272
3620
4659
msgid "Starting restore process"
3621
4660
msgstr ""
3622
4661
 
 
4662
#: drizzled/error.cc:1274
3623
4663
msgid "Restore completed"
3624
4664
msgstr ""
3625
4665
 
 
4666
#: drizzled/error.cc:1276
3626
4667
msgid "Nothing to backup"
3627
4668
msgstr ""
3628
4669
 
 
4670
#: drizzled/error.cc:1278
3629
4671
#, c-format
3630
4672
msgid "Database '%-.64s' cannot be included in a backup"
3631
4673
msgstr ""
3632
4674
 
 
4675
#: drizzled/error.cc:1280
3633
4676
msgid ""
3634
4677
"Error during backup operation - server's error log contains more information "
3635
4678
"about the error"
3636
4679
msgstr ""
3637
4680
 
 
4681
#: drizzled/error.cc:1282
3638
4682
msgid ""
3639
4683
"Error during restore operation - server's error log contains more "
3640
4684
"information about the error"
3641
4685
msgstr ""
3642
4686
 
 
4687
#: drizzled/error.cc:1284
3643
4688
msgid ""
3644
4689
"Can't execute this command because another BACKUP/RESTORE operation is in "
3645
4690
"progress"
3646
4691
msgstr ""
3647
4692
 
 
4693
#: drizzled/error.cc:1286
3648
4694
msgid "Error when preparing for backup operation"
3649
4695
msgstr ""
3650
4696
 
 
4697
#: drizzled/error.cc:1288
3651
4698
msgid "Error when preparing for restore operation"
3652
4699
msgstr ""
3653
4700
 
 
4701
#: drizzled/error.cc:1290
3654
4702
#, c-format
3655
4703
msgid "Invalid backup location '%-.64s'"
3656
4704
msgstr ""
3657
4705
 
 
4706
#: drizzled/error.cc:1292
3658
4707
#, c-format
3659
4708
msgid "Can't read backup location '%-.64s'"
3660
4709
msgstr ""
3661
4710
 
 
4711
#: drizzled/error.cc:1294
3662
4712
#, c-format
3663
4713
msgid "Can't write to backup location '%-.64s' (file already exists?)"
3664
4714
msgstr ""
3665
4715
 
 
4716
#: drizzled/error.cc:1296
3666
4717
msgid "Can't enumerate server databases"
3667
4718
msgstr ""
3668
4719
 
 
4720
#: drizzled/error.cc:1298
3669
4721
msgid "Can't enumerate server tables"
3670
4722
msgstr ""
3671
4723
 
 
4724
#: drizzled/error.cc:1300
3672
4725
#, c-format
3673
4726
msgid "Can't enumerate tables in database %-.64s"
3674
4727
msgstr ""
3675
4728
 
 
4729
#: drizzled/error.cc:1302
3676
4730
#, c-format
3677
4731
msgid "Skipping view %-.64s in database %-.64s"
3678
4732
msgstr ""
3679
4733
 
 
4734
#: drizzled/error.cc:1304
3680
4735
#, c-format
3681
4736
msgid "Skipping table %-.64s since it has no valid storage engine"
3682
4737
msgstr ""
3683
4738
 
 
4739
#: drizzled/error.cc:1306
3684
4740
#, c-format
3685
4741
msgid "Can't open table %-.64s"
3686
4742
msgstr ""
3687
4743
 
 
4744
#: drizzled/error.cc:1308
3688
4745
msgid "Can't read backup archive preamble"
3689
4746
msgstr ""
3690
4747
 
 
4748
#: drizzled/error.cc:1310
3691
4749
msgid "Can't write backup archive preamble"
3692
4750
msgstr ""
3693
4751
 
 
4752
#: drizzled/error.cc:1312
3694
4753
#, c-format
3695
4754
msgid "Can't find backup driver for table %-.64s"
3696
4755
msgstr ""
3697
4756
 
 
4757
#: drizzled/error.cc:1314
3698
4758
#, c-format
3699
4759
msgid ""
3700
4760
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
3701
4761
"this table"
3702
4762
msgstr ""
3703
4763
 
 
4764
#: drizzled/error.cc:1316
3704
4765
#, c-format
3705
4766
msgid "Can't create %-.64s backup driver"
3706
4767
msgstr ""
3707
4768
 
 
4769
#: drizzled/error.cc:1318
3708
4770
#, c-format
3709
4771
msgid "Can't create %-.64s restore driver"
3710
4772
msgstr ""
3711
4773
 
 
4774
#: drizzled/error.cc:1320
3712
4775
#, c-format
3713
4776
msgid "Found %d images in backup archive but maximum %d are supported"
3714
4777
msgstr ""
3715
4778
 
 
4779
#: drizzled/error.cc:1322
3716
4780
#, c-format
3717
4781
msgid "Error when saving meta-data of %-.64s"
3718
4782
msgstr ""
3719
4783
 
 
4784
#: drizzled/error.cc:1324
3720
4785
msgid "Error when reading meta-data list"
3721
4786
msgstr ""
3722
4787
 
 
4788
#: drizzled/error.cc:1326
3723
4789
#, c-format
3724
4790
msgid "Can't create %-.64s"
3725
4791
msgstr ""
3726
4792
 
 
4793
#: drizzled/error.cc:1328
3727
4794
msgid "Can't allocate buffer for image data transfer"
3728
4795
msgstr ""
3729
4796
 
 
4797
#: drizzled/error.cc:1330
3730
4798
#, c-format
3731
4799
msgid "Error when writing %-.64s backup image data (for table #%d)"
3732
4800
msgstr ""
3733
4801
 
 
4802
#: drizzled/error.cc:1332
3734
4803
msgid "Error when reading data from backup stream"
3735
4804
msgstr ""
3736
4805
 
 
4806
#: drizzled/error.cc:1334
3737
4807
msgid "Can't go to the next chunk in backup stream"
3738
4808
msgstr ""
3739
4809
 
 
4810
#: drizzled/error.cc:1336
3740
4811
#, c-format
3741
4812
msgid "Can't initialize %-.64s backup driver"
3742
4813
msgstr ""
3743
4814
 
 
4815
#: drizzled/error.cc:1338
3744
4816
#, c-format
3745
4817
msgid "Can't initialize %-.64s restore driver"
3746
4818
msgstr ""
3747
4819
 
 
4820
#: drizzled/error.cc:1340
3748
4821
#, c-format
3749
4822
msgid "Can't shut down %-.64s backup driver"
3750
4823
msgstr ""
3751
4824
 
 
4825
#: drizzled/error.cc:1342
3752
4826
#, c-format
3753
4827
msgid "Can't shut down %-.64s backup driver(s)"
3754
4828
msgstr ""
3755
4829
 
 
4830
#: drizzled/error.cc:1344
3756
4831
#, c-format
3757
4832
msgid "%-.64s backup driver can't prepare for synchronization"
3758
4833
msgstr ""
3759
4834
 
 
4835
#: drizzled/error.cc:1346
3760
4836
#, c-format
3761
4837
msgid "%-.64s backup driver can't create its image validity point"
3762
4838
msgstr ""
3763
4839
 
 
4840
#: drizzled/error.cc:1348
3764
4841
#, c-format
3765
4842
msgid "Can't unlock %-.64s backup driver after creating the validity point"
3766
4843
msgstr ""
3767
4844
 
 
4845
#: drizzled/error.cc:1350
3768
4846
#, c-format
3769
4847
msgid "%-.64s backup driver can't cancel its backup operation"
3770
4848
msgstr ""
3771
4849
 
 
4850
#: drizzled/error.cc:1352
3772
4851
#, c-format
3773
4852
msgid "%-.64s restore driver can't cancel its restore operation"
3774
4853
msgstr ""
3775
4854
 
 
4855
#: drizzled/error.cc:1354
3776
4856
#, c-format
3777
4857
msgid "Error when polling %-.64s backup driver for its image data"
3778
4858
msgstr ""
3779
4859
 
 
4860
#: drizzled/error.cc:1356
3780
4861
#, c-format
3781
 
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
 
4862
msgid ""
 
4863
"Error when sending image data (for table #%d) to %-.64s restore driver"
3782
4864
msgstr ""
3783
4865
 
 
4866
#: drizzled/error.cc:1358
3784
4867
#, c-format
3785
4868
msgid ""
3786
4869
"After %d attempts %-.64s restore driver still can't accept next block of data"
3787
4870
msgstr ""
3788
4871
 
 
4872
#: drizzled/error.cc:1360
3789
4873
#, c-format
3790
4874
msgid "Open and lock tables failed in %-.64s"
3791
4875
msgstr ""
3792
4876
 
 
4877
#: drizzled/error.cc:1362
3793
4878
msgid "Backup driver's table locking thread can not be initialized."
3794
4879
msgstr ""
3795
4880
 
 
4881
#: drizzled/error.cc:1364
3796
4882
msgid ""
3797
4883
"Can't open the online backup progress tables. Check 'drizzle.online_backup' "
3798
4884
"and 'drizzle.online_backup_progress'."
3799
4885
msgstr ""
3800
4886
 
 
4887
#: drizzled/error.cc:1366
3801
4888
#, c-format
3802
4889
msgid "Tablespace '%-.192s' already exists"
3803
4890
msgstr ""
3804
4891
 
 
4892
#: drizzled/error.cc:1368
3805
4893
#, c-format
3806
4894
msgid "Tablespace '%-.192s' doesn't exist"
3807
4895
msgstr ""
3808
4896
 
 
4897
#: drizzled/error.cc:1370
3809
4898
#, c-format
3810
4899
msgid "Unexpected master's heartbeat data: %s"
3811
4900
msgstr ""
3812
4901
 
 
4902
#: drizzled/error.cc:1372
3813
4903
#, c-format
3814
4904
msgid "The requested value for the heartbeat period %s %s"
3815
4905
msgstr ""
3816
4906
 
 
4907
#: drizzled/error.cc:1374
3817
4908
#, c-format
3818
4909
msgid "Can't write to the online backup progress log %-.64s."
3819
4910
msgstr ""
3820
4911
 
 
4912
#: drizzled/error.cc:1376
3821
4913
#, c-format
3822
4914
msgid "Tablespace '%-.192s' not empty"
3823
4915
msgstr ""
3824
4916
 
 
4917
#: drizzled/error.cc:1378
3825
4918
#, c-format
3826
4919
msgid ""
3827
4920
"Tablespace `%-.64s` needed by tables being restored has changed on the "
3829
4922
"while the same tablespace is defined on the server as '%-.256s'"
3830
4923
msgstr ""
3831
4924
 
 
4925
#: drizzled/error.cc:1380
3832
4926
msgid "A virtual column cannot be based on a virtual column"
3833
4927
msgstr ""
3834
4928
 
 
4929
#: drizzled/error.cc:1382
3835
4930
#, c-format
3836
4931
msgid "Non-deterministic expression for virtual column '%s'."
3837
4932
msgstr ""
3838
4933
 
 
4934
#: drizzled/error.cc:1384
3839
4935
#, c-format
3840
4936
msgid ""
3841
4937
"Generated value for virtual column '%s' cannot be converted to type '%s'."
3842
4938
msgstr ""
3843
4939
 
 
4940
#: drizzled/error.cc:1386
3844
4941
msgid "Primary key cannot be defined upon a virtual column."
3845
4942
msgstr ""
3846
4943
 
 
4944
#: drizzled/error.cc:1388
3847
4945
msgid "Key/Index cannot be defined on a non-stored virtual column."
3848
4946
msgstr ""
3849
4947
 
 
4948
#: drizzled/error.cc:1390
3850
4949
#, c-format
3851
4950
msgid "Cannot define foreign key with %s clause on a virtual column."
3852
4951
msgstr ""
3853
4952
 
 
4953
#: drizzled/error.cc:1392
3854
4954
#, c-format
3855
4955
msgid "The value specified for virtual column '%s' in table '%s' ignored."
3856
4956
msgstr ""
3857
4957
 
 
4958
#: drizzled/error.cc:1394
3858
4959
#, c-format
3859
4960
msgid "'%s' is not yet supported for virtual columns."
3860
4961
msgstr ""
3861
4962
 
 
4963
#: drizzled/error.cc:1396
3862
4964
msgid "Constant expression in virtual column function is not allowed."
3863
4965
msgstr ""
3864
4966
 
 
4967
#: drizzled/error.cc:1398
3865
4968
msgid "Encountered an unknown temporal type."
3866
4969
msgstr ""
3867
4970
 
 
4971
#: drizzled/error.cc:1400
3868
4972
#, c-format
3869
4973
msgid "Received an invalid string format '%s' for a date value."
3870
4974
msgstr ""
3871
4975
 
 
4976
#: drizzled/error.cc:1402
3872
4977
#, c-format
3873
4978
msgid "Received an invalid string format '%s' for a time value."
3874
4979
msgstr ""
3875
4980
 
 
4981
#: drizzled/error.cc:1404
3876
4982
#, c-format
3877
4983
msgid "Received an invalid value '%s' for a UNIX timestamp."
3878
4984
msgstr ""
3879
4985
 
 
4986
#: drizzled/error.cc:1406
3880
4987
#, c-format
3881
4988
msgid "Received an invalid datetime value '%s'."
3882
4989
msgstr ""
3883
4990
 
 
4991
#: drizzled/error.cc:1408
3884
4992
#, c-format
3885
4993
msgid "Received a NULL argument for function '%s'."
3886
4994
msgstr ""
3887
4995
 
 
4996
#: drizzled/error.cc:1410
3888
4997
#, c-format
3889
4998
msgid "Received an invalid negative argument '%s' for function '%s'."
3890
4999
msgstr ""
3891
5000
 
 
5001
#: drizzled/error.cc:1412
3892
5002
#, c-format
3893
5003
msgid "Received an out-of-range argument '%s' for function '%s'."
3894
5004
msgstr ""
3895
5005
 
 
5006
#: drizzled/error.cc:1414
3896
5007
#, c-format
3897
5008
msgid "Received an invalid time value '%s'."
3898
5009
msgstr ""
3899
5010
 
 
5011
#: drizzled/error.cc:1416
3900
5012
#, c-format
3901
5013
msgid "Received an invalid enum value '%s'."
3902
5014
msgstr ""
3903
5015
 
3904
 
msgid "Tables which are replicated require a primary key."
3905
 
msgstr ""
3906
 
 
3907
 
#, c-format
3908
 
msgid "Corrupt or invalid table definition: %s"
3909
 
msgstr ""
3910
 
 
3911
 
#, c-format
3912
 
msgid "Schema does not exist: %s"
3913
 
msgstr ""
3914
 
 
3915
 
#, c-format
3916
 
msgid "Error altering schema: %s"
3917
 
msgstr ""
3918
 
 
3919
 
#, c-format
3920
 
msgid "Error droppping Schema : %s"
3921
 
msgstr ""
3922
 
 
 
5016
#: drizzled/logging.cc:59
 
5017
#, c-format
 
5018
msgid "logging '%s' pre() failed"
 
5019
msgstr ""
 
5020
 
 
5021
#: drizzled/logging.cc:84
 
5022
#, c-format
 
5023
msgid "logging '%s' post() failed"
 
5024
msgstr ""
 
5025
 
 
5026
#: drizzled/plugin/storage_engine.cc:295
 
5027
#, c-format
 
5028
msgid "Found %d prepared transaction(s) in %s"
 
5029
msgstr ""
 
5030
 
 
5031
#: drizzled/plugin/storage_engine.cc:369
 
5032
msgid "Starting crash recovery..."
 
5033
msgstr ""
 
5034
 
 
5035
#: drizzled/plugin/storage_engine.cc:378
 
5036
#, c-format
 
5037
msgid "Found %d prepared XA transactions"
 
5038
msgstr ""
 
5039
 
 
5040
#: drizzled/plugin/storage_engine.cc:383
 
5041
#, c-format
 
5042
msgid ""
 
5043
"Found %d prepared transactions! It means that drizzled was not shut down "
 
5044
"properly last time and critical recovery information (last binlog or %s "
 
5045
"file) was manually deleted after a crash. You have to start drizzled with "
 
5046
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
 
5047
msgstr ""
 
5048
 
 
5049
#: drizzled/plugin/storage_engine.cc:393
 
5050
msgid "Crash recovery finished."
 
5051
msgstr ""
 
5052
 
 
5053
#: drizzled/qcache.cc:63
 
5054
#, c-format
 
5055
msgid "qcache plugin '%s' try_fetch_and_send() failed"
 
5056
msgstr ""
 
5057
 
 
5058
#: drizzled/qcache.cc:86
 
5059
#, c-format
 
5060
msgid "qcache plugin '%s' set() failed"
 
5061
msgstr ""
 
5062
 
 
5063
#: drizzled/qcache.cc:110
 
5064
#, c-format
 
5065
msgid "qcache plugin '%s' invalidate_table() failed"
 
5066
msgstr ""
 
5067
 
 
5068
#: drizzled/qcache.cc:137
 
5069
#, c-format
 
5070
msgid "qcache plugin '%s' invalidate_db() failed"
 
5071
msgstr ""
 
5072
 
 
5073
#: drizzled/qcache.cc:157
 
5074
#, c-format
 
5075
msgid "qcache plugin '%s' flush() failed"
 
5076
msgstr ""
 
5077
 
 
5078
#: drizzled/scheduling.cc:37
 
5079
#, c-format
 
5080
msgid ""
 
5081
"Attempted to register a scheduler %s, but a scheduler has already been "
 
5082
"registered with that name.\n"
 
5083
msgstr ""
 
5084
 
 
5085
#: drizzled/scheduling.cc:62
 
5086
#, c-format
 
5087
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
 
5088
msgstr ""
 
5089
 
 
5090
#: drizzled/scheduling.cc:77
 
5091
msgid "Scheduler initialization failed.\n"
 
5092
msgstr ""
 
5093
 
 
5094
#: drizzled/sql_base.cc:2262
 
5095
#, c-format
 
5096
msgid "Table %s had a open data handler in reopen_table"
 
5097
msgstr ""
 
5098
 
 
5099
#: drizzled/sql_base.cc:2854
 
5100
#, c-format
 
5101
msgid "Couldn't repair table: %s.%s"
 
5102
msgstr ""
 
5103
 
 
5104
#: drizzled/sql_base.cc:2896
 
5105
#, c-format
 
5106
msgid ""
 
5107
"When opening HEAP table, could not allocate memory to write 'DELETE FROM "
 
5108
"`%s`.`%s`' to replication"
 
5109
msgstr ""
 
5110
 
 
5111
#: drizzled/sql_base.cc:3498
 
5112
#, c-format
 
5113
msgid "Could not remove temporary table: '%s', error: %d"
 
5114
msgstr ""
 
5115
 
 
5116
#: drizzled/sql_plugin.cc:528
 
5117
#, c-format
 
5118
msgid "Plugin '%s' init function returned error.\n"
 
5119
msgstr ""
 
5120
 
 
5121
#: drizzled/sql_plugin.cc:707
 
5122
msgid "plugin-load parameter too long"
 
5123
msgstr ""
 
5124
 
 
5125
#: drizzled/sql_plugin.cc:767
 
5126
#, c-format
 
5127
msgid "Couldn't load plugin named '%s' with soname '%s'."
 
5128
msgstr ""
 
5129
 
 
5130
#: drizzled/sql_plugin.cc:1107
 
5131
msgid "Out of memory."
 
5132
msgstr ""
 
5133
 
 
5134
#: drizzled/sql_plugin.cc:1946 drizzled/sql_plugin.cc:2009
 
5135
#, c-format
 
5136
msgid "Unknown variable type code 0x%x in plugin '%s'."
 
5137
msgstr ""
 
5138
 
 
5139
#: drizzled/sql_plugin.cc:1989
 
5140
#, c-format
 
5141
msgid ""
 
5142
"Server variable %s of plugin %s was forced to be read-only: string variable "
 
5143
"without update_func and PLUGIN_VAR_MEMALLOC flag"
 
5144
msgstr ""
 
5145
 
 
5146
#: drizzled/sql_plugin.cc:2020
 
5147
#, c-format
 
5148
msgid "Missing variable name in plugin '%s'."
 
5149
msgstr ""
 
5150
 
 
5151
#: drizzled/sql_plugin.cc:2037
 
5152
#, c-format
 
5153
msgid "Thread local variable '%s' not allocated in plugin '%s'."
 
5154
msgstr ""
 
5155
 
 
5156
#: drizzled/sql_plugin.cc:2155
 
5157
#, c-format
 
5158
msgid "Out of memory for plugin '%s'."
 
5159
msgstr ""
 
5160
 
 
5161
#: drizzled/sql_plugin.cc:2162
 
5162
#, c-format
 
5163
msgid "Bad options for plugin '%s'."
 
5164
msgstr ""
 
5165
 
 
5166
#: drizzled/sql_plugin.cc:2171
 
5167
#, c-format
 
5168
msgid "Parsing options for plugin '%s' failed."
 
5169
msgstr ""
 
5170
 
 
5171
#: drizzled/sql_plugin.cc:2214
 
5172
#, c-format
 
5173
msgid "Plugin '%s' has conflicting system variables"
 
5174
msgstr ""
 
5175
 
 
5176
#: drizzled/sql_table.cc:124
 
5177
#, c-format
 
5178
msgid "Invalid (old?) table or database name '%s'"
 
5179
msgstr ""
 
5180
 
 
5181
#: drizzled/sql_table.cc:2655
 
5182
#, c-format
 
5183
msgid "Unknown - internal error %d during operation"
 
5184
msgstr ""
 
5185
 
 
5186
#: drizzled/sql_table.cc:4227
 
5187
#, c-format
 
5188
msgid "Could not open table %s.%s after rename\n"
 
5189
msgstr ""
 
5190
 
 
5191
#: drizzled/sql_table.cc:4407
 
5192
#, c-format
 
5193
msgid ""
 
5194
"order_st BY ignored because there is a user-defined clustered index in the "
 
5195
"table '%-.192s'"
 
5196
msgstr ""
 
5197
 
 
5198
#: drizzled/table.cc:354
 
5199
#, c-format
 
5200
msgid ""
 
5201
"'%s' had no or invalid character set, and default character set is multi-"
 
5202
"byte, so character column sizes may have changed"
 
5203
msgstr ""
 
5204
 
 
5205
#: drizzled/table.cc:1782
 
5206
#, c-format
 
5207
msgid "Unknown collation '%s' in table '%-.64s' definition"
 
5208
msgstr ""
 
5209
 
 
5210
#: drizzled/table.cc:1789
 
5211
#, c-format
 
5212
msgid ""
 
5213
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
 
5214
"read"
 
5215
msgstr ""
 
5216
 
 
5217
#: drizzled/table.cc:2251
 
5218
#, c-format
 
5219
msgid ""
 
5220
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
 
5221
"found '%s'."
 
5222
msgstr ""
 
5223
 
 
5224
#: drizzled/table.cc:2278
 
5225
#, c-format
 
5226
msgid ""
 
5227
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
 
5228
"have type %s, found type %s."
 
5229
msgstr ""
 
5230
 
 
5231
#: drizzled/table.cc:2289
 
5232
#, c-format
 
5233
msgid ""
 
5234
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
 
5235
"position %d to have character set '%s' but the type has no character set."
 
5236
msgstr ""
 
5237
 
 
5238
#: drizzled/table.cc:2301
 
5239
#, c-format
 
5240
msgid ""
 
5241
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
 
5242
"position %d to have character set '%s' but found character set '%s'."
 
5243
msgstr ""
 
5244
 
 
5245
#: drizzled/table.cc:2314
 
5246
#, c-format
 
5247
msgid ""
 
5248
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
 
5249
"have type %s  but the column is not found."
 
5250
msgstr ""
 
5251
 
 
5252
#: drizzled/table.cc:4400
 
5253
#, c-format
 
5254
msgid "Got error %d when reading table '%s'"
 
5255
msgstr ""
 
5256
 
 
5257
#: drizzled/tztime.cc:1061
 
5258
#, c-format
 
5259
msgid "Fatal error: Illegal or unknown default time zone '%s'"
 
5260
msgstr ""
 
5261
 
 
5262
#: gnulib/getopt.c:529 gnulib/getopt.c:545
 
5263
#, c-format
 
5264
msgid "%s: option `%s' is ambiguous\n"
 
5265
msgstr ""
 
5266
 
 
5267
#: gnulib/getopt.c:578 gnulib/getopt.c:582
 
5268
#, c-format
 
5269
msgid "%s: option `--%s' doesn't allow an argument\n"
 
5270
msgstr ""
 
5271
 
 
5272
#: gnulib/getopt.c:591 gnulib/getopt.c:596
 
5273
#, c-format
 
5274
msgid "%s: option `%c%s' doesn't allow an argument\n"
 
5275
msgstr ""
 
5276
 
 
5277
#: gnulib/getopt.c:639 gnulib/getopt.c:658 gnulib/getopt.c:974
 
5278
#: gnulib/getopt.c:993
 
5279
#, c-format
 
5280
msgid "%s: option `%s' requires an argument\n"
 
5281
msgstr ""
 
5282
 
 
5283
#: gnulib/getopt.c:696 gnulib/getopt.c:699
 
5284
#, c-format
 
5285
msgid "%s: unrecognized option `--%s'\n"
 
5286
msgstr ""
 
5287
 
 
5288
#: gnulib/getopt.c:707 gnulib/getopt.c:710
 
5289
#, c-format
 
5290
msgid "%s: unrecognized option `%c%s'\n"
 
5291
msgstr ""
 
5292
 
 
5293
#: gnulib/getopt.c:762 gnulib/getopt.c:765
 
5294
#, c-format
 
5295
msgid "%s: illegal option -- %c\n"
 
5296
msgstr ""
 
5297
 
 
5298
#: gnulib/getopt.c:771 gnulib/getopt.c:774
 
5299
#, c-format
 
5300
msgid "%s: invalid option -- %c\n"
 
5301
msgstr ""
 
5302
 
 
5303
#: gnulib/getopt.c:826 gnulib/getopt.c:842 gnulib/getopt.c:1046
 
5304
#: gnulib/getopt.c:1064
 
5305
#, c-format
 
5306
msgid "%s: option requires an argument -- %c\n"
 
5307
msgstr ""
 
5308
 
 
5309
#: gnulib/getopt.c:895 gnulib/getopt.c:911
 
5310
#, c-format
 
5311
msgid "%s: option `-W %s' is ambiguous\n"
 
5312
msgstr ""
 
5313
 
 
5314
#: gnulib/getopt.c:935 gnulib/getopt.c:953
 
5315
#, c-format
 
5316
msgid "%s: option `-W %s' doesn't allow an argument\n"
 
5317
msgstr ""
 
5318
 
 
5319
#: mysys/errors.cc:25
 
5320
#, c-format
 
5321
msgid "Can't create/write to file '%s' (Errcode: %d)"
 
5322
msgstr ""
 
5323
 
 
5324
#: mysys/errors.cc:26
 
5325
#, c-format
 
5326
msgid "Error reading file '%s' (Errcode: %d)"
 
5327
msgstr ""
 
5328
 
 
5329
#: mysys/errors.cc:27
 
5330
#, c-format
 
5331
msgid "Error writing file '%s' (Errcode: %d)"
 
5332
msgstr "ファイル'%s'を書き込み中にエラー (エラーコード: %d)"
 
5333
 
 
5334
#: mysys/errors.cc:28
 
5335
#, c-format
 
5336
msgid "Error on close of '%s' (Errcode: %d)"
 
5337
msgstr ""
 
5338
 
 
5339
#: mysys/errors.cc:29
 
5340
#, c-format
 
5341
msgid "Out of memory (Needed %u bytes)"
 
5342
msgstr ""
 
5343
 
 
5344
#: mysys/errors.cc:30
 
5345
#, c-format
 
5346
msgid "Error on delete of '%s' (Errcode: %d)"
 
5347
msgstr ""
 
5348
 
 
5349
#: mysys/errors.cc:31
 
5350
#, c-format
 
5351
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
 
5352
msgstr ""
 
5353
 
 
5354
#: mysys/errors.cc:32
 
5355
#, c-format
 
5356
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
 
5357
msgstr ""
 
5358
 
 
5359
#: mysys/errors.cc:33
 
5360
#, c-format
 
5361
msgid "Can't lock file (Errcode: %d)"
 
5362
msgstr ""
 
5363
 
 
5364
#: mysys/errors.cc:34
3923
5365
#, c-format
3924
5366
msgid "Can't unlock file (Errcode: %d)"
3925
5367
msgstr "ファイルをアンロックできません(エラーコード: %d)"
3926
5368
 
 
5369
#: mysys/errors.cc:35
 
5370
#, c-format
 
5371
msgid "Can't read dir of '%s' (Errcode: %d)"
 
5372
msgstr ""
 
5373
 
 
5374
#: mysys/errors.cc:36
 
5375
#, c-format
 
5376
msgid "Can't get stat of '%s' (Errcode: %d)"
 
5377
msgstr ""
 
5378
 
 
5379
#: mysys/errors.cc:37
3927
5380
#, c-format
3928
5381
msgid "Can't change size of file (Errcode: %d)"
3929
5382
msgstr ""
3930
5383
 
 
5384
#: mysys/errors.cc:38
3931
5385
#, c-format
3932
5386
msgid "Can't open stream from handle (Errcode: %d)"
3933
5387
msgstr ""
3934
5388
 
 
5389
#: mysys/errors.cc:39
 
5390
#, c-format
 
5391
msgid "Can't get working dirctory (Errcode: %d)"
 
5392
msgstr ""
 
5393
 
 
5394
#: mysys/errors.cc:40
 
5395
#, c-format
 
5396
msgid "Can't change dir to '%s' (Errcode: %d)"
 
5397
msgstr "'%s' ディレクトリに移動できません (Errcode: %d)"
 
5398
 
 
5399
#: mysys/errors.cc:41
3935
5400
#, c-format
3936
5401
msgid "Warning: '%s' had %d links"
3937
5402
msgstr ""
3938
5403
 
 
5404
#: mysys/errors.cc:42
3939
5405
#, c-format
3940
5406
msgid "Warning: %d files and %d streams is left open\n"
3941
5407
msgstr ""
3942
5408
 
 
5409
#: mysys/errors.cc:43
 
5410
#, c-format
 
5411
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
 
5412
msgstr ""
 
5413
 
 
5414
#: mysys/errors.cc:44
3943
5415
#, c-format
3944
5416
msgid "Can't create directory '%s' (Errcode: %d)"
3945
5417
msgstr ""
3946
5418
 
 
5419
#: mysys/errors.cc:45
3947
5420
#, c-format
3948
5421
msgid ""
3949
5422
"Character set '%s' is not a compiled character set and is not specified in "
3950
5423
"the %s file"
3951
5424
msgstr ""
3952
5425
 
 
5426
#: mysys/errors.cc:46
3953
5427
#, c-format
3954
5428
msgid "Out of resources when opening file '%s' (Errcode: %d)"
3955
5429
msgstr ""
3956
5430
 
 
5431
#: mysys/errors.cc:47
3957
5432
#, c-format
3958
5433
msgid "Can't read value for symlink '%s' (Error %d)"
3959
5434
msgstr ""
3960
5435
 
 
5436
#: mysys/errors.cc:48
3961
5437
#, c-format
3962
5438
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
3963
5439
msgstr ""
3964
5440
 
 
5441
#: mysys/errors.cc:49
3965
5442
#, c-format
3966
5443
msgid "Error on realpath() on '%s' (Error %d)"
3967
5444
msgstr ""
3968
5445
 
 
5446
#: mysys/errors.cc:50
3969
5447
#, c-format
3970
5448
msgid "Can't sync file '%s' to disk (Errcode: %d)"
3971
5449
msgstr ""
3972
5450
 
 
5451
#: mysys/errors.cc:51
3973
5452
#, c-format
3974
5453
msgid ""
3975
5454
"Collation '%s' is not a compiled collation and is not specified in the %s "
3976
5455
"file"
3977
5456
msgstr ""
3978
5457
 
 
5458
#: mysys/errors.cc:52
 
5459
#, c-format
 
5460
msgid "File '%s' not found (Errcode: %d)"
 
5461
msgstr ""
 
5462
 
 
5463
#: mysys/errors.cc:53
3979
5464
#, c-format
3980
5465
msgid "File '%s' (fileno: %d) was not closed"
3981
5466
msgstr ""
3982
5467
 
3983
 
#, c-format
3984
 
msgid "error: could not open directory: %s\n"
3985
 
msgstr ""
3986
 
 
3987
 
#, c-format
3988
 
msgid "Usage: %s TRANSACTION_LOG [--checksum] \n"
3989
 
msgstr ""
3990
 
 
3991
 
#, c-format
3992
 
msgid "Cannot open file: %s\n"
3993
 
msgstr ""
3994
 
 
3995
 
#, c-format
3996
 
msgid "Found a non-transaction message in log.  Currently, not supported.\n"
3997
 
msgstr ""
3998
 
 
3999
 
#, c-format
4000
 
msgid "Attempted to read record bigger than INT_MAX\n"
4001
 
msgstr ""
4002
 
 
4003
 
#, c-format
4004
 
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
4005
 
msgstr ""
4006
 
 
4007
 
#, c-format
4008
 
msgid "Could not read transaction message.\n"
4009
 
msgstr ""
4010
 
 
4011
 
#, c-format
4012
 
msgid "GPB ERROR: %s.\n"
4013
 
msgstr ""
4014
 
 
4015
 
#, c-format
4016
 
msgid ""
4017
 
"HEXDUMP:\n"
4018
 
"\n"
4019
 
"%s\n"
4020
 
msgstr ""
4021
 
 
4022
 
#, c-format
4023
 
msgid "Unable to parse command. Got error: %s.\n"
4024
 
msgstr ""
4025
 
 
4026
 
#, c-format
4027
 
msgid "Checksum failed. Wanted %<PRIu32> got %<PRIu32>\n"
4028
 
msgstr ""
4029
 
 
4030
 
#, c-format
4031
 
msgid "Usage: %s TRANSACTION_LOG\n"
4032
 
msgstr ""
4033
 
 
 
5468
#: mysys/my_error.cc:85
 
5469
#, c-format
 
5470
msgid "Unknown error %d"
 
5471
msgstr "未知のエラー %d"
 
5472
 
 
5473
#: mysys/my_getopt.cc:89
4034
5474
msgid "Warning: "
4035
5475
msgstr "警告: "
4036
5476
 
 
5477
#: mysys/my_getopt.cc:91
4037
5478
msgid "Info: "
4038
5479
msgstr "情報: "
4039
5480
 
 
5481
#: mysys/my_getopt.cc:355
4040
5482
#, c-format
4041
5483
msgid "%s: %s: Option '%s' used, but is disabled\n"
4042
5484
msgstr ""
4043
5485
 
 
5486
#: mysys/my_getopt.cc:356
4044
5487
msgid "WARNING"
4045
5488
msgstr "警告"
4046
5489
 
 
5490
#: mysys/my_getopt.cc:356
4047
5491
msgid "ERROR"
4048
5492
msgstr "エラー"
4049
5493
 
 
5494
#: mysys/my_getopt.cc:459
4050
5495
#, c-format
4051
5496
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
4052
5497
msgstr ""
4053
5498
 
 
5499
#: mysys/my_getopt.cc:774
4054
5500
#, c-format
4055
5501
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
4056
5502
msgstr ""
4057
5503
 
 
5504
#: mysys/my_getopt.cc:967
4058
5505
#, c-format
4059
5506
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
4060
5507
msgstr ""
4061
5508
 
 
5509
#: mysys/my_getopt.cc:1199
4062
5510
#, c-format
4063
5511
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
4064
5512
msgstr ""
4065
5513
 
 
5514
#: mysys/my_getopt.cc:1219
4066
5515
#, c-format
4067
5516
msgid ""
4068
5517
"\n"
4071
5520
"--------------------------------- -----------------------------\n"
4072
5521
msgstr ""
4073
5522
 
 
5523
#: mysys/my_getopt.cc:1235 mysys/my_getopt.cc:1251
4074
5524
msgid "(No default value)"
4075
5525
msgstr ""
4076
5526
 
 
5527
#: mysys/my_getopt.cc:1254
4077
5528
msgid "true"
4078
5529
msgstr ""
4079
5530
 
 
5531
#: mysys/my_getopt.cc:1254
4080
5532
msgid "false"
4081
5533
msgstr ""
4082
5534
 
 
5535
#: mysys/my_getopt.cc:1287
4083
5536
#, c-format
4084
5537
msgid "(Disabled)\n"
4085
5538
msgstr ""
4086
5539
 
4087
 
#, c-format
4088
 
msgid "errmsg plugin '%s' errmsg() failed"
4089
 
msgstr ""
4090
 
 
4091
 
#, c-format
4092
 
msgid "A function named %s already exists!\n"
4093
 
msgstr ""
4094
 
 
4095
 
msgid "Could not add Function!\n"
4096
 
msgstr ""
4097
 
 
4098
 
msgid "No sockets could be bound for listening"
4099
 
msgstr ""
4100
 
 
4101
 
#, c-format
4102
 
msgid "pipe() failed with errno %d"
4103
 
msgstr ""
4104
 
 
4105
 
#, c-format
4106
 
msgid "poll() failed with errno %d"
4107
 
msgstr ""
4108
 
 
4109
 
#, c-format
4110
 
msgid "accept() failed with errno %d"
4111
 
msgstr ""
4112
 
 
4113
 
#, c-format
4114
 
msgid "getaddrinfo() failed with error %s"
4115
 
msgstr ""
4116
 
 
4117
 
#, c-format
4118
 
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
4119
 
msgstr ""
4120
 
 
4121
 
#, c-format
4122
 
msgid "fcntl(FD_CLOEXEC) failed with errno %d"
4123
 
msgstr ""
4124
 
 
4125
 
#, c-format
4126
 
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
4127
 
msgstr ""
4128
 
 
4129
 
#, c-format
4130
 
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
4131
 
msgstr ""
4132
 
 
4133
 
#, c-format
4134
 
msgid "setsockopt(SO_LINGER) failed with errno %d"
4135
 
msgstr ""
4136
 
 
4137
 
#, c-format
4138
 
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
4139
 
msgstr ""
4140
 
 
4141
 
#, c-format
4142
 
msgid "Retrying bind() on %u"
4143
 
msgstr ""
4144
 
 
4145
 
#, c-format
4146
 
msgid "bind() failed with errno: %d"
4147
 
msgstr ""
4148
 
 
4149
 
msgid "Do you already have another drizzled running?"
4150
 
msgstr ""
4151
 
 
4152
 
#, c-format
4153
 
msgid "listen() failed with errno %d"
4154
 
msgstr ""
4155
 
 
4156
 
#, c-format
4157
 
msgid "Listening on %s:%s\n"
4158
 
msgstr ""
4159
 
 
4160
 
#, c-format
4161
 
msgid ""
4162
 
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
4163
 
"registered.\n"
4164
 
msgstr ""
4165
 
 
4166
 
#, c-format
4167
 
msgid "Plugin '%s' init function returned error.\n"
4168
 
msgstr ""
4169
 
 
4170
 
#, c-format
4171
 
msgid "Couldn't load plugin library named '%s'.\n"
4172
 
msgstr ""
4173
 
 
4174
 
#, c-format
4175
 
msgid "Couldn't load plugin named '%s'.\n"
4176
 
msgstr ""
4177
 
 
4178
 
msgid "Out of memory."
4179
 
msgstr ""
4180
 
 
4181
 
#, c-format
4182
 
msgid "Unknown variable type code 0x%x in plugin '%s'."
4183
 
msgstr ""
4184
 
 
4185
 
#, c-format
4186
 
msgid ""
4187
 
"Server variable %s of plugin %s was forced to be read-only: string variable "
4188
 
"without update_func and PLUGIN_VAR_MEMALLOC flag"
4189
 
msgstr ""
4190
 
 
4191
 
#, c-format
4192
 
msgid "Missing variable name in plugin '%s'."
4193
 
msgstr ""
4194
 
 
4195
 
#, c-format
4196
 
msgid "Thread local variable '%s' not allocated in plugin '%s'."
4197
 
msgstr ""
4198
 
 
4199
 
#, c-format
4200
 
msgid "Out of memory for plugin '%s'."
4201
 
msgstr ""
4202
 
 
4203
 
#, c-format
4204
 
msgid "Bad options for plugin '%s'."
4205
 
msgstr ""
4206
 
 
4207
 
#, c-format
4208
 
msgid "Parsing options for plugin '%s' failed."
4209
 
msgstr ""
4210
 
 
4211
 
#, c-format
4212
 
msgid "Plugin '%s' has conflicting system variables"
4213
 
msgstr ""
4214
 
 
4215
 
#, c-format
4216
 
msgid "logging '%s' pre() failed"
4217
 
msgstr ""
4218
 
 
4219
 
#, c-format
4220
 
msgid "logging '%s' post() failed"
4221
 
msgstr ""
4222
 
 
4223
 
#, c-format
4224
 
msgid "logging '%s' postEnd() failed"
4225
 
msgstr ""
4226
 
 
4227
 
#, c-format
4228
 
msgid "qcache plugin '%s' try_fetch_and_send() failed"
4229
 
msgstr ""
4230
 
 
4231
 
#, c-format
4232
 
msgid "qcache plugin '%s' set() failed"
4233
 
msgstr ""
4234
 
 
4235
 
#, c-format
4236
 
msgid "qcache plugin '%s' invalidateTable() failed"
4237
 
msgstr ""
4238
 
 
4239
 
#, c-format
4240
 
msgid "qcache plugin '%s' invalidateDb() failed"
4241
 
msgstr ""
4242
 
 
4243
 
#, c-format
4244
 
msgid "qcache plugin '%s' flush() failed"
4245
 
msgstr ""
4246
 
 
4247
 
#, c-format
4248
 
msgid "Loading plugin %s failed: a plugin by that name already exists.\n"
4249
 
msgstr ""
4250
 
 
4251
 
#, c-format
4252
 
msgid "Fatal error: Failed initializing %s plugin.\n"
4253
 
msgstr ""
4254
 
 
4255
 
#, c-format
4256
 
msgid ""
4257
 
"Attempted to register a scheduler %s, but a scheduler has already been "
4258
 
"registered with that name.\n"
4259
 
msgstr ""
4260
 
 
4261
 
#, c-format
4262
 
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
4263
 
msgstr ""
4264
 
 
4265
 
#, c-format
4266
 
msgid "Error while loading database options: '%s':"
4267
 
msgstr "データベースのオプションをロード中にエラー: '%s'"
4268
 
 
4269
 
#, c-format
4270
 
msgid "Found %d prepared transaction(s) in resource manager."
4271
 
msgstr ""
4272
 
 
4273
 
msgid "Starting crash recovery..."
4274
 
msgstr ""
4275
 
 
4276
 
#, c-format
4277
 
msgid "Found %d prepared XA transactions"
4278
 
msgstr ""
4279
 
 
4280
 
#, c-format
4281
 
msgid ""
4282
 
"Found %d prepared transactions! It means that drizzled was not shut down "
4283
 
"properly last time and critical recovery information (last binlog or %s "
4284
 
"file) was manually deleted after a crash. You have to start drizzled with "
4285
 
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
4286
 
msgstr ""
4287
 
 
4288
 
msgid "Crash recovery finished."
4289
 
msgstr ""
4290
 
 
4291
 
#, c-format
4292
 
msgid "Could not remove temporary table: '%s', error: %d"
4293
 
msgstr ""
4294
 
 
4295
 
#, c-format
4296
 
msgid "Variable named %s already exists!\n"
4297
 
msgstr ""
4298
 
 
4299
 
#, c-format
4300
 
msgid "Could not add Variable: %s\n"
4301
 
msgstr ""
4302
 
 
4303
 
#, c-format
4304
 
msgid "Table %s had a open data Cursor in reopen_table"
4305
 
msgstr ""
4306
 
 
4307
 
#, c-format
4308
 
msgid "Unknown - internal error %d during operation"
4309
 
msgstr ""
4310
 
 
4311
 
#, c-format
4312
 
msgid ""
4313
 
"order_st BY ignored because there is a user-defined clustered index in the "
4314
 
"table '%-.192s'"
4315
 
msgstr ""
4316
 
 
4317
 
#, c-format
4318
 
msgid ""
4319
 
"'%s' had no or invalid character set, and default character set is multi-"
4320
 
"byte, so character column sizes may have changed"
4321
 
msgstr ""
4322
 
 
4323
 
#, c-format
4324
 
msgid "Unknown collation '%s' in table '%-.64s' definition"
4325
 
msgstr ""
4326
 
 
4327
 
#, c-format
4328
 
msgid ""
4329
 
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
4330
 
"read"
4331
 
msgstr ""
4332
 
 
4333
 
#, c-format
4334
 
msgid "Got error %d when reading table '%s'"
4335
 
msgstr ""
4336
 
 
4337
 
#, c-format
4338
 
msgid "Fatal error: Illegal or unknown default time zone '%s'"
4339
 
msgstr ""
4340
 
 
4341
 
#, c-format
4342
 
msgid "%s: option `%s' is ambiguous\n"
4343
 
msgstr ""
4344
 
 
4345
 
#, c-format
4346
 
msgid "%s: option `--%s' doesn't allow an argument\n"
4347
 
msgstr ""
4348
 
 
4349
 
#, c-format
4350
 
msgid "%s: option `%c%s' doesn't allow an argument\n"
4351
 
msgstr ""
4352
 
 
4353
 
#, c-format
4354
 
msgid "%s: option `%s' requires an argument\n"
4355
 
msgstr ""
4356
 
 
4357
 
#, c-format
4358
 
msgid "%s: unrecognized option `--%s'\n"
4359
 
msgstr ""
4360
 
 
4361
 
#, c-format
4362
 
msgid "%s: unrecognized option `%c%s'\n"
4363
 
msgstr ""
4364
 
 
4365
 
#, c-format
4366
 
msgid "%s: illegal option -- %c\n"
4367
 
msgstr ""
4368
 
 
4369
 
#, c-format
4370
 
msgid "%s: invalid option -- %c\n"
4371
 
msgstr ""
4372
 
 
4373
 
#, c-format
4374
 
msgid "%s: option requires an argument -- %c\n"
4375
 
msgstr ""
4376
 
 
4377
 
#, c-format
4378
 
msgid "%s: option `-W %s' is ambiguous\n"
4379
 
msgstr ""
4380
 
 
4381
 
#, c-format
4382
 
msgid "%s: option `-W %s' doesn't allow an argument\n"
4383
 
msgstr ""
4384
 
 
 
5540
#: plugin/auth_http/auth_http.cc:128
4385
5541
msgid "Enable HTTP Auth check"
4386
5542
msgstr ""
4387
5543
 
 
5544
#: plugin/auth_http/auth_http.cc:138
4388
5545
msgid "URL for HTTP Auth check"
4389
5546
msgstr ""
4390
5547
 
4391
 
msgid "Enable the console."
4392
 
msgstr ""
4393
 
 
4394
 
msgid "Turn on extra debugging."
4395
 
msgstr ""
4396
 
 
4397
 
msgid "User to use for auth."
4398
 
msgstr ""
4399
 
 
4400
 
msgid "Password to use for auth."
4401
 
msgstr ""
4402
 
 
4403
 
msgid "Default database to use."
4404
 
msgstr ""
4405
 
 
4406
 
msgid "Enable default replicator"
4407
 
msgstr ""
4408
 
 
4409
 
msgid "Default Replicator"
4410
 
msgstr ""
4411
 
 
4412
 
msgid ""
4413
 
"Port number to use for connection or 0 for default to, in order of "
4414
 
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default (4427)."
4415
 
msgstr ""
4416
 
 
4417
 
msgid "Connect Timeout."
4418
 
msgstr ""
4419
 
 
4420
 
msgid "Read Timeout."
4421
 
msgstr ""
4422
 
 
4423
 
msgid "Write Timeout."
4424
 
msgstr ""
4425
 
 
4426
 
msgid "Retry Count."
4427
 
msgstr ""
4428
 
 
4429
 
msgid "Buffer length."
4430
 
msgstr ""
4431
 
 
4432
 
msgid "Address to bind to."
4433
 
msgstr ""
4434
 
 
4435
 
msgid "Unknown Drizzle error"
4436
 
msgstr "未知のDrizzleエラー"
4437
 
 
4438
 
#, c-format
4439
 
msgid "Can't create UNIX socket (%d)"
4440
 
msgstr "UNIXソケットを作成できません (%d)"
4441
 
 
4442
 
#, c-format
4443
 
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
4444
 
msgstr ""
4445
 
 
4446
 
#, c-format
4447
 
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
4448
 
msgstr ""
4449
 
 
4450
 
#, c-format
4451
 
msgid "Can't create TCP/IP socket (%d)"
4452
 
msgstr "TCP/IPソケット(%d)を作成できません"
4453
 
 
4454
 
#, c-format
4455
 
msgid "Unknown Drizzle server host '%-.100s' (%d)"
4456
 
msgstr ""
4457
 
 
4458
 
msgid "Drizzle server has gone away"
4459
 
msgstr ""
4460
 
 
4461
 
#, c-format
4462
 
msgid "Protocol mismatch; server version = %d, client version = %d"
4463
 
msgstr ""
4464
 
 
4465
 
msgid "Drizzle client ran out of memory"
4466
 
msgstr ""
4467
 
 
4468
 
msgid "Wrong host info"
4469
 
msgstr "誤ったホスト情報"
4470
 
 
4471
 
msgid "Localhost via UNIX socket"
4472
 
msgstr "UNIX socketを経由してLocalhostへ"
4473
 
 
4474
 
#, c-format
4475
 
msgid "%-.100s via TCP/IP"
4476
 
msgstr ""
4477
 
 
4478
 
msgid "Error in server handshake"
4479
 
msgstr ""
4480
 
 
4481
 
msgid "Lost connection to Drizzle server during query"
4482
 
msgstr ""
4483
 
 
4484
 
msgid "Commands out of sync; you can't run this command now"
4485
 
msgstr ""
4486
 
 
4487
 
#, c-format
4488
 
msgid "Named pipe: %-.32s"
4489
 
msgstr ""
4490
 
 
4491
 
#, c-format
4492
 
msgid "Can't wait for named pipe to host: %-.64s  pipe: %-.32s (%lu)"
4493
 
msgstr ""
4494
 
 
4495
 
#, c-format
4496
 
msgid "Can't open named pipe to host: %-.64s  pipe: %-.32s (%lu)"
4497
 
msgstr ""
4498
 
 
4499
 
#, c-format
4500
 
msgid "Can't set state of named pipe to host: %-.64s  pipe: %-.32s (%lu)"
4501
 
msgstr ""
4502
 
 
4503
 
#, c-format
4504
 
msgid "Can't initialize character set %-.32s (path: %-.100s)"
4505
 
msgstr ""
4506
 
 
4507
 
msgid "Got packet bigger than 'max_allowed_packet' bytes"
4508
 
msgstr ""
4509
 
 
4510
 
msgid "Embedded server"
4511
 
msgstr "組み込みサーバ"
4512
 
 
4513
 
msgid "Error on SHOW SLAVE STATUS:"
4514
 
msgstr "SHOW SLAVE STATUSでエラー"
4515
 
 
4516
 
msgid "Error on SHOW SLAVE HOSTS:"
4517
 
msgstr "SHOW SLAVE HOSTSでエラー:"
4518
 
 
4519
 
msgid "Error connecting to slave:"
4520
 
msgstr "スレーブとの接続でエラー"
4521
 
 
4522
 
msgid "Error connecting to master:"
4523
 
msgstr "マスターとの接続でエラー"
4524
 
 
4525
 
msgid "SSL connection error"
4526
 
msgstr "SSL接続エラー"
4527
 
 
4528
 
msgid "Malformed packet"
4529
 
msgstr "不正なパケット"
4530
 
 
4531
 
msgid "(unused error message)"
4532
 
msgstr "(未使用のエラーメッセージ)"
4533
 
 
4534
 
msgid "Invalid use of null pointer"
4535
 
msgstr "ヌルポインタの不正使用"
4536
 
 
4537
 
msgid "Statement not prepared"
4538
 
msgstr ""
4539
 
 
4540
 
msgid "No data supplied for parameters in prepared statement"
4541
 
msgstr ""
4542
 
 
4543
 
msgid "Data truncated"
4544
 
msgstr "データをトランケート(切り詰め)ました"
4545
 
 
4546
 
msgid "No parameters exist in the statement"
4547
 
msgstr "ステートメントにパラメータが存在しません"
4548
 
 
4549
 
msgid "Invalid parameter number"
4550
 
msgstr "不正なパラメータ番号"
4551
 
 
4552
 
#, c-format
4553
 
msgid ""
4554
 
"Can't send long data for non-string/non-binary data types (parameter: %d)"
4555
 
msgstr ""
4556
 
 
4557
 
#, c-format
4558
 
msgid "Using unsupported buffer type: %d  (parameter: %d)"
4559
 
msgstr ""
4560
 
 
4561
 
#, c-format
4562
 
msgid "Shared memory: %-.100s"
4563
 
msgstr "共有メモリ: %-.100s"
4564
 
 
4565
 
msgid "Wrong or unknown protocol"
4566
 
msgstr "不正、もしくは不明なプロトコル"
4567
 
 
4568
 
msgid "Invalid connection handle"
4569
 
msgstr ""
4570
 
 
4571
 
msgid ""
4572
 
"Connection using old (pre-4.1.1) authentication protocol refused (client "
4573
 
"option 'secure_auth' enabled)"
4574
 
msgstr ""
4575
 
 
4576
 
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
4577
 
msgstr "行の回収がdrizzle_stmt_close()コールによってキャンセルされました"
4578
 
 
4579
 
msgid "Attempt to read column without prior row fetch"
4580
 
msgstr ""
4581
 
 
4582
 
msgid "Prepared statement contains no metadata"
4583
 
msgstr ""
4584
 
 
4585
 
msgid ""
4586
 
"Attempt to read a row while there is no result set associated with the "
4587
 
"statement"
4588
 
msgstr ""
4589
 
 
4590
 
msgid "This feature is not implemented yet"
4591
 
msgstr "この機能は未実装です"
4592
 
 
4593
 
#, c-format
4594
 
msgid ""
4595
 
"Lost connection to Drizzle server while waiting for initial communication "
4596
 
"packet, system error: %d"
4597
 
msgstr ""
4598
 
 
4599
 
#, c-format
4600
 
msgid ""
4601
 
"Lost connection to Drizzle server while reading initial communication "
4602
 
"packet, system error: %d"
4603
 
msgstr ""
4604
 
 
4605
 
#, c-format
4606
 
msgid ""
4607
 
"Lost connection to Drizzle server while sending authentication information, "
4608
 
"system error: %d"
4609
 
msgstr ""
4610
 
 
4611
 
#, c-format
4612
 
msgid ""
4613
 
"Lost connection to Drizzle server while reading authorization information, "
4614
 
"system error: %d"
4615
 
msgstr ""
4616
 
 
4617
 
#, c-format
4618
 
msgid ""
4619
 
"Lost connection to Drizzle server while setting initial database, system "
4620
 
"error: %d"
4621
 
msgstr ""
4622
 
 
4623
 
#, c-format
4624
 
msgid "Statement closed indirectly because of a preceding %s() call"
4625
 
msgstr ""
4626
 
 
4627
 
#, c-format
4628
 
msgid "Failed to send error message to libnotify\n"
4629
 
msgstr ""
4630
 
 
 
5548
#: plugin/errmsg_stderr/errmsg_stderr.cc:78
4631
5549
msgid "Error Messages to stderr"
4632
5550
msgstr ""
4633
5551
 
4634
 
msgid "Enable filtered replicator"
4635
 
msgstr ""
4636
 
 
4637
 
msgid "List of schemas to filter"
4638
 
msgstr ""
4639
 
 
4640
 
msgid "List of tables to filter"
4641
 
msgstr ""
4642
 
 
4643
 
msgid "Regular expression to apply to schemas to filter"
4644
 
msgstr ""
4645
 
 
4646
 
msgid "Regular expression to apply to tables to filter"
4647
 
msgstr ""
4648
 
 
4649
 
msgid "Filtered Replicator"
4650
 
msgstr ""
4651
 
 
 
5552
#: plugin/logging_gearman/logging_gearman.cc:263
4652
5553
#, c-format
4653
5554
msgid "fail gearman_client_create(): %s"
4654
5555
msgstr ""
4655
5556
 
 
5557
#: plugin/logging_gearman/logging_gearman.cc:273
4656
5558
#, c-format
4657
5559
msgid "fail gearman_client_add_server(): %s"
4658
5560
msgstr ""
4659
5561
 
 
5562
#: plugin/logging_gearman/logging_gearman.cc:299
4660
5563
msgid "Enable logging to a gearman server"
4661
5564
msgstr ""
4662
5565
 
 
5566
#: plugin/logging_gearman/logging_gearman.cc:308
4663
5567
msgid "Hostname for logging to a Gearman server"
4664
5568
msgstr ""
4665
5569
 
 
5570
#: plugin/logging_gearman/logging_gearman.cc:317
4666
5571
msgid "Gearman Function to send logging to"
4667
5572
msgstr ""
4668
5573
 
 
5574
#: plugin/logging_gearman/logging_gearman.cc:334
4669
5575
msgid "Log queries to a Gearman server"
4670
5576
msgstr ""
4671
5577
 
 
5578
#: plugin/logging_query/logging_query.cc:278
4672
5579
#, c-format
4673
5580
msgid "fail open() fn=%s er=%s\n"
4674
5581
msgstr ""
4675
5582
 
 
5583
#: plugin/logging_query/logging_query.cc:317
4676
5584
msgid "Enable logging to CSV file"
4677
5585
msgstr ""
4678
5586
 
 
5587
#: plugin/logging_query/logging_query.cc:326
4679
5588
msgid "File to log to"
4680
5589
msgstr ""
4681
5590
 
4682
 
msgid "PCRE to match the query against"
4683
 
msgstr ""
4684
 
 
 
5591
#: plugin/logging_query/logging_query.cc:335
 
5592
#: plugin/logging_syslog/logging_syslog.cc:248
4685
5593
msgid "Threshold for logging slow queries, in microseconds"
4686
5594
msgstr ""
4687
5595
 
 
5596
#: plugin/logging_query/logging_query.cc:347
 
5597
#: plugin/logging_syslog/logging_syslog.cc:260
4688
5598
msgid "Threshold for logging big queries, for rows returned"
4689
5599
msgstr ""
4690
5600
 
 
5601
#: plugin/logging_query/logging_query.cc:359
 
5602
#: plugin/logging_syslog/logging_syslog.cc:272
4691
5603
msgid "Threshold for logging big queries, for rows examined"
4692
5604
msgstr ""
4693
5605
 
 
5606
#: plugin/logging_query/logging_query.cc:381
4694
5607
msgid "Log queries to a CSV file"
4695
5608
msgstr ""
4696
5609
 
 
5610
#: plugin/logging_syslog/logging_syslog.cc:169
4697
5611
#, c-format
4698
5612
msgid "syslog facility \"%s\" not known, using \"local0\""
4699
5613
msgstr ""
4700
5614
 
 
5615
#: plugin/logging_syslog/logging_syslog.cc:186
4701
5616
#, c-format
4702
5617
msgid "syslog priority \"%s\" not known, using \"info\""
4703
5618
msgstr ""
4704
5619
 
4705
 
msgid "Enable logging to syslog"
 
5620
#: plugin/logging_syslog/logging_syslog.cc:212
 
5621
msgid "Enable logging"
4706
5622
msgstr ""
4707
5623
 
 
5624
#: plugin/logging_syslog/logging_syslog.cc:221
4708
5625
msgid "Syslog Ident"
4709
5626
msgstr ""
4710
5627
 
 
5628
#: plugin/logging_syslog/logging_syslog.cc:230
4711
5629
msgid "Syslog Facility"
4712
5630
msgstr ""
4713
5631
 
 
5632
#: plugin/logging_syslog/logging_syslog.cc:239
4714
5633
msgid "Syslog Priority"
4715
5634
msgstr ""
4716
5635
 
 
5636
#: plugin/logging_syslog/logging_syslog.cc:296
4717
5637
msgid "Log to syslog"
4718
5638
msgstr ""
4719
5639
 
4720
 
msgid "List of memcached servers."
4721
 
msgstr ""
4722
 
 
4723
 
msgid "Memcached Stats as I_S tables"
4724
 
msgstr ""
4725
 
 
 
5640
#: plugin/multi_thread/multi_thread.cc:137
 
5641
msgid "Maximum number of user threads available."
 
5642
msgstr ""
 
5643
 
 
5644
#: plugin/myisam/ha_myisam.cc:468
4726
5645
#, c-format
4727
5646
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
4728
5647
msgstr ""
4729
5648
 
 
5649
#: plugin/myisam/ha_myisam.cc:472
4730
5650
#, c-format
4731
5651
msgid "Got an error from unknown thread, %s:%d"
4732
5652
msgstr ""
4733
5653
 
 
5654
#: plugin/myisam/ha_myisam.cc:478
4734
5655
msgid "Unknown thread accessing table"
4735
5656
msgstr ""
4736
5657
 
 
5658
#: plugin/myisam/ha_myisam.cc:1861
4737
5659
msgid "Block size to be used for MyISAM index pages."
4738
5660
msgstr ""
4739
5661
 
4740
 
msgid ""
4741
 
"This characterizes the number of hits a hot block has to be untouched until "
4742
 
"it is considered aged enough to be downgraded to a warm block. This "
4743
 
"specifies the percentage ratio of that number of hits to the total number of "
4744
 
"blocks in key cache"
4745
 
msgstr ""
4746
 
"キーキャッシュにおいて、活発なブロックがアクセスされずに時間が経過することに"
4747
 
"よって活発でないブロックへとダウングレードするときのヒット数に関する特性。こ"
4748
 
"のオプションは、キーキャッシュの全ブロック数に対するヒット率のパーセンテージ"
4749
 
"として表される。"
4750
 
 
4751
 
msgid "The minimum percentage of warm blocks in key cache"
4752
 
msgstr "キーキャッシュ内の活発でないブロックの最小の比率(パーセンテージ)。"
4753
 
 
4754
 
msgid ""
4755
 
"The size of the buffer used for index blocks for MyISAM tables. Increase "
4756
 
"this to get better index handling (for all reads and multiple writes) to as "
4757
 
"much as you can afford;"
4758
 
msgstr ""
4759
 
"MyISAMのインデックスブロック用のバッファサイズ。インデックスの処理(全ての参"
4760
 
"照系しょりおよび複数の更新系処理)をできるだけ高速化するにはこの値を増やす。"
4761
 
 
 
5662
#: plugin/myisam/ha_myisam.cc:1867
4762
5663
msgid ""
4763
5664
"Number of threads to use when repairing MyISAM tables. The value of 1 "
4764
5665
"disables parallel repair."
4765
5666
msgstr ""
4766
5667
 
 
5668
#: plugin/myisam/ha_myisam.cc:1873
4767
5669
msgid ""
4768
5670
"Don't use the fast sort index method to created index if the temporary file "
4769
5671
"would get bigger than this."
4770
5672
msgstr ""
4771
5673
 
 
5674
#: plugin/myisam/ha_myisam.cc:1878
4772
5675
msgid ""
4773
5676
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4774
5677
"when creating indexes with CREATE INDEX or ALTER TABLE."
4775
5678
msgstr ""
4776
5679
 
 
5680
#: plugin/myisam/ha_myisam.cc:1884
4777
5681
msgid "Default pointer size to be used for MyISAM tables."
4778
5682
msgstr ""
4779
5683
 
 
5684
#: plugin/myisam/my_handler_errors.cc:34
4780
5685
msgid "Didn't find key on read or update"
4781
5686
msgstr ""
4782
5687
 
 
5688
#: plugin/myisam/my_handler_errors.cc:36
4783
5689
msgid "Duplicate key on write or update"
4784
5690
msgstr ""
4785
5691
 
 
5692
#: plugin/myisam/my_handler_errors.cc:38
4786
5693
msgid "Internal (unspecified) error in handler"
4787
5694
msgstr ""
4788
5695
 
 
5696
#: plugin/myisam/my_handler_errors.cc:40
4789
5697
msgid ""
4790
5698
"Someone has changed the row since it was read (while the table was locked to "
4791
5699
"prevent it)"
4792
5700
msgstr ""
4793
5701
 
 
5702
#: plugin/myisam/my_handler_errors.cc:43
4794
5703
msgid "Wrong index given to function"
4795
5704
msgstr ""
4796
5705
 
 
5706
#: plugin/myisam/my_handler_errors.cc:45
 
5707
msgid "Undefined handler error 125"
 
5708
msgstr ""
 
5709
 
 
5710
#: plugin/myisam/my_handler_errors.cc:47
4797
5711
msgid "Index file is crashed"
4798
5712
msgstr ""
4799
5713
 
 
5714
#: plugin/myisam/my_handler_errors.cc:49
4800
5715
msgid "Record file is crashed"
4801
5716
msgstr ""
4802
5717
 
 
5718
#: plugin/myisam/my_handler_errors.cc:51
4803
5719
msgid "Out of memory in engine"
4804
5720
msgstr ""
4805
5721
 
 
5722
#: plugin/myisam/my_handler_errors.cc:53
 
5723
msgid "Undefined handler error 129"
 
5724
msgstr ""
 
5725
 
 
5726
#: plugin/myisam/my_handler_errors.cc:55
4806
5727
msgid "Incorrect file format"
4807
5728
msgstr ""
4808
5729
 
 
5730
#: plugin/myisam/my_handler_errors.cc:57
4809
5731
msgid "Command not supported by database"
4810
5732
msgstr ""
4811
5733
 
 
5734
#: plugin/myisam/my_handler_errors.cc:59
4812
5735
msgid "Old database file"
4813
5736
msgstr ""
4814
5737
 
 
5738
#: plugin/myisam/my_handler_errors.cc:61
4815
5739
msgid "No record read before update"
4816
5740
msgstr ""
4817
5741
 
 
5742
#: plugin/myisam/my_handler_errors.cc:63
4818
5743
msgid "Record was already deleted (or record file crashed)"
4819
5744
msgstr ""
4820
5745
 
 
5746
#: plugin/myisam/my_handler_errors.cc:65
4821
5747
msgid "No more room in record file"
4822
5748
msgstr ""
4823
5749
 
 
5750
#: plugin/myisam/my_handler_errors.cc:67
4824
5751
msgid "No more room in index file"
4825
5752
msgstr ""
4826
5753
 
 
5754
#: plugin/myisam/my_handler_errors.cc:69
4827
5755
msgid "No more records (read after end of file)"
4828
5756
msgstr ""
4829
5757
 
 
5758
#: plugin/myisam/my_handler_errors.cc:71
4830
5759
msgid "Unsupported extension used for table"
4831
5760
msgstr ""
4832
5761
 
 
5762
#: plugin/myisam/my_handler_errors.cc:73
4833
5763
msgid "Too big row"
4834
5764
msgstr ""
4835
5765
 
 
5766
#: plugin/myisam/my_handler_errors.cc:75
4836
5767
msgid "Wrong create options"
4837
5768
msgstr ""
4838
5769
 
 
5770
#: plugin/myisam/my_handler_errors.cc:77
4839
5771
msgid "Duplicate unique key or constraint on write or update"
4840
5772
msgstr ""
4841
5773
 
 
5774
#: plugin/myisam/my_handler_errors.cc:79
4842
5775
msgid "Unknown character set used in table"
4843
5776
msgstr ""
4844
5777
 
 
5778
#: plugin/myisam/my_handler_errors.cc:81
4845
5779
msgid "Conflicting table definitions in sub-tables of MERGE table"
4846
5780
msgstr ""
4847
5781
 
 
5782
#: plugin/myisam/my_handler_errors.cc:83
4848
5783
msgid "Table is crashed and last repair failed"
4849
5784
msgstr ""
4850
5785
 
 
5786
#: plugin/myisam/my_handler_errors.cc:85
4851
5787
msgid "Table was marked as crashed and should be repaired"
4852
5788
msgstr ""
4853
5789
 
 
5790
#: plugin/myisam/my_handler_errors.cc:87
4854
5791
msgid "Lock timed out; Retry transaction"
4855
5792
msgstr ""
4856
5793
 
 
5794
#: plugin/myisam/my_handler_errors.cc:89
4857
5795
msgid "Lock table is full;  Restart program with a larger locktable"
4858
5796
msgstr ""
4859
5797
 
 
5798
#: plugin/myisam/my_handler_errors.cc:91
4860
5799
msgid "Updates are not allowed under a read only transactions"
4861
5800
msgstr "読み込み専用のトランザクションでは更新は許可されていません。"
4862
5801
 
 
5802
#: plugin/myisam/my_handler_errors.cc:93
4863
5803
msgid "Lock deadlock; Retry transaction"
4864
5804
msgstr ""
4865
5805
 
 
5806
#: plugin/myisam/my_handler_errors.cc:95
4866
5807
msgid "Foreign key constraint is incorrectly formed"
4867
5808
msgstr ""
4868
5809
 
 
5810
#: plugin/myisam/my_handler_errors.cc:97
4869
5811
msgid "Cannot add a child row"
4870
5812
msgstr ""
4871
5813
 
 
5814
#: plugin/myisam/my_handler_errors.cc:99
4872
5815
msgid "Cannot delete a parent row"
4873
5816
msgstr ""
4874
5817
 
 
5818
#: plugin/myisam/my_handler_errors.cc:101
4875
5819
msgid "No savepoint with that name"
4876
5820
msgstr ""
4877
5821
 
 
5822
#: plugin/myisam/my_handler_errors.cc:103
4878
5823
msgid "Non unique key block size"
4879
5824
msgstr ""
4880
5825
 
 
5826
#: plugin/myisam/my_handler_errors.cc:105
4881
5827
msgid "The table does not exist in engine"
4882
5828
msgstr ""
4883
5829
 
 
5830
#: plugin/myisam/my_handler_errors.cc:107
4884
5831
msgid "The table already existed in storage engine"
4885
5832
msgstr ""
4886
5833
 
 
5834
#: plugin/myisam/my_handler_errors.cc:109
4887
5835
msgid "Could not connect to storage engine"
4888
5836
msgstr ""
4889
5837
 
 
5838
#: plugin/myisam/my_handler_errors.cc:111
4890
5839
msgid "Unexpected null pointer found when using spatial index"
4891
5840
msgstr ""
4892
5841
 
 
5842
#: plugin/myisam/my_handler_errors.cc:113
4893
5843
msgid "The table changed in storage engine"
4894
5844
msgstr ""
4895
5845
 
 
5846
#: plugin/myisam/my_handler_errors.cc:115
4896
5847
msgid "There's no partition in table for the given value"
4897
5848
msgstr ""
4898
5849
 
 
5850
#: plugin/myisam/my_handler_errors.cc:117
4899
5851
msgid "Row-based binlogging of row failed"
4900
5852
msgstr ""
4901
5853
 
 
5854
#: plugin/myisam/my_handler_errors.cc:119
4902
5855
msgid "Index needed in foreign key constraint"
4903
5856
msgstr ""
4904
5857
 
 
5858
#: plugin/myisam/my_handler_errors.cc:121
4905
5859
msgid "Upholding foreign key constraints would lead to a duplicate key error"
4906
5860
msgstr ""
4907
5861
 
 
5862
#: plugin/myisam/my_handler_errors.cc:123
4908
5863
msgid "Table needs to be upgraded before it can be used"
4909
5864
msgstr ""
4910
5865
 
 
5866
#: plugin/myisam/my_handler_errors.cc:125
4911
5867
msgid "Table is read only"
4912
5868
msgstr ""
4913
5869
 
 
5870
#: plugin/myisam/my_handler_errors.cc:127
4914
5871
msgid "Failed to get next auto increment value"
4915
5872
msgstr ""
4916
5873
 
 
5874
#: plugin/myisam/my_handler_errors.cc:129
4917
5875
msgid "Failed to set row auto increment value"
4918
5876
msgstr ""
4919
5877
 
 
5878
#: plugin/myisam/my_handler_errors.cc:131
4920
5879
msgid "Unknown (generic) error from engine"
4921
5880
msgstr ""
4922
5881
 
 
5882
#: plugin/myisam/my_handler_errors.cc:133
4923
5883
msgid "Record is the same"
4924
5884
msgstr ""
4925
5885
 
 
5886
#: plugin/myisam/my_handler_errors.cc:135
4926
5887
msgid "It is not possible to log this statement"
4927
5888
msgstr ""
4928
5889
 
 
5890
#: plugin/myisam/my_handler_errors.cc:137
4929
5891
msgid "Tablespace exists"
4930
5892
msgstr "テーブルスペースが存在します"
4931
5893
 
 
5894
#: plugin/myisam/my_handler_errors.cc:139
4932
5895
msgid "The event was corrupt, leading to illegal data being read"
4933
5896
msgstr ""
4934
5897
 
 
5898
#: plugin/myisam/my_handler_errors.cc:141
4935
5899
msgid "The table is of a new format not supported by this version"
4936
5900
msgstr ""
4937
5901
 
 
5902
#: plugin/myisam/my_handler_errors.cc:143
4938
5903
msgid "The event could not be processed no other handler error happened"
4939
5904
msgstr ""
4940
5905
 
 
5906
#: plugin/myisam/my_handler_errors.cc:145
4941
5907
msgid "Got a fatal error during initialzation of handler"
4942
5908
msgstr ""
4943
5909
 
 
5910
#: plugin/myisam/my_handler_errors.cc:147
4944
5911
msgid "File to short; Expected more data in file"
4945
5912
msgstr ""
4946
5913
 
 
5914
#: plugin/myisam/my_handler_errors.cc:149
4947
5915
msgid "Read page with wrong checksum"
4948
5916
msgstr ""
4949
5917
 
 
5918
#: plugin/myisam/my_handler_errors.cc:151
4950
5919
msgid "Lock or active transaction"
4951
5920
msgstr ""
4952
5921
 
 
5922
#: plugin/myisam/my_handler_errors.cc:153
4953
5923
msgid "No such table space"
4954
5924
msgstr ""
4955
5925
 
 
5926
#: plugin/myisam/my_handler_errors.cc:155
4956
5927
msgid "Tablespace not empty"
4957
5928
msgstr "テーブルスペースが空です"
4958
5929
 
4959
 
msgid ""
4960
 
"Port number to use for connection or 0 for default to with MySQL protocol."
4961
 
msgstr ""
4962
 
 
 
5930
#: plugin/oldlibdrizzle/errmsg.cc:28
 
5931
msgid "Unknown Drizzle error"
 
5932
msgstr "未知のDrizzleエラー"
 
5933
 
 
5934
#: plugin/oldlibdrizzle/errmsg.cc:29
 
5935
#, c-format
 
5936
msgid "Can't create UNIX socket (%d)"
 
5937
msgstr "UNIXソケットを作成できません (%d)"
 
5938
 
 
5939
#: plugin/oldlibdrizzle/errmsg.cc:30
 
5940
#, c-format
 
5941
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
 
5942
msgstr ""
 
5943
 
 
5944
#: plugin/oldlibdrizzle/errmsg.cc:31
 
5945
#, c-format
 
5946
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
 
5947
msgstr ""
 
5948
 
 
5949
#: plugin/oldlibdrizzle/errmsg.cc:32
 
5950
#, c-format
 
5951
msgid "Can't create TCP/IP socket (%d)"
 
5952
msgstr "TCP/IPソケット(%d)を作成できません"
 
5953
 
 
5954
#: plugin/oldlibdrizzle/errmsg.cc:33
 
5955
#, c-format
 
5956
msgid "Unknown Drizzle server host '%-.100s' (%d)"
 
5957
msgstr ""
 
5958
 
 
5959
#: plugin/oldlibdrizzle/errmsg.cc:34
 
5960
msgid "Drizzle server has gone away"
 
5961
msgstr ""
 
5962
 
 
5963
#: plugin/oldlibdrizzle/errmsg.cc:35
 
5964
#, c-format
 
5965
msgid "Protocol mismatch; server version = %d, client version = %d"
 
5966
msgstr ""
 
5967
 
 
5968
#: plugin/oldlibdrizzle/errmsg.cc:36
 
5969
msgid "Drizzle client ran out of memory"
 
5970
msgstr ""
 
5971
 
 
5972
#: plugin/oldlibdrizzle/errmsg.cc:37
 
5973
msgid "Wrong host info"
 
5974
msgstr "誤ったホスト情報"
 
5975
 
 
5976
#: plugin/oldlibdrizzle/errmsg.cc:38
 
5977
msgid "Localhost via UNIX socket"
 
5978
msgstr "UNIX socketを経由してLocalhostへ"
 
5979
 
 
5980
#: plugin/oldlibdrizzle/errmsg.cc:39
 
5981
#, c-format
 
5982
msgid "%-.100s via TCP/IP"
 
5983
msgstr ""
 
5984
 
 
5985
#: plugin/oldlibdrizzle/errmsg.cc:40
 
5986
msgid "Error in server handshake"
 
5987
msgstr ""
 
5988
 
 
5989
#: plugin/oldlibdrizzle/errmsg.cc:41
 
5990
msgid "Lost connection to Drizzle server during query"
 
5991
msgstr ""
 
5992
 
 
5993
#: plugin/oldlibdrizzle/errmsg.cc:42
 
5994
msgid "Commands out of sync; you can't run this command now"
 
5995
msgstr ""
 
5996
 
 
5997
#: plugin/oldlibdrizzle/errmsg.cc:43
 
5998
#, c-format
 
5999
msgid "Named pipe: %-.32s"
 
6000
msgstr ""
 
6001
 
 
6002
#: plugin/oldlibdrizzle/errmsg.cc:44
 
6003
#, c-format
 
6004
msgid "Can't wait for named pipe to host: %-.64s  pipe: %-.32s (%lu)"
 
6005
msgstr ""
 
6006
 
 
6007
#: plugin/oldlibdrizzle/errmsg.cc:45
 
6008
#, c-format
 
6009
msgid "Can't open named pipe to host: %-.64s  pipe: %-.32s (%lu)"
 
6010
msgstr ""
 
6011
 
 
6012
#: plugin/oldlibdrizzle/errmsg.cc:46
 
6013
#, c-format
 
6014
msgid "Can't set state of named pipe to host: %-.64s  pipe: %-.32s (%lu)"
 
6015
msgstr ""
 
6016
 
 
6017
#: plugin/oldlibdrizzle/errmsg.cc:47
 
6018
#, c-format
 
6019
msgid "Can't initialize character set %-.32s (path: %-.100s)"
 
6020
msgstr ""
 
6021
 
 
6022
#: plugin/oldlibdrizzle/errmsg.cc:48
 
6023
msgid "Got packet bigger than 'max_allowed_packet' bytes"
 
6024
msgstr ""
 
6025
 
 
6026
#: plugin/oldlibdrizzle/errmsg.cc:49
 
6027
msgid "Embedded server"
 
6028
msgstr "組み込みサーバ"
 
6029
 
 
6030
#: plugin/oldlibdrizzle/errmsg.cc:50
 
6031
msgid "Error on SHOW SLAVE STATUS:"
 
6032
msgstr "SHOW SLAVE STATUSでエラー"
 
6033
 
 
6034
#: plugin/oldlibdrizzle/errmsg.cc:51
 
6035
msgid "Error on SHOW SLAVE HOSTS:"
 
6036
msgstr "SHOW SLAVE HOSTSでエラー:"
 
6037
 
 
6038
#: plugin/oldlibdrizzle/errmsg.cc:52
 
6039
msgid "Error connecting to slave:"
 
6040
msgstr "スレーブとの接続でエラー"
 
6041
 
 
6042
#: plugin/oldlibdrizzle/errmsg.cc:53
 
6043
msgid "Error connecting to master:"
 
6044
msgstr "マスターとの接続でエラー"
 
6045
 
 
6046
#: plugin/oldlibdrizzle/errmsg.cc:54
 
6047
msgid "SSL connection error"
 
6048
msgstr "SSL接続エラー"
 
6049
 
 
6050
#: plugin/oldlibdrizzle/errmsg.cc:55
 
6051
msgid "Malformed packet"
 
6052
msgstr "不正なパケット"
 
6053
 
 
6054
#: plugin/oldlibdrizzle/errmsg.cc:56 plugin/oldlibdrizzle/errmsg.cc:67
 
6055
#: plugin/oldlibdrizzle/errmsg.cc:68 plugin/oldlibdrizzle/errmsg.cc:69
 
6056
#: plugin/oldlibdrizzle/errmsg.cc:70 plugin/oldlibdrizzle/errmsg.cc:71
 
6057
#: plugin/oldlibdrizzle/errmsg.cc:72 plugin/oldlibdrizzle/errmsg.cc:73
 
6058
#: plugin/oldlibdrizzle/errmsg.cc:74 plugin/oldlibdrizzle/errmsg.cc:75
 
6059
msgid "(unused error message)"
 
6060
msgstr "(未使用のエラーメッセージ)"
 
6061
 
 
6062
#: plugin/oldlibdrizzle/errmsg.cc:57
 
6063
msgid "Invalid use of null pointer"
 
6064
msgstr "ヌルポインタの不正使用"
 
6065
 
 
6066
#: plugin/oldlibdrizzle/errmsg.cc:58
 
6067
msgid "Statement not prepared"
 
6068
msgstr ""
 
6069
 
 
6070
#: plugin/oldlibdrizzle/errmsg.cc:59
 
6071
msgid "No data supplied for parameters in prepared statement"
 
6072
msgstr ""
 
6073
 
 
6074
#: plugin/oldlibdrizzle/errmsg.cc:60
 
6075
msgid "Data truncated"
 
6076
msgstr "データをトランケート(切り詰め)ました"
 
6077
 
 
6078
#: plugin/oldlibdrizzle/errmsg.cc:61
 
6079
msgid "No parameters exist in the statement"
 
6080
msgstr "ステートメントにパラメータが存在しません"
 
6081
 
 
6082
#: plugin/oldlibdrizzle/errmsg.cc:62
 
6083
msgid "Invalid parameter number"
 
6084
msgstr "不正なパラメータ番号"
 
6085
 
 
6086
#: plugin/oldlibdrizzle/errmsg.cc:63
 
6087
#, c-format
 
6088
msgid ""
 
6089
"Can't send long data for non-string/non-binary data types (parameter: %d)"
 
6090
msgstr ""
 
6091
 
 
6092
#: plugin/oldlibdrizzle/errmsg.cc:65
 
6093
#, c-format
 
6094
msgid "Using unsupported buffer type: %d  (parameter: %d)"
 
6095
msgstr ""
 
6096
 
 
6097
#: plugin/oldlibdrizzle/errmsg.cc:66
 
6098
#, c-format
 
6099
msgid "Shared memory: %-.100s"
 
6100
msgstr "共有メモリ: %-.100s"
 
6101
 
 
6102
#: plugin/oldlibdrizzle/errmsg.cc:76
 
6103
msgid "Wrong or unknown protocol"
 
6104
msgstr "不正、もしくは不明なプロトコル"
 
6105
 
 
6106
#: plugin/oldlibdrizzle/errmsg.cc:77
 
6107
msgid "Invalid connection handle"
 
6108
msgstr ""
 
6109
 
 
6110
#: plugin/oldlibdrizzle/errmsg.cc:78
 
6111
msgid ""
 
6112
"Connection using old (pre-4.1.1) authentication protocol refused (client "
 
6113
"option 'secure_auth' enabled)"
 
6114
msgstr ""
 
6115
 
 
6116
#: plugin/oldlibdrizzle/errmsg.cc:80
 
6117
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
 
6118
msgstr "行の回収がdrizzle_stmt_close()コールによってキャンセルされました"
 
6119
 
 
6120
#: plugin/oldlibdrizzle/errmsg.cc:81
 
6121
msgid "Attempt to read column without prior row fetch"
 
6122
msgstr ""
 
6123
 
 
6124
#: plugin/oldlibdrizzle/errmsg.cc:82
 
6125
msgid "Prepared statement contains no metadata"
 
6126
msgstr ""
 
6127
 
 
6128
#: plugin/oldlibdrizzle/errmsg.cc:83
 
6129
msgid ""
 
6130
"Attempt to read a row while there is no result set associated with the "
 
6131
"statement"
 
6132
msgstr ""
 
6133
 
 
6134
#: plugin/oldlibdrizzle/errmsg.cc:85
 
6135
msgid "This feature is not implemented yet"
 
6136
msgstr "この機能は未実装です"
 
6137
 
 
6138
#: plugin/oldlibdrizzle/errmsg.cc:86
 
6139
#, c-format
 
6140
msgid ""
 
6141
"Lost connection to Drizzle server while waiting for initial communication "
 
6142
"packet, system error: %d"
 
6143
msgstr ""
 
6144
 
 
6145
#: plugin/oldlibdrizzle/errmsg.cc:88
 
6146
#, c-format
 
6147
msgid ""
 
6148
"Lost connection to Drizzle server while reading initial communication "
 
6149
"packet, system error: %d"
 
6150
msgstr ""
 
6151
 
 
6152
#: plugin/oldlibdrizzle/errmsg.cc:90
 
6153
#, c-format
 
6154
msgid ""
 
6155
"Lost connection to Drizzle server while sending authentication information, "
 
6156
"system error: %d"
 
6157
msgstr ""
 
6158
 
 
6159
#: plugin/oldlibdrizzle/errmsg.cc:92
 
6160
#, c-format
 
6161
msgid ""
 
6162
"Lost connection to Drizzle server while reading authorization information, "
 
6163
"system error: %d"
 
6164
msgstr ""
 
6165
 
 
6166
#: plugin/oldlibdrizzle/errmsg.cc:94
 
6167
#, c-format
 
6168
msgid ""
 
6169
"Lost connection to Drizzle server while setting initial database, system "
 
6170
"error: %d"
 
6171
msgstr ""
 
6172
 
 
6173
#: plugin/oldlibdrizzle/errmsg.cc:96
 
6174
#, c-format
 
6175
msgid "Statement closed indirectly because of a preceding %s() call"
 
6176
msgstr ""
 
6177
 
 
6178
#: plugin/pool_of_threads/pool_of_threads.cc:204
 
6179
msgid "event_add error in libevent_add_session_callback\n"
 
6180
msgstr ""
 
6181
 
 
6182
#: plugin/pool_of_threads/pool_of_threads.cc:346
 
6183
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
 
6184
msgstr ""
 
6185
 
 
6186
#: plugin/pool_of_threads/pool_of_threads.cc:353
 
6187
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
 
6188
msgstr ""
 
6189
 
 
6190
#: plugin/pool_of_threads/pool_of_threads.cc:365
 
6191
msgid "session_add_event event_add error in libevent_init\n"
 
6192
msgstr ""
 
6193
 
 
6194
#: plugin/pool_of_threads/pool_of_threads.cc:378
 
6195
#, c-format
 
6196
msgid "Can't create completion port thread (error %d)"
 
6197
msgstr ""
 
6198
 
 
6199
#: plugin/pool_of_threads/pool_of_threads.cc:462
 
6200
msgid "libevent_thread_proc: my_thread_init() failed\n"
 
6201
msgstr ""
 
6202
 
 
6203
#: plugin/pool_of_threads/pool_of_threads.cc:642
 
6204
msgid "Size of Pool."
 
6205
msgstr ""
 
6206
 
 
6207
#: plugin/signal_handler/signal_handler.cc:212
4963
6208
#, c-format
4964
6209
msgid "Can't create interrupt-thread (error %d, errno: %d)"
4965
6210
msgstr ""
4966
6211
 
4967
6212
#, c-format
4968
 
msgid "Unable to create background worker thread. Got error %s.\n"
4969
 
msgstr ""
4970
 
 
4971
 
#, c-format
4972
 
msgid "Failed to allocate the TransactionLog instance.  Got error: %s\n"
4973
 
msgstr ""
4974
 
 
4975
 
#, c-format
4976
 
msgid "Failed to initialize the Transaction Log.  Got error: %s\n"
4977
 
msgstr ""
4978
 
 
4979
 
#, c-format
4980
 
msgid "Failed to allocate the TransactionLogApplier instance.  Got error: %s\n"
4981
 
msgstr ""
4982
 
 
4983
 
#, c-format
4984
 
msgid "Failed to allocate the TransactionLogIndex instance.  Got error: %s\n"
4985
 
msgstr ""
4986
 
 
4987
 
#, c-format
4988
 
msgid "Failed to initialize the Transaction Log Index.  Got error: %s\n"
4989
 
msgstr ""
4990
 
 
4991
 
msgid "Enable transaction log"
4992
 
msgstr ""
4993
 
 
4994
 
msgid "DEBUGGING - Truncate transaction log"
4995
 
msgstr ""
4996
 
 
4997
 
msgid "Path to the file to use for transaction log"
4998
 
msgstr ""
4999
 
 
5000
 
msgid "Enable CRC32 Checksumming of each written transaction log entry"
5001
 
msgstr ""
5002
 
 
5003
 
msgid ""
5004
 
"0 == rely on operating system to sync log file (default), 1 == sync file at "
5005
 
"each transaction write, 2 == sync log file once per second"
5006
 
msgstr ""
5007
 
 
5008
 
#, c-format
5009
 
msgid ""
5010
 
"Failed to allocate enough memory to buffer header, transaction message, and "
5011
 
"trailing checksum bytes. Tried to allocate %<PRId64> bytes.  Error: %s\n"
5012
 
msgstr ""
5013
 
 
5014
 
msgid "Failed to open transaction log file "
5015
 
msgstr ""
5016
 
 
5017
 
#, c-format
5018
 
msgid ""
5019
 
"Failed to write full size of log entry.  Tried to write %<PRId64> bytes at "
5020
 
"offset %<PRId64>, but only wrote %<PRId32> bytes.  Error: %s\n"
5021
 
msgstr ""
5022
 
 
5023
 
#, c-format
5024
 
msgid "Failed to sync log file. Got error: %s\n"
5025
 
msgstr ""
5026
 
 
5027
 
#, c-format
5028
 
msgid "Failed to open transaction log file %s.  Got error: %s\n"
5029
 
msgstr ""
5030
 
 
5031
 
#, c-format
5032
 
msgid "Raw buffer read: %s.\n"
5033
 
msgstr ""
5034
 
 
5035
 
#, c-format
5036
 
msgid "Unable to parse transaction. Got error: %s.\n"
5037
 
msgstr ""
5038
 
 
5039
 
#, c-format
5040
 
msgid "BUFFER: %s\n"
5041
 
msgstr ""
5042
 
 
5043
 
#~ msgid "Error writing file '%s' (Errcode: %d)"
5044
 
#~ msgstr "ファイル'%s'を書き込み中にエラー (エラーコード: %d)"
5045
 
 
5046
 
#~ msgid "Can't change dir to '%s' (Errcode: %d)"
5047
 
#~ msgstr "'%s' ディレクトリに移動できません (Errcode: %d)"
5048
 
 
5049
 
#~ msgid "Check memory and open file usage at exit ."
5050
 
#~ msgstr "メモリとオープンしているファイルの使用量を表示して終了する。"
5051
 
 
5052
 
#~ msgid "Set the default character set."
5053
 
#~ msgstr "規定の文字セットを設定する。"
5054
 
 
5055
 
#~ msgid "Print some debug info at exit."
5056
 
#~ msgstr "デバッグ情報を出力して終了する。"
5057
 
 
5058
 
#~ msgid "Socket file to use for connection."
5059
 
#~ msgstr "接続に使用するソケットファイル。"
5060
 
 
5061
 
#~ msgid "Unknown command '\\%c'."
5062
 
#~ msgstr "不明なコマンド '\\%c'。"
5063
 
 
5064
6213
#~ msgid "Plugin '%s' init function returned error."
5065
6214
#~ msgstr "プラグイン'%s\"の初期化関数がエラーを返しました"
5066
 
 
5067
 
#~ msgid "Can't start server: Bind on TCP/IP port"
5068
 
#~ msgstr "サーバを起動できません: Bind on TCP/IP port"
5069
 
 
5070
 
#~ msgid "Fatal "
5071
 
#~ msgstr "致命的 "
5072
 
 
5073
 
#~ msgid "Can't start server: listen() on TCP/IP port"
5074
 
#~ msgstr "サーバを起動できません: listen() on TCP/IP port"