~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to po/ar.po

  • Committer: Monty Taylor
  • Date: 2009-12-08 23:39:39 UTC
  • mto: (1240.1.8 build)
  • mto: This revision was merged to the branch mainline in revision 1241.
  • Revision ID: mordred@inaugust.com-20091208233939-w0v4o04xer9pqqhu
Make range test shut up.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
msgid ""
7
7
msgstr ""
8
8
"Project-Id-Version: drizzle\n"
9
 
"Report-Msgid-Bugs-To: \n"
10
 
"POT-Creation-Date: 2011-02-01 09:29-0500\n"
11
 
"PO-Revision-Date: 2010-12-11 01:19+0000\n"
12
 
"Last-Translator: TaleAlkam <Unknown>\n"
 
9
"Report-Msgid-Bugs-To: http://translations.launchpad.net/drizzle\n"
 
10
"POT-Creation-Date: 2009-09-29 17:09-0700\n"
 
11
"PO-Revision-Date: 2009-03-05 21:55+0000\n"
 
12
"Last-Translator: عبد الله شلي (Abdellah Chelli) <sneetsher@gmail.com>\n"
13
13
"Language-Team: Arabic <ar@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
 
"Language: ar\n"
18
17
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n % 100 >= "
19
18
"3 && n % 100 <= 10 ? 3 : n % 100 >= 11 && n % 100 <= 99 ? 4 : 5;\n"
20
 
"X-Launchpad-Export-Date: 2010-12-12 04:38+0000\n"
 
19
"X-Launchpad-Export-Date: 2009-09-23 09:46+0000\n"
21
20
"X-Generator: Launchpad (build Unknown)\n"
22
21
 
23
 
#: ../client/drizzle.cc:468
24
22
msgid "Synonym for `help'."
25
 
msgstr "مرادف لـ `المساعدة'."
 
23
msgstr ""
26
24
 
27
 
#: ../client/drizzle.cc:469
28
25
msgid "Clear command."
29
26
msgstr "إمسح الأمر."
30
27
 
31
 
#: ../client/drizzle.cc:471
32
28
msgid "Reconnect to the server. Optional arguments are db and host."
33
 
msgstr "إعادة الإتصال بالخادم. الوسائط الإختيارية هي لقاعدة البيانات والمضيف ."
 
29
msgstr ""
34
30
 
35
 
#: ../client/drizzle.cc:473
36
31
msgid ""
37
32
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
38
 
msgstr "تعيين بيان محدد. ملاحظة : تحيط بقية الخط الجديد على النحو المحدد"
 
33
msgstr ""
39
34
 
40
 
#: ../client/drizzle.cc:475
41
35
msgid "Send command to drizzle server, display result vertically."
42
 
msgstr "إرسال الأمر إلى ملقم drizzle . وعرض النتيجة عمودياً."
 
36
msgstr ""
43
37
 
44
 
#: ../client/drizzle.cc:476
45
38
msgid "Exit drizzle. Same as quit."
46
 
msgstr "أنهاء دريزل ,مثل الخروج"
 
39
msgstr ""
47
40
 
48
 
#: ../client/drizzle.cc:477
49
41
msgid "Send command to drizzle server."
50
 
msgstr "إرسال الأمر إلى سيرفر drizzle ."
 
42
msgstr ""
51
43
 
52
 
#: ../client/drizzle.cc:478
53
44
msgid "Display this help."
54
45
msgstr "إظهار هذه المساعدة."
55
46
 
56
 
#: ../client/drizzle.cc:479
57
47
msgid "Disable pager, print to stdout."
58
48
msgstr ""
59
49
 
60
 
#: ../client/drizzle.cc:480
61
50
msgid "Don't write into outfile."
62
 
msgstr "لا تكتب في الملف الخارج ."
 
51
msgstr ""
63
52
 
64
 
#: ../client/drizzle.cc:482
65
53
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
66
54
msgstr ""
67
55
 
68
 
#: ../client/drizzle.cc:483
69
56
msgid "Print current command."
70
57
msgstr "إطبع الأمر الحالي."
71
58
 
72
 
#: ../client/drizzle.cc:484
73
59
msgid "Change your drizzle prompt."
74
60
msgstr ""
75
61
 
76
 
#: ../client/drizzle.cc:485
77
62
msgid "Quit drizzle."
78
63
msgstr "خروج من دريزّل"
79
64
 
80
 
#: ../client/drizzle.cc:486
81
65
msgid "Rebuild completion hash."
82
66
msgstr ""
83
67
 
84
 
#: ../client/drizzle.cc:488
85
68
msgid "Execute an SQL script file. Takes a file name as an argument."
86
69
msgstr ""
87
70
 
88
 
#: ../client/drizzle.cc:489
89
71
msgid "Get status information from the server."
90
72
msgstr "جلب معلومات الحالة من الخادم."
91
73
 
92
 
#: ../client/drizzle.cc:491
93
74
msgid "Set outfile [to_outfile]. Append everything into given outfile."
94
75
msgstr ""
95
76
 
96
 
#: ../client/drizzle.cc:493
97
 
msgid "Use another schema. Takes schema name as argument."
98
 
msgstr ""
99
 
 
100
 
#: ../client/drizzle.cc:495
101
 
msgid "Shutdown the instance you are connected too."
102
 
msgstr ""
103
 
 
104
 
#: ../client/drizzle.cc:497 ../client/drizzle.cc:1321
 
77
msgid "Use another database. Takes database name as argument."
 
78
msgstr ""
 
79
 
105
80
msgid "Show warnings after every statement."
106
 
msgstr "اعرض التحذيرات بعد كل تصريح ."
 
81
msgstr ""
107
82
 
108
 
#: ../client/drizzle.cc:499
109
83
msgid "Don't show warnings after every statement."
110
84
msgstr ""
111
85
 
112
 
#: ../client/drizzle.cc:1149 ../client/drizzle.cc:3895
113
 
#, c-format
114
 
msgid "shutting down drizzled"
115
 
msgstr ""
116
 
 
117
 
#: ../client/drizzle.cc:1151 ../client/drizzle.cc:3897
118
 
#, c-format
119
 
msgid " on port %d"
120
 
msgstr ""
121
 
 
122
 
#: ../client/drizzle.cc:1160 ../client/drizzle.cc:1166
123
 
#: ../client/drizzle.cc:3906 ../client/drizzle.cc:3912
124
 
#, c-format
125
 
msgid "shutdown failed; error: '%s'"
126
 
msgstr ""
127
 
 
128
 
#: ../client/drizzle.cc:1175 ../client/drizzle.cc:3921
129
 
#, c-format
130
 
msgid "done\n"
131
 
msgstr ""
132
 
 
133
 
#: ../client/drizzle.cc:1196
134
 
#, c-format
135
 
msgid "drizzled is alive\n"
136
 
msgstr ""
137
 
 
138
 
#: ../client/drizzle.cc:1202
139
 
#, c-format
140
 
msgid "ping failed; error: '%s'"
141
 
msgstr ""
142
 
 
143
 
#: ../client/drizzle.cc:1208
144
 
#, c-format
145
 
msgid "drizzled won't answer to ping, error: '%s'"
146
 
msgstr ""
147
 
 
148
 
#: ../client/drizzle.cc:1257
149
 
msgid "Error: Invalid Value for connect_timeout"
150
 
msgstr ""
151
 
 
152
 
#: ../client/drizzle.cc:1268
153
 
msgid "Error: Invalid Value for max_input_line"
154
 
msgstr ""
155
 
 
156
 
#: ../client/drizzle.cc:1287 ../client/drizzledump.cc:482
157
 
msgid "Options used only in command line"
158
 
msgstr ""
159
 
 
160
 
#: ../client/drizzle.cc:1289
161
 
msgid "Displays this help and exit."
162
 
msgstr ""
163
 
 
164
 
#: ../client/drizzle.cc:1290
 
86
#, c-format
 
87
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
 
88
msgstr ""
 
89
 
 
90
msgid "Welcome to the Drizzle client..  Commands end with ; or \\g."
 
91
msgstr ""
 
92
 
 
93
#, c-format
 
94
msgid ""
 
95
"Your Drizzle connection id is %u\n"
 
96
"Server version: %s\n"
 
97
msgstr ""
 
98
 
 
99
#, c-format
 
100
msgid "Reading history-file %s\n"
 
101
msgstr ""
 
102
 
 
103
#, c-format
 
104
msgid "Couldn't allocate memory for temp histfile!\n"
 
105
msgstr ""
 
106
 
 
107
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
 
108
msgstr ""
 
109
 
 
110
#, c-format
 
111
msgid "Writing history-file %s\n"
 
112
msgstr ""
 
113
 
 
114
msgid "Aborted"
 
115
msgstr "إحباط"
 
116
 
 
117
msgid "Bye"
 
118
msgstr "وداعاً"
 
119
 
 
120
msgid "Query aborted by Ctrl+C\n"
 
121
msgstr ""
 
122
 
 
123
msgid "Display this help and exit."
 
124
msgstr ""
 
125
 
 
126
msgid "Synonym for -?"
 
127
msgstr ""
 
128
 
 
129
msgid ""
 
130
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
 
131
"and field completion, but startup and reconnecting may take a longer time. "
 
132
"Disable with --disable-auto-rehash."
 
133
msgstr ""
 
134
 
 
135
msgid ""
 
136
"No automatic rehashing. One has to use 'rehash' to get table and field "
 
137
"completion. This gives a quicker start of drizzle_st and disables rehashing "
 
138
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
 
139
msgstr ""
 
140
 
 
141
msgid ""
 
142
"Automatically switch to vertical output mode if the result is wider than the "
 
143
"terminal width."
 
144
msgstr ""
 
145
 
165
146
msgid ""
166
147
"Don't use history file. Disable interactive behavior. (Enables --silent)"
167
148
msgstr ""
168
149
 
169
 
#: ../client/drizzle.cc:1292
170
150
msgid "Display column type information."
171
151
msgstr ""
172
152
 
173
 
#: ../client/drizzle.cc:1294
174
153
msgid ""
175
154
"Preserve comments. Send comments to the server. The default is --skip-"
176
155
"comments (discard comments), enable with --comments"
177
156
msgstr ""
178
157
 
179
 
#: ../client/drizzle.cc:1296
 
158
msgid "Use compression in server/client protocol."
 
159
msgstr ""
 
160
 
 
161
msgid "Check memory and open file usage at exit ."
 
162
msgstr ""
 
163
 
 
164
msgid "Print some debug info at exit."
 
165
msgstr ""
 
166
 
 
167
msgid "Database to use."
 
168
msgstr ""
 
169
 
 
170
msgid "(not used)"
 
171
msgstr ""
 
172
 
 
173
msgid "Delimiter to be used."
 
174
msgstr ""
 
175
 
 
176
msgid "Execute command and quit. (Disables --force and history file)"
 
177
msgstr ""
 
178
 
180
179
msgid "Print the output of a query (rows) vertically."
181
180
msgstr ""
182
181
 
183
 
#: ../client/drizzle.cc:1298
184
182
msgid "Continue even if we get an sql error."
185
 
msgstr "تابع الحدث اذا حصل خطاء في sql."
 
183
msgstr ""
186
184
 
187
 
#: ../client/drizzle.cc:1300
188
185
msgid ""
189
186
"Enable named commands. Named commands mean this program's internal commands; "
190
187
"see drizzle> help . When enabled, the named commands can be used from any "
191
 
"line of the query, otherwise only from the first line, before an enter."
192
 
msgstr ""
193
 
 
194
 
#: ../client/drizzle.cc:1302
 
188
"line of the query, otherwise only from the first line, before an enter. "
 
189
"Disable with --disable-named-commands. This option is disabled by default."
 
190
msgstr ""
 
191
 
 
192
msgid ""
 
193
"Named commands are disabled. Use \\* form only, or use named commands only "
 
194
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
 
195
"the client now starts with this option ENABLED by default! Disable with '-"
 
196
"G'. Long format commands still work from the first line. WARNING: option "
 
197
"deprecated; use --disable-named-commands instead."
 
198
msgstr ""
 
199
 
 
200
msgid "Ignore space after function names."
 
201
msgstr ""
 
202
 
 
203
msgid "Enable/disable LOAD DATA LOCAL INFILE."
 
204
msgstr ""
 
205
 
195
206
msgid "Turn off beep on error."
196
207
msgstr ""
197
208
 
198
 
#: ../client/drizzle.cc:1303
199
 
msgid "Do not write line numbers for errors."
200
 
msgstr ""
201
 
 
202
 
#: ../client/drizzle.cc:1304
203
 
msgid "Do not write column names in results."
204
 
msgstr ""
205
 
 
206
 
#: ../client/drizzle.cc:1306
 
209
msgid "Connect to host."
 
210
msgstr ""
 
211
 
 
212
msgid "Write line numbers for errors."
 
213
msgstr ""
 
214
 
 
215
msgid ""
 
216
"Don't write line number for errors. WARNING: -L is deprecated, use long "
 
217
"version of this option instead."
 
218
msgstr ""
 
219
 
 
220
msgid "Flush buffer after each query."
 
221
msgstr ""
 
222
 
 
223
msgid "Write column names in results."
 
224
msgstr ""
 
225
 
207
226
msgid ""
208
227
"Don't write column names in results. WARNING: -N is deprecated, use long "
209
228
"version of this options instead."
210
229
msgstr ""
211
230
 
212
 
#: ../client/drizzle.cc:1308
213
231
msgid ""
214
232
"Change the value of a variable. Please note that this option is deprecated; "
215
233
"you can set variables directly with --variable-name=value."
216
234
msgstr ""
217
235
 
218
 
#: ../client/drizzle.cc:1310
219
 
msgid "Output in table format."
220
 
msgstr ""
221
 
 
222
 
#: ../client/drizzle.cc:1312
223
 
msgid "Only allow UPDATE and DELETE that uses keys."
224
 
msgstr ""
225
 
 
226
 
#: ../client/drizzle.cc:1314
227
 
msgid "Synonym for option --safe-updates, -U."
228
 
msgstr ""
229
 
 
230
 
#: ../client/drizzle.cc:1316
231
 
msgid "-v vvv implies that verbose= 3, Used to specify verbose"
232
 
msgstr ""
233
 
 
234
 
#: ../client/drizzle.cc:1317 ../client/drizzledump.cc:506
235
 
#: ../drizzled/drizzled.cc:1235
236
 
msgid "Output version information and exit."
237
 
msgstr ""
238
 
 
239
 
#: ../client/drizzle.cc:1319
240
 
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
241
 
msgstr ""
242
 
 
243
 
#: ../client/drizzle.cc:1323
244
 
msgid "Number of lines before each import progress report."
245
 
msgstr ""
246
 
 
247
 
#: ../client/drizzle.cc:1325
248
 
msgid "Ping the server to check if it's alive."
249
 
msgstr ""
250
 
 
251
 
#: ../client/drizzle.cc:1327 ../drizzled/drizzled.cc:1154
252
 
msgid "Configuration file defaults are not used if no-defaults is set"
253
 
msgstr ""
254
 
 
255
 
#: ../client/drizzle.cc:1330 ../client/drizzledump.cc:514
256
 
msgid "Options specific to the drizzle client"
257
 
msgstr ""
258
 
 
259
 
#: ../client/drizzle.cc:1333
260
 
msgid ""
261
 
"Disable automatic rehashing. One doesn't need to use 'rehash' to get table "
262
 
"and field completion, but startup and reconnecting may take a longer time."
263
 
msgstr ""
264
 
 
265
 
#: ../client/drizzle.cc:1335
266
 
msgid ""
267
 
"Automatically switch to vertical output mode if the result is wider than the "
268
 
"terminal width."
269
 
msgstr ""
270
 
 
271
 
#: ../client/drizzle.cc:1337
272
 
msgid "Database to use."
273
 
msgstr ""
274
 
 
275
 
#: ../client/drizzle.cc:1339
276
 
msgid "(not used)"
277
 
msgstr ""
278
 
 
279
 
#: ../client/drizzle.cc:1341
280
 
msgid "Delimiter to be used."
281
 
msgstr ""
282
 
 
283
 
#: ../client/drizzle.cc:1343
284
 
msgid "Execute command and quit. (Disables --force and history file)"
285
 
msgstr ""
286
 
 
287
 
#: ../client/drizzle.cc:1345
288
 
msgid "Enable LOAD DATA LOCAL INFILE."
289
 
msgstr ""
290
 
 
291
 
#: ../client/drizzle.cc:1347
292
 
msgid "Flush buffer after each query."
293
 
msgstr ""
294
 
 
295
 
#: ../client/drizzle.cc:1349
296
236
msgid "Ignore SIGINT (CTRL-C)"
297
237
msgstr ""
298
238
 
299
 
#: ../client/drizzle.cc:1351
300
239
msgid ""
301
240
"Only update the default database. This is useful for skipping updates to "
302
241
"other database in the update log."
303
242
msgstr ""
304
243
 
305
 
#: ../client/drizzle.cc:1353
306
244
msgid ""
307
245
"Pager to use to display results. If you don't supply an option the default "
308
246
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
311
249
"default."
312
250
msgstr ""
313
251
 
314
 
#: ../client/drizzle.cc:1355
315
 
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
316
 
msgstr ""
317
 
 
318
 
#: ../client/drizzle.cc:1357
 
252
msgid ""
 
253
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
 
254
"option deprecated; use --disable-pager instead."
 
255
msgstr ""
 
256
 
 
257
msgid ""
 
258
"Password to use when connecting to server. If password is not given it's "
 
259
"asked from the tty."
 
260
msgstr ""
 
261
 
 
262
msgid ""
 
263
"Port number to use for connection or 0 for default to, in order of "
 
264
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
 
265
msgstr ""
 
266
 
 
267
msgid "built-in default"
 
268
msgstr ""
 
269
 
319
270
msgid "Set the drizzle prompt to this value."
320
271
msgstr ""
321
272
 
322
 
#: ../client/drizzle.cc:1359
323
273
msgid ""
324
274
"Don't cache result, print it row by row. This may slow down the server if "
325
275
"the output is suspended. Doesn't use history file."
326
276
msgstr ""
327
277
 
328
 
#: ../client/drizzle.cc:1361
329
278
msgid "Write fields without conversion. Used with --batch."
330
279
msgstr ""
331
280
 
332
 
#: ../client/drizzle.cc:1362
333
 
#, fuzzy
334
 
msgid "Do not reconnect if the connection is lost."
335
 
msgstr "الرجاء الإنتظار ، وإعادة محاولة الإتصال إن فشل في الإتصال"
336
 
 
337
 
#: ../client/drizzle.cc:1364
338
 
msgid "Shutdown the server"
339
 
msgstr ""
340
 
 
341
 
#: ../client/drizzle.cc:1365
 
281
msgid ""
 
282
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
 
283
"option is enabled by default."
 
284
msgstr ""
 
285
 
 
286
msgid "Shutdown the server."
 
287
msgstr ""
 
288
 
342
289
msgid ""
343
290
"Be more silent. Print results with a tab as separator, each row on new line."
344
291
msgstr ""
345
292
 
346
 
#: ../client/drizzle.cc:1367
 
293
msgid "Socket file to use for connection."
 
294
msgstr ""
 
295
 
 
296
msgid "Output in table format."
 
297
msgstr ""
 
298
 
347
299
msgid ""
348
300
"Append everything into outfile. See interactive help (\\h) also. Does not "
349
301
"work in batch mode. Disable with --disable-tee. This option is disabled by "
350
302
"default."
351
303
msgstr ""
352
304
 
353
 
#: ../client/drizzle.cc:1369
354
 
msgid "Disable outfile. See interactive help (\\h) also."
355
 
msgstr ""
356
 
 
357
 
#: ../client/drizzle.cc:1371
 
305
msgid ""
 
306
"Disable outfile. See interactive help (\\h) also. WARNING: option "
 
307
"deprecated; use --disable-tee instead"
 
308
msgstr ""
 
309
 
 
310
msgid "User for login if not current user."
 
311
msgstr ""
 
312
 
 
313
msgid "Only allow UPDATE and DELETE that uses keys."
 
314
msgstr ""
 
315
 
 
316
msgid "Synonym for option --safe-updates, -U."
 
317
msgstr ""
 
318
 
 
319
msgid "Write more. (-v -v -v gives the table output format)."
 
320
msgstr ""
 
321
 
 
322
msgid "Output version information and exit."
 
323
msgstr ""
 
324
 
 
325
msgid "Wait and retry if connection is down."
 
326
msgstr "الرجاء الإنتظار ، وإعادة محاولة الإتصال إن فشل في الإتصال"
 
327
 
358
328
msgid "Number of seconds before connection timeout."
359
329
msgstr ""
360
330
 
361
 
#: ../client/drizzle.cc:1373
362
331
msgid "Max length of input line"
363
332
msgstr ""
364
333
 
365
 
#: ../client/drizzle.cc:1375
366
334
msgid "Automatic limit for SELECT when using --safe-updates"
367
335
msgstr ""
368
336
 
369
 
#: ../client/drizzle.cc:1377
370
337
msgid "Automatic limit for rows in a join when using --safe-updates"
371
338
msgstr ""
372
339
 
373
 
#: ../client/drizzle.cc:1380 ../client/drizzledump.cc:553
374
 
msgid "Options specific to the client"
375
 
msgstr ""
376
 
 
377
 
#: ../client/drizzle.cc:1383
378
 
msgid "Connect to host"
379
 
msgstr ""
380
 
 
381
 
#: ../client/drizzle.cc:1385
382
 
msgid ""
383
 
"Password to use when connecting to server. If password is not given it's "
384
 
"asked from the tty."
385
 
msgstr ""
386
 
 
387
 
#: ../client/drizzle.cc:1387
388
 
msgid ""
389
 
"Port number to use for connection or 0 for default to, in order of "
390
 
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"
391
 
msgstr ""
392
 
 
393
 
#: ../client/drizzle.cc:1393 ../client/drizzledump.cc:562
394
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:583
395
 
msgid "User for login if not current user."
396
 
msgstr ""
397
 
 
398
 
#: ../client/drizzle.cc:1395 ../client/drizzledump.cc:564
399
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:589
400
 
msgid "The protocol of connection (mysql or drizzle)."
401
 
msgstr ""
402
 
 
403
 
#: ../client/drizzle.cc:1398 ../client/drizzledump.cc:576
404
 
msgid "Allowed Options"
405
 
msgstr ""
406
 
 
407
 
#: ../client/drizzle.cc:1463 ../client/drizzle.cc:1470
408
 
#, c-format
409
 
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
410
 
msgstr ""
411
 
 
412
 
#: ../client/drizzle.cc:1534 ../client/drizzle.cc:3791
 
340
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
 
341
msgstr ""
 
342
 
 
343
msgid "Number of lines before each import progress report."
 
344
msgstr ""
 
345
 
 
346
msgid "Ping the server to check if it's alive."
 
347
msgstr ""
 
348
 
 
349
#, c-format
 
350
msgid "%s  Ver %s Distrib %s, for %s-%s (%s) using %s %s\n"
 
351
msgstr ""
 
352
 
 
353
#, c-format
 
354
msgid ""
 
355
"Copyright (C) 2008 Sun Microsystems\n"
 
356
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
 
357
"and you are welcome to modify and redistribute it under the GPL license\n"
 
358
msgstr ""
 
359
 
 
360
#, c-format
 
361
msgid "Usage: %s [OPTIONS] [database]\n"
 
362
msgstr ""
 
363
 
413
364
msgid "DELIMITER cannot contain a backslash character"
414
365
msgstr ""
415
366
 
416
 
#: ../client/drizzle.cc:1613 ../client/drizzledump.cc:675
417
 
#: ../client/drizzleimport.cc:471 ../client/drizzleslap.cc:623
418
 
#: ../client/drizzletest.cc:5659
419
 
msgid "Error: Unknown protocol"
420
 
msgstr ""
421
 
 
422
 
#: ../client/drizzle.cc:1627
423
 
#, c-format
424
 
msgid "Error: Value of %<PRIu32> supplied for port is not valid.\n"
425
 
msgstr ""
426
 
 
427
 
#: ../client/drizzle.cc:1673 ../client/drizzle.cc:4081
428
 
#, c-format
429
 
msgid "Drizzle client %s build %s, for %s-%s (%s) using readline %s\n"
430
 
msgstr ""
431
 
 
432
 
#: ../client/drizzle.cc:1679
433
 
#, c-format
434
 
msgid ""
435
 
"Copyright (C) 2008 Sun Microsystems\n"
436
 
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
437
 
"and you are welcome to modify and redistribute it under the GPL license\n"
438
 
msgstr ""
439
 
 
440
 
#: ../client/drizzle.cc:1684
441
 
#, c-format
442
 
msgid "Usage: drizzle [OPTIONS] [schema]\n"
443
 
msgstr ""
444
 
 
445
 
#: ../client/drizzle.cc:1738
446
 
#, c-format
447
 
msgid "Welcome to the Drizzle client..  Commands end with %s or \\g."
448
 
msgstr ""
449
 
 
450
 
#: ../client/drizzle.cc:1747
451
 
#, c-format
452
 
msgid ""
453
 
"Your Drizzle connection id is %u\n"
454
 
"Connection protocol: %s\n"
455
 
"Server version: %s\n"
456
 
msgstr ""
457
 
 
458
 
#: ../client/drizzle.cc:1781
459
 
#, c-format
460
 
msgid "Reading history-file %s\n"
461
 
msgstr ""
462
 
 
463
 
#: ../client/drizzle.cc:1785
464
 
#, c-format
465
 
msgid "Couldn't allocate memory for temp histfile!\n"
466
 
msgstr ""
467
 
 
468
 
#: ../client/drizzle.cc:1792
469
 
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
470
 
msgstr ""
471
 
 
472
 
#: ../client/drizzle.cc:1802
473
 
msgid "Error:"
474
 
msgstr ""
475
 
 
476
 
#: ../client/drizzle.cc:1815
477
 
#, c-format
478
 
msgid "Writing history-file %s\n"
479
 
msgstr ""
480
 
 
481
 
#: ../client/drizzle.cc:1823
482
 
msgid "Aborted"
483
 
msgstr "إحباط"
484
 
 
485
 
#: ../client/drizzle.cc:1823
486
 
msgid "Bye"
487
 
msgstr "وداعاً"
488
 
 
489
 
#: ../client/drizzle.cc:1873
490
 
msgid "Query aborted by Ctrl+C\n"
491
 
msgstr ""
492
 
 
493
 
#: ../client/drizzle.cc:1957
 
367
#, c-format
 
368
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
 
369
msgstr ""
 
370
 
 
371
#, c-format
 
372
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
 
373
msgstr ""
 
374
 
 
375
#, c-format
 
376
msgid "WARNING: --server-arg option not supported in this configuration.\n"
 
377
msgstr ""
 
378
 
 
379
msgid ""
 
380
"Non-integer value supplied for port.  If you are trying to enter a password "
 
381
"please use --password instead."
 
382
msgstr ""
 
383
 
 
384
msgid "Value supplied for port is not valid."
 
385
msgstr ""
 
386
 
494
387
#, c-format
495
388
msgid "Processing line: %<PRIu32>\n"
496
389
msgstr ""
497
390
 
498
 
#: ../client/drizzle.cc:2175
499
391
msgid "Unknown command: "
500
392
msgstr ""
501
393
 
502
 
#: ../client/drizzle.cc:2346
503
 
msgid "Not found a delimiter within max_input_line of input"
504
 
msgstr ""
505
 
 
506
 
#: ../client/drizzle.cc:2592
507
394
msgid ""
508
395
"Reading table information for completion of table and column names\n"
509
 
"You can turn off this feature to get a quicker startup with -A\n"
 
396
"    You can turn off this feature to get a quicker startup with -A\n"
510
397
"\n"
511
398
msgstr ""
512
399
 
513
 
#: ../client/drizzle.cc:2631
514
400
msgid "No connection. Trying to reconnect..."
515
401
msgstr ""
516
402
 
517
 
#: ../client/drizzle.cc:2637
518
403
msgid "Can't connect to the server\n"
519
404
msgstr "لا يمكن الإتصال بقاعدة البيانات\n"
520
405
 
521
 
#: ../client/drizzle.cc:2721
522
406
msgid "List of all Drizzle commands:"
523
407
msgstr ""
524
408
 
525
 
#: ../client/drizzle.cc:2725
526
 
#, c-format
527
 
msgid ""
528
 
"Note that all text commands must be first on line and end with '%s' or \\g"
 
409
msgid "Note that all text commands must be first on line and end with ';'"
529
410
msgstr ""
530
411
 
531
 
#: ../client/drizzle.cc:2783
532
412
msgid "No query specified\n"
533
413
msgstr ""
534
414
 
535
 
#: ../client/drizzle.cc:2798
536
415
msgid "Ignoring query to other database"
537
416
msgstr ""
538
417
 
539
 
#: ../client/drizzle.cc:2848
540
418
msgid "Empty set"
541
419
msgstr ""
542
420
 
543
 
#: ../client/drizzle.cc:2861
544
421
#, c-format
545
422
msgid "%ld row in set"
546
423
msgid_plural "%ld rows in set"
547
424
msgstr[0] ""
548
425
msgstr[1] ""
549
426
 
550
 
#: ../client/drizzle.cc:2870
551
427
msgid "Query OK"
552
428
msgstr ""
553
429
 
554
 
#: ../client/drizzle.cc:2872
555
430
#, c-format
556
431
msgid "Query OK, %ld row affected"
557
432
msgid_plural "Query OK, %ld rows affected"
558
433
msgstr[0] ""
559
434
msgstr[1] ""
560
435
 
561
 
#: ../client/drizzle.cc:2944
562
 
msgid "popen() failed! defaulting PAGER to stdout!\n"
563
 
msgstr ""
564
 
 
565
 
#: ../client/drizzle.cc:2966
566
 
#, c-format
567
 
msgid "Error logging to file '%s'\n"
568
 
msgstr ""
569
 
 
570
 
#: ../client/drizzle.cc:2971
571
 
#, c-format
572
 
msgid "Logging to file '%s'\n"
573
 
msgstr ""
574
 
 
575
 
#: ../client/drizzle.cc:3055
576
 
#, c-format
577
 
msgid ""
578
 
"Field %3u:  `%s`\n"
579
 
"Catalog:    `%s`\n"
580
 
"Schema:     `%s`\n"
581
 
"Table:      `%s`\n"
582
 
"Org_table:  `%s`\n"
583
 
"Type:       UTF-8\n"
584
 
"Collation:  %s (%u)\n"
585
 
"Length:     %lu\n"
586
 
"Max_length: %lu\n"
587
 
"Decimals:   %u\n"
588
 
"Flags:      %s\n"
589
 
"\n"
590
 
msgstr ""
591
 
 
592
 
#: ../client/drizzle.cc:3522
593
 
#, c-format
594
 
msgid "No previous outfile available, you must give a filename!\n"
595
 
msgstr ""
596
 
 
597
 
#: ../client/drizzle.cc:3527
598
 
#, c-format
599
 
msgid "Currently logging to file '%s'\n"
600
 
msgstr ""
601
 
 
602
 
#: ../client/drizzle.cc:3547
603
 
#, c-format
604
 
msgid "No outfile specified!\n"
605
 
msgstr ""
606
 
 
607
 
#: ../client/drizzle.cc:3560
608
 
msgid "Outfile disabled.\n"
609
 
msgstr ""
610
 
 
611
 
#: ../client/drizzle.cc:3587
612
 
msgid "Default pager wasn't set, using stdout.\n"
613
 
msgstr ""
614
 
 
615
 
#: ../client/drizzle.cc:3607
616
 
#, c-format
617
 
msgid "PAGER set to '%s'\n"
618
 
msgstr ""
619
 
 
620
 
#: ../client/drizzle.cc:3618
621
 
msgid "PAGER set to stdout\n"
622
 
msgstr ""
623
 
 
624
 
#: ../client/drizzle.cc:3701
625
 
#, c-format
626
 
msgid "Connection id:    %u"
627
 
msgstr ""
628
 
 
629
 
#: ../client/drizzle.cc:3703
630
 
#, c-format
631
 
msgid "Current schema: %.128s\n"
632
 
msgstr ""
633
 
 
634
 
#: ../client/drizzle.cc:3704
635
 
msgid "*** NONE ***"
636
 
msgstr ""
637
 
 
638
 
#. Skip command name
639
 
#: ../client/drizzle.cc:3724
640
 
msgid "Usage: \\. <filename> | source <filename>"
641
 
msgstr ""
642
 
 
643
 
#: ../client/drizzle.cc:3739
644
 
#, c-format
645
 
msgid "Failed to open file '%s', error: %d"
646
 
msgstr ""
647
 
 
648
 
#: ../client/drizzle.cc:3747
649
 
msgid "Can't initialize LineBuffer"
650
 
msgstr ""
651
 
 
652
 
#: ../client/drizzle.cc:3783
653
 
msgid "DELIMITER must be followed by a 'delimiter' character or string"
654
 
msgstr ""
655
 
 
656
 
#: ../client/drizzle.cc:3816
657
 
msgid "USE must be followed by a schema name"
658
 
msgstr ""
659
 
 
660
 
#: ../client/drizzle.cc:3884
661
 
msgid "Schema changed"
662
 
msgstr ""
663
 
 
664
 
#: ../client/drizzle.cc:3930
665
 
#, fuzzy
666
 
msgid "Show warnings enabled."
667
 
msgstr "اعرض التحذيرات بعد كل تصريح ."
668
 
 
669
 
#: ../client/drizzle.cc:3938
670
 
#, fuzzy
671
 
msgid "Show warnings disabled."
672
 
msgstr "اعرض التحذيرات بعد كل تصريح ."
673
 
 
674
 
#: ../client/drizzle.cc:4088
675
 
#, c-format
676
 
msgid ""
677
 
"\n"
678
 
"Connection id:\t\t%lu\n"
679
 
msgstr ""
680
 
 
681
 
#: ../client/drizzle.cc:4100
682
 
#, c-format
683
 
msgid "Current schema:\t%s\n"
684
 
msgstr ""
685
 
 
686
 
#: ../client/drizzle.cc:4101
687
 
#, c-format
688
 
msgid "Current user:\t\t%s\n"
689
 
msgstr ""
690
 
 
691
 
#: ../client/drizzle.cc:4107
692
 
msgid "SSL:\t\t\tNot in use"
693
 
msgstr ""
694
 
 
695
 
#: ../client/drizzle.cc:4112
696
 
msgid ""
697
 
"\n"
698
 
"No connection\n"
699
 
msgstr ""
700
 
 
701
 
#: ../client/drizzle.cc:4119
702
 
msgid ""
703
 
"\n"
704
 
"All updates ignored to this schema\n"
705
 
msgstr ""
706
 
 
707
 
#: ../client/drizzle.cc:4122
708
 
#, c-format
709
 
msgid "Current pager:\t\t%s\n"
710
 
msgstr ""
711
 
 
712
 
#: ../client/drizzle.cc:4123
713
 
#, c-format
714
 
msgid "Using outfile:\t\t'%s'\n"
715
 
msgstr ""
716
 
 
717
 
#: ../client/drizzle.cc:4124
718
 
#, c-format
719
 
msgid "Using delimiter:\t%s\n"
720
 
msgstr ""
721
 
 
722
 
#: ../client/drizzle.cc:4125
723
 
#, c-format
724
 
msgid "Server version:\t\t%s\n"
725
 
msgstr ""
726
 
 
727
 
#: ../client/drizzle.cc:4126
728
 
#, c-format
729
 
msgid "Protocol:\t\t%s\n"
730
 
msgstr ""
731
 
 
732
 
#: ../client/drizzle.cc:4127
733
 
#, c-format
734
 
msgid "Protocol version:\t%d\n"
735
 
msgstr ""
736
 
 
737
 
#: ../client/drizzle.cc:4128
738
 
#, c-format
739
 
msgid "Connection:\t\t%s\n"
740
 
msgstr ""
741
 
 
742
 
#: ../client/drizzle.cc:4135
743
 
#, c-format
744
 
msgid "UNIX socket:\t\t%s\n"
745
 
msgstr ""
746
 
 
747
 
#: ../client/drizzle.cc:4137
748
 
#, c-format
749
 
msgid "TCP port:\t\t%d\n"
750
 
msgstr ""
751
 
 
752
 
#: ../client/drizzle.cc:4142
753
 
msgid ""
754
 
"\n"
755
 
"Note that you are running in safe_update_mode:\n"
756
 
msgstr ""
757
 
 
758
 
#: ../client/drizzle.cc:4144
759
 
#, c-format
760
 
msgid ""
761
 
"UPDATEs and DELETEs that don't use a key in the WHERE clause are not "
762
 
"allowed.\n"
763
 
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
764
 
"command.)\n"
765
 
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
766
 
"             Max number of examined row combination in a join is set to: %"
767
 
"lu\n"
768
 
"\n"
769
 
msgstr ""
770
 
 
771
 
#: ../client/drizzle.cc:4206 ../drizzled/option.cc:339
772
 
#, c-format
773
 
msgid "ERROR"
774
 
msgstr ""
775
 
 
776
 
#: ../client/drizzle.cc:4249
777
 
#, c-format
778
 
msgid "ERROR %d (%s): "
779
 
msgstr ""
780
 
 
781
 
#: ../client/drizzle.cc:4251
782
 
#, c-format
783
 
msgid "ERROR %d: "
784
 
msgstr ""
785
 
 
786
 
#: ../client/drizzle.cc:4254
787
 
msgid "ERROR: "
788
 
msgstr ""
789
 
 
790
 
#: ../client/drizzle.cc:4387
791
 
msgid " hours "
792
 
msgstr ""
793
 
 
794
 
#: ../client/drizzle.cc:4389
795
 
msgid " hour "
796
 
msgstr ""
797
 
 
798
 
#: ../client/drizzle.cc:4395
799
 
msgid " min "
800
 
msgstr ""
801
 
 
802
 
#: ../client/drizzle.cc:4401
803
 
msgid " sec"
804
 
msgstr ""
805
 
 
806
 
#: ../client/drizzle.cc:4502
807
 
msgid "(unknown)"
808
 
msgstr ""
809
 
 
810
 
#: ../client/drizzle.cc:4622
811
 
#, c-format
812
 
msgid "Returning to default PROMPT of %s\n"
813
 
msgstr ""
814
 
 
815
 
#: ../client/drizzle.cc:4627
816
 
msgid "Memory allocation error. Not changing prompt\n"
817
 
msgstr ""
818
 
 
819
 
#: ../client/drizzle.cc:4632
820
 
#, c-format
821
 
msgid "PROMPT set to '%s'\n"
822
 
msgstr ""
823
 
 
824
 
#: ../client/drizzledump.cc:229
825
 
msgid "Error inserting into destination database"
826
 
msgstr ""
827
 
 
828
 
#: ../client/drizzledump.cc:253
 
436
msgid "Number of rows before each output progress report (requires --verbose)."
 
437
msgstr ""
 
438
 
829
439
#, c-format
830
440
msgid "Got errno %d on write"
831
441
msgstr ""
832
442
 
833
 
#: ../client/drizzledump.cc:298
834
 
#, c-format
835
 
msgid ""
836
 
"%s: You can't use --single-transaction and --lock-all-tables at the same "
837
 
"time.\n"
838
 
msgstr ""
839
 
 
840
 
#: ../client/drizzledump.cc:305
841
 
#, c-format
842
 
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
843
 
msgstr ""
844
 
 
845
 
#: ../client/drizzledump.cc:373
846
 
msgid "-- Retrieving database structures..."
847
 
msgstr ""
848
 
 
849
 
#: ../client/drizzledump.cc:485
850
 
msgid ""
851
 
"Dump all the databases. This will be same as --databases with all databases "
852
 
"selected."
853
 
msgstr ""
854
 
 
855
 
#: ../client/drizzledump.cc:487
856
 
msgid "Dump all the tablespaces."
857
 
msgstr ""
858
 
 
859
 
#: ../client/drizzledump.cc:489
860
 
msgid "Use complete insert statements."
861
 
msgstr ""
862
 
 
863
 
#: ../client/drizzledump.cc:491
864
 
msgid ""
865
 
"Flush logs file in server before starting dump. Note that if you dump many "
866
 
"databases at once (using the option --databases= or --all-databases), the "
867
 
"logs will be flushed for each database dumped. The exception is when using --"
868
 
"lock-all-tables in this case the logs will be flushed only once, "
869
 
"corresponding to the moment all tables are locked. So if you want your dump "
870
 
"and the log flush to happen at the same exact moment you should use --lock-"
871
 
"all-tables or --flush-logs"
872
 
msgstr ""
873
 
 
874
 
#: ../client/drizzledump.cc:493
875
 
#, fuzzy
876
 
msgid "Continue even if we get an sql-error."
877
 
msgstr "تابع الحدث اذا حصل خطاء في sql."
878
 
 
879
 
#: ../client/drizzledump.cc:494
880
 
#, fuzzy
881
 
msgid "Display this help message and exit."
882
 
msgstr "إظهار هذه المساعدة."
883
 
 
884
 
#: ../client/drizzledump.cc:496
885
 
msgid ""
886
 
"Locks all tables across all databases. This is achieved by taking a global "
887
 
"read lock for the duration of the whole dump. Automatically turns --single-"
888
 
"transaction off."
889
 
msgstr ""
890
 
 
891
 
#: ../client/drizzledump.cc:498
892
 
msgid ""
893
 
"Creates a consistent snapshot by dumping all tables in a single transaction. "
894
 
"Works ONLY for tables stored in storage engines which support "
895
 
"multiversioning (currently only InnoDB does); the dump is NOT guaranteed to "
896
 
"be consistent for other storage engines. While a --single-transaction dump "
897
 
"is in process, to ensure a valid dump file (correct table contents), no "
898
 
"other connection should use the following statements: ALTER TABLE, DROP "
899
 
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not isolated "
900
 
"from them."
901
 
msgstr ""
902
 
 
903
 
#: ../client/drizzledump.cc:500
904
 
msgid ""
905
 
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, ---"
906
 
"extended-insert and --disable-keys."
907
 
msgstr ""
908
 
 
909
 
#: ../client/drizzledump.cc:501
910
 
msgid "Overrides option --databases (-B)."
911
 
msgstr ""
912
 
 
913
 
#: ../client/drizzledump.cc:503
914
 
msgid "Number of rows before each output progress report (requires --verbose)."
915
 
msgstr ""
916
 
 
917
 
#: ../client/drizzledump.cc:505
918
 
msgid "Print info about the various stages."
919
 
msgstr ""
920
 
 
921
 
#: ../client/drizzledump.cc:507
922
 
msgid "Turn off Comments"
923
 
msgstr ""
924
 
 
925
 
#: ../client/drizzledump.cc:508
926
 
msgid "Turn off create-options"
927
 
msgstr ""
928
 
 
929
 
#: ../client/drizzledump.cc:509
930
 
msgid "Turn off extended-insert"
931
 
msgstr ""
932
 
 
933
 
#: ../client/drizzledump.cc:510
934
 
msgid "Turn off dump date at the end of the output"
935
 
msgstr ""
936
 
 
937
 
#: ../client/drizzledump.cc:511
938
 
msgid "Do not read from the configuration files"
939
 
msgstr ""
940
 
 
941
 
#: ../client/drizzledump.cc:517
942
 
msgid "Add a 'DROP DATABASE' before each create."
943
 
msgstr ""
944
 
 
945
 
#: ../client/drizzledump.cc:518
946
 
msgid "Do not add a 'drop table' before each create."
947
 
msgstr ""
948
 
 
949
 
#: ../client/drizzledump.cc:520
950
 
msgid ""
951
 
"Give less verbose output (useful for debugging). Disables structure comments "
952
 
"and header/footer constructs.  Enables options --skip-add-drop-table --no-"
953
 
"set-names --skip-disable-keys"
954
 
msgstr ""
955
 
 
956
 
#: ../client/drizzledump.cc:522
957
 
msgid ""
958
 
"To dump several databases. Note the difference in usage; In this case no "
959
 
"tables are given. All name arguments are regarded as databasenames. 'USE "
960
 
"db_name;' will be included in the output."
961
 
msgstr ""
962
 
 
963
 
#: ../client/drizzledump.cc:524
964
 
msgid ""
965
 
"'ALTER TABLE tb_name DISABLE KEYS;' and 'ALTER TABLE tb_name ENABLE KEYS;' "
966
 
"will not be put in the output."
967
 
msgstr ""
968
 
 
969
 
#: ../client/drizzledump.cc:526
970
 
msgid ""
971
 
"Do not dump the specified table. To specify more than one table to ignore, "
972
 
"use the directive multiple times, once for each table.  Each table must be "
973
 
"specified with both database and table names, e.g. --ignore-table=database."
974
 
"table"
975
 
msgstr ""
976
 
 
977
 
#: ../client/drizzledump.cc:528
978
 
msgid "Insert rows with INSERT IGNORE."
979
 
msgstr ""
980
 
 
981
 
#: ../client/drizzledump.cc:530
982
 
msgid "Wrap a table's data in START TRANSACTION/COMMIT statements."
983
 
msgstr ""
984
 
 
985
 
#: ../client/drizzledump.cc:532
986
 
msgid ""
987
 
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
988
 
"above line will be added otherwise, if --databases or --all-databases option "
989
 
"was given."
990
 
msgstr ""
991
 
 
992
 
#: ../client/drizzledump.cc:534
993
 
msgid "No row information."
994
 
msgstr ""
995
 
 
996
 
#: ../client/drizzledump.cc:536
997
 
msgid "Use REPLACE INTO instead of INSERT INTO."
998
 
msgstr ""
999
 
 
1000
 
#: ../client/drizzledump.cc:538
1001
 
msgid "Where to send output to (stdout|database"
1002
 
msgstr ""
1003
 
 
1004
 
#: ../client/drizzledump.cc:540
1005
 
msgid ""
1006
 
"Hostname for destination db server (requires --destination-type=database)"
1007
 
msgstr ""
1008
 
 
1009
 
#: ../client/drizzledump.cc:542
1010
 
msgid ""
1011
 
"Port number for destination db server (requires --destination-type=database)"
1012
 
msgstr ""
1013
 
 
1014
 
#: ../client/drizzledump.cc:544
1015
 
msgid ""
1016
 
"User name for destination db server (resquires --destination-type=database)"
1017
 
msgstr ""
1018
 
 
1019
 
#: ../client/drizzledump.cc:546
1020
 
msgid ""
1021
 
"Password for destination db server (requires --destination-type=database)"
1022
 
msgstr ""
1023
 
 
1024
 
#: ../client/drizzledump.cc:548
1025
 
msgid ""
1026
 
"The database in the destination db server (requires --destination-"
1027
 
"type=database, not for use with --all-databases)"
1028
 
msgstr ""
1029
 
 
1030
 
#: ../client/drizzledump.cc:550
1031
 
msgid ""
1032
 
"Do not make a UTF8 connection to MySQL, use if you have UTF8 data in a non-"
1033
 
"UTF8 table"
1034
 
msgstr ""
1035
 
 
1036
 
#: ../client/drizzledump.cc:556
1037
 
msgid "Connect to host."
1038
 
msgstr ""
1039
 
 
1040
 
#: ../client/drizzledump.cc:558
1041
 
msgid ""
1042
 
"Password to use when connecting to server. If password is not given it's "
1043
 
"solicited on the tty."
1044
 
msgstr ""
1045
 
 
1046
 
#: ../client/drizzledump.cc:560
1047
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:585
1048
 
msgid "Port number to use for connection."
1049
 
msgstr ""
1050
 
 
1051
 
#: ../client/drizzledump.cc:567
1052
 
msgid "Hidden Options"
1053
 
msgstr ""
1054
 
 
1055
 
#: ../client/drizzledump.cc:569
1056
 
msgid "Used to select the database"
1057
 
msgstr ""
1058
 
 
1059
 
#: ../client/drizzledump.cc:570
1060
 
msgid "Used to select the tables"
1061
 
msgstr ""
1062
 
 
1063
 
#: ../client/drizzledump.cc:573
1064
 
msgid "Allowed Options + Hidden Options"
1065
 
msgstr ""
1066
 
 
1067
 
#: ../client/drizzledump.cc:637
1068
 
#, c-format
1069
 
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1070
 
msgstr ""
1071
 
 
1072
 
#: ../client/drizzledump.cc:642
1073
 
msgid ""
1074
 
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1075
 
"and you are welcome to modify and redistribute it under the GPL license\n"
1076
 
msgstr ""
1077
 
 
1078
 
#: ../client/drizzledump.cc:643
1079
 
msgid "Dumps definitions and data from a Drizzle database server"
1080
 
msgstr ""
1081
 
 
1082
 
#: ../client/drizzledump.cc:644
 
443
#, c-format
 
444
msgid "%s  Drizzle %s libdrizzle %s, for %s-%s (%s)\n"
 
445
msgstr ""
 
446
 
1083
447
#, c-format
1084
448
msgid "Usage: %s [OPTIONS] database [tables]\n"
1085
449
msgstr ""
1086
450
 
1087
 
#: ../client/drizzledump.cc:645
1088
451
#, c-format
1089
452
msgid "OR     %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
1090
453
msgstr ""
1091
454
 
1092
 
#: ../client/drizzledump.cc:647
1093
455
#, c-format
1094
456
msgid "OR     %s [OPTIONS] --all-databases [OPTIONS]\n"
1095
457
msgstr ""
1096
458
 
1097
 
#: ../client/drizzledump.cc:688 ../client/drizzleimport.cc:484
1098
 
#: ../client/drizzleslap.cc:633 ../client/drizzletest.cc:5671
 
459
msgid ""
 
460
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
 
461
"and you are welcome to modify and redistribute it under the GPL license\n"
 
462
msgstr ""
 
463
 
 
464
msgid "Dumps definitions and data from a Drizzle database server"
 
465
msgstr ""
 
466
 
 
467
#, c-format
 
468
msgid "For more options, use %s --help\n"
 
469
msgstr ""
 
470
 
 
471
#, c-format
 
472
msgid ""
 
473
"Non-integer value supplied for port.  If you are trying to enter a password "
 
474
"please use --password instead.\n"
 
475
msgstr ""
 
476
 
1099
477
#, c-format
1100
478
msgid "Value supplied for port is not valid.\n"
1101
479
msgstr ""
1102
480
 
1103
 
#: ../client/drizzledump.cc:743
 
481
#, c-format
 
482
msgid "Memory allocation error while copying password. Aborting.\n"
 
483
msgstr ""
 
484
 
 
485
#, c-format
 
486
msgid "Input filename too long: %s"
 
487
msgstr ""
 
488
 
1104
489
#, c-format
1105
490
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
1106
491
msgstr ""
1107
492
 
1108
 
#: ../client/drizzledump_data.cc:268
1109
 
msgid "-- Retrieving data for "
1110
 
msgstr ""
1111
 
 
1112
 
#: ../client/drizzledump_data.cc:300
1113
 
msgid " rows dumped for table "
1114
 
msgstr ""
1115
 
 
1116
 
#: ../client/drizzledump_data.cc:547
1117
 
msgid "-- Connecting to "
1118
 
msgstr ""
1119
 
 
1120
 
#: ../client/drizzledump_data.cc:547
1121
 
msgid " using protocol "
1122
 
msgstr ""
1123
 
 
1124
 
#: ../client/drizzledump_data.cc:588 ../client/drizzledump_data.cc:594
1125
 
#: ../client/drizzledump_data.cc:625 ../client/drizzledump_data.cc:631
1126
 
msgid "Error executing query: "
1127
 
msgstr ""
1128
 
 
1129
 
#: ../client/drizzledump_data.cc:602
1130
 
msgid "Could not buffer result: "
1131
 
msgstr ""
1132
 
 
1133
 
#: ../client/drizzledump_data.cc:648
1134
 
msgid "Error: Could not set db '"
1135
 
msgstr ""
1136
 
 
1137
 
#: ../client/drizzledump_data.cc:662 ../client/drizzledump_data.cc:667
1138
 
#: ../client/drizzledump_data.cc:673
1139
 
msgid "Got error: "
1140
 
msgstr ""
1141
 
 
1142
 
#: ../client/drizzledump_data.cc:682
1143
 
msgid "-- Disconnecting from "
1144
 
msgstr ""
1145
 
 
1146
 
#: ../client/drizzledump_drizzle.cc:41 ../client/drizzledump_drizzle.cc:98
1147
 
#: ../client/drizzledump_mysql.cc:42 ../client/drizzledump_mysql.cc:104
1148
 
msgid "-- Retrieving table structures for "
1149
 
msgstr ""
1150
 
 
1151
 
#: ../client/drizzledump_drizzle.cc:172 ../client/drizzledump_mysql.cc:168
1152
 
msgid "-- Retrieving fields for "
1153
 
msgstr ""
1154
 
 
1155
 
#: ../client/drizzledump_drizzle.cc:225 ../client/drizzledump_mysql.cc:270
1156
 
msgid "-- Retrieving indexes for "
1157
 
msgstr ""
1158
 
 
1159
 
#: ../client/drizzledump_drizzle.cc:270 ../client/drizzledump_mysql.cc:315
1160
 
msgid "-- Retrieving foreign keys for "
1161
 
msgstr ""
1162
 
 
1163
 
#: ../client/drizzleslap.cc:2292
1164
 
#, c-format
1165
 
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
1166
 
msgstr ""
1167
 
 
1168
 
#: ../client/drizzletest.cc:5412
1169
 
msgid "Error: Invalid Value for opt_max_connect_retries"
1170
 
msgstr ""
1171
 
 
1172
 
#: ../client/drizzletest.cc:5422
1173
 
msgid "Error: Invalid Value for opt_tail_lines"
1174
 
msgstr ""
1175
 
 
1176
 
#: ../client/drizzletest.cc:5432
1177
 
msgid "Error: Invalid Value for opt_sleep"
1178
 
msgstr ""
1179
 
 
1180
 
#: ../client/drizzletest.cc:5623
1181
 
#, c-format
1182
 
msgid "Could not open '%s' for reading: errno = %d"
1183
 
msgstr ""
1184
 
 
1185
 
#: ../client/drizzletest.cc:5628
1186
 
#, c-format
1187
 
msgid "Out of memory"
1188
 
msgstr ""
1189
 
 
1190
 
#: ../drizzled/drizzled.cc:491
 
493
#, c-format
 
494
msgid "Invalid mode to --compatible: %s\n"
 
495
msgstr ""
 
496
 
 
497
#, c-format
 
498
msgid "%s: You must use option --tab with --fields-...\n"
 
499
msgstr ""
 
500
 
 
501
#, c-format
 
502
msgid ""
 
503
"%s: You can't use --single-transaction and --lock-all-tables at the same "
 
504
"time.\n"
 
505
msgstr ""
 
506
 
 
507
#, c-format
 
508
msgid ""
 
509
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
 
510
"time.\n"
 
511
msgstr ""
 
512
 
 
513
#, c-format
 
514
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
 
515
msgstr ""
 
516
 
 
517
#, c-format
 
518
msgid "Got error: %s (%d) %s"
 
519
msgstr ""
 
520
 
 
521
#, c-format
 
522
msgid "Got error: %d %s"
 
523
msgstr ""
 
524
 
 
525
#, c-format
 
526
msgid "Couldn't execute '%s': %s (%d)"
 
527
msgstr ""
 
528
 
 
529
#, c-format
 
530
msgid "-- Connecting to %s...\n"
 
531
msgstr ""
 
532
 
 
533
#, c-format
 
534
msgid "-- Disconnecting from %s...\n"
 
535
msgstr ""
 
536
 
 
537
msgid "Couldn't allocate memory"
 
538
msgstr ""
 
539
 
 
540
#, c-format
 
541
msgid ""
 
542
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
 
543
"type %s\n"
 
544
msgstr ""
 
545
 
 
546
#, c-format
 
547
msgid "-- Retrieving table structure for table %s...\n"
 
548
msgstr ""
 
549
 
 
550
#, c-format
 
551
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
 
552
msgstr ""
 
553
 
 
554
#, c-format
 
555
msgid "%s: Can't get keys for table %s\n"
 
556
msgstr ""
 
557
 
 
558
#, c-format
 
559
msgid "Error: Couldn't read status information for table %s\n"
 
560
msgstr ""
 
561
 
 
562
#, c-format
 
563
msgid "Error retrieving table structure for table: \"%s\""
 
564
msgstr ""
 
565
 
 
566
#, c-format
 
567
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
 
568
msgstr ""
 
569
 
 
570
#, c-format
 
571
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
 
572
msgstr ""
 
573
 
 
574
#, c-format
 
575
msgid "-- Skipping dump data for table '%s', it has no fields\n"
 
576
msgstr ""
 
577
 
 
578
msgid "-- Sending SELECT query...\n"
 
579
msgstr ""
 
580
 
 
581
msgid "when executing 'SELECT INTO OUTFILE'"
 
582
msgstr ""
 
583
 
 
584
#, c-format
 
585
msgid ""
 
586
"\n"
 
587
"--\n"
 
588
"-- Dumping data for table %s\n"
 
589
"--\n"
 
590
msgstr ""
 
591
 
 
592
msgid "-- Retrieving rows...\n"
 
593
msgstr ""
 
594
 
 
595
#, c-format
 
596
msgid "%s: Error in field count for table: %s !  Aborting.\n"
 
597
msgstr ""
 
598
 
 
599
#, c-format
 
600
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
 
601
msgstr ""
 
602
 
 
603
#, c-format
 
604
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
 
605
msgstr ""
 
606
 
 
607
#, c-format
 
608
msgid "Not enough fields from table %s! Aborting.\n"
 
609
msgstr ""
 
610
 
 
611
msgid "when doing refresh"
 
612
msgstr ""
 
613
 
 
614
msgid "alloc_root failure."
 
615
msgstr ""
 
616
 
 
617
#, c-format
 
618
msgid "Couldn't find table: \"%s\""
 
619
msgstr ""
 
620
 
 
621
#, c-format
 
622
msgid ""
 
623
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
 
624
msgstr ""
 
625
 
 
626
#, c-format
 
627
msgid "Error: Not enough memory to store ORDER BY clause\n"
 
628
msgstr ""
 
629
 
 
630
#, c-format
 
631
msgid "Error while loading database options: '%s':"
 
632
msgstr ""
 
633
 
 
634
#, c-format
 
635
msgid "Got signal %d from thread %<PRIu64>"
 
636
msgstr ""
 
637
 
1191
638
msgid "Aborting\n"
1192
639
msgstr ""
1193
640
 
1194
 
#: ../drizzled/drizzled.cc:550
1195
641
msgid "One can only use the --user switch if running as root\n"
1196
642
msgstr ""
1197
643
 
1198
 
#: ../drizzled/drizzled.cc:557
1199
644
msgid ""
1200
645
"Fatal error: Please read \"Security\" section of the manual to find out how "
1201
646
"to run drizzled as root!\n"
1202
647
msgstr ""
1203
648
 
1204
 
#: ../drizzled/drizzled.cc:577
1205
649
#, c-format
1206
650
msgid ""
1207
651
"Fatal error: Can't change to run as user '%s' ;  Please check that the user "
1208
652
"exists!\n"
1209
653
msgstr ""
1210
654
 
1211
 
#: ../drizzled/drizzled.cc:602
1212
 
msgid "Set process group ID failed"
1213
 
msgstr ""
1214
 
 
1215
 
#: ../drizzled/drizzled.cc:607
1216
 
msgid "Set process user ID failed"
1217
 
msgstr ""
1218
 
 
1219
 
#: ../drizzled/drizzled.cc:619
1220
 
msgid "Process chroot failed"
1221
 
msgstr ""
1222
 
 
1223
 
#: ../drizzled/drizzled.cc:739
1224
 
msgid "Error: Invalid Value for auto_increment_increment"
1225
 
msgstr ""
1226
 
 
1227
 
#: ../drizzled/drizzled.cc:750
1228
 
msgid "Error: Invalid Value for auto_increment_offset"
1229
 
msgstr ""
1230
 
 
1231
 
#: ../drizzled/drizzled.cc:761
1232
 
msgid "Error: Invalid Value for completion_type"
1233
 
msgstr ""
1234
 
 
1235
 
#: ../drizzled/drizzled.cc:773
1236
 
msgid "Error: Invalid Value for div-precision-increment"
1237
 
msgstr ""
1238
 
 
1239
 
#: ../drizzled/drizzled.cc:784
1240
 
msgid "Error: Invalid Value for group_concat_max_len"
1241
 
msgstr ""
1242
 
 
1243
 
#: ../drizzled/drizzled.cc:795
1244
 
msgid "Error: Invalid Value for join_buffer_size"
1245
 
msgstr ""
1246
 
 
1247
 
#: ../drizzled/drizzled.cc:807
1248
 
msgid "Error: Invalid Value for max_allowed_packet"
1249
 
msgstr ""
1250
 
 
1251
 
#: ../drizzled/drizzled.cc:819
1252
 
msgid "Error: Invalid Value for max_error_count"
1253
 
msgstr ""
1254
 
 
1255
 
#: ../drizzled/drizzled.cc:830
1256
 
msgid "Error: Invalid Value for max_heap_table_size"
1257
 
msgstr ""
1258
 
 
1259
 
#: ../drizzled/drizzled.cc:842
1260
 
msgid "Error: Invalid Value for min_examined_row_limit"
1261
 
msgstr ""
1262
 
 
1263
 
#: ../drizzled/drizzled.cc:853
1264
 
msgid "Error: Invalid Value for max_join_size"
1265
 
msgstr ""
1266
 
 
1267
 
#: ../drizzled/drizzled.cc:864
1268
 
msgid "Error: Invalid Value for max_length_for_sort_data"
1269
 
msgstr ""
1270
 
 
1271
 
#: ../drizzled/drizzled.cc:875
1272
 
msgid "Error: Invalid Value for max_seeks_for_key"
1273
 
msgstr ""
1274
 
 
1275
 
#: ../drizzled/drizzled.cc:886
1276
 
msgid "Error: Invalid Value for max_sort_length"
1277
 
msgstr ""
1278
 
 
1279
 
#: ../drizzled/drizzled.cc:897
1280
 
msgid "Error: Invalid Value for optimizer_search_depth"
1281
 
msgstr ""
1282
 
 
1283
 
#: ../drizzled/drizzled.cc:908
1284
 
msgid "Error: Invalid Value for preload_buff_size"
1285
 
msgstr ""
1286
 
 
1287
 
#: ../drizzled/drizzled.cc:919
1288
 
msgid "Error: Invalid Value for query_alloc_block_size"
1289
 
msgstr ""
1290
 
 
1291
 
#: ../drizzled/drizzled.cc:931
1292
 
msgid "Error: Invalid Value for query_prealloc_size"
1293
 
msgstr ""
1294
 
 
1295
 
#: ../drizzled/drizzled.cc:943
1296
 
msgid "Error: Invalid Value for range_alloc_block_size"
1297
 
msgstr ""
1298
 
 
1299
 
#: ../drizzled/drizzled.cc:955
1300
 
msgid "Error: Invalid Value for read_buff_size"
1301
 
msgstr ""
1302
 
 
1303
 
#: ../drizzled/drizzled.cc:967
1304
 
msgid "Error: Invalid Value for read_rnd_buff_size"
1305
 
msgstr ""
1306
 
 
1307
 
#: ../drizzled/drizzled.cc:978
1308
 
msgid "Error: Invalid Value for sort_buff_size"
1309
 
msgstr ""
1310
 
 
1311
 
#: ../drizzled/drizzled.cc:989
1312
 
msgid "Error: Invalid Value for table_def_size"
1313
 
msgstr ""
1314
 
 
1315
 
#: ../drizzled/drizzled.cc:1000
1316
 
msgid "Error: Invalid Value for table_cache_size"
1317
 
msgstr ""
1318
 
 
1319
 
#: ../drizzled/drizzled.cc:1011 ../drizzled/drizzled.cc:1027
1320
 
msgid "Error: Invalid Value for table_lock_wait_timeout"
1321
 
msgstr ""
1322
 
 
1323
 
#: ../drizzled/drizzled.cc:1038
1324
 
msgid ""
1325
 
"Error: Invalid Value for transaction_message_threshold valid values are "
1326
 
"between 131072 - 1048576 bytes"
1327
 
msgstr ""
1328
 
 
1329
 
#: ../drizzled/drizzled.cc:1096
1330
 
#, c-format
1331
 
msgid "Defaults file '%s' not found\n"
1332
 
msgstr ""
1333
 
 
1334
 
#: ../drizzled/drizzled.cc:1138
 
655
#, c-format
 
656
msgid "Fatal signal %d while backtracing\n"
 
657
msgstr ""
 
658
 
 
659
#, c-format
 
660
msgid ""
 
661
"We will try our best to scrape up some info that will hopefully help "
 
662
"diagnose\n"
 
663
"the problem, but since we have already crashed, something is definitely "
 
664
"wrong\n"
 
665
"and this may fail.\n"
 
666
"\n"
 
667
msgstr ""
 
668
 
 
669
#, c-format
 
670
msgid ""
 
671
"It is possible that drizzled could use up to \n"
 
672
"key_buffer_size + (read_buffer_size + sort_buffer_size)*thread_count\n"
 
673
"bytes of memory\n"
 
674
"Hope that's ok; if not, decrease some variables in the equation.\n"
 
675
"\n"
 
676
msgstr ""
 
677
 
 
678
#, c-format
 
679
msgid ""
 
680
"Attempting backtrace. You can use the following information to find out\n"
 
681
"where drizzled died. If you see no messages after this, something went\n"
 
682
"terribly wrong...\n"
 
683
msgstr ""
 
684
 
 
685
#, c-format
 
686
msgid ""
 
687
"Trying to get some variables.\n"
 
688
"Some pointers may be invalid and cause the dump to abort...\n"
 
689
msgstr ""
 
690
 
 
691
#, c-format
 
692
msgid ""
 
693
"\n"
 
694
"This crash occurred while the server was calling initgroups(). This is\n"
 
695
"often due to the use of a drizzled that is statically linked against glibc\n"
 
696
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
 
697
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
 
698
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
 
699
"drizzled that is not statically linked.\n"
 
700
msgstr ""
 
701
 
 
702
#, c-format
 
703
msgid ""
 
704
"\n"
 
705
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
 
706
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
 
707
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
 
708
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
 
709
"the documentation for your distribution on how to do that.\n"
 
710
msgstr ""
 
711
 
 
712
#, c-format
 
713
msgid ""
 
714
"\n"
 
715
"The '--memlock' argument, which was enabled, uses system calls that are\n"
 
716
"unreliable and unstable on some operating systems and operating-system\n"
 
717
"versions (notably, some versions of Linux).  This crash could be due to use\n"
 
718
"of those buggy OS calls.  You should consider whether you really need the\n"
 
719
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
 
720
" bugs.\n"
 
721
msgstr ""
 
722
 
 
723
#, c-format
 
724
msgid "Writing a core file\n"
 
725
msgstr ""
 
726
 
 
727
msgid ""
 
728
"setrlimit could not change the size of core files to 'infinity';  We may not "
 
729
"be able to generate a core file on signals"
 
730
msgstr ""
 
731
 
1335
732
#, c-format
1336
733
msgid "gethostname failed, using '%s' as hostname"
1337
734
msgstr ""
1338
735
 
1339
 
#: ../drizzled/drizzled.cc:1152 ../drizzled/drizzled.cc:1739
1340
 
msgid "Display this help and exit."
1341
 
msgstr ""
1342
 
 
1343
 
#: ../drizzled/drizzled.cc:1156
1344
 
msgid "Configuration file to use"
1345
 
msgstr ""
1346
 
 
1347
 
#: ../drizzled/drizzled.cc:1158
1348
 
msgid "Base location for config files"
1349
 
msgstr ""
1350
 
 
1351
 
#: ../drizzled/drizzled.cc:1160 ../drizzled/drizzled.cc:1927
1352
 
msgid "Directory for plugins."
1353
 
msgstr ""
1354
 
 
1355
 
#: ../drizzled/drizzled.cc:1165 ../drizzled/drizzled.cc:1931
1356
 
msgid ""
1357
 
"Optional comma separated list of plugins to load at startup in addition to "
1358
 
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
1359
 
msgstr ""
1360
 
 
1361
 
#: ../drizzled/drizzled.cc:1169 ../drizzled/drizzled.cc:1937
1362
 
msgid ""
1363
 
"Optional comma separated list of plugins to not load at startup. Effectively "
1364
 
"removes a plugin from the list of plugins to be loaded. [for example: --"
1365
 
"plugin_remove=crc32,logger_gearman]"
1366
 
msgstr ""
1367
 
 
1368
 
#: ../drizzled/drizzled.cc:1173 ../drizzled/drizzled.cc:1943
1369
 
msgid ""
1370
 
"Optional comma separated list of plugins to load at starup instead of the "
1371
 
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1372
 
msgstr ""
1373
 
 
1374
 
#: ../drizzled/drizzled.cc:1180 ../drizzled/drizzled.cc:1743
 
736
#, c-format
 
737
msgid "Unknown locale: '%s'"
 
738
msgstr ""
 
739
 
 
740
msgid "Can't create thread-keys"
 
741
msgstr ""
 
742
 
 
743
msgid "Out of memory"
 
744
msgstr ""
 
745
 
 
746
msgid "Failed to initialize plugins."
 
747
msgstr ""
 
748
 
 
749
#, c-format
 
750
msgid ""
 
751
"%s: Too many arguments (first extra is '%s').\n"
 
752
"Use --verbose --help to get a list of available options\n"
 
753
msgstr ""
 
754
 
 
755
msgid "No scheduler found, cannot continue!\n"
 
756
msgstr ""
 
757
 
 
758
msgid "Can't init databases"
 
759
msgstr ""
 
760
 
 
761
#, c-format
 
762
msgid "Unknown/unsupported table type: %s"
 
763
msgstr ""
 
764
 
 
765
#, c-format
 
766
msgid "Default storage engine (%s) is not available"
 
767
msgstr ""
 
768
 
 
769
#, c-format
 
770
msgid "Failed to lock memory. Errno: %d\n"
 
771
msgstr ""
 
772
 
 
773
msgid "Display this help and exit after initializing plugins."
 
774
msgstr ""
 
775
 
1375
776
msgid "Auto-increment columns are incremented by this"
1376
777
msgstr ""
1377
778
 
1378
 
#: ../drizzled/drizzled.cc:1182 ../drizzled/drizzled.cc:1748
1379
779
msgid ""
1380
780
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1381
781
"= 1"
1382
782
msgstr ""
1383
783
 
1384
 
#: ../drizzled/drizzled.cc:1184 ../drizzled/drizzled.cc:1754
1385
784
msgid ""
1386
785
"Path to installation directory. All paths are usually resolved relative to "
1387
786
"this."
1388
787
msgstr ""
1389
788
 
1390
 
#: ../drizzled/drizzled.cc:1187 ../drizzled/drizzled.cc:1759
1391
789
msgid "Chroot drizzled daemon during startup."
1392
790
msgstr ""
1393
791
 
1394
 
#: ../drizzled/drizzled.cc:1189 ../drizzled/drizzled.cc:1763
1395
792
msgid "Set the default collation."
1396
793
msgstr ""
1397
794
 
1398
 
#: ../drizzled/drizzled.cc:1191 ../drizzled/drizzled.cc:1767
1399
795
msgid "Default completion type."
1400
796
msgstr ""
1401
797
 
1402
 
#: ../drizzled/drizzled.cc:1192 ../drizzled/drizzled.cc:1772
1403
798
msgid "Write core on errors."
1404
799
msgstr ""
1405
800
 
1406
 
#: ../drizzled/drizzled.cc:1194 ../drizzled/drizzled.cc:1776
1407
801
msgid "Path to the database root."
1408
802
msgstr ""
1409
803
 
1410
 
#: ../drizzled/drizzled.cc:1196
1411
 
msgid "Set the default storage engine for tables."
 
804
msgid "Set the default storage engine (table type) for tables."
1412
805
msgstr ""
1413
806
 
1414
 
#: ../drizzled/drizzled.cc:1198
1415
807
msgid "Set the default time zone."
1416
808
msgstr ""
1417
809
 
1418
 
#: ../drizzled/drizzled.cc:1200 ../drizzled/drizzled.cc:1780
 
810
msgid "Print a symbolic stack trace on failure."
 
811
msgstr ""
 
812
 
1419
813
msgid "Used for debugging;  Use at your own risk!"
1420
814
msgstr ""
1421
815
 
1422
 
#: ../drizzled/drizzled.cc:1202 ../drizzled/drizzled.cc:1785
1423
816
msgid "Set up signals usable for debugging"
1424
817
msgstr ""
1425
818
 
1426
 
#: ../drizzled/drizzled.cc:1204
 
819
msgid "(IGNORED)"
 
820
msgstr ""
 
821
 
1427
822
msgid "Set the language used for the month names and the days of the week."
1428
823
msgstr ""
1429
824
 
1430
 
#: ../drizzled/drizzled.cc:1206 ../drizzled/drizzled.cc:1789
1431
825
msgid "Log some not critical warnings to the log file."
1432
826
msgstr ""
1433
827
 
1434
 
#: ../drizzled/drizzled.cc:1208 ../drizzled/drizzled.cc:1794
1435
 
msgid "Pid file used by drizzled."
1436
 
msgstr ""
1437
 
 
1438
 
#: ../drizzled/drizzled.cc:1210
1439
 
msgid "Maximum time in seconds to wait for the port to become free. "
1440
 
msgstr ""
1441
 
 
1442
 
#: ../drizzled/drizzled.cc:1212
1443
 
msgid "Include the SQL query in replicated protobuf messages."
1444
 
msgstr ""
1445
 
 
1446
 
#: ../drizzled/drizzled.cc:1214 ../drizzled/drizzled.cc:1803
 
828
msgid "Lock drizzled in memory."
 
829
msgstr ""
 
830
 
 
831
msgid "Pid file used by safe_mysqld."
 
832
msgstr ""
 
833
 
 
834
msgid ""
 
835
"Maximum time in seconds to wait for the port to become free. (Default: no "
 
836
"wait)"
 
837
msgstr ""
 
838
 
1447
839
msgid ""
1448
840
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1449
841
"specified directory"
1450
842
msgstr ""
1451
843
 
1452
 
#: ../drizzled/drizzled.cc:1217 ../drizzled/drizzled.cc:1808
1453
844
msgid ""
1454
845
"Uniquely identifies the server instance in the community of replication "
1455
846
"partners."
1456
847
msgstr ""
1457
848
 
1458
 
#: ../drizzled/drizzled.cc:1220 ../drizzled/drizzled.cc:1813
1459
849
msgid "Don't print a stack trace on failure."
1460
850
msgstr ""
1461
851
 
1462
 
#: ../drizzled/drizzled.cc:1222 ../drizzled/drizzled.cc:1817
1463
852
msgid "Enable symbolic link support."
1464
853
msgstr ""
1465
854
 
1466
 
#: ../drizzled/drizzled.cc:1224 ../drizzled/drizzled.cc:1826
1467
855
msgid ""
1468
856
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1469
857
msgstr ""
1470
858
 
1471
 
#: ../drizzled/drizzled.cc:1227
1472
859
msgid "Path for temporary files."
1473
860
msgstr ""
1474
861
 
1475
 
#: ../drizzled/drizzled.cc:1229 ../drizzled/drizzled.cc:1831
1476
862
msgid "Default transaction isolation level."
1477
863
msgstr ""
1478
864
 
1479
 
#: ../drizzled/drizzled.cc:1231
1480
 
msgid ""
1481
 
"Max message size written to transaction log, valid values 131072 - 1048576 "
1482
 
"bytes."
1483
 
msgstr ""
1484
 
 
1485
 
#: ../drizzled/drizzled.cc:1233 ../drizzled/drizzled.cc:1835
1486
865
msgid "Run drizzled daemon as user."
1487
866
msgstr ""
1488
867
 
1489
 
#: ../drizzled/drizzled.cc:1237 ../drizzled/drizzled.cc:1839
1490
868
msgid ""
1491
869
"The number of outstanding connection requests Drizzle can have. This comes "
1492
870
"into play when the main Drizzle thread gets very many connection requests in "
1493
871
"a very short time."
1494
872
msgstr ""
1495
873
 
1496
 
#: ../drizzled/drizzled.cc:1242 ../drizzled/drizzled.cc:1845
1497
874
msgid ""
1498
875
"Size of tree cache used in bulk insert optimization. Note that this is a "
1499
876
"limit per thread!"
1500
877
msgstr ""
1501
878
 
1502
 
#: ../drizzled/drizzled.cc:1245 ../drizzled/drizzled.cc:1851
1503
879
msgid ""
1504
880
"Precision of the result of '/' operator will be increased on that value."
1505
881
msgstr ""
1506
882
 
1507
 
#: ../drizzled/drizzled.cc:1248
1508
883
msgid "The maximum length of the result of function  group_concat."
1509
884
msgstr ""
1510
885
 
1511
 
#: ../drizzled/drizzled.cc:1250 ../drizzled/drizzled.cc:1857
1512
886
msgid "The size of the buffer that is used for full joins."
1513
887
msgstr ""
1514
888
 
1515
 
#: ../drizzled/drizzled.cc:1253
1516
 
msgid ""
1517
 
"A global cap on the amount of memory that can be allocated by session join "
1518
 
"buffers (0 means unlimited)"
1519
 
msgstr ""
1520
 
 
1521
 
#: ../drizzled/drizzled.cc:1255 ../drizzled/drizzled.cc:1863
 
889
msgid ""
 
890
"The size of the buffer used for index blocks for MyISAM tables. Increase "
 
891
"this to get better index handling (for all reads and multiple writes) to as "
 
892
"much as you can afford;"
 
893
msgstr ""
 
894
 
 
895
msgid ""
 
896
"This characterizes the number of hits a hot block has to be untouched until "
 
897
"it is considered aged enough to be downgraded to a warm block. This "
 
898
"specifies the percentage ratio of that number of hits to the total number of "
 
899
"blocks in key cache"
 
900
msgstr ""
 
901
 
 
902
msgid "The default size of key cache blocks"
 
903
msgstr ""
 
904
 
 
905
msgid "The minimum percentage of warm blocks in key cache"
 
906
msgstr ""
 
907
 
1522
908
msgid "Max packetlength to send/receive from to server."
1523
909
msgstr ""
1524
910
 
1525
 
#: ../drizzled/drizzled.cc:1257
 
911
msgid ""
 
912
"If there is more than this number of interrupted connections from a host "
 
913
"this host will be blocked from further connections."
 
914
msgstr ""
 
915
 
1526
916
msgid "Max number of errors/warnings to store for a statement."
1527
917
msgstr ""
1528
918
 
1529
 
#: ../drizzled/drizzled.cc:1259 ../drizzled/drizzled.cc:1868
1530
919
msgid "Don't allow creation of heap tables bigger than this."
1531
920
msgstr ""
1532
921
 
1533
 
#: ../drizzled/drizzled.cc:1261 ../drizzled/drizzled.cc:1874
1534
922
msgid ""
1535
923
"Joins that are probably going to read more than max_join_size records return "
1536
924
"an error."
1537
925
msgstr ""
1538
926
 
1539
 
#: ../drizzled/drizzled.cc:1264 ../drizzled/drizzled.cc:1880
1540
927
msgid "Max number of bytes in sorted records."
1541
928
msgstr ""
1542
929
 
1543
 
#: ../drizzled/drizzled.cc:1266 ../drizzled/drizzled.cc:1885
1544
930
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1545
931
msgstr ""
1546
932
 
1547
 
#: ../drizzled/drizzled.cc:1268 ../drizzled/drizzled.cc:1890
1548
933
msgid ""
1549
934
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1550
935
"max_sort_length bytes of each value are used; the rest are ignored)."
1551
936
msgstr ""
1552
937
 
1553
 
#: ../drizzled/drizzled.cc:1272 ../drizzled/drizzled.cc:1897
1554
938
msgid "After this many write locks, allow some read locks to run in between."
1555
939
msgstr ""
1556
940
 
1557
 
#: ../drizzled/drizzled.cc:1274 ../drizzled/drizzled.cc:1901
1558
941
msgid ""
1559
942
"Don't log queries which examine less than min_examined_row_limit rows to "
1560
943
"file."
1561
944
msgstr ""
1562
945
 
1563
 
#: ../drizzled/drizzled.cc:1277
1564
946
msgid ""
1565
 
"Do not apply any heuristic(s) during query optimization to prune, thus "
1566
 
"perform an exhaustive search from the optimizer search space."
 
947
"Controls the heuristic(s) applied during query optimization to prune less-"
 
948
"promising partial plans from the optimizer search space. Meaning: false - do "
 
949
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
 
950
"based on number of retrieved rows."
1567
951
msgstr ""
1568
952
 
1569
 
#: ../drizzled/drizzled.cc:1280 ../drizzled/drizzled.cc:1915
1570
953
msgid ""
1571
954
"Maximum depth of search performed by the query optimizer. Values larger than "
1572
955
"the number of relations in a query result in better query plans, but take "
1577
960
"(used for testing/comparison)."
1578
961
msgstr ""
1579
962
 
1580
 
#: ../drizzled/drizzled.cc:1289 ../drizzled/drizzled.cc:1949
 
963
msgid "Directory for plugins."
 
964
msgstr ""
 
965
 
 
966
msgid ""
 
967
"Optional comma separated list of plugins to load at startup in addition to "
 
968
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
 
969
msgstr ""
 
970
 
 
971
msgid ""
 
972
"Optional comma separated list of plugins to load at starup instead of the "
 
973
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
 
974
msgstr ""
 
975
 
1581
976
msgid "The size of the buffer that is allocated when preloading indexes"
1582
977
msgstr ""
1583
978
 
1584
 
#: ../drizzled/drizzled.cc:1292 ../drizzled/drizzled.cc:1954
1585
979
msgid "Allocation block size for query parsing and execution"
1586
980
msgstr ""
1587
981
 
1588
 
#: ../drizzled/drizzled.cc:1295 ../drizzled/drizzled.cc:1959
1589
982
msgid "Persistent buffer for query parsing and execution"
1590
983
msgstr ""
1591
984
 
1592
 
#: ../drizzled/drizzled.cc:1298 ../drizzled/drizzled.cc:1965
1593
985
msgid "Allocation block size for storing ranges during optimization"
1594
986
msgstr ""
1595
987
 
1596
 
#: ../drizzled/drizzled.cc:1301 ../drizzled/drizzled.cc:1971
1597
988
msgid ""
1598
989
"Each thread that does a sequential scan allocates a buffer of this size for "
1599
990
"each table it scans. If you do many sequential scans, you may want to "
1600
991
"increase this value."
1601
992
msgstr ""
1602
993
 
1603
 
#: ../drizzled/drizzled.cc:1306
1604
 
msgid "A global cap on the size of read-buffer-size (0 means unlimited)"
1605
 
msgstr ""
1606
 
 
1607
 
#: ../drizzled/drizzled.cc:1309 ../drizzled/drizzled.cc:1979
1608
994
msgid ""
1609
995
"When reading rows in sorted order after a sort, the rows are read through "
1610
996
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1611
997
"record_buffer."
1612
998
msgstr ""
1613
999
 
1614
 
#: ../drizzled/drizzled.cc:1314
1615
 
msgid "A global cap on the size of read-rnd-buffer-size (0 means unlimited)"
1616
 
msgstr ""
1617
 
 
1618
 
#: ../drizzled/drizzled.cc:1316
1619
1000
msgid "Select scheduler to be used (by default multi-thread)."
1620
1001
msgstr ""
1621
1002
 
1622
 
#: ../drizzled/drizzled.cc:1319 ../drizzled/drizzled.cc:1988
1623
1003
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1624
1004
msgstr ""
1625
1005
 
1626
 
#: ../drizzled/drizzled.cc:1322
1627
 
msgid ""
1628
 
"A global cap on the amount of memory that can be allocated by session sort "
1629
 
"buffers (0 means unlimited)"
1630
 
msgstr ""
1631
 
 
1632
 
#: ../drizzled/drizzled.cc:1324 ../drizzled/drizzled.cc:1994
1633
1006
msgid "The number of cached table definitions."
1634
1007
msgstr ""
1635
1008
 
1636
 
#: ../drizzled/drizzled.cc:1326 ../drizzled/drizzled.cc:1998
1637
1009
msgid "The number of cached open tables."
1638
1010
msgstr ""
1639
1011
 
1640
 
#: ../drizzled/drizzled.cc:1328 ../drizzled/drizzled.cc:2002
1641
1012
msgid ""
1642
1013
"Timeout in seconds to wait for a table level lock before returning an error. "
1643
1014
"Used only if the connection has active cursors."
1644
1015
msgstr ""
1645
1016
 
1646
 
#: ../drizzled/drizzled.cc:1331 ../drizzled/drizzled.cc:2007
1647
1017
msgid "The stack size for each thread."
1648
1018
msgstr ""
1649
1019
 
1650
 
#: ../drizzled/drizzled.cc:1334 ../drizzled/drizzled.cc:2013
1651
1020
msgid ""
1652
1021
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1653
1022
"automatically convert it to an on-disk MyISAM table."
1654
1023
msgstr ""
1655
1024
 
1656
 
#: ../drizzled/drizzled.cc:1357
1657
 
msgid "Duplicate entry for command line option\n"
1658
 
msgstr ""
1659
 
 
1660
 
#: ../drizzled/drizzled.cc:1404 ../drizzled/drizzled.cc:1422
1661
 
#: ../drizzled/drizzled.cc:1456 ../drizzled/drizzled.cc:1464
1662
 
#: ../drizzled/drizzled.cc:1484
1663
 
#, c-format
1664
 
msgid ""
1665
 
"%s: %s.\n"
1666
 
"Use --help to get a list of available options\n"
1667
 
msgstr ""
1668
 
 
1669
 
#: ../drizzled/drizzled.cc:1434
1670
 
msgid "Failed to initialize plugins\n"
1671
 
msgstr ""
1672
 
 
1673
 
#: ../drizzled/drizzled.cc:1472
1674
 
#, c-format
1675
 
msgid ""
1676
 
"%s\n"
1677
 
"Use --help to get a list of available options\n"
1678
 
msgstr ""
1679
 
 
1680
 
#: ../drizzled/drizzled.cc:1521
1681
 
msgid "Error getting default charset"
1682
 
msgstr ""
1683
 
 
1684
 
#: ../drizzled/drizzled.cc:1551
1685
 
msgid "Error setting collation"
1686
 
msgstr ""
1687
 
 
1688
 
#: ../drizzled/drizzled.cc:1559
1689
 
#, c-format
1690
 
msgid "Unknown locale: '%s'"
1691
 
msgstr ""
1692
 
 
1693
 
#: ../drizzled/drizzled.cc:1579
1694
 
msgid "Could not initialize table cache\n"
1695
 
msgstr ""
1696
 
 
1697
 
#: ../drizzled/drizzled.cc:1594
1698
 
msgid "XA cache initialization failed: Out of memory\n"
1699
 
msgstr ""
1700
 
 
1701
 
#: ../drizzled/drizzled.cc:1624
1702
 
msgid "No scheduler found, cannot continue!\n"
1703
 
msgstr ""
1704
 
 
1705
 
#: ../drizzled/drizzled.cc:1648
1706
 
#, c-format
1707
 
msgid "Unknown/unsupported storage engine: %s\n"
1708
 
msgstr ""
1709
 
 
1710
 
#: ../drizzled/drizzled.cc:1798
1711
 
msgid ""
1712
 
"Maximum time in seconds to wait for the port to become free. (Default: no "
1713
 
"wait)"
1714
 
msgstr ""
1715
 
 
1716
 
#: ../drizzled/drizzled.cc:1907
1717
 
msgid ""
1718
 
"Controls the heuristic(s) applied during query optimization to prune less-"
1719
 
"promising partial plans from the optimizer search space. Meaning: false - do "
1720
 
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1721
 
"based on number of retrieved rows."
1722
 
msgstr ""
1723
 
 
1724
 
#: ../drizzled/drizzled.cc:2039
 
1025
msgid "Allocation block size for transactions to be stored in binary log"
 
1026
msgstr ""
 
1027
 
 
1028
msgid "Persistent buffer for transactions to be stored in binary log"
 
1029
msgstr ""
 
1030
 
1725
1031
msgid ""
1726
1032
"Copyright (C) 2008 Sun Microsystems\n"
1727
1033
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1728
1034
"and you are welcome to modify and redistribute it under the GPL license\n"
1729
1035
"\n"
 
1036
"Starts the Drizzle database server\n"
1730
1037
msgstr ""
1731
1038
 
1732
 
#: ../drizzled/drizzled.cc:2046
1733
1039
#, c-format
1734
1040
msgid "Usage: %s [OPTIONS]\n"
1735
1041
msgstr ""
1736
1042
 
1737
 
#: ../drizzled/drizzled.cc:2167
1738
1043
#, c-format
1739
1044
msgid ""
1740
1045
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1741
1046
"command line\n"
1742
1047
msgstr ""
1743
1048
 
1744
 
#: ../drizzled/drizzled.cc:2184
1745
 
msgid "Error: sort-heap-threshold cannot be less than sort-buffer-size"
1746
 
msgstr ""
1747
 
 
1748
 
#: ../drizzled/drizzled.cc:2197
1749
 
msgid "Error: join-heap-threshold cannot be less than join-buffer-size"
1750
 
msgstr ""
1751
 
 
1752
 
#: ../drizzled/drizzled.cc:2210
1753
 
msgid "Error: read-rnd-threshold cannot be less than read-rnd-buffer-size"
1754
 
msgstr ""
1755
 
 
1756
 
#: ../drizzled/drizzled.cc:2223
1757
 
msgid "Error: read-buffer-threshold cannot be less than read-buffer-size"
1758
 
msgstr ""
1759
 
 
1760
 
#: ../drizzled/drizzled.cc:2338
1761
 
#, c-format
1762
 
msgid ""
1763
 
"There was an error creating the '%s' part of the path '%s'.  Please check "
1764
 
"the path exists and is writable.\n"
1765
 
msgstr ""
1766
 
 
1767
 
#: ../drizzled/drizzled.cc:2345
1768
 
#, c-format
1769
 
msgid ""
1770
 
"There was an error opening the path '%s', please check the path exists and "
1771
 
"is writable.\n"
1772
 
msgstr ""
1773
 
 
1774
 
#: ../drizzled/error.cc:133
1775
 
#, c-format
1776
 
msgid "Unknown error %d"
1777
 
msgstr ""
1778
 
 
1779
 
#: ../drizzled/error.cc:207
1780
 
msgid "SUCCESS"
1781
 
msgstr ""
1782
 
 
1783
 
#: ../drizzled/error.cc:208
1784
 
msgid "Error on first"
1785
 
msgstr ""
1786
 
 
1787
 
#: ../drizzled/error.cc:209
 
1049
msgid "Can't start server: cannot resolve hostname!"
 
1050
msgstr ""
 
1051
 
 
1052
msgid "Can't start server: bind-address refers to multiple interfaces!"
 
1053
msgstr ""
 
1054
 
 
1055
msgid "UNUSED"
 
1056
msgstr ""
 
1057
 
1788
1058
msgid "NO"
1789
1059
msgstr ""
1790
1060
 
1791
 
#: ../drizzled/error.cc:210
1792
1061
msgid "YES"
1793
1062
msgstr ""
1794
1063
 
1795
 
#: ../drizzled/error.cc:211
1796
1064
#, c-format
1797
1065
msgid "Can't create file '%-.200s' (errno: %d)"
1798
1066
msgstr ""
1799
1067
 
1800
 
#: ../drizzled/error.cc:212
1801
1068
#, c-format
1802
1069
msgid "Can't create table '%-.200s' (errno: %d)"
1803
1070
msgstr ""
1804
1071
 
1805
 
#: ../drizzled/error.cc:213
1806
 
#, c-format
1807
 
msgid "Can't create schema '%-.192s' (errno: %d)"
1808
 
msgstr ""
1809
 
 
1810
 
#: ../drizzled/error.cc:214
1811
 
#, c-format
1812
 
msgid "Can't create schema '%-.192s'; schema exists"
1813
 
msgstr ""
1814
 
 
1815
 
#: ../drizzled/error.cc:215
1816
 
#, c-format
1817
 
msgid "Can't drop schema '%-.192s'; schema doesn't exist"
1818
 
msgstr ""
1819
 
 
1820
 
#: ../drizzled/error.cc:216
 
1072
#, c-format
 
1073
msgid "Can't create database '%-.192s' (errno: %d)"
 
1074
msgstr ""
 
1075
 
 
1076
#, c-format
 
1077
msgid "Can't create database '%-.192s'; database exists"
 
1078
msgstr ""
 
1079
 
 
1080
#, c-format
 
1081
msgid "Can't drop database '%-.192s'; database doesn't exist"
 
1082
msgstr ""
 
1083
 
 
1084
#, c-format
 
1085
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
 
1086
msgstr ""
 
1087
 
 
1088
#, c-format
 
1089
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
 
1090
msgstr ""
 
1091
 
1821
1092
#, c-format
1822
1093
msgid "Error on delete of '%-.192s' (errno: %d)"
1823
1094
msgstr ""
1824
1095
 
1825
 
#: ../drizzled/error.cc:217
 
1096
msgid "Can't read record in system table"
 
1097
msgstr ""
 
1098
 
1826
1099
#, c-format
1827
1100
msgid "Can't get status of '%-.200s' (errno: %d)"
1828
1101
msgstr ""
1829
1102
 
1830
 
#: ../drizzled/error.cc:218
 
1103
#, c-format
 
1104
msgid "Can't get working directory (errno: %d)"
 
1105
msgstr ""
 
1106
 
1831
1107
#, c-format
1832
1108
msgid "Can't lock file (errno: %d)"
1833
1109
msgstr ""
1834
1110
 
1835
 
#: ../drizzled/error.cc:219
1836
1111
#, c-format
1837
1112
msgid "Can't open file: '%-.200s' (errno: %d)"
1838
1113
msgstr ""
1839
1114
 
1840
 
#: ../drizzled/error.cc:220
1841
1115
#, c-format
1842
1116
msgid "Can't find file: '%-.200s' (errno: %d)"
1843
1117
msgstr ""
1844
1118
 
1845
 
#: ../drizzled/error.cc:221
1846
1119
#, c-format
1847
1120
msgid "Can't read dir of '%-.192s' (errno: %d)"
1848
1121
msgstr ""
1849
1122
 
1850
 
#: ../drizzled/error.cc:222
 
1123
#, c-format
 
1124
msgid "Can't change dir to '%-.192s' (errno: %d)"
 
1125
msgstr ""
 
1126
 
1851
1127
#, c-format
1852
1128
msgid "Record has changed since last read in table '%-.192s'"
1853
1129
msgstr ""
1854
1130
 
1855
 
#: ../drizzled/error.cc:223
1856
1131
#, c-format
1857
1132
msgid "Disk full (%s); waiting for someone to free some space..."
1858
1133
msgstr ""
1859
1134
 
1860
 
#: ../drizzled/error.cc:224
1861
1135
#, c-format
1862
1136
msgid "Can't write; duplicate key in table '%-.192s'"
1863
1137
msgstr ""
1864
1138
 
1865
 
#: ../drizzled/error.cc:225
1866
1139
#, c-format
1867
1140
msgid "Error on close of '%-.192s' (errno: %d)"
1868
1141
msgstr ""
1869
1142
 
1870
 
#: ../drizzled/error.cc:226
1871
1143
#, c-format
1872
1144
msgid "Error reading file '%-.200s' (errno: %d)"
1873
1145
msgstr ""
1874
1146
 
1875
 
#: ../drizzled/error.cc:227
1876
1147
#, c-format
1877
1148
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1878
1149
msgstr ""
1879
1150
 
1880
 
#: ../drizzled/error.cc:228
1881
1151
#, c-format
1882
1152
msgid "Error writing file '%-.200s' (errno: %d)"
1883
1153
msgstr ""
1884
1154
 
1885
 
#: ../drizzled/error.cc:229
1886
1155
#, c-format
1887
1156
msgid "'%-.192s' is locked against change"
1888
1157
msgstr ""
1889
1158
 
1890
 
#: ../drizzled/error.cc:230
1891
1159
msgid "Sort aborted"
1892
1160
msgstr ""
1893
1161
 
1894
 
#: ../drizzled/error.cc:231
 
1162
#, c-format
 
1163
msgid "View '%-.192s' doesn't exist for '%-.192s'"
 
1164
msgstr ""
 
1165
 
1895
1166
#, c-format
1896
1167
msgid "Got error %d from storage engine"
1897
1168
msgstr ""
1898
1169
 
1899
 
#: ../drizzled/error.cc:232
1900
1170
#, c-format
1901
1171
msgid "Table storage engine for '%-.192s' doesn't have this option"
1902
1172
msgstr ""
1903
1173
 
1904
 
#: ../drizzled/error.cc:233
1905
1174
#, c-format
1906
1175
msgid "Can't find record in '%-.192s'"
1907
1176
msgstr ""
1908
1177
 
1909
 
#: ../drizzled/error.cc:234
1910
1178
#, c-format
1911
1179
msgid "Incorrect information in file: '%-.200s'"
1912
1180
msgstr ""
1913
1181
 
1914
 
#: ../drizzled/error.cc:235
1915
1182
#, c-format
1916
1183
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1917
1184
msgstr ""
1918
1185
 
1919
 
#: ../drizzled/error.cc:236
1920
1186
#, c-format
1921
1187
msgid "Old key file for table '%-.192s'; repair it!"
1922
1188
msgstr ""
1923
1189
 
1924
 
#: ../drizzled/error.cc:237
1925
1190
#, c-format
1926
1191
msgid "Table '%-.192s' is read only"
1927
1192
msgstr ""
1928
1193
 
1929
 
#: ../drizzled/error.cc:238
1930
1194
#, c-format
1931
1195
msgid "Out of memory; restart server and try again (needed %lu bytes)"
1932
1196
msgstr ""
1933
1197
 
1934
 
#: ../drizzled/error.cc:239
1935
1198
msgid "Out of sort memory; increase server sort buffer size"
1936
1199
msgstr ""
1937
1200
 
1938
 
#: ../drizzled/error.cc:240
1939
 
msgid "Global sort memory constraint hit; increase sort-heap-threshold"
1940
 
msgstr ""
1941
 
 
1942
 
#: ../drizzled/error.cc:241
1943
 
msgid "Global join memory constraint hit; increase join-heap-threshold"
1944
 
msgstr ""
1945
 
 
1946
 
#: ../drizzled/error.cc:242
1947
 
msgid "Global read_rnd memory constraint hit; increase read-rnd-heap-threshold"
1948
 
msgstr ""
1949
 
 
1950
 
#: ../drizzled/error.cc:243
1951
 
msgid "Global read memory constraint hit; increase read-buffer-threshold"
1952
 
msgstr ""
1953
 
 
1954
 
#: ../drizzled/error.cc:244
1955
1201
#, c-format
1956
1202
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1957
1203
msgstr ""
1958
1204
 
1959
 
#: ../drizzled/error.cc:245
1960
1205
msgid "Too many connections"
1961
1206
msgstr ""
1962
1207
 
1963
 
#: ../drizzled/error.cc:246
1964
1208
msgid ""
1965
1209
"Out of memory; check if drizzled or some other process uses all available "
1966
1210
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
1967
1211
"memory or you can add more swap space"
1968
1212
msgstr ""
1969
1213
 
1970
 
#: ../drizzled/error.cc:247
1971
1214
msgid "Can't get hostname for your address"
1972
1215
msgstr ""
1973
1216
 
1974
 
#: ../drizzled/error.cc:248
1975
1217
msgid "Bad handshake"
1976
1218
msgstr ""
1977
1219
 
1978
 
#: ../drizzled/error.cc:249
1979
1220
#, c-format
1980
 
msgid "Access denied for user '%-.48s'@'%-.64s' to schema '%-.192s'"
 
1221
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
1981
1222
msgstr ""
1982
1223
 
1983
 
#: ../drizzled/error.cc:250
1984
1224
#, c-format
1985
1225
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
1986
1226
msgstr ""
1987
1227
 
1988
 
#: ../drizzled/error.cc:251
1989
 
msgid "No schema selected"
 
1228
msgid "No database selected"
1990
1229
msgstr ""
1991
1230
 
1992
 
#: ../drizzled/error.cc:252
1993
1231
msgid "Unknown command"
1994
1232
msgstr ""
1995
1233
 
1996
 
#: ../drizzled/error.cc:253
1997
1234
#, c-format
1998
1235
msgid "Column '%-.192s' cannot be null"
1999
1236
msgstr ""
2000
1237
 
2001
 
#: ../drizzled/error.cc:254
2002
1238
#, c-format
2003
 
msgid "Unknown schema '%-.192s'"
 
1239
msgid "Unknown database '%-.192s'"
2004
1240
msgstr ""
2005
1241
 
2006
 
#: ../drizzled/error.cc:255
2007
1242
#, c-format
2008
1243
msgid "Table '%-.192s' already exists"
2009
1244
msgstr ""
2010
1245
 
2011
 
#: ../drizzled/error.cc:256
2012
1246
#, c-format
2013
1247
msgid "Unknown table '%-.100s'"
2014
1248
msgstr ""
2015
1249
 
2016
 
#: ../drizzled/error.cc:257
2017
1250
#, c-format
2018
1251
msgid "Column '%-.192s' in %-.192s is ambiguous"
2019
1252
msgstr ""
2020
1253
 
2021
 
#: ../drizzled/error.cc:258
2022
1254
msgid "Server shutdown in progress"
2023
1255
msgstr ""
2024
1256
 
2025
 
#: ../drizzled/error.cc:259
2026
1257
#, c-format
2027
1258
msgid "Unknown column '%-.192s' in '%-.192s'"
2028
1259
msgstr ""
2029
1260
 
2030
 
#: ../drizzled/error.cc:260
2031
1261
#, c-format
2032
1262
msgid "'%-.192s' isn't in GROUP BY"
2033
1263
msgstr ""
2034
1264
 
2035
 
#: ../drizzled/error.cc:261
2036
1265
#, c-format
2037
1266
msgid "Can't group on '%-.192s'"
2038
1267
msgstr ""
2039
1268
 
2040
 
#: ../drizzled/error.cc:262
2041
1269
msgid "Statement has sum functions and columns in same statement"
2042
1270
msgstr ""
2043
1271
 
2044
 
#: ../drizzled/error.cc:263
2045
1272
msgid "Column count doesn't match value count"
2046
1273
msgstr ""
2047
1274
 
2048
 
#: ../drizzled/error.cc:264
2049
1275
#, c-format
2050
1276
msgid "Identifier name '%-.100s' is too long"
2051
1277
msgstr ""
2052
1278
 
2053
 
#: ../drizzled/error.cc:265
2054
1279
#, c-format
2055
1280
msgid "Duplicate column name '%-.192s'"
2056
1281
msgstr ""
2057
1282
 
2058
 
#: ../drizzled/error.cc:266
2059
1283
#, c-format
2060
1284
msgid "Duplicate key name '%-.192s'"
2061
1285
msgstr ""
2062
1286
 
2063
 
#: ../drizzled/error.cc:267
2064
1287
#, c-format
2065
1288
msgid "Duplicate entry '%-.192s' for key %d"
2066
1289
msgstr ""
2067
1290
 
2068
 
#: ../drizzled/error.cc:268
2069
1291
#, c-format
2070
1292
msgid "Incorrect column specifier for column '%-.192s'"
2071
1293
msgstr ""
2072
1294
 
2073
 
#: ../drizzled/error.cc:269
2074
1295
#, c-format
2075
1296
msgid "%s near '%-.80s' at line %d"
2076
1297
msgstr ""
2077
1298
 
2078
 
#: ../drizzled/error.cc:270
2079
 
#, c-format
2080
 
msgid "Parsing error near '%s'"
2081
 
msgstr ""
2082
 
 
2083
 
#: ../drizzled/error.cc:271
2084
1299
msgid "Query was empty"
2085
1300
msgstr ""
2086
1301
 
2087
 
#: ../drizzled/error.cc:272
2088
1302
#, c-format
2089
1303
msgid "Not unique table/alias: '%-.192s'"
2090
1304
msgstr ""
2091
1305
 
2092
 
#: ../drizzled/error.cc:273
2093
1306
#, c-format
2094
1307
msgid "Invalid default value for '%-.192s'"
2095
1308
msgstr ""
2096
1309
 
2097
 
#: ../drizzled/error.cc:274
2098
1310
msgid "Multiple primary key defined"
2099
1311
msgstr ""
2100
1312
 
2101
 
#: ../drizzled/error.cc:275
2102
1313
#, c-format
2103
1314
msgid "Too many keys specified; max %d keys allowed"
2104
1315
msgstr ""
2105
1316
 
2106
 
#: ../drizzled/error.cc:276
2107
1317
#, c-format
2108
1318
msgid "Too many key parts specified; max %d parts allowed"
2109
1319
msgstr ""
2110
1320
 
2111
 
#: ../drizzled/error.cc:277
2112
1321
#, c-format
2113
1322
msgid "Specified key was too long; max key length is %d bytes"
2114
1323
msgstr ""
2115
1324
 
2116
 
#: ../drizzled/error.cc:278
2117
1325
#, c-format
2118
1326
msgid "Key column '%-.192s' doesn't exist in table"
2119
1327
msgstr ""
2120
1328
 
2121
 
#: ../drizzled/error.cc:279
2122
1329
#, c-format
2123
1330
msgid ""
2124
1331
"BLOB column '%-.192s' can't be used in key specification with the used table "
2125
1332
"type"
2126
1333
msgstr ""
2127
1334
 
2128
 
#: ../drizzled/error.cc:280
2129
1335
#, c-format
2130
1336
msgid ""
2131
1337
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2132
1338
"instead"
2133
1339
msgstr ""
2134
1340
 
2135
 
#: ../drizzled/error.cc:281
2136
1341
msgid ""
2137
1342
"Incorrect table definition; there can be only one auto column and it must be "
2138
1343
"defined as a key"
2139
1344
msgstr ""
2140
1345
 
2141
 
#: ../drizzled/error.cc:282
 
1346
#, c-format
 
1347
msgid ""
 
1348
"%s: ready for connections.\n"
 
1349
"Version: '%s'  socket: '%s'  port: %u\n"
 
1350
msgstr ""
 
1351
 
2142
1352
#, c-format
2143
1353
msgid "%s: Normal shutdown\n"
2144
1354
msgstr ""
2145
1355
 
2146
 
#: ../drizzled/error.cc:283
2147
1356
#, c-format
2148
1357
msgid "%s: Got signal %d. Aborting!\n"
2149
1358
msgstr ""
2150
1359
 
2151
 
#: ../drizzled/error.cc:284
2152
1360
#, c-format
2153
1361
msgid "%s: Shutdown complete\n"
2154
1362
msgstr ""
2155
1363
 
2156
 
#: ../drizzled/error.cc:285
2157
1364
#, c-format
2158
1365
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
2159
1366
msgstr ""
2160
1367
 
2161
 
#: ../drizzled/error.cc:286
2162
1368
msgid "Can't create IP socket"
2163
1369
msgstr ""
2164
1370
 
2165
 
#: ../drizzled/error.cc:287
2166
1371
#, c-format
2167
1372
msgid ""
2168
1373
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2169
1374
"table"
2170
1375
msgstr ""
2171
1376
 
2172
 
#: ../drizzled/error.cc:288
2173
1377
#, c-format
2174
1378
msgid ""
2175
1379
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
2176
1380
"check the manual"
2177
1381
msgstr ""
2178
1382
 
2179
 
#: ../drizzled/error.cc:289
2180
1383
msgid ""
2181
1384
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2182
1385
msgstr ""
2183
1386
 
2184
 
#: ../drizzled/error.cc:290
2185
1387
#, c-format
2186
1388
msgid ""
2187
 
"The file '%-.128s' must be in the schema directory or be readable by all"
 
1389
"The file '%-.128s' must be in the database directory or be readable by all"
2188
1390
msgstr ""
2189
1391
 
2190
 
#: ../drizzled/error.cc:291
2191
1392
#, c-format
2192
1393
msgid "File '%-.200s' already exists"
2193
1394
msgstr ""
2194
1395
 
2195
 
#: ../drizzled/error.cc:292
2196
1396
#, c-format
2197
1397
msgid "Records: %ld  Deleted: %ld  Skipped: %ld  Warnings: %ld"
2198
1398
msgstr ""
2199
1399
 
2200
 
#: ../drizzled/error.cc:293
 
1400
#, c-format
 
1401
msgid "Records: %ld  Duplicates: %ld"
 
1402
msgstr ""
 
1403
 
2201
1404
msgid ""
2202
1405
"Incorrect prefix key; the used key part isn't a string, the used length is "
2203
1406
"longer than the key part, or the storage engine doesn't support unique "
2204
1407
"prefix keys"
2205
1408
msgstr ""
2206
1409
 
2207
 
#: ../drizzled/error.cc:294
2208
1410
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2209
1411
msgstr ""
2210
1412
 
2211
 
#: ../drizzled/error.cc:295
2212
1413
#, c-format
2213
1414
msgid "Can't DROP '%-.192s'; check that column/key exists"
2214
1415
msgstr ""
2215
1416
 
2216
 
#: ../drizzled/error.cc:296
2217
1417
#, c-format
2218
1418
msgid "Records: %ld  Duplicates: %ld  Warnings: %ld"
2219
1419
msgstr ""
2220
1420
 
2221
 
#: ../drizzled/error.cc:297
2222
1421
#, c-format
2223
1422
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2224
1423
msgstr ""
2225
1424
 
2226
 
#. KILL session errors
2227
 
#: ../drizzled/error.cc:300
2228
 
#, c-format
2229
 
msgid "Unknown session id: %lu"
2230
 
msgstr ""
2231
 
 
2232
 
#: ../drizzled/error.cc:301
2233
 
#, c-format
2234
 
msgid "You are not the owner of session %lu"
2235
 
msgstr ""
2236
 
 
2237
 
#: ../drizzled/error.cc:302
2238
 
msgid "You cannot kill the session you are connected from."
2239
 
msgstr ""
2240
 
 
2241
 
#: ../drizzled/error.cc:305
 
1425
#, c-format
 
1426
msgid "Unknown thread id: %lu"
 
1427
msgstr ""
 
1428
 
 
1429
#, c-format
 
1430
msgid "You are not owner of thread %lu"
 
1431
msgstr ""
 
1432
 
2242
1433
msgid "No tables used"
2243
1434
msgstr ""
2244
1435
 
2245
 
#: ../drizzled/error.cc:306
 
1436
#, c-format
 
1437
msgid "Too many strings for column %-.192s and SET"
 
1438
msgstr ""
 
1439
 
 
1440
#, c-format
 
1441
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
 
1442
msgstr ""
 
1443
 
 
1444
#, c-format
 
1445
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
 
1446
msgstr ""
 
1447
 
 
1448
#, c-format
 
1449
msgid "Table '%-.192s' was not locked with LOCK TABLES"
 
1450
msgstr ""
 
1451
 
2246
1452
#, c-format
2247
1453
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2248
1454
msgstr ""
2249
1455
 
2250
 
#: ../drizzled/error.cc:307
2251
1456
#, c-format
2252
 
msgid "Incorrect schema name '%-.100s'"
 
1457
msgid "Incorrect database name '%-.100s'"
2253
1458
msgstr ""
2254
1459
 
2255
 
#: ../drizzled/error.cc:308
2256
1460
#, c-format
2257
1461
msgid "Incorrect table name '%-.100s'"
2258
1462
msgstr ""
2259
1463
 
2260
 
#: ../drizzled/error.cc:309
2261
1464
msgid ""
2262
1465
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2263
1466
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
2264
1467
msgstr ""
2265
1468
 
2266
 
#: ../drizzled/error.cc:310
2267
1469
msgid "Unknown error"
2268
1470
msgstr ""
2269
1471
 
2270
 
#: ../drizzled/error.cc:311
2271
1472
#, c-format
2272
1473
msgid "Unknown procedure '%-.192s'"
2273
1474
msgstr ""
2274
1475
 
2275
 
#: ../drizzled/error.cc:312
2276
1476
#, c-format
2277
1477
msgid "Incorrect parameter count to procedure '%-.192s'"
2278
1478
msgstr ""
2279
1479
 
2280
 
#: ../drizzled/error.cc:313
 
1480
#, c-format
 
1481
msgid "Incorrect parameters to procedure '%-.192s'"
 
1482
msgstr ""
 
1483
 
2281
1484
#, c-format
2282
1485
msgid "Unknown table '%-.192s' in %-.32s"
2283
1486
msgstr ""
2284
1487
 
2285
 
#: ../drizzled/error.cc:314
2286
1488
#, c-format
2287
1489
msgid "Column '%-.192s' specified twice"
2288
1490
msgstr ""
2289
1491
 
2290
 
#: ../drizzled/error.cc:315
2291
1492
msgid "Invalid use of group function"
2292
1493
msgstr ""
2293
1494
 
2294
 
#: ../drizzled/error.cc:316
2295
1495
#, c-format
2296
1496
msgid ""
2297
1497
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2298
1498
msgstr ""
2299
1499
 
2300
 
#: ../drizzled/error.cc:317
2301
1500
msgid "A table must have at least 1 column"
2302
1501
msgstr ""
2303
1502
 
2304
 
#: ../drizzled/error.cc:318
2305
1503
#, c-format
2306
1504
msgid "The table '%-.192s' is full"
2307
1505
msgstr ""
2308
1506
 
2309
 
#: ../drizzled/error.cc:319
 
1507
#, c-format
 
1508
msgid "Unknown character set: '%-.64s'"
 
1509
msgstr ""
 
1510
 
2310
1511
#, c-format
2311
1512
msgid "Too many tables; Drizzle can only use %d tables in a join"
2312
1513
msgstr ""
2313
1514
 
2314
 
#: ../drizzled/error.cc:320
2315
1515
msgid "Too many columns"
2316
1516
msgstr ""
2317
1517
 
2318
 
#: ../drizzled/error.cc:321
2319
1518
#, c-format
2320
1519
msgid ""
2321
1520
"Row size too large. The maximum row size for the used table type, not "
2322
1521
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2323
1522
msgstr ""
2324
1523
 
2325
 
#: ../drizzled/error.cc:322
 
1524
#, c-format
 
1525
msgid ""
 
1526
"Thread stack overrun:  Used: %ld of a %ld stack.  Use 'drizzled -O "
 
1527
"thread_stack=#' to specify a bigger stack if needed"
 
1528
msgstr ""
 
1529
 
2326
1530
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2327
1531
msgstr ""
2328
1532
 
2329
 
#: ../drizzled/error.cc:323
2330
1533
#, c-format
2331
1534
msgid ""
2332
1535
"Table handler doesn't support NULL in given index. Please change column "
2333
1536
"'%-.192s' to be NOT NULL or use another handler"
2334
1537
msgstr ""
2335
1538
 
2336
 
#: ../drizzled/error.cc:324
2337
 
msgid "No paths allowed for plugin library"
2338
 
msgstr ""
2339
 
 
2340
 
#: ../drizzled/error.cc:325
2341
 
#, c-format
2342
 
msgid "Plugin '%-.192s' already exists"
2343
 
msgstr ""
2344
 
 
2345
 
#: ../drizzled/error.cc:326
2346
 
#, c-format
2347
 
msgid "Can't open shared library '%-.192s' (errno: %d %s)"
2348
 
msgstr ""
2349
 
 
2350
 
#: ../drizzled/error.cc:327
2351
 
#, c-format
2352
 
msgid "Can't find symbol '%-.128s' in library '%s'"
2353
 
msgstr ""
2354
 
 
2355
 
#: ../drizzled/error.cc:328
 
1539
#, c-format
 
1540
msgid "Can't load function '%-.192s'"
 
1541
msgstr ""
 
1542
 
 
1543
#, c-format
 
1544
msgid "Can't initialize function '%-.192s'; %-.80s"
 
1545
msgstr ""
 
1546
 
 
1547
msgid "No paths allowed for shared library"
 
1548
msgstr ""
 
1549
 
 
1550
#, c-format
 
1551
msgid "Function '%-.192s' already exists"
 
1552
msgstr ""
 
1553
 
 
1554
#, c-format
 
1555
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
 
1556
msgstr ""
 
1557
 
 
1558
#, c-format
 
1559
msgid "Can't find symbol '%-.128s' in library"
 
1560
msgstr ""
 
1561
 
 
1562
#, c-format
 
1563
msgid "Function '%-.192s' is not defined"
 
1564
msgstr ""
 
1565
 
 
1566
#, c-format
 
1567
msgid ""
 
1568
"Host '%-.64s' is blocked because of many connection errors; unblock with "
 
1569
"'drizzleadmin flush-hosts'"
 
1570
msgstr ""
 
1571
 
 
1572
#, c-format
 
1573
msgid "Host '%-.64s' is not allowed to connect to this Drizzle server"
 
1574
msgstr ""
 
1575
 
 
1576
msgid ""
 
1577
"You are using Drizzle as an anonymous user and anonymous users are not "
 
1578
"allowed to change passwords"
 
1579
msgstr ""
 
1580
 
 
1581
msgid ""
 
1582
"You must have privileges to update tables in the drizzle database to be able "
 
1583
"to change passwords for others"
 
1584
msgstr ""
 
1585
 
 
1586
msgid "Can't find any matching row in the user table"
 
1587
msgstr ""
 
1588
 
2356
1589
#, c-format
2357
1590
msgid "Rows matched: %ld  Changed: %ld  Warnings: %ld"
2358
1591
msgstr ""
2359
1592
 
2360
 
#: ../drizzled/error.cc:329
2361
1593
#, c-format
2362
1594
msgid ""
2363
1595
"Can't create a new thread (errno %d); if you are not out of available "
2364
1596
"memory, you can consult the manual for a possible OS-dependent bug"
2365
1597
msgstr ""
2366
1598
 
2367
 
#: ../drizzled/error.cc:330
2368
1599
#, c-format
2369
1600
msgid "Column count doesn't match value count at row %ld"
2370
1601
msgstr ""
2371
1602
 
2372
 
#: ../drizzled/error.cc:331
2373
1603
#, c-format
2374
1604
msgid "Can't reopen table: '%-.192s'"
2375
1605
msgstr ""
2376
1606
 
2377
 
#: ../drizzled/error.cc:332
 
1607
msgid "Invalid use of NULL value"
 
1608
msgstr ""
 
1609
 
 
1610
#, c-format
 
1611
msgid "Got error '%-.64s' from regexp"
 
1612
msgstr ""
 
1613
 
2378
1614
msgid ""
2379
1615
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2380
1616
"illegal if there is no GROUP BY clause"
2381
1617
msgstr ""
2382
1618
 
2383
 
#: ../drizzled/error.cc:333
 
1619
#, c-format
 
1620
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
 
1621
msgstr ""
 
1622
 
 
1623
#, c-format
 
1624
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
 
1625
msgstr ""
 
1626
 
 
1627
#, c-format
 
1628
msgid ""
 
1629
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
 
1630
"table '%-.192s'"
 
1631
msgstr ""
 
1632
 
 
1633
msgid ""
 
1634
"Illegal GRANT/REVOKE command; please consult the manual to see which "
 
1635
"privileges can be used"
 
1636
msgstr ""
 
1637
 
 
1638
msgid "The host or user argument to GRANT is too long"
 
1639
msgstr ""
 
1640
 
2384
1641
#, c-format
2385
1642
msgid "Table '%-.192s.%-.192s' doesn't exist"
2386
1643
msgstr ""
2387
1644
 
2388
 
#: ../drizzled/error.cc:334
 
1645
#, c-format
 
1646
msgid ""
 
1647
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
 
1648
"'%-.192s'"
 
1649
msgstr ""
 
1650
 
 
1651
msgid "The used command is not allowed with this Drizzle version"
 
1652
msgstr ""
 
1653
 
2389
1654
msgid ""
2390
1655
"You have an error in your SQL syntax; check the manual that corresponds to "
2391
1656
"your Drizzle server version for the right syntax to use"
2392
1657
msgstr ""
2393
1658
 
2394
 
#: ../drizzled/error.cc:335
 
1659
#, c-format
 
1660
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
 
1661
msgstr ""
 
1662
 
 
1663
msgid "Too many delayed threads in use"
 
1664
msgstr ""
 
1665
 
 
1666
#, c-format
 
1667
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
 
1668
msgstr ""
 
1669
 
2395
1670
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2396
1671
msgstr ""
2397
1672
 
2398
 
#: ../drizzled/error.cc:336
 
1673
msgid "Got a read error from the connection pipe"
 
1674
msgstr ""
 
1675
 
 
1676
msgid "Got an error from fcntl()"
 
1677
msgstr ""
 
1678
 
2399
1679
msgid "Got packets out of order"
2400
1680
msgstr ""
2401
1681
 
2402
 
#: ../drizzled/error.cc:337
 
1682
msgid "Couldn't uncompress communication packet"
 
1683
msgstr ""
 
1684
 
 
1685
msgid "Got an error reading communication packets"
 
1686
msgstr ""
 
1687
 
 
1688
msgid "Got timeout reading communication packets"
 
1689
msgstr ""
 
1690
 
 
1691
msgid "Got an error writing communication packets"
 
1692
msgstr ""
 
1693
 
 
1694
msgid "Got timeout writing communication packets"
 
1695
msgstr ""
 
1696
 
 
1697
msgid "Result string is longer than 'max_allowed_packet' bytes"
 
1698
msgstr ""
 
1699
 
2403
1700
msgid "The used table type doesn't support BLOB/TEXT columns"
2404
1701
msgstr ""
2405
1702
 
2406
 
#: ../drizzled/error.cc:338
2407
1703
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2408
1704
msgstr ""
2409
1705
 
2410
 
#: ../drizzled/error.cc:339
 
1706
#, c-format
 
1707
msgid ""
 
1708
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
 
1709
"LOCK TABLES"
 
1710
msgstr ""
 
1711
 
2411
1712
#, c-format
2412
1713
msgid "Incorrect column name '%-.100s'"
2413
1714
msgstr ""
2414
1715
 
2415
 
#: ../drizzled/error.cc:340
2416
1716
#, c-format
2417
1717
msgid "The used storage engine can't index column '%-.192s'"
2418
1718
msgstr ""
2419
1719
 
2420
 
#: ../drizzled/error.cc:341
2421
1720
msgid ""
2422
1721
"Unable to open underlying table which is differently defined or of non-"
2423
1722
"MyISAM type or doesn't exist"
2424
1723
msgstr ""
2425
1724
 
2426
 
#: ../drizzled/error.cc:342
2427
1725
#, c-format
2428
1726
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2429
1727
msgstr ""
2430
1728
 
2431
 
#: ../drizzled/error.cc:343
2432
1729
#, c-format
2433
1730
msgid ""
2434
1731
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2435
1732
msgstr ""
2436
1733
 
2437
 
#: ../drizzled/error.cc:344
2438
1734
msgid ""
2439
1735
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2440
1736
"UNIQUE instead"
2441
1737
msgstr ""
2442
1738
 
2443
 
#: ../drizzled/error.cc:345
2444
1739
msgid "Result consisted of more than one row"
2445
1740
msgstr ""
2446
1741
 
2447
 
#: ../drizzled/error.cc:346
2448
1742
msgid "This table type requires a primary key"
2449
1743
msgstr ""
2450
1744
 
2451
 
#: ../drizzled/error.cc:347
 
1745
msgid "This version of Drizzle is not compiled with RAID support"
 
1746
msgstr ""
 
1747
 
 
1748
msgid ""
 
1749
"You are using safe update mode and you tried to update a table without a "
 
1750
"WHERE that uses a KEY column"
 
1751
msgstr ""
 
1752
 
2452
1753
#, c-format
2453
1754
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2454
1755
msgstr ""
2455
1756
 
2456
 
#: ../drizzled/error.cc:348
2457
1757
msgid "Can't open table"
2458
1758
msgstr ""
2459
1759
 
2460
 
#: ../drizzled/error.cc:349
2461
1760
#, c-format
2462
1761
msgid "The storage engine for the table doesn't support %s"
2463
1762
msgstr ""
2464
1763
 
2465
 
#: ../drizzled/error.cc:350
 
1764
msgid "You are not allowed to execute this command in a transaction"
 
1765
msgstr ""
 
1766
 
2466
1767
#, c-format
2467
1768
msgid "Got error %d during COMMIT"
2468
1769
msgstr ""
2469
1770
 
2470
 
#: ../drizzled/error.cc:351
2471
1771
#, c-format
2472
1772
msgid "Got error %d during ROLLBACK"
2473
1773
msgstr ""
2474
1774
 
2475
 
#. This is a very incorrect place to use the PRIi64 macro as the
2476
 
#. program that looks over the source for the N_() macros does not
2477
 
#. (obviously) do macro expansion, so the string is entirely wrong for
2478
 
#. what it is trying to output for every language except english.
2479
 
#: ../drizzled/error.cc:356
 
1775
#, c-format
 
1776
msgid "Got error %d during FLUSH_LOGS"
 
1777
msgstr ""
 
1778
 
 
1779
#, c-format
 
1780
msgid "Got error %d during CHECKPOINT"
 
1781
msgstr ""
 
1782
 
2480
1783
#, c-format
2481
1784
msgid ""
2482
1785
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
2483
1786
"'%-.64s' (%-.64s)"
2484
1787
msgstr ""
2485
1788
 
2486
 
#: ../drizzled/error.cc:357
 
1789
msgid "The storage engine for the table does not support binary table dump"
 
1790
msgstr ""
 
1791
 
 
1792
msgid "Binlog closed, cannot RESET MASTER"
 
1793
msgstr ""
 
1794
 
 
1795
#, c-format
 
1796
msgid "Failed rebuilding the index of  dumped table '%-.192s'"
 
1797
msgstr ""
 
1798
 
 
1799
#, c-format
 
1800
msgid "Error from master: '%-.64s'"
 
1801
msgstr ""
 
1802
 
 
1803
msgid "Net error reading from master"
 
1804
msgstr ""
 
1805
 
 
1806
msgid "Net error writing to master"
 
1807
msgstr ""
 
1808
 
 
1809
msgid "Can't find FULLTEXT index matching the column list"
 
1810
msgstr ""
 
1811
 
2487
1812
msgid ""
2488
1813
"Can't execute the given command because you have active locked tables or an "
2489
1814
"active transaction"
2490
1815
msgstr ""
2491
1816
 
2492
 
#: ../drizzled/error.cc:358
2493
1817
#, c-format
2494
1818
msgid "Unknown system variable '%-.64s'"
2495
1819
msgstr ""
2496
1820
 
2497
 
#: ../drizzled/error.cc:359
2498
1821
#, c-format
2499
1822
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2500
1823
msgstr ""
2501
1824
 
2502
 
#: ../drizzled/error.cc:360
2503
1825
#, c-format
2504
1826
msgid ""
2505
1827
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2506
1828
msgstr ""
2507
1829
 
2508
 
#: ../drizzled/error.cc:361
2509
1830
msgid "Some non-transactional changed tables couldn't be rolled back"
2510
1831
msgstr ""
2511
1832
 
2512
 
#: ../drizzled/error.cc:362
 
1833
msgid ""
 
1834
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
 
1835
"of storage; increase this drizzled variable and try again"
 
1836
msgstr ""
 
1837
 
 
1838
msgid ""
 
1839
"This operation cannot be performed with a running slave; run STOP SLAVE first"
 
1840
msgstr ""
 
1841
 
 
1842
msgid ""
 
1843
"This operation requires a running slave; configure slave and do START SLAVE"
 
1844
msgstr ""
 
1845
 
 
1846
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
 
1847
msgstr ""
 
1848
 
 
1849
msgid ""
 
1850
"Could not initialize master info structure; more error messages can be found "
 
1851
"in the Drizzle error log"
 
1852
msgstr ""
 
1853
 
 
1854
msgid "Could not create slave thread; check system resources"
 
1855
msgstr ""
 
1856
 
 
1857
#, c-format
 
1858
msgid ""
 
1859
"User %-.64s already has more than 'max_user_connections' active connections"
 
1860
msgstr ""
 
1861
 
2513
1862
msgid "You may only use constant expressions with SET"
2514
1863
msgstr ""
2515
1864
 
2516
 
#: ../drizzled/error.cc:363
2517
1865
msgid "Lock wait timeout exceeded; try restarting transaction"
2518
1866
msgstr ""
2519
1867
 
2520
 
#: ../drizzled/error.cc:364
2521
1868
msgid "The total number of locks exceeds the lock table size"
2522
1869
msgstr ""
2523
1870
 
2524
 
#: ../drizzled/error.cc:365
2525
1871
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2526
1872
msgstr ""
2527
1873
 
2528
 
#: ../drizzled/error.cc:366
2529
1874
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2530
1875
msgstr ""
2531
1876
 
2532
 
#: ../drizzled/error.cc:367
 
1877
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
 
1878
msgstr ""
 
1879
 
2533
1880
#, c-format
2534
1881
msgid "Incorrect arguments to %s"
2535
1882
msgstr ""
2536
1883
 
2537
 
#: ../drizzled/error.cc:368
 
1884
#, c-format
 
1885
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
 
1886
msgstr ""
 
1887
 
 
1888
msgid ""
 
1889
"Incorrect table definition; all MERGE tables must be in the same database"
 
1890
msgstr ""
 
1891
 
2538
1892
msgid "Deadlock found when trying to get lock; try restarting transaction"
2539
1893
msgstr ""
2540
1894
 
2541
 
#: ../drizzled/error.cc:369
2542
1895
msgid "The used table type doesn't support FULLTEXT indexes"
2543
1896
msgstr ""
2544
1897
 
2545
 
#: ../drizzled/error.cc:370
2546
1898
msgid "Cannot add foreign key constraint"
2547
1899
msgstr ""
2548
1900
 
2549
 
#: ../drizzled/error.cc:371
2550
1901
msgid "Cannot add or update a child row: a foreign key constraint fails"
2551
1902
msgstr ""
2552
1903
 
2553
 
#: ../drizzled/error.cc:372
2554
1904
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2555
1905
msgstr ""
2556
1906
 
2557
 
#: ../drizzled/error.cc:373
 
1907
#, c-format
 
1908
msgid "Error connecting to master: %-.128s"
 
1909
msgstr ""
 
1910
 
 
1911
#, c-format
 
1912
msgid "Error running query on master: %-.128s"
 
1913
msgstr ""
 
1914
 
 
1915
#, c-format
 
1916
msgid "Error when executing command %s: %-.128s"
 
1917
msgstr ""
 
1918
 
2558
1919
#, c-format
2559
1920
msgid "Incorrect usage of %s and %s"
2560
1921
msgstr ""
2561
1922
 
2562
 
#: ../drizzled/error.cc:374
2563
1923
msgid "The used SELECT statements have a different number of columns"
2564
1924
msgstr ""
2565
1925
 
2566
 
#: ../drizzled/error.cc:375
2567
1926
msgid "Can't execute the query because you have a conflicting read lock"
2568
1927
msgstr ""
2569
1928
 
2570
 
#: ../drizzled/error.cc:376
 
1929
msgid "Mixing of transactional and non-transactional tables is disabled"
 
1930
msgstr ""
 
1931
 
 
1932
#, c-format
 
1933
msgid "Option '%s' used twice in statement"
 
1934
msgstr ""
 
1935
 
 
1936
#, c-format
 
1937
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
 
1938
msgstr ""
 
1939
 
 
1940
#, c-format
 
1941
msgid "Access denied; you need the %-.128s privilege for this operation"
 
1942
msgstr ""
 
1943
 
2571
1944
#, c-format
2572
1945
msgid ""
2573
1946
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2574
1947
msgstr ""
2575
1948
 
2576
 
#: ../drizzled/error.cc:377
2577
1949
#, c-format
2578
1950
msgid ""
2579
1951
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2580
1952
msgstr ""
2581
1953
 
2582
 
#: ../drizzled/error.cc:378
2583
1954
#, c-format
2584
1955
msgid "Variable '%-.64s' doesn't have a default value"
2585
1956
msgstr ""
2586
1957
 
2587
 
#: ../drizzled/error.cc:379
2588
1958
#, c-format
2589
1959
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2590
1960
msgstr ""
2591
1961
 
2592
 
#: ../drizzled/error.cc:380
2593
1962
#, c-format
2594
1963
msgid "Incorrect argument type to variable '%-.64s'"
2595
1964
msgstr ""
2596
1965
 
2597
 
#: ../drizzled/error.cc:381
2598
1966
#, c-format
2599
1967
msgid "Variable '%-.64s' can only be set, not read"
2600
1968
msgstr ""
2601
1969
 
2602
 
#: ../drizzled/error.cc:382
2603
1970
#, c-format
2604
1971
msgid "Incorrect usage/placement of '%s'"
2605
1972
msgstr ""
2606
1973
 
2607
 
#: ../drizzled/error.cc:383
2608
1974
#, c-format
2609
1975
msgid "This version of Drizzle doesn't yet support '%s'"
2610
1976
msgstr ""
2611
1977
 
2612
 
#: ../drizzled/error.cc:384
 
1978
#, c-format
 
1979
msgid ""
 
1980
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
 
1981
msgstr ""
 
1982
 
 
1983
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
 
1984
msgstr ""
 
1985
 
2613
1986
#, c-format
2614
1987
msgid "Variable '%-.192s' is a %s variable"
2615
1988
msgstr ""
2616
1989
 
2617
 
#: ../drizzled/error.cc:385
2618
1990
#, c-format
2619
1991
msgid "Incorrect foreign key definition for '%-.192s': %s"
2620
1992
msgstr ""
2621
1993
 
2622
 
#: ../drizzled/error.cc:386
2623
1994
msgid "Key reference and table reference don't match"
2624
1995
msgstr ""
2625
1996
 
2626
 
#: ../drizzled/error.cc:387
2627
1997
#, c-format
2628
1998
msgid "Operand should contain %d column(s)"
2629
1999
msgstr ""
2630
2000
 
2631
 
#: ../drizzled/error.cc:388
2632
2001
msgid "Subquery returns more than 1 row"
2633
2002
msgstr ""
2634
2003
 
2635
 
#: ../drizzled/error.cc:389
 
2004
#, c-format
 
2005
msgid "Unknown prepared statement handler (%.*s) given to %s"
 
2006
msgstr ""
 
2007
 
 
2008
msgid "Help database is corrupt or does not exist"
 
2009
msgstr ""
 
2010
 
 
2011
msgid "Cyclic reference on subqueries"
 
2012
msgstr ""
 
2013
 
2636
2014
#, c-format
2637
2015
msgid "Converting column '%s' from %s to %s"
2638
2016
msgstr ""
2639
2017
 
2640
 
#: ../drizzled/error.cc:390
2641
2018
#, c-format
2642
2019
msgid "Reference '%-.64s' not supported (%s)"
2643
2020
msgstr ""
2644
2021
 
2645
 
#: ../drizzled/error.cc:391
2646
2022
msgid "Every derived table must have its own alias"
2647
2023
msgstr ""
2648
2024
 
2649
 
#: ../drizzled/error.cc:392
2650
2025
#, c-format
2651
2026
msgid "Select %u was reduced during optimization"
2652
2027
msgstr ""
2653
2028
 
2654
 
#: ../drizzled/error.cc:393
2655
2029
#, c-format
2656
2030
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2657
2031
msgstr ""
2658
2032
 
2659
 
#: ../drizzled/error.cc:394
 
2033
msgid ""
 
2034
"Client does not support authentication protocol requested by server; "
 
2035
"consider upgrading Drizzle client"
 
2036
msgstr ""
 
2037
 
2660
2038
msgid "All parts of a SPATIAL index must be NOT NULL"
2661
2039
msgstr ""
2662
2040
 
2663
 
#: ../drizzled/error.cc:395
2664
2041
#, c-format
2665
2042
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2666
2043
msgstr ""
2667
2044
 
2668
 
#: ../drizzled/error.cc:396
 
2045
msgid "Slave is already running"
 
2046
msgstr ""
 
2047
 
 
2048
msgid "Slave already has been stopped"
 
2049
msgstr ""
 
2050
 
2669
2051
#, c-format
2670
2052
msgid ""
2671
 
"Uncompressed data size too large; the maximum size is %d (based on "
2672
 
"max_allowed_packet). The length of uncompressed data may also be corrupted."
 
2053
"Uncompressed data size too large; the maximum size is %d (probably, length "
 
2054
"of uncompressed data was corrupted)"
2673
2055
msgstr ""
2674
2056
 
2675
 
#: ../drizzled/error.cc:397
2676
2057
msgid "ZLIB: Not enough memory"
2677
2058
msgstr ""
2678
2059
 
2679
 
#: ../drizzled/error.cc:398
2680
2060
msgid ""
2681
2061
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2682
2062
"data was corrupted)"
2683
2063
msgstr ""
2684
2064
 
2685
 
#: ../drizzled/error.cc:399
2686
2065
msgid "ZLIB: Input data corrupted"
2687
2066
msgstr ""
2688
2067
 
2689
 
#: ../drizzled/error.cc:400
2690
2068
#, c-format
2691
2069
msgid "%d line(s) were cut by GROUP_CONCAT()"
2692
2070
msgstr ""
2693
2071
 
2694
 
#: ../drizzled/error.cc:401
2695
2072
#, c-format
2696
2073
msgid "Row %ld doesn't contain data for all columns"
2697
2074
msgstr ""
2698
2075
 
2699
 
#: ../drizzled/error.cc:402
2700
2076
#, c-format
2701
2077
msgid ""
2702
2078
"Row %ld was truncated; it contained more data than there were input columns"
2703
2079
msgstr ""
2704
2080
 
2705
 
#: ../drizzled/error.cc:403
2706
2081
#, c-format
2707
2082
msgid ""
2708
2083
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2709
2084
msgstr ""
2710
2085
 
2711
 
#: ../drizzled/error.cc:404
2712
2086
#, c-format
2713
2087
msgid "Out of range value for column '%s' at row %ld"
2714
2088
msgstr ""
2715
2089
 
2716
 
#: ../drizzled/error.cc:405
2717
2090
#, c-format
2718
2091
msgid "Data truncated for column '%s' at row %ld"
2719
2092
msgstr ""
2720
2093
 
2721
 
#: ../drizzled/error.cc:406
 
2094
#, c-format
 
2095
msgid "Using storage engine %s for table '%s'"
 
2096
msgstr ""
 
2097
 
2722
2098
#, c-format
2723
2099
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2724
2100
msgstr ""
2725
2101
 
2726
 
#: ../drizzled/error.cc:407
 
2102
msgid "Cannot drop one or more of the requested users"
 
2103
msgstr ""
 
2104
 
 
2105
msgid "Can't revoke all privileges for one or more of the requested users"
 
2106
msgstr ""
 
2107
 
2727
2108
#, c-format
2728
2109
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2729
2110
msgstr ""
2730
2111
 
2731
 
#: ../drizzled/error.cc:408
2732
2112
#, c-format
2733
2113
msgid "Illegal mix of collations for operation '%s'"
2734
2114
msgstr ""
2735
2115
 
2736
 
#: ../drizzled/error.cc:409
2737
2116
#, c-format
2738
2117
msgid ""
2739
2118
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
2740
2119
"variable_name)"
2741
2120
msgstr ""
2742
2121
 
2743
 
#: ../drizzled/error.cc:410
2744
2122
#, c-format
2745
2123
msgid "Unknown collation: '%-.64s'"
2746
2124
msgstr ""
2747
2125
 
2748
 
#: ../drizzled/error.cc:411
 
2126
msgid ""
 
2127
"SSL parameters in CHANGE MASTER are ignored because this Drizzle slave was "
 
2128
"compiled without SSL support; they can be used later if Drizzle slave with "
 
2129
"SSL is started"
 
2130
msgstr ""
 
2131
 
 
2132
#, c-format
 
2133
msgid ""
 
2134
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
 
2135
"old format; please change the password to the new format"
 
2136
msgstr ""
 
2137
 
2749
2138
#, c-format
2750
2139
msgid ""
2751
2140
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2752
2141
"SELECT #%d"
2753
2142
msgstr ""
2754
2143
 
2755
 
#: ../drizzled/error.cc:412
 
2144
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
 
2145
msgstr ""
 
2146
 
 
2147
msgid ""
 
2148
"It is recommended to use --skip-slave-start when doing step-by-step "
 
2149
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
 
2150
"get an unexpected slave's drizzled restart"
 
2151
msgstr ""
 
2152
 
 
2153
msgid "SQL thread is not to be started so UNTIL options are ignored"
 
2154
msgstr ""
 
2155
 
2756
2156
#, c-format
2757
2157
msgid "Incorrect index name '%-.100s'"
2758
2158
msgstr ""
2759
2159
 
2760
 
#: ../drizzled/error.cc:413
2761
2160
#, c-format
2762
2161
msgid "Incorrect catalog name '%-.100s'"
2763
2162
msgstr ""
2764
2163
 
2765
 
#: ../drizzled/error.cc:414
 
2164
#, c-format
 
2165
msgid "Query cache failed to set size %lu; new query cache size is %lu"
 
2166
msgstr ""
 
2167
 
2766
2168
#, c-format
2767
2169
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
2768
2170
msgstr ""
2769
2171
 
2770
 
#: ../drizzled/error.cc:415
 
2172
#, c-format
 
2173
msgid "Unknown key cache '%-.100s'"
 
2174
msgstr ""
 
2175
 
 
2176
msgid ""
 
2177
"Drizzle is started in --skip-name-resolve mode; you must restart it without "
 
2178
"this switch for this grant to work"
 
2179
msgstr ""
 
2180
 
2771
2181
#, c-format
2772
2182
msgid "Unknown table engine '%s'"
2773
2183
msgstr ""
2774
2184
 
2775
 
#: ../drizzled/error.cc:416
 
2185
#, c-format
 
2186
msgid "'%s' is deprecated; use '%s' instead"
 
2187
msgstr ""
 
2188
 
2776
2189
#, c-format
2777
2190
msgid "The target table %-.100s of the %s is not updatable"
2778
2191
msgstr ""
2779
2192
 
2780
 
#: ../drizzled/error.cc:417
2781
2193
#, c-format
2782
2194
msgid ""
2783
2195
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
2784
2196
"working"
2785
2197
msgstr ""
2786
2198
 
2787
 
#: ../drizzled/error.cc:418
2788
2199
#, c-format
2789
2200
msgid ""
2790
2201
"The Drizzle server is running with the %s option so it cannot execute this "
2791
2202
"statement"
2792
2203
msgstr ""
2793
2204
 
2794
 
#: ../drizzled/error.cc:419
2795
2205
#, c-format
2796
2206
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
2797
2207
msgstr ""
2798
2208
 
2799
 
#: ../drizzled/error.cc:420
2800
2209
#, c-format
2801
2210
msgid "Truncated incorrect %-.32s value: '%-.128s'"
2802
2211
msgstr ""
2803
2212
 
2804
 
#: ../drizzled/error.cc:421
2805
2213
msgid ""
2806
2214
"Incorrect table definition; there can be only one TIMESTAMP column with "
2807
2215
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
2808
2216
msgstr ""
2809
2217
 
2810
 
#: ../drizzled/error.cc:422
2811
2218
#, c-format
2812
2219
msgid "Invalid ON UPDATE clause for '%-.192s' column"
2813
2220
msgstr ""
2814
2221
 
2815
 
#: ../drizzled/error.cc:423
 
2222
msgid "This command is not supported in the prepared statement protocol yet"
 
2223
msgstr ""
 
2224
 
2816
2225
#, c-format
2817
2226
msgid "Got error %d '%-.100s' from %s"
2818
2227
msgstr ""
2819
2228
 
2820
 
#: ../drizzled/error.cc:424
2821
2229
#, c-format
2822
2230
msgid "Got temporary error %d '%-.100s' from %s"
2823
2231
msgstr ""
2824
2232
 
2825
 
#: ../drizzled/error.cc:425
2826
2233
#, c-format
2827
2234
msgid "Unknown or incorrect time zone: '%-.64s'"
2828
2235
msgstr ""
2829
2236
 
2830
 
#: ../drizzled/error.cc:426
 
2237
#, c-format
 
2238
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
 
2239
msgstr ""
 
2240
 
2831
2241
#, c-format
2832
2242
msgid "Invalid %s character string: '%.64s'"
2833
2243
msgstr ""
2834
2244
 
2835
 
#: ../drizzled/error.cc:427
2836
2245
#, c-format
2837
2246
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
2838
2247
msgstr ""
2839
2248
 
2840
 
#: ../drizzled/error.cc:428
 
2249
#, c-format
 
2250
msgid "Conflicting declarations: '%s%s' and '%s%s'"
 
2251
msgstr ""
 
2252
 
 
2253
#, c-format
 
2254
msgid "Can't create a %s from within another stored routine"
 
2255
msgstr ""
 
2256
 
 
2257
#, c-format
 
2258
msgid "%s %s already exists"
 
2259
msgstr ""
 
2260
 
2841
2261
#, c-format
2842
2262
msgid "%s %s does not exist"
2843
2263
msgstr ""
2844
2264
 
2845
 
#: ../drizzled/error.cc:429
 
2265
#, c-format
 
2266
msgid "Failed to DROP %s %s"
 
2267
msgstr ""
 
2268
 
 
2269
#, c-format
 
2270
msgid "Failed to CREATE %s %s"
 
2271
msgstr ""
 
2272
 
 
2273
#, c-format
 
2274
msgid "%s with no matching label: %s"
 
2275
msgstr ""
 
2276
 
 
2277
#, c-format
 
2278
msgid "Redefining label %s"
 
2279
msgstr ""
 
2280
 
 
2281
#, c-format
 
2282
msgid "End-label %s without match"
 
2283
msgstr ""
 
2284
 
 
2285
#, c-format
 
2286
msgid "Referring to uninitialized variable %s"
 
2287
msgstr ""
 
2288
 
 
2289
#, c-format
 
2290
msgid "PROCEDURE %s can't return a result set in the given context"
 
2291
msgstr ""
 
2292
 
 
2293
msgid "RETURN is only allowed in a FUNCTION"
 
2294
msgstr ""
 
2295
 
 
2296
#, c-format
 
2297
msgid "%s is not allowed in stored procedures"
 
2298
msgstr ""
 
2299
 
 
2300
msgid ""
 
2301
"The update log is deprecated and replaced by the binary log; SET "
 
2302
"SQL_LOG_UPDATE has been ignored"
 
2303
msgstr ""
 
2304
 
 
2305
msgid ""
 
2306
"The update log is deprecated and replaced by the binary log; SET "
 
2307
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
 
2308
msgstr ""
 
2309
 
2846
2310
msgid "Query execution was interrupted"
2847
2311
msgstr ""
2848
2312
 
2849
 
#: ../drizzled/error.cc:430
 
2313
#, c-format
 
2314
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
 
2315
msgstr ""
 
2316
 
 
2317
#, c-format
 
2318
msgid "Undefined CONDITION: %s"
 
2319
msgstr ""
 
2320
 
 
2321
#, c-format
 
2322
msgid "No RETURN found in FUNCTION %s"
 
2323
msgstr ""
 
2324
 
 
2325
#, c-format
 
2326
msgid "FUNCTION %s ended without RETURN"
 
2327
msgstr ""
 
2328
 
 
2329
msgid "Cursor statement must be a SELECT"
 
2330
msgstr ""
 
2331
 
 
2332
msgid "Cursor SELECT must not have INTO"
 
2333
msgstr ""
 
2334
 
 
2335
#, c-format
 
2336
msgid "Undefined CURSOR: %s"
 
2337
msgstr ""
 
2338
 
 
2339
msgid "Cursor is already open"
 
2340
msgstr ""
 
2341
 
 
2342
msgid "Cursor is not open"
 
2343
msgstr ""
 
2344
 
 
2345
#, c-format
 
2346
msgid "Undeclared variable: %s"
 
2347
msgstr ""
 
2348
 
 
2349
msgid "Incorrect number of FETCH variables"
 
2350
msgstr ""
 
2351
 
 
2352
msgid "No data - zero rows fetched, selected, or processed"
 
2353
msgstr ""
 
2354
 
 
2355
#, c-format
 
2356
msgid "Duplicate parameter: %s"
 
2357
msgstr ""
 
2358
 
 
2359
#, c-format
 
2360
msgid "Duplicate variable: %s"
 
2361
msgstr ""
 
2362
 
 
2363
#, c-format
 
2364
msgid "Duplicate condition: %s"
 
2365
msgstr ""
 
2366
 
 
2367
#, c-format
 
2368
msgid "Duplicate cursor: %s"
 
2369
msgstr ""
 
2370
 
 
2371
#, c-format
 
2372
msgid "Failed to ALTER %s %s"
 
2373
msgstr ""
 
2374
 
 
2375
msgid "Subquery value not supported"
 
2376
msgstr ""
 
2377
 
 
2378
#, c-format
 
2379
msgid "%s is not allowed in stored function or trigger"
 
2380
msgstr ""
 
2381
 
 
2382
msgid "Variable or condition declaration after cursor or handler declaration"
 
2383
msgstr ""
 
2384
 
 
2385
msgid "Cursor declaration after handler declaration"
 
2386
msgstr ""
 
2387
 
 
2388
msgid "Case not found for CASE statement"
 
2389
msgstr ""
 
2390
 
 
2391
#, c-format
 
2392
msgid "Configuration file '%-.192s' is too big"
 
2393
msgstr ""
 
2394
 
 
2395
#, c-format
 
2396
msgid "Malformed file type header in file '%-.192s'"
 
2397
msgstr ""
 
2398
 
 
2399
#, c-format
 
2400
msgid "Unexpected end of file while parsing comment '%-.200s'"
 
2401
msgstr ""
 
2402
 
 
2403
#, c-format
 
2404
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
 
2405
msgstr ""
 
2406
 
 
2407
#, c-format
 
2408
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
 
2409
msgstr ""
 
2410
 
 
2411
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
 
2412
msgstr ""
 
2413
 
 
2414
#, c-format
 
2415
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
 
2416
msgstr ""
 
2417
 
 
2418
#, c-format
 
2419
msgid "'%-.192s.%-.192s' is not %s"
 
2420
msgstr ""
 
2421
 
 
2422
#, c-format
 
2423
msgid "Column '%-.192s' is not updatable"
 
2424
msgstr ""
 
2425
 
 
2426
msgid "View's SELECT contains a subquery in the FROM clause"
 
2427
msgstr ""
 
2428
 
 
2429
#, c-format
 
2430
msgid "View's SELECT contains a '%s' clause"
 
2431
msgstr ""
 
2432
 
 
2433
msgid "View's SELECT contains a variable or parameter"
 
2434
msgstr ""
 
2435
 
 
2436
#, c-format
 
2437
msgid "View's SELECT refers to a temporary table '%-.192s'"
 
2438
msgstr ""
 
2439
 
 
2440
msgid "View's SELECT and view's field list have different column counts"
 
2441
msgstr ""
 
2442
 
 
2443
msgid ""
 
2444
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
 
2445
msgstr ""
 
2446
 
 
2447
msgid "View being updated does not have complete key of underlying table in it"
 
2448
msgstr ""
 
2449
 
2850
2450
#, c-format
2851
2451
msgid ""
2852
2452
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
2853
2453
"(s) or definer/invoker of view lack rights to use them"
2854
2454
msgstr ""
2855
2455
 
2856
 
#: ../drizzled/error.cc:431
 
2456
#, c-format
 
2457
msgid "Can't drop or alter a %s from within another stored routine"
 
2458
msgstr ""
 
2459
 
 
2460
msgid "GOTO is not allowed in a stored procedure handler"
 
2461
msgstr ""
 
2462
 
 
2463
msgid "Trigger already exists"
 
2464
msgstr ""
 
2465
 
 
2466
msgid "Trigger does not exist"
 
2467
msgstr ""
 
2468
 
 
2469
#, c-format
 
2470
msgid "Trigger's '%-.192s' is view or temporary table"
 
2471
msgstr ""
 
2472
 
 
2473
#, c-format
 
2474
msgid "Updating of %s row is not allowed in %strigger"
 
2475
msgstr ""
 
2476
 
 
2477
#, c-format
 
2478
msgid "There is no %s row in %s trigger"
 
2479
msgstr ""
 
2480
 
2857
2481
#, c-format
2858
2482
msgid "Field '%-.192s' doesn't have a default value"
2859
2483
msgstr ""
2860
2484
 
2861
 
#: ../drizzled/error.cc:432
2862
2485
msgid "Division by 0"
2863
2486
msgstr ""
2864
2487
 
2865
 
#: ../drizzled/error.cc:433
2866
2488
#, c-format
2867
2489
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
2868
2490
msgstr ""
2869
2491
 
2870
 
#: ../drizzled/error.cc:434
2871
2492
#, c-format
2872
2493
msgid "Illegal %s '%-.192s' value found during parsing"
2873
2494
msgstr ""
2874
2495
 
2875
 
#: ../drizzled/error.cc:435
 
2496
#, c-format
 
2497
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
 
2498
msgstr ""
 
2499
 
 
2500
#, c-format
 
2501
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
 
2502
msgstr ""
 
2503
 
 
2504
#, c-format
 
2505
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
 
2506
msgstr ""
 
2507
 
 
2508
#, c-format
 
2509
msgid "Failed purging old relay logs: %s"
 
2510
msgstr ""
 
2511
 
 
2512
#, c-format
 
2513
msgid "Password hash should be a %d-digit hexadecimal number"
 
2514
msgstr ""
 
2515
 
 
2516
msgid "Target log not found in binlog index"
 
2517
msgstr ""
 
2518
 
 
2519
msgid "I/O error reading log index file"
 
2520
msgstr ""
 
2521
 
 
2522
msgid "Server configuration does not permit binlog purge"
 
2523
msgstr ""
 
2524
 
 
2525
msgid "Failed on fseek()"
 
2526
msgstr ""
 
2527
 
 
2528
msgid "Fatal error during log purge"
 
2529
msgstr ""
 
2530
 
 
2531
msgid "A purgeable log is in use, will not purge"
 
2532
msgstr ""
 
2533
 
 
2534
msgid "Unknown error during log purge"
 
2535
msgstr ""
 
2536
 
 
2537
#, c-format
 
2538
msgid "Failed initializing relay log position: %s"
 
2539
msgstr ""
 
2540
 
 
2541
msgid "You are not using binary logging"
 
2542
msgstr ""
 
2543
 
 
2544
#, c-format
 
2545
msgid ""
 
2546
"The '%-.64s' syntax is reserved for purposes internal to the Drizzle server"
 
2547
msgstr ""
 
2548
 
 
2549
msgid "WSAStartup Failed"
 
2550
msgstr ""
 
2551
 
 
2552
msgid "Can't handle procedures with different groups yet"
 
2553
msgstr ""
 
2554
 
 
2555
msgid "Select must have a group with this procedure"
 
2556
msgstr ""
 
2557
 
 
2558
msgid "Can't use ORDER clause with this procedure"
 
2559
msgstr ""
 
2560
 
 
2561
#, c-format
 
2562
msgid "Binary logging and replication forbid changing the global server %s"
 
2563
msgstr ""
 
2564
 
 
2565
#, c-format
 
2566
msgid "Can't map file: %-.200s, errno: %d"
 
2567
msgstr ""
 
2568
 
 
2569
#, c-format
 
2570
msgid "Wrong magic in %-.64s"
 
2571
msgstr ""
 
2572
 
 
2573
msgid "Prepared statement contains too many placeholders"
 
2574
msgstr ""
 
2575
 
2876
2576
#, c-format
2877
2577
msgid "Key part '%-.192s' length cannot be 0"
2878
2578
msgstr ""
2879
2579
 
2880
 
#: ../drizzled/error.cc:436
 
2580
msgid "View text checksum failed"
 
2581
msgstr ""
 
2582
 
 
2583
#, c-format
 
2584
msgid ""
 
2585
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
 
2586
msgstr ""
 
2587
 
 
2588
#, c-format
 
2589
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
 
2590
msgstr ""
 
2591
 
 
2592
#, c-format
 
2593
msgid "Can not delete from join view '%-.192s.%-.192s'"
 
2594
msgstr ""
 
2595
 
 
2596
#, c-format
 
2597
msgid "Operation %s failed for %.256s"
 
2598
msgstr ""
 
2599
 
 
2600
msgid "XAER_NOTA: Unknown XID"
 
2601
msgstr ""
 
2602
 
 
2603
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
 
2604
msgstr ""
 
2605
 
2881
2606
#, c-format
2882
2607
msgid ""
2883
2608
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
2884
2609
"the  %.64s state"
2885
2610
msgstr ""
2886
2611
 
2887
 
#: ../drizzled/error.cc:437
 
2612
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
 
2613
msgstr ""
 
2614
 
 
2615
msgid ""
 
2616
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
 
2617
"for consistency"
 
2618
msgstr ""
 
2619
 
 
2620
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
 
2621
msgstr ""
 
2622
 
 
2623
#, c-format
 
2624
msgid ""
 
2625
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
 
2626
"'%-.192s'"
 
2627
msgstr ""
 
2628
 
 
2629
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
 
2630
msgstr ""
 
2631
 
 
2632
msgid "Failed to revoke all privileges to dropped routine"
 
2633
msgstr ""
 
2634
 
2888
2635
#, c-format
2889
2636
msgid "Data too long for column '%s' at row %ld"
2890
2637
msgstr ""
2891
2638
 
2892
 
#: ../drizzled/error.cc:438
 
2639
#, c-format
 
2640
msgid "Bad SQLSTATE: '%s'"
 
2641
msgstr ""
 
2642
 
2893
2643
#, c-format
2894
2644
msgid ""
2895
2645
"%s: ready for connections.\n"
2896
2646
"Version: '%s' %s\n"
2897
2647
msgstr ""
2898
2648
 
2899
 
#: ../drizzled/error.cc:439
2900
2649
msgid "Can't load value from file with fixed size rows to variable"
2901
2650
msgstr ""
2902
2651
 
2903
 
#: ../drizzled/error.cc:440
 
2652
msgid "You are not allowed to create a user with GRANT"
 
2653
msgstr ""
 
2654
 
2904
2655
#, c-format
2905
2656
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
2906
2657
msgstr ""
2907
2658
 
2908
 
#: ../drizzled/error.cc:441
2909
2659
msgid "Table definition has changed, please retry transaction"
2910
2660
msgstr ""
2911
2661
 
2912
 
#: ../drizzled/error.cc:442
 
2662
msgid "Duplicate handler declared in the same block"
 
2663
msgstr ""
 
2664
 
 
2665
#, c-format
 
2666
msgid ""
 
2667
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
 
2668
"variable in BEFORE trigger"
 
2669
msgstr ""
 
2670
 
2913
2671
#, c-format
2914
2672
msgid "Not allowed to return a result set from a %s"
2915
2673
msgstr ""
2916
2674
 
2917
 
#: ../drizzled/error.cc:443
2918
2675
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
2919
2676
msgstr ""
2920
2677
 
2921
 
#: ../drizzled/error.cc:444
 
2678
msgid ""
 
2679
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
 
2680
"declaration and binary logging is enabled; if non-transactional tables were "
 
2681
"updated, the binary log will miss their changes"
 
2682
msgstr ""
 
2683
 
 
2684
msgid ""
 
2685
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
 
2686
"declaration and binary logging is enabled (you *might* want to use the less "
 
2687
"safe log_bin_trust_function_creators variable)"
 
2688
msgstr ""
 
2689
 
 
2690
msgid ""
 
2691
"You do not have the SUPER privilege and binary logging is enabled (you "
 
2692
"*might* want to use the less safe log_bin_trust_function_creators variable)"
 
2693
msgstr ""
 
2694
 
 
2695
msgid ""
 
2696
"You can't execute a prepared statement which has an open cursor associated "
 
2697
"with it. Reset the statement to re-execute it."
 
2698
msgstr ""
 
2699
 
 
2700
#, c-format
 
2701
msgid "The statement (%lu) has no open cursor."
 
2702
msgstr ""
 
2703
 
2922
2704
msgid ""
2923
2705
"Explicit or implicit commit is not allowed in stored function or trigger."
2924
2706
msgstr ""
2925
2707
 
2926
 
#: ../drizzled/error.cc:445
 
2708
#, c-format
 
2709
msgid ""
 
2710
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
 
2711
msgstr ""
 
2712
 
 
2713
msgid "Recursive stored functions and triggers are not allowed."
 
2714
msgstr ""
 
2715
 
2927
2716
#, c-format
2928
2717
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
2929
2718
msgstr ""
2930
2719
 
2931
 
#: ../drizzled/error.cc:446
2932
2720
#, c-format
2933
2721
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
2934
2722
msgstr ""
2935
2723
 
2936
 
#: ../drizzled/error.cc:447
2937
2724
#, c-format
2938
2725
msgid ""
2939
2726
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
2940
2727
"'%-.192s')."
2941
2728
msgstr ""
2942
2729
 
2943
 
#: ../drizzled/error.cc:448
 
2730
msgid ""
 
2731
"You can't combine write-locking of system tables with other tables or lock "
 
2732
"types"
 
2733
msgstr ""
 
2734
 
 
2735
#, c-format
 
2736
msgid "Unable to connect to foreign data source: %.64s"
 
2737
msgstr ""
 
2738
 
 
2739
#, c-format
 
2740
msgid ""
 
2741
"There was a problem processing the query on the foreign data source. Data "
 
2742
"source error: %-.64s"
 
2743
msgstr ""
 
2744
 
 
2745
#, c-format
 
2746
msgid ""
 
2747
"The foreign data source you are trying to reference does not exist. Data "
 
2748
"source error:  %-.64s"
 
2749
msgstr ""
 
2750
 
 
2751
#, c-format
 
2752
msgid ""
 
2753
"Can't create federated table. The data source connection string '%-.64s' is "
 
2754
"not in the correct format"
 
2755
msgstr ""
 
2756
 
 
2757
#, c-format
 
2758
msgid "The data source connection string '%-.64s' is not in the correct format"
 
2759
msgstr ""
 
2760
 
 
2761
#, c-format
 
2762
msgid "Can't create federated table. Foreign data src error:  %-.64s"
 
2763
msgstr ""
 
2764
 
2944
2765
msgid "Trigger in wrong schema"
2945
2766
msgstr ""
2946
2767
 
2947
 
#: ../drizzled/error.cc:449
2948
2768
#, c-format
2949
2769
msgid ""
2950
2770
"Thread stack overrun:  %ld bytes used of a %ld byte stack, and %ld bytes "
2951
2771
"needed.  Use 'drizzled -O thread_stack=#' to specify a bigger stack."
2952
2772
msgstr ""
2953
2773
 
2954
 
#: ../drizzled/error.cc:450
 
2774
#, c-format
 
2775
msgid "Routine body for '%-.100s' is too long"
 
2776
msgstr ""
 
2777
 
 
2778
msgid "Cannot drop default keycache"
 
2779
msgstr ""
 
2780
 
2955
2781
#, c-format
2956
2782
msgid "Display width out of range for column '%-.192s' (max = %d)"
2957
2783
msgstr ""
2958
2784
 
2959
 
#: ../drizzled/error.cc:451
 
2785
msgid "XAER_DUPID: The XID already exists"
 
2786
msgstr ""
 
2787
 
2960
2788
#, c-format
2961
2789
msgid "Datetime function: %-.32s field overflow"
2962
2790
msgstr ""
2963
2791
 
2964
 
#: ../drizzled/error.cc:452
 
2792
#, c-format
 
2793
msgid ""
 
2794
"Can't update table '%-.192s' in stored function/trigger because it is "
 
2795
"already used by statement which invoked this stored function/trigger."
 
2796
msgstr ""
 
2797
 
 
2798
#, c-format
 
2799
msgid ""
 
2800
"The definition of table '%-.192s' prevents operation %.192s on table "
 
2801
"'%-.192s'."
 
2802
msgstr ""
 
2803
 
 
2804
msgid ""
 
2805
"The prepared statement contains a stored routine call that refers to that "
 
2806
"same statement. It's not allowed to execute a prepared statement in such a "
 
2807
"recursive manner"
 
2808
msgstr ""
 
2809
 
 
2810
msgid "Not allowed to set autocommit from a stored function or trigger"
 
2811
msgstr ""
 
2812
 
 
2813
msgid "Definer is not fully qualified"
 
2814
msgstr ""
 
2815
 
 
2816
#, c-format
 
2817
msgid ""
 
2818
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
 
2819
"Current user is used as definer. Please recreate the view!"
 
2820
msgstr ""
 
2821
 
 
2822
#, c-format
 
2823
msgid ""
 
2824
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
 
2825
"definer"
 
2826
msgstr ""
 
2827
 
 
2828
#, c-format
 
2829
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
 
2830
msgstr ""
 
2831
 
 
2832
#, c-format
 
2833
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
 
2834
msgstr ""
 
2835
 
2965
2836
#, c-format
2966
2837
msgid ""
2967
2838
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
2968
2839
msgstr ""
2969
2840
 
2970
 
#: ../drizzled/error.cc:453
2971
2841
#, c-format
2972
2842
msgid ""
2973
2843
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
2974
2844
msgstr ""
2975
2845
 
2976
 
#: ../drizzled/error.cc:454
2977
 
msgid "No data - zero rows fetched, selected, or processed"
2978
 
msgstr ""
2979
 
 
2980
 
#: ../drizzled/error.cc:455
 
2846
#, c-format
 
2847
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
 
2848
msgstr ""
 
2849
 
 
2850
#, c-format
 
2851
msgid ""
 
2852
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
 
2853
"activated under the authorization of the invoker, which may have "
 
2854
"insufficient privileges. Please recreate the trigger."
 
2855
msgstr ""
 
2856
 
 
2857
#, c-format
 
2858
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
 
2859
msgstr ""
 
2860
 
 
2861
#, c-format
 
2862
msgid ""
 
2863
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
 
2864
"exceeded for routine %.192s"
 
2865
msgstr ""
 
2866
 
 
2867
#, c-format
 
2868
msgid ""
 
2869
"Failed to load routine %-.192s. The table drizzle.proc is missing, corrupt, "
 
2870
"or contains bad data (internal code %d)"
 
2871
msgstr ""
 
2872
 
 
2873
#, c-format
 
2874
msgid "Incorrect routine name '%-.192s'"
 
2875
msgstr ""
 
2876
 
2981
2877
#, c-format
2982
2878
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
2983
2879
msgstr ""
2984
2880
 
2985
 
#: ../drizzled/error.cc:456
 
2881
msgid "AGGREGATE is not supported for stored functions"
 
2882
msgstr ""
 
2883
 
 
2884
#, c-format
 
2885
msgid ""
 
2886
"Can't create more than max_prepared_stmt_count statements (current value: %"
 
2887
"lu)"
 
2888
msgstr ""
 
2889
 
 
2890
#, c-format
 
2891
msgid "`%-.192s`.`%-.192s` contains view recursion"
 
2892
msgstr ""
 
2893
 
2986
2894
#, c-format
2987
2895
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
2988
2896
msgstr ""
2989
2897
 
2990
 
#: ../drizzled/error.cc:457
2991
2898
msgid "The used table type doesn't support SPATIAL indexes"
2992
2899
msgstr ""
2993
2900
 
2994
 
#: ../drizzled/error.cc:458
 
2901
msgid "Triggers can not be created on system tables"
 
2902
msgstr ""
 
2903
 
2995
2904
#, c-format
2996
2905
msgid "Leading spaces are removed from name '%s'"
2997
2906
msgstr ""
2998
2907
 
2999
 
#: ../drizzled/error.cc:459
3000
2908
msgid "Failed to read auto-increment value from storage engine"
3001
2909
msgstr ""
3002
2910
 
3003
 
#: ../drizzled/error.cc:460
 
2911
msgid "user name"
 
2912
msgstr ""
 
2913
 
 
2914
msgid "host name"
 
2915
msgstr ""
 
2916
 
3004
2917
#, c-format
3005
2918
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
3006
2919
msgstr ""
3007
2920
 
3008
 
#: ../drizzled/error.cc:461
 
2921
#, c-format
 
2922
msgid "The target table %-.100s of the %s is not insertable-into"
 
2923
msgstr ""
 
2924
 
 
2925
#, c-format
 
2926
msgid ""
 
2927
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
 
2928
msgstr ""
 
2929
 
3009
2930
msgid "Too high level of nesting for select"
3010
2931
msgstr ""
3011
2932
 
3012
 
#: ../drizzled/error.cc:462
3013
2933
#, c-format
3014
2934
msgid "Name '%-.64s' has become ''"
3015
2935
msgstr ""
3016
2936
 
3017
 
#: ../drizzled/error.cc:463
3018
2937
msgid ""
3019
2938
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
3020
2939
"optional and non-empty FIELDS ENCLOSED BY"
3021
2940
msgstr ""
3022
2941
 
3023
 
#: ../drizzled/error.cc:464
 
2942
#, c-format
 
2943
msgid "The foreign server, %s, you are trying to create already exists."
 
2944
msgstr ""
 
2945
 
 
2946
#, c-format
 
2947
msgid ""
 
2948
"The foreign server name you are trying to reference does not exist. Data "
 
2949
"source error:  %-.64s"
 
2950
msgstr ""
 
2951
 
3024
2952
#, c-format
3025
2953
msgid ""
3026
2954
"Table storage engine '%-.64s' does not support the create option '%.64s'"
3027
2955
msgstr ""
3028
2956
 
3029
 
#: ../drizzled/error.cc:465
3030
 
#, c-format
3031
 
msgid "Error setting %-.32s. Given value %-.128s %-.128s"
3032
 
msgstr ""
3033
 
 
3034
 
#: ../drizzled/error.cc:466
 
2957
#, c-format
 
2958
msgid ""
 
2959
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
 
2960
"each partition"
 
2961
msgstr ""
 
2962
 
 
2963
#, c-format
 
2964
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
 
2965
msgstr ""
 
2966
 
 
2967
msgid "MAXVALUE can only be used in last partition definition"
 
2968
msgstr ""
 
2969
 
 
2970
msgid "Subpartitions can only be hash partitions and by key"
 
2971
msgstr ""
 
2972
 
 
2973
msgid "Must define subpartitions on all partitions if on one partition"
 
2974
msgstr ""
 
2975
 
 
2976
msgid "Wrong number of partitions defined, mismatch with previous setting"
 
2977
msgstr ""
 
2978
 
 
2979
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
 
2980
msgstr ""
 
2981
 
 
2982
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
 
2983
msgstr ""
 
2984
 
 
2985
msgid "Expression in RANGE/LIST VALUES must be constant"
 
2986
msgstr ""
 
2987
 
 
2988
msgid "Field in list of fields for partition function not found in table"
 
2989
msgstr ""
 
2990
 
 
2991
msgid "List of fields is only allowed in KEY partitions"
 
2992
msgstr ""
 
2993
 
 
2994
msgid ""
 
2995
"The partition info in the frm file is not consistent with what can be "
 
2996
"written into the frm file"
 
2997
msgstr ""
 
2998
 
 
2999
#, c-format
 
3000
msgid "The %-.192s function returns the wrong type"
 
3001
msgstr ""
 
3002
 
 
3003
#, c-format
 
3004
msgid "For %-.64s partitions each partition must be defined"
 
3005
msgstr ""
 
3006
 
 
3007
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
 
3008
msgstr ""
 
3009
 
 
3010
msgid "VALUES value must be of same type as partition function"
 
3011
msgstr ""
 
3012
 
 
3013
msgid "Multiple definition of same constant in list partitioning"
 
3014
msgstr ""
 
3015
 
 
3016
msgid "Partitioning can not be used stand-alone in query"
 
3017
msgstr ""
 
3018
 
 
3019
msgid ""
 
3020
"The mix of handlers in the partitions is not allowed in this version of "
 
3021
"Drizzle"
 
3022
msgstr ""
 
3023
 
 
3024
#, c-format
 
3025
msgid "For the partitioned engine it is necessary to define all %-.64s"
 
3026
msgstr ""
 
3027
 
 
3028
msgid "Too many partitions (including subpartitions) were defined"
 
3029
msgstr ""
 
3030
 
 
3031
msgid ""
 
3032
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
 
3033
"partitioning for subpartitioning"
 
3034
msgstr ""
 
3035
 
 
3036
msgid "Failed to create specific handler file"
 
3037
msgstr ""
 
3038
 
 
3039
msgid "A BLOB field is not allowed in partition function"
 
3040
msgstr ""
 
3041
 
 
3042
#, c-format
 
3043
msgid "A %-.192s must include all columns in the table's partitioning function"
 
3044
msgstr ""
 
3045
 
 
3046
#, c-format
 
3047
msgid "Number of %-.64s = 0 is not an allowed value"
 
3048
msgstr ""
 
3049
 
 
3050
msgid "Partition management on a not partitioned table is not possible"
 
3051
msgstr ""
 
3052
 
 
3053
msgid ""
 
3054
"Foreign key condition is not yet supported in conjunction with partitioning"
 
3055
msgstr ""
 
3056
 
 
3057
#, c-format
 
3058
msgid "Error in list of partitions to %-.64s"
 
3059
msgstr ""
 
3060
 
 
3061
msgid "Cannot remove all partitions, use DROP TABLE instead"
 
3062
msgstr ""
 
3063
 
 
3064
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
 
3065
msgstr ""
 
3066
 
 
3067
msgid ""
 
3068
"REORGANIZE PARTITION can only be used to reorganize partitions not to change "
 
3069
"their numbers"
 
3070
msgstr ""
 
3071
 
 
3072
msgid ""
 
3073
"REORGANIZE PARTITION without parameters can only be used on auto-partitioned "
 
3074
"tables using HASH PARTITIONs"
 
3075
msgstr ""
 
3076
 
 
3077
#, c-format
 
3078
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
 
3079
msgstr ""
 
3080
 
 
3081
msgid "Trying to Add partition(s) with wrong number of subpartitions"
 
3082
msgstr ""
 
3083
 
 
3084
msgid "At least one partition must be added"
 
3085
msgstr ""
 
3086
 
 
3087
msgid "At least one partition must be coalesced"
 
3088
msgstr ""
 
3089
 
 
3090
msgid "More partitions to reorganize than there are partitions"
 
3091
msgstr ""
 
3092
 
 
3093
#, c-format
 
3094
msgid "Duplicate partition name %-.192s"
 
3095
msgstr ""
 
3096
 
 
3097
msgid "It is not allowed to shut off binlog on this command"
 
3098
msgstr ""
 
3099
 
 
3100
msgid "When reorganizing a set of partitions they must be in consecutive order"
 
3101
msgstr ""
 
3102
 
 
3103
msgid ""
 
3104
"Reorganize of range partitions cannot change total ranges except for last "
 
3105
"partition where it can extend the range"
 
3106
msgstr ""
 
3107
 
 
3108
msgid "Partition function not supported in this version for this handler"
 
3109
msgstr ""
 
3110
 
 
3111
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
 
3112
msgstr ""
 
3113
 
 
3114
#, c-format
 
3115
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
 
3116
msgstr ""
 
3117
 
 
3118
#, c-format
 
3119
msgid "Plugin '%-.192s' is not loaded"
 
3120
msgstr ""
 
3121
 
3035
3122
#, c-format
3036
3123
msgid "Incorrect %-.32s value: '%-.128s'"
3037
3124
msgstr ""
3038
3125
 
3039
 
#: ../drizzled/error.cc:467
3040
3126
#, c-format
3041
3127
msgid "Table has no partition for value %-.64s"
3042
3128
msgstr ""
3043
3129
 
3044
 
#: ../drizzled/error.cc:468
 
3130
#, c-format
 
3131
msgid "It is not allowed to specify %s more than once"
 
3132
msgstr ""
 
3133
 
 
3134
#, c-format
 
3135
msgid "Failed to create %s"
 
3136
msgstr ""
 
3137
 
 
3138
#, c-format
 
3139
msgid "Failed to drop %s"
 
3140
msgstr ""
 
3141
 
 
3142
msgid "The handler doesn't support autoextend of tablespaces"
 
3143
msgstr ""
 
3144
 
 
3145
msgid ""
 
3146
"A size parameter was incorrectly specified, either number or on the form 10M"
 
3147
msgstr ""
 
3148
 
 
3149
msgid ""
 
3150
"The size number was correct but we don't allow the digit part to be more "
 
3151
"than 2 billion"
 
3152
msgstr ""
 
3153
 
 
3154
#, c-format
 
3155
msgid "Failed to alter: %s"
 
3156
msgstr ""
 
3157
 
3045
3158
msgid "Writing one row to the row-based binary log failed"
3046
3159
msgstr ""
3047
3160
 
3048
 
#: ../drizzled/error.cc:469
 
3161
#, c-format
 
3162
msgid "Table definition on master and slave does not match: %s"
 
3163
msgstr ""
 
3164
 
 
3165
msgid ""
 
3166
"Slave running with --log-slave-updates must use row-based binary logging to "
 
3167
"be able to replicate row-based binary log events"
 
3168
msgstr ""
 
3169
 
 
3170
#, c-format
 
3171
msgid "Event '%-.192s' already exists"
 
3172
msgstr ""
 
3173
 
 
3174
#, c-format
 
3175
msgid "Failed to store event %s. Error code %d from storage engine."
 
3176
msgstr ""
 
3177
 
 
3178
#, c-format
 
3179
msgid "Unknown event '%-.192s'"
 
3180
msgstr ""
 
3181
 
 
3182
#, c-format
 
3183
msgid "Failed to alter event '%-.192s'"
 
3184
msgstr ""
 
3185
 
 
3186
msgid "INTERVAL is either not positive or too big"
 
3187
msgstr ""
 
3188
 
 
3189
msgid "ENDS is either invalid or before STARTS"
 
3190
msgstr ""
 
3191
 
 
3192
msgid "Event execution time is in the past. Event has been disabled"
 
3193
msgstr ""
 
3194
 
 
3195
msgid "Failed to open drizzle.event"
 
3196
msgstr ""
 
3197
 
 
3198
msgid "No datetime expression provided"
 
3199
msgstr ""
 
3200
 
 
3201
#, c-format
 
3202
msgid ""
 
3203
"Column count of drizzle.%s is wrong. Expected %d, found %d. The table is "
 
3204
"probably corrupted"
 
3205
msgstr ""
 
3206
 
 
3207
#, c-format
 
3208
msgid "Cannot load from drizzle.%s. The table is probably corrupted"
 
3209
msgstr ""
 
3210
 
 
3211
msgid "Failed to delete the event from drizzle.event"
 
3212
msgstr ""
 
3213
 
 
3214
msgid "Error during compilation of event's body"
 
3215
msgstr ""
 
3216
 
 
3217
msgid "Same old and new event name"
 
3218
msgstr ""
 
3219
 
 
3220
#, c-format
 
3221
msgid "Data for column '%s' too long"
 
3222
msgstr ""
 
3223
 
3049
3224
#, c-format
3050
3225
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
3051
3226
msgstr ""
3052
3227
 
3053
 
#: ../drizzled/error.cc:470
 
3228
#, c-format
 
3229
msgid ""
 
3230
"The syntax '%s' is deprecated and will be removed in Drizzle %s. Please use %"
 
3231
"s instead"
 
3232
msgstr ""
 
3233
 
 
3234
msgid "You can't write-lock a log table. Only read access is possible"
 
3235
msgstr ""
 
3236
 
 
3237
msgid "You can't use locks with log tables."
 
3238
msgstr ""
 
3239
 
3054
3240
#, c-format
3055
3241
msgid ""
3056
3242
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
3057
3243
"d would lead to a duplicate entry"
3058
3244
msgstr ""
3059
3245
 
3060
 
#: ../drizzled/error.cc:471
 
3246
#, c-format
 
3247
msgid ""
 
3248
"Column count of drizzle.%s is wrong. Expected %d, found %d. Created with "
 
3249
"Drizzle %d, now running %d. Please use drizzle_upgrade to fix this error."
 
3250
msgstr ""
 
3251
 
 
3252
msgid ""
 
3253
"Cannot switch out of the row-based binary log format when the session has "
 
3254
"open temporary tables"
 
3255
msgstr ""
 
3256
 
 
3257
msgid ""
 
3258
"Cannot change the binary logging format inside a stored function or trigger"
 
3259
msgstr ""
 
3260
 
 
3261
msgid ""
 
3262
"The NDB cluster engine does not support changing the binlog format on the "
 
3263
"fly yet"
 
3264
msgstr ""
 
3265
 
 
3266
msgid "Cannot create temporary table with partitions"
 
3267
msgstr ""
 
3268
 
 
3269
msgid "Partition constant is out of partition function domain"
 
3270
msgstr ""
 
3271
 
 
3272
msgid "This partition function is not allowed"
 
3273
msgstr ""
 
3274
 
 
3275
msgid "Error in DDL log"
 
3276
msgstr ""
 
3277
 
 
3278
msgid "Not allowed to use NULL value in VALUES LESS THAN"
 
3279
msgstr ""
 
3280
 
 
3281
msgid "Incorrect partition name"
 
3282
msgstr ""
 
3283
 
3061
3284
msgid ""
3062
3285
"Transaction isolation level can't be changed while a transaction is in "
3063
3286
"progress"
3064
3287
msgstr ""
3065
3288
 
3066
 
#: ../drizzled/error.cc:472
 
3289
#, c-format
 
3290
msgid ""
 
3291
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
 
3292
"'%-.192s' for key '%-.192s'"
 
3293
msgstr ""
 
3294
 
 
3295
#, c-format
 
3296
msgid "Internal scheduler error %d"
 
3297
msgstr ""
 
3298
 
 
3299
#, c-format
 
3300
msgid "Error during starting/stopping of the scheduler. Error code %u"
 
3301
msgstr ""
 
3302
 
 
3303
msgid "Engine cannot be used in partitioned tables"
 
3304
msgstr ""
 
3305
 
 
3306
#, c-format
 
3307
msgid "Cannot activate '%-.64s' log"
 
3308
msgstr ""
 
3309
 
 
3310
msgid "The server was not built with row-based replication"
 
3311
msgstr ""
 
3312
 
 
3313
msgid "Decoding of base64 string failed"
 
3314
msgstr ""
 
3315
 
 
3316
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
 
3317
msgstr ""
 
3318
 
 
3319
msgid ""
 
3320
"Cannot proceed because system tables used by Event Scheduler were found "
 
3321
"damaged at server start"
 
3322
msgstr ""
 
3323
 
 
3324
msgid "Only integers allowed as number here"
 
3325
msgstr ""
 
3326
 
 
3327
msgid "This storage engine cannot be used for log tables"
 
3328
msgstr ""
 
3329
 
 
3330
#, c-format
 
3331
msgid "You cannot '%s' a log table if logging is enabled"
 
3332
msgstr ""
 
3333
 
 
3334
#, c-format
 
3335
msgid ""
 
3336
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
 
3337
"rename two tables: the log table to an archive table and another table back "
 
3338
"to '%s'"
 
3339
msgstr ""
 
3340
 
3067
3341
#, c-format
3068
3342
msgid "Incorrect parameter count in the call to native function '%-.192s'"
3069
3343
msgstr ""
3070
3344
 
3071
 
#: ../drizzled/error.cc:473
3072
3345
#, c-format
3073
3346
msgid "Incorrect parameters in the call to native function '%-.192s'"
3074
3347
msgstr ""
3075
3348
 
3076
 
#: ../drizzled/error.cc:474
 
3349
#, c-format
 
3350
msgid "Incorrect parameters in the call to stored function '%-.192s'"
 
3351
msgstr ""
 
3352
 
 
3353
#, c-format
 
3354
msgid "This function '%-.192s' has the same name as a native function"
 
3355
msgstr ""
 
3356
 
3077
3357
#, c-format
3078
3358
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
3079
3359
msgstr ""
3080
3360
 
3081
 
#: ../drizzled/error.cc:475
 
3361
msgid "Too many files opened, please execute the command again"
 
3362
msgstr ""
 
3363
 
 
3364
msgid ""
 
3365
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
 
3366
"The event was dropped immediately after creation."
 
3367
msgstr ""
 
3368
 
 
3369
#, c-format
 
3370
msgid "The incident %s occurred on the master. Message: %-.64s"
 
3371
msgstr ""
 
3372
 
 
3373
msgid "Table has no partition for some existing values"
 
3374
msgstr ""
 
3375
 
 
3376
msgid "Statement is not safe to log in statement format."
 
3377
msgstr ""
 
3378
 
 
3379
#, c-format
 
3380
msgid "Fatal error: %s"
 
3381
msgstr ""
 
3382
 
 
3383
#, c-format
 
3384
msgid "Relay log read failure: %s"
 
3385
msgstr ""
 
3386
 
 
3387
#, c-format
 
3388
msgid "Relay log write failure: %s"
 
3389
msgstr ""
 
3390
 
 
3391
#, c-format
 
3392
msgid "Master command %s failed: %s"
 
3393
msgstr ""
 
3394
 
 
3395
#, c-format
 
3396
msgid "Binary logging not possible. Message: %s"
 
3397
msgstr ""
 
3398
 
 
3399
#, c-format
 
3400
msgid "View `%-.64s`.`%-.64s` has no creation context"
 
3401
msgstr ""
 
3402
 
 
3403
#, c-format
 
3404
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
 
3405
msgstr ""
 
3406
 
 
3407
#, c-format
 
3408
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
 
3409
msgstr ""
 
3410
 
 
3411
#, c-format
 
3412
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
 
3413
msgstr ""
 
3414
 
 
3415
#, c-format
 
3416
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
 
3417
msgstr ""
 
3418
 
 
3419
#, c-format
 
3420
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
 
3421
msgstr ""
 
3422
 
 
3423
#, c-format
 
3424
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
 
3425
msgstr ""
 
3426
 
 
3427
#, c-format
 
3428
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
 
3429
msgstr ""
 
3430
 
 
3431
#, c-format
 
3432
msgid "Cannot create stored routine `%-.64s`. Check warnings"
 
3433
msgstr ""
 
3434
 
 
3435
#, c-format
 
3436
msgid "Ambiguous slave modes combination. %s"
 
3437
msgstr ""
 
3438
 
 
3439
#, c-format
 
3440
msgid ""
 
3441
"The BINLOG statement of type `%s` was not preceded by a format description "
 
3442
"BINLOG statement."
 
3443
msgstr ""
 
3444
 
 
3445
msgid "Corrupted replication event was detected"
 
3446
msgstr ""
 
3447
 
3082
3448
#, c-format
3083
3449
msgid "Invalid column reference (%-.64s) in LOAD DATA"
3084
3450
msgstr ""
3085
3451
 
3086
 
#: ../drizzled/error.cc:477
 
3452
#, c-format
 
3453
msgid "Being purged log %s was not found"
 
3454
msgstr ""
 
3455
 
 
3456
#, c-format
 
3457
msgid "Converted to non-transactional lock on '%-.64s'"
 
3458
msgstr ""
 
3459
 
 
3460
#, c-format
 
3461
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
 
3462
msgstr ""
 
3463
 
 
3464
#, c-format
 
3465
msgid ""
 
3466
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
 
3467
msgstr ""
 
3468
 
 
3469
#, c-format
 
3470
msgid "Can't access storage engine of table %-.64s"
 
3471
msgstr ""
 
3472
 
 
3473
msgid "Starting backup process"
 
3474
msgstr ""
 
3475
 
 
3476
msgid "Backup completed"
 
3477
msgstr ""
 
3478
 
 
3479
msgid "Starting restore process"
 
3480
msgstr ""
 
3481
 
 
3482
msgid "Restore completed"
 
3483
msgstr ""
 
3484
 
 
3485
msgid "Nothing to backup"
 
3486
msgstr ""
 
3487
 
 
3488
#, c-format
 
3489
msgid "Database '%-.64s' cannot be included in a backup"
 
3490
msgstr ""
 
3491
 
 
3492
msgid ""
 
3493
"Error during backup operation - server's error log contains more information "
 
3494
"about the error"
 
3495
msgstr ""
 
3496
 
 
3497
msgid ""
 
3498
"Error during restore operation - server's error log contains more "
 
3499
"information about the error"
 
3500
msgstr ""
 
3501
 
 
3502
msgid ""
 
3503
"Can't execute this command because another BACKUP/RESTORE operation is in "
 
3504
"progress"
 
3505
msgstr ""
 
3506
 
 
3507
msgid "Error when preparing for backup operation"
 
3508
msgstr ""
 
3509
 
 
3510
msgid "Error when preparing for restore operation"
 
3511
msgstr ""
 
3512
 
 
3513
#, c-format
 
3514
msgid "Invalid backup location '%-.64s'"
 
3515
msgstr ""
 
3516
 
 
3517
#, c-format
 
3518
msgid "Can't read backup location '%-.64s'"
 
3519
msgstr ""
 
3520
 
 
3521
#, c-format
 
3522
msgid "Can't write to backup location '%-.64s' (file already exists?)"
 
3523
msgstr ""
 
3524
 
 
3525
msgid "Can't enumerate server databases"
 
3526
msgstr ""
 
3527
 
 
3528
msgid "Can't enumerate server tables"
 
3529
msgstr ""
 
3530
 
 
3531
#, c-format
 
3532
msgid "Can't enumerate tables in database %-.64s"
 
3533
msgstr ""
 
3534
 
 
3535
#, c-format
 
3536
msgid "Skipping view %-.64s in database %-.64s"
 
3537
msgstr ""
 
3538
 
 
3539
#, c-format
 
3540
msgid "Skipping table %-.64s since it has no valid storage engine"
 
3541
msgstr ""
 
3542
 
 
3543
#, c-format
 
3544
msgid "Can't open table %-.64s"
 
3545
msgstr ""
 
3546
 
 
3547
msgid "Can't read backup archive preamble"
 
3548
msgstr ""
 
3549
 
 
3550
msgid "Can't write backup archive preamble"
 
3551
msgstr ""
 
3552
 
 
3553
#, c-format
 
3554
msgid "Can't find backup driver for table %-.64s"
 
3555
msgstr ""
 
3556
 
 
3557
#, c-format
 
3558
msgid ""
 
3559
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
 
3560
"this table"
 
3561
msgstr ""
 
3562
 
 
3563
#, c-format
 
3564
msgid "Can't create %-.64s backup driver"
 
3565
msgstr ""
 
3566
 
 
3567
#, c-format
 
3568
msgid "Can't create %-.64s restore driver"
 
3569
msgstr ""
 
3570
 
 
3571
#, c-format
 
3572
msgid "Found %d images in backup archive but maximum %d are supported"
 
3573
msgstr ""
 
3574
 
 
3575
#, c-format
 
3576
msgid "Error when saving meta-data of %-.64s"
 
3577
msgstr ""
 
3578
 
 
3579
msgid "Error when reading meta-data list"
 
3580
msgstr ""
 
3581
 
 
3582
#, c-format
 
3583
msgid "Can't create %-.64s"
 
3584
msgstr ""
 
3585
 
 
3586
msgid "Can't allocate buffer for image data transfer"
 
3587
msgstr ""
 
3588
 
 
3589
#, c-format
 
3590
msgid "Error when writing %-.64s backup image data (for table #%d)"
 
3591
msgstr ""
 
3592
 
 
3593
msgid "Error when reading data from backup stream"
 
3594
msgstr ""
 
3595
 
 
3596
msgid "Can't go to the next chunk in backup stream"
 
3597
msgstr ""
 
3598
 
 
3599
#, c-format
 
3600
msgid "Can't initialize %-.64s backup driver"
 
3601
msgstr ""
 
3602
 
 
3603
#, c-format
 
3604
msgid "Can't initialize %-.64s restore driver"
 
3605
msgstr ""
 
3606
 
 
3607
#, c-format
 
3608
msgid "Can't shut down %-.64s backup driver"
 
3609
msgstr ""
 
3610
 
 
3611
#, c-format
 
3612
msgid "Can't shut down %-.64s backup driver(s)"
 
3613
msgstr ""
 
3614
 
 
3615
#, c-format
 
3616
msgid "%-.64s backup driver can't prepare for synchronization"
 
3617
msgstr ""
 
3618
 
 
3619
#, c-format
 
3620
msgid "%-.64s backup driver can't create its image validity point"
 
3621
msgstr ""
 
3622
 
 
3623
#, c-format
 
3624
msgid "Can't unlock %-.64s backup driver after creating the validity point"
 
3625
msgstr ""
 
3626
 
 
3627
#, c-format
 
3628
msgid "%-.64s backup driver can't cancel its backup operation"
 
3629
msgstr ""
 
3630
 
 
3631
#, c-format
 
3632
msgid "%-.64s restore driver can't cancel its restore operation"
 
3633
msgstr ""
 
3634
 
 
3635
#, c-format
 
3636
msgid "Error when polling %-.64s backup driver for its image data"
 
3637
msgstr ""
 
3638
 
 
3639
#, c-format
 
3640
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
 
3641
msgstr ""
 
3642
 
 
3643
#, c-format
 
3644
msgid ""
 
3645
"After %d attempts %-.64s restore driver still can't accept next block of data"
 
3646
msgstr ""
 
3647
 
 
3648
#, c-format
 
3649
msgid "Open and lock tables failed in %-.64s"
 
3650
msgstr ""
 
3651
 
 
3652
msgid "Backup driver's table locking thread can not be initialized."
 
3653
msgstr ""
 
3654
 
 
3655
msgid ""
 
3656
"Can't open the online backup progress tables. Check 'drizzle.online_backup' "
 
3657
"and 'drizzle.online_backup_progress'."
 
3658
msgstr ""
 
3659
 
 
3660
#, c-format
 
3661
msgid "Tablespace '%-.192s' already exists"
 
3662
msgstr ""
 
3663
 
 
3664
#, c-format
 
3665
msgid "Tablespace '%-.192s' doesn't exist"
 
3666
msgstr ""
 
3667
 
 
3668
#, c-format
 
3669
msgid "Unexpected master's heartbeat data: %s"
 
3670
msgstr ""
 
3671
 
 
3672
#, c-format
 
3673
msgid "The requested value for the heartbeat period %s %s"
 
3674
msgstr ""
 
3675
 
 
3676
#, c-format
 
3677
msgid "Can't write to the online backup progress log %-.64s."
 
3678
msgstr ""
 
3679
 
 
3680
#, c-format
 
3681
msgid "Tablespace '%-.192s' not empty"
 
3682
msgstr ""
 
3683
 
 
3684
#, c-format
 
3685
msgid ""
 
3686
"Tablespace `%-.64s` needed by tables being restored has changed on the "
 
3687
"server. The original definition of the required tablespace is '%-.256s' "
 
3688
"while the same tablespace is defined on the server as '%-.256s'"
 
3689
msgstr ""
 
3690
 
 
3691
msgid "A virtual column cannot be based on a virtual column"
 
3692
msgstr ""
 
3693
 
 
3694
#, c-format
 
3695
msgid "Non-deterministic expression for virtual column '%s'."
 
3696
msgstr ""
 
3697
 
 
3698
#, c-format
 
3699
msgid ""
 
3700
"Generated value for virtual column '%s' cannot be converted to type '%s'."
 
3701
msgstr ""
 
3702
 
 
3703
msgid "Primary key cannot be defined upon a virtual column."
 
3704
msgstr ""
 
3705
 
 
3706
msgid "Key/Index cannot be defined on a non-stored virtual column."
 
3707
msgstr ""
 
3708
 
 
3709
#, c-format
 
3710
msgid "Cannot define foreign key with %s clause on a virtual column."
 
3711
msgstr ""
 
3712
 
 
3713
#, c-format
 
3714
msgid "The value specified for virtual column '%s' in table '%s' ignored."
 
3715
msgstr ""
 
3716
 
 
3717
#, c-format
 
3718
msgid "'%s' is not yet supported for virtual columns."
 
3719
msgstr ""
 
3720
 
 
3721
msgid "Constant expression in virtual column function is not allowed."
 
3722
msgstr ""
 
3723
 
 
3724
msgid "Encountered an unknown temporal type."
 
3725
msgstr ""
 
3726
 
 
3727
#, c-format
 
3728
msgid "Received an invalid string format '%s' for a date value."
 
3729
msgstr ""
 
3730
 
 
3731
#, c-format
 
3732
msgid "Received an invalid string format '%s' for a time value."
 
3733
msgstr ""
 
3734
 
 
3735
#, c-format
 
3736
msgid "Received an invalid value '%s' for a UNIX timestamp."
 
3737
msgstr ""
 
3738
 
3087
3739
#, c-format
3088
3740
msgid "Received an invalid datetime value '%s'."
3089
3741
msgstr ""
3090
3742
 
3091
 
#: ../drizzled/error.cc:478
3092
 
#, c-format
3093
 
msgid "Received an invalid DATE value '%s'."
3094
 
msgstr ""
3095
 
 
3096
 
#: ../drizzled/error.cc:479
3097
3743
#, c-format
3098
3744
msgid "Received a NULL argument for function '%s'."
3099
3745
msgstr ""
3100
3746
 
3101
 
#: ../drizzled/error.cc:480
3102
 
#, c-format
3103
 
msgid "Received an invalid timestamp value '%s'."
3104
 
msgstr ""
3105
 
 
3106
 
#: ../drizzled/error.cc:481
3107
 
#, c-format
3108
 
msgid "Received an invalid TIME value '%s'."
3109
 
msgstr ""
3110
 
 
3111
 
#: ../drizzled/error.cc:482
3112
 
#, c-format
3113
 
msgid "Received an invalid value '%s' for a UNIX timestamp."
3114
 
msgstr ""
3115
 
 
3116
 
#: ../drizzled/error.cc:484
 
3747
#, c-format
 
3748
msgid "Received an invalid negative argument '%s' for function '%s'."
 
3749
msgstr ""
 
3750
 
3117
3751
#, c-format
3118
3752
msgid "Received an out-of-range argument '%s' for function '%s'."
3119
3753
msgstr ""
3120
3754
 
3121
 
#: ../drizzled/error.cc:485
 
3755
#, c-format
 
3756
msgid "Received an invalid time value '%s'."
 
3757
msgstr ""
 
3758
 
3122
3759
#, c-format
3123
3760
msgid "Received an invalid enum value '%s'."
3124
3761
msgstr ""
3125
3762
 
3126
 
#: ../drizzled/error.cc:486
3127
 
msgid "Tables which are replicated require a primary key."
3128
 
msgstr ""
3129
 
 
3130
 
#: ../drizzled/error.cc:488
3131
 
#, c-format
3132
 
msgid "Corrupt or invalid schema definition for '%s' : %s"
3133
 
msgstr ""
3134
 
 
3135
 
#: ../drizzled/error.cc:489
3136
 
#, c-format
3137
 
msgid "Corrupt or invalid table definition for '%s': %s"
3138
 
msgstr ""
3139
 
 
3140
 
#: ../drizzled/error.cc:490
3141
 
#, c-format
3142
 
msgid "The number of enum that were required was too high for table '%s'"
3143
 
msgstr ""
3144
 
 
3145
 
#: ../drizzled/error.cc:491
3146
 
#, c-format
3147
 
msgid "Corrupt or invalid table definition for '%s'"
3148
 
msgstr ""
3149
 
 
3150
 
#: ../drizzled/error.cc:492
3151
 
#, c-format
3152
 
msgid "Collation '%s' for table %s is invalid/unknown"
3153
 
msgstr ""
3154
 
 
3155
 
#: ../drizzled/error.cc:494
3156
 
#, c-format
3157
 
msgid "Cannot drop table '%s'"
3158
 
msgstr ""
3159
 
 
3160
 
#: ../drizzled/error.cc:495
3161
 
#, c-format
3162
 
msgid "Error occurred while dropping table '%s'"
3163
 
msgstr ""
3164
 
 
3165
 
#: ../drizzled/error.cc:496
3166
 
#, c-format
3167
 
msgid "Permission denied to create '%s'"
3168
 
msgstr ""
3169
 
 
3170
 
#: ../drizzled/error.cc:497
3171
 
#, c-format
3172
 
msgid "Unknown table '%s'"
3173
 
msgstr ""
3174
 
 
3175
 
#: ../drizzled/error.cc:499
3176
 
#, c-format
3177
 
msgid "Cannot create schema '%s'"
3178
 
msgstr ""
3179
 
 
3180
 
#: ../drizzled/error.cc:500
3181
 
#, c-format
3182
 
msgid "Schema does not exist: %s"
3183
 
msgstr ""
3184
 
 
3185
 
#: ../drizzled/error.cc:501
3186
 
#, c-format
3187
 
msgid "Error altering schema: %s"
3188
 
msgstr ""
3189
 
 
3190
 
#: ../drizzled/error.cc:502
3191
 
#, c-format
3192
 
msgid "Error droppping Schema : %s"
3193
 
msgstr ""
3194
 
 
3195
 
#: ../drizzled/error.cc:504
3196
 
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
3197
 
msgstr ""
3198
 
 
3199
 
#: ../drizzled/error.cc:505
3200
 
#, c-format
3201
 
msgid "Unknown table engine option key/pair %s = %s."
3202
 
msgstr ""
3203
 
 
3204
 
#: ../drizzled/error.cc:506
3205
 
#, c-format
3206
 
msgid "Unknown schema engine option key/pair %s = %s."
3207
 
msgstr ""
3208
 
 
3209
 
#: ../drizzled/error.cc:508
3210
 
msgid "Admin access not allowed from this username/IP address."
3211
 
msgstr ""
3212
 
 
3213
 
#. User lock/barrier error messages
3214
 
#: ../drizzled/error.cc:511
3215
 
msgid "wait() can not be called on session owning user defined barrier."
3216
 
msgstr ""
3217
 
 
3218
 
#: ../drizzled/error.cc:512
3219
 
msgid "Unknown user defined barrier requested."
3220
 
msgstr ""
3221
 
 
3222
 
#: ../drizzled/error.cc:513
3223
 
msgid "Session does not own user defined barrier."
3224
 
msgstr ""
3225
 
 
3226
 
#: ../drizzled/error.cc:514
3227
 
msgid "Session can not wait on a user defined lock owned by the session."
3228
 
msgstr ""
3229
 
 
3230
 
#: ../drizzled/error.cc:515
3231
 
msgid "Session does not own user defined lock."
3232
 
msgstr ""
3233
 
 
3234
 
#: ../drizzled/error.cc:517
3235
 
msgid "Invalid name for user defined barrier."
3236
 
msgstr ""
3237
 
 
3238
 
#: ../drizzled/error.cc:518
3239
 
msgid "Invalid name for user defined lock."
3240
 
msgstr ""
3241
 
 
3242
 
#: ../drizzled/error.cc:520
3243
 
msgid ""
3244
 
"Either a DEFAULt value or NULL NULL description is required for a new column "
3245
 
"if table is not empty"
3246
 
msgstr ""
3247
 
 
3248
 
#. Cast errors
3249
 
#: ../drizzled/error.cc:523
3250
 
#, c-format
3251
 
msgid ""
3252
 
"Cast to unsigned converted negative integer to it's positive complement: %s"
3253
 
msgstr ""
3254
 
 
3255
 
#: ../drizzled/error.cc:524
3256
 
#, c-format
3257
 
msgid "Invalid cast to signed integer: %s"
3258
 
msgstr ""
3259
 
 
3260
 
#: ../drizzled/error.cc:526
3261
 
#, c-format
3262
 
msgid "Identifier '%.*s' is a SQL keyword."
3263
 
msgstr ""
3264
 
 
3265
 
#: ../drizzled/error.cc:529
3266
 
#, c-format
3267
 
msgid "Can't unlock file (Errcode: %d)"
3268
 
msgstr ""
3269
 
 
3270
 
#: ../drizzled/error.cc:530
3271
 
#, c-format
3272
 
msgid "Can't change size of file (Errcode: %d)"
3273
 
msgstr ""
3274
 
 
3275
 
#: ../drizzled/error.cc:531
3276
 
#, c-format
3277
 
msgid "Can't open stream from handle (Errcode: %d)"
3278
 
msgstr ""
3279
 
 
3280
 
#: ../drizzled/error.cc:532
3281
 
#, c-format
3282
 
msgid "Warning: '%s' had %d links"
3283
 
msgstr ""
3284
 
 
3285
 
#: ../drizzled/error.cc:533
3286
 
#, c-format
3287
 
msgid "Warning: %d files and %d streams is left open\n"
3288
 
msgstr ""
3289
 
 
3290
 
#: ../drizzled/error.cc:534
3291
 
#, c-format
3292
 
msgid "Can't create directory '%s' (Errcode: %d)"
3293
 
msgstr ""
3294
 
 
3295
 
#: ../drizzled/error.cc:535
3296
 
#, c-format
3297
 
msgid ""
3298
 
"Character set '%s' is not a compiled character set and is not specified in "
3299
 
"the %s file"
3300
 
msgstr ""
3301
 
 
3302
 
#: ../drizzled/error.cc:536
3303
 
#, c-format
3304
 
msgid "Out of resources when opening file '%s' (Errcode: %d)"
3305
 
msgstr ""
3306
 
 
3307
 
#: ../drizzled/error.cc:537
3308
 
#, c-format
3309
 
msgid "Can't read value for symlink '%s' (Error %d)"
3310
 
msgstr ""
3311
 
 
3312
 
#: ../drizzled/error.cc:538
3313
 
#, c-format
3314
 
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
3315
 
msgstr ""
3316
 
 
3317
 
#: ../drizzled/error.cc:539
3318
 
#, c-format
3319
 
msgid "Error on realpath() on '%s' (Error %d)"
3320
 
msgstr ""
3321
 
 
3322
 
#: ../drizzled/error.cc:540
3323
 
#, c-format
3324
 
msgid "Can't sync file '%s' to disk (Errcode: %d)"
3325
 
msgstr ""
3326
 
 
3327
 
#: ../drizzled/error.cc:541
3328
 
#, c-format
3329
 
msgid ""
3330
 
"Collation '%s' is not a compiled collation and is not specified in the %s "
3331
 
"file"
3332
 
msgstr ""
3333
 
 
3334
 
#: ../drizzled/error.cc:542
3335
 
#, c-format
3336
 
msgid "File '%s' (fileno: %d) was not closed"
3337
 
msgstr ""
3338
 
 
3339
 
#. For UUID type
3340
 
#: ../drizzled/error.cc:545
3341
 
msgid "Received an invalid UUID value"
3342
 
msgstr ""
3343
 
 
3344
 
#: ../drizzled/error.cc:546
3345
 
msgid "The UUID was not created with a valid time"
3346
 
msgstr ""
3347
 
 
3348
 
#. For BOOL type
3349
 
#: ../drizzled/error.cc:549
3350
 
#, c-format
3351
 
msgid "Received an invalid BOOLEAN value '%s'."
3352
 
msgstr ""
3353
 
 
3354
 
#: ../drizzled/error.cc:550
3355
 
#, c-format
3356
 
msgid "Invalid cast to BOOLEAN: '%s'."
3357
 
msgstr ""
3358
 
 
3359
 
#. Transactional DDL
3360
 
#: ../drizzled/error.cc:553
3361
 
msgid "Transactional DDL not supported"
3362
 
msgstr ""
3363
 
 
3364
 
#. ASSERT Message
3365
 
#: ../drizzled/error.cc:555
3366
 
#, c-format
3367
 
msgid "Assertion '%s' failed."
3368
 
msgstr ""
3369
 
 
3370
 
#: ../drizzled/error.cc:556
3371
 
#, c-format
3372
 
msgid "Assertion '%s' failed, the result was NULL."
3373
 
msgstr ""
3374
 
 
3375
 
#. Catalog related errors
3376
 
#: ../drizzled/error.cc:574
3377
 
#, c-format
3378
 
msgid "Cannot create catalog '%s'."
3379
 
msgstr ""
3380
 
 
3381
 
#: ../drizzled/error.cc:575
3382
 
#, c-format
3383
 
msgid "Permission is denied to create '%s' catalog."
3384
 
msgstr ""
3385
 
 
3386
 
#: ../drizzled/error.cc:576
3387
 
#, c-format
3388
 
msgid "Cannot drop catalog '%s'."
3389
 
msgstr ""
3390
 
 
3391
 
#: ../drizzled/error.cc:577
3392
 
#, c-format
3393
 
msgid "Permission is denied to drop '%s' catalog."
3394
 
msgstr ""
3395
 
 
3396
 
#: ../drizzled/error.cc:578
3397
 
#, c-format
3398
 
msgid "Catalog '%s' does not exist."
3399
 
msgstr ""
3400
 
 
3401
 
#: ../drizzled/error.cc:579
3402
 
msgid "You cannot drop the 'local' catalog."
3403
 
msgstr ""
3404
 
 
3405
 
#: ../drizzled/error.cc:580
3406
 
#, c-format
3407
 
msgid "Could not gain lock on '%s'."
3408
 
msgstr ""
3409
 
 
3410
 
#: ../drizzled/error.cc:581
3411
 
#, c-format
3412
 
msgid "Corrupt or invalid catalog definition for '%s' : '%s'."
3413
 
msgstr ""
3414
 
 
3415
 
#: ../drizzled/error.cc:582
3416
 
msgid "Invalid catalog name."
3417
 
msgstr ""
3418
 
 
3419
 
#: ../drizzled/error.cc:583
3420
 
msgid ""
3421
 
"Engine status is now stored in the data_dictionary tables, please use these "
3422
 
"instead."
3423
 
msgstr ""
3424
 
 
3425
 
#: ../drizzled/identifier/catalog.cc:56
3426
 
msgid ""
3427
 
"Catalog name cannot be encoded and fit within filesystem name length "
3428
 
"restrictions."
3429
 
msgstr ""
3430
 
 
3431
 
#: ../drizzled/identifier/schema.cc:59 ../drizzled/identifier/table.cc:221
3432
 
msgid ""
3433
 
"Schema name cannot be encoded and fit within filesystem name length "
3434
 
"restrictions."
3435
 
msgstr ""
3436
 
 
3437
 
#: ../drizzled/identifier/table.cc:238
3438
 
msgid ""
3439
 
"Table name cannot be encoded and fit within filesystem name length "
3440
 
"restrictions."
3441
 
msgstr ""
3442
 
 
3443
 
#. *
3444
 
#. * @todo
3445
 
#. * Since clients still use this code, we use fprintf here.
3446
 
#. * This fprintf needs to be turned into errmsg_printf
3447
 
#. * as soon as the client programs no longer use mysys
3448
 
#. * and can use the pluggable error message system.
3449
 
#.
3450
 
#: ../drizzled/internal/default.cc:687
3451
 
#, c-format
3452
 
msgid "error: could not open directory: %s\n"
3453
 
msgstr ""
3454
 
 
3455
 
#: ../drizzled/main.cc:169
3456
 
msgid ""
3457
 
"setrlimit could not change the size of core files to 'infinity';  We may not "
3458
 
"be able to generate a core file on signals"
3459
 
msgstr ""
3460
 
 
3461
 
#: ../drizzled/main.cc:269
3462
 
#, c-format
3463
 
msgid "Data directory %s does not exist\n"
3464
 
msgstr ""
3465
 
 
3466
 
#: ../drizzled/main.cc:280
3467
 
#, c-format
3468
 
msgid "Local catalog %s/local does not exist\n"
3469
 
msgstr ""
3470
 
 
3471
 
#: ../drizzled/main.cc:303 ../plugin/multi_thread/multi_thread.cc:84
3472
 
msgid "Drizzle has receieved an abort event."
3473
 
msgstr ""
3474
 
 
3475
 
#: ../drizzled/main.cc:304 ../plugin/multi_thread/multi_thread.cc:85
3476
 
msgid "In Function: "
3477
 
msgstr ""
3478
 
 
3479
 
#: ../drizzled/main.cc:305 ../plugin/multi_thread/multi_thread.cc:86
3480
 
msgid "In File: "
3481
 
msgstr ""
3482
 
 
3483
 
#: ../drizzled/main.cc:306 ../plugin/multi_thread/multi_thread.cc:87
3484
 
msgid "On Line: "
3485
 
msgstr ""
3486
 
 
3487
 
#: ../drizzled/message/transaction_writer.cc:365
 
3763
#, c-format
 
3764
msgid "Usage: %s TRANSACTION_LOG [--checksum] \n"
 
3765
msgstr ""
 
3766
 
 
3767
#, c-format
 
3768
msgid "Cannot open file: %s\n"
 
3769
msgstr ""
 
3770
 
 
3771
#, c-format
 
3772
msgid "Found a non-transaction message in log.  Currently, not supported.\n"
 
3773
msgstr ""
 
3774
 
 
3775
#, c-format
 
3776
msgid "Attempted to read record bigger than INT_MAX\n"
 
3777
msgstr ""
 
3778
 
 
3779
#, c-format
 
3780
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
 
3781
msgstr ""
 
3782
 
 
3783
#, c-format
 
3784
msgid "Could not read transaction message.\n"
 
3785
msgstr ""
 
3786
 
 
3787
#, c-format
 
3788
msgid "GPB ERROR: %s.\n"
 
3789
msgstr ""
 
3790
 
 
3791
#, c-format
 
3792
msgid "Raw buffer read: %s.\n"
 
3793
msgstr ""
 
3794
 
 
3795
#, c-format
 
3796
msgid "Unable to parse command. Got error: %s.\n"
 
3797
msgstr ""
 
3798
 
 
3799
#, c-format
 
3800
msgid "BUFFER: %s\n"
 
3801
msgstr ""
 
3802
 
 
3803
#, c-format
 
3804
msgid "Checksum failed. Wanted %<PRIu32> got %<PRIu32>\n"
 
3805
msgstr ""
 
3806
 
3488
3807
#, c-format
3489
3808
msgid "Usage: %s TRANSACTION_LOG\n"
3490
3809
msgstr ""
3491
3810
 
3492
 
#: ../drizzled/message/transaction_writer.cc:371
3493
 
#, c-format
3494
 
msgid "Cannot open file: %s\n"
3495
 
msgstr ""
3496
 
 
3497
 
#: ../drizzled/module/library.cc:149
3498
 
#, c-format
3499
 
msgid ""
3500
 
"Plugin module %s was compiled for version %<PRIu64>, which does not match "
3501
 
"the current running version of Drizzle: %<PRIu64>."
3502
 
msgstr ""
3503
 
 
3504
 
#: ../drizzled/module/loader.cc:177
3505
 
#, c-format
3506
 
msgid ""
3507
 
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
3508
 
"registered.\n"
3509
 
msgstr ""
3510
 
 
3511
 
#: ../drizzled/module/loader.cc:224
3512
 
#, c-format
3513
 
msgid "Plugin '%s' init function returned error.\n"
3514
 
msgstr ""
3515
 
 
3516
 
#: ../drizzled/module/loader.cc:463
3517
 
#, c-format
3518
 
msgid "Couldn't load plugin library named '%s'.\n"
3519
 
msgstr ""
3520
 
 
3521
 
#: ../drizzled/module/loader.cc:473
3522
 
#, c-format
3523
 
msgid "Couldn't load plugin named '%s'.\n"
3524
 
msgstr ""
3525
 
 
3526
 
#: ../drizzled/module/registry.cc:176
3527
 
#, c-format
3528
 
msgid ""
3529
 
"Couldn't process plugin module dependencies. %s depends on %s but %s is not "
3530
 
"to be loaded.\n"
3531
 
msgstr ""
3532
 
 
3533
 
#: ../drizzled/module/registry.h:117
3534
 
#, c-format
3535
 
msgid "Loading plugin %s failed: a %s plugin by that name already exists.\n"
3536
 
msgstr ""
3537
 
 
3538
 
#: ../drizzled/module/registry.h:131
3539
 
#, c-format
3540
 
msgid "Fatal error: Failed initializing %s::%s plugin.\n"
3541
 
msgstr ""
3542
 
 
3543
 
#: ../drizzled/option.cc:84
3544
 
msgid "Warning: "
3545
 
msgstr ""
3546
 
 
3547
 
#: ../drizzled/option.cc:86
3548
 
msgid "Info: "
3549
 
msgstr ""
3550
 
 
3551
 
#: ../drizzled/option.cc:337
3552
 
#, c-format
3553
 
msgid "%s: %s: Option '%s' used, but is disabled\n"
3554
 
msgstr ""
3555
 
 
3556
 
#: ../drizzled/option.cc:339
3557
 
msgid "WARNING"
3558
 
msgstr ""
3559
 
 
3560
 
#: ../drizzled/option.cc:441
3561
 
#, c-format
3562
 
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
3563
 
msgstr ""
3564
 
 
3565
 
#: ../drizzled/option.cc:769
3566
 
#, c-format
3567
 
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
3568
 
msgstr ""
3569
 
 
3570
 
#: ../drizzled/option.cc:962
3571
 
#, c-format
3572
 
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
3573
 
msgstr ""
3574
 
 
3575
 
#: ../drizzled/option.cc:1194
3576
 
#, c-format
3577
 
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
3578
 
msgstr ""
3579
 
 
3580
 
#: ../drizzled/option.cc:1214
3581
 
#, c-format
3582
 
msgid ""
3583
 
"\n"
3584
 
"Variables (--variable-name=value)\n"
3585
 
"and boolean options {false|true}  Value (after reading options)\n"
3586
 
"--------------------------------- -----------------------------\n"
3587
 
msgstr ""
3588
 
 
3589
 
#: ../drizzled/option.cc:1230 ../drizzled/option.cc:1246
3590
 
msgid "(No default value)"
3591
 
msgstr ""
3592
 
 
3593
 
#: ../drizzled/option.cc:1249
3594
 
msgid "true"
3595
 
msgstr ""
3596
 
 
3597
 
#: ../drizzled/option.cc:1249
3598
 
msgid "false"
3599
 
msgstr ""
3600
 
 
3601
 
#: ../drizzled/option.cc:1282
3602
 
#, c-format
3603
 
msgid "(Disabled)\n"
3604
 
msgstr ""
3605
 
 
3606
 
#: ../drizzled/plugin/error_message.cc:81
3607
3811
#, c-format
3608
3812
msgid "errmsg plugin '%s' errmsg() failed"
3609
3813
msgstr ""
3610
3814
 
3611
 
#: ../drizzled/plugin/event_observer.cc:133
3612
 
#, c-format
3613
 
msgid ""
3614
 
"EventObserverList::addEventObserver() Duplicate event position %d for event "
3615
 
"'%s' from EventObserver plugin '%s'"
3616
 
msgstr ""
3617
 
 
3618
 
#: ../drizzled/plugin/event_observer.cc:200
3619
 
msgid ""
3620
 
"EventObserver::registerTableEvents(): Table already has events registered on "
3621
 
"it: probable programming error."
3622
 
msgstr ""
3623
 
 
3624
 
#: ../drizzled/plugin/event_observer.cc:335
3625
 
msgid ""
3626
 
"EventObserver::registerSessionEvents(): Session already has events "
3627
 
"registered on it: probable programming error."
3628
 
msgstr ""
3629
 
 
3630
 
#: ../drizzled/plugin/event_observer.cc:387
3631
 
#, c-format
3632
 
msgid "EventIterate event handler '%s' failed for event '%s'"
3633
 
msgstr ""
3634
 
 
3635
 
#: ../drizzled/plugin/function.cc:47 ../drizzled/plugin/function.cc:55
3636
 
#, c-format
3637
 
msgid "A function named %s already exists!\n"
3638
 
msgstr ""
3639
 
 
3640
 
#: ../drizzled/plugin/function.cc:65
3641
 
msgid "Could not add Function!\n"
3642
 
msgstr ""
3643
 
 
3644
 
#: ../drizzled/plugin/listen.cc:67
3645
 
msgid "Error getting file descriptors"
3646
 
msgstr ""
3647
 
 
3648
 
#: ../drizzled/plugin/listen.cc:85
 
3815
msgid "Could not add Function!"
 
3816
msgstr ""
 
3817
 
3649
3818
msgid "No sockets could be bound for listening"
3650
3819
msgstr ""
3651
3820
 
3652
 
#: ../drizzled/plugin/listen.cc:95 ../plugin/console/console.cc:343
3653
3821
#, c-format
3654
3822
msgid "pipe() failed with errno %d"
3655
3823
msgstr ""
3656
3824
 
3657
 
#: ../drizzled/plugin/listen.cc:120
3658
3825
#, c-format
3659
3826
msgid "poll() failed with errno %d"
3660
3827
msgstr ""
3661
3828
 
3662
 
#: ../drizzled/plugin/listen_tcp.cc:59
3663
3829
#, c-format
3664
3830
msgid "accept() failed with errno %d"
3665
3831
msgstr ""
3666
3832
 
3667
 
#: ../drizzled/plugin/listen_tcp.cc:95
3668
3833
#, c-format
3669
3834
msgid "getaddrinfo() failed with error %s"
3670
3835
msgstr ""
3671
3836
 
3672
 
#: ../drizzled/plugin/listen_tcp.cc:127
3673
3837
#, c-format
3674
3838
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
3675
3839
msgstr ""
3676
3840
 
3677
 
#: ../drizzled/plugin/listen_tcp.cc:138
3678
3841
#, c-format
3679
3842
msgid "fcntl(FD_CLOEXEC) failed with errno %d"
3680
3843
msgstr ""
3681
3844
 
3682
 
#: ../drizzled/plugin/listen_tcp.cc:147
3683
3845
#, c-format
3684
3846
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
3685
3847
msgstr ""
3686
3848
 
3687
 
#: ../drizzled/plugin/listen_tcp.cc:156
3688
3849
#, c-format
3689
3850
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
3690
3851
msgstr ""
3691
3852
 
3692
 
#: ../drizzled/plugin/listen_tcp.cc:165
3693
3853
#, c-format
3694
3854
msgid "setsockopt(SO_LINGER) failed with errno %d"
3695
3855
msgstr ""
3696
3856
 
3697
 
#: ../drizzled/plugin/listen_tcp.cc:174
3698
3857
#, c-format
3699
3858
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
3700
3859
msgstr ""
3701
3860
 
3702
 
#: ../drizzled/plugin/listen_tcp.cc:195
3703
 
#, c-format
3704
 
msgid "Retrying bind() on %u\n"
3705
 
msgstr ""
3706
 
 
3707
 
#: ../drizzled/plugin/listen_tcp.cc:202
3708
 
#, c-format
3709
 
msgid "bind() failed with errno: %d\n"
3710
 
msgstr ""
3711
 
 
3712
 
#: ../drizzled/plugin/listen_tcp.cc:205
3713
 
msgid "Do you already have another drizzled running?\n"
3714
 
msgstr ""
3715
 
 
3716
 
#: ../drizzled/plugin/listen_tcp.cc:212
3717
 
#, c-format
3718
 
msgid "listen() failed with errno %d\n"
3719
 
msgstr ""
3720
 
 
3721
 
#: ../drizzled/plugin/listen_tcp.cc:218
 
3861
#, c-format
 
3862
msgid "Retrying bind() on %u"
 
3863
msgstr ""
 
3864
 
 
3865
#, c-format
 
3866
msgid "bind() failed with errno: %d"
 
3867
msgstr ""
 
3868
 
 
3869
msgid "Do you already have another drizzled running?"
 
3870
msgstr ""
 
3871
 
 
3872
#, c-format
 
3873
msgid "listen() failed with errno %d"
 
3874
msgstr ""
 
3875
 
3722
3876
#, c-format
3723
3877
msgid "Listening on %s:%s\n"
3724
3878
msgstr ""
3725
3879
 
3726
 
#: ../drizzled/plugin/logging.cc:65
 
3880
#, c-format
 
3881
msgid "Plugin '%s' init function returned error.\n"
 
3882
msgstr ""
 
3883
 
 
3884
msgid "plugin-load parameter too long"
 
3885
msgstr ""
 
3886
 
 
3887
#, c-format
 
3888
msgid "Couldn't load plugin named '%s' with soname '%s'."
 
3889
msgstr ""
 
3890
 
 
3891
msgid "Out of memory."
 
3892
msgstr ""
 
3893
 
 
3894
#, c-format
 
3895
msgid "Unknown variable type code 0x%x in plugin '%s'."
 
3896
msgstr ""
 
3897
 
 
3898
#, c-format
 
3899
msgid ""
 
3900
"Server variable %s of plugin %s was forced to be read-only: string variable "
 
3901
"without update_func and PLUGIN_VAR_MEMALLOC flag"
 
3902
msgstr ""
 
3903
 
 
3904
#, c-format
 
3905
msgid "Missing variable name in plugin '%s'."
 
3906
msgstr ""
 
3907
 
 
3908
#, c-format
 
3909
msgid "Thread local variable '%s' not allocated in plugin '%s'."
 
3910
msgstr ""
 
3911
 
 
3912
#, c-format
 
3913
msgid "Out of memory for plugin '%s'."
 
3914
msgstr ""
 
3915
 
 
3916
#, c-format
 
3917
msgid "Bad options for plugin '%s'."
 
3918
msgstr ""
 
3919
 
 
3920
#, c-format
 
3921
msgid "Parsing options for plugin '%s' failed."
 
3922
msgstr ""
 
3923
 
 
3924
#, c-format
 
3925
msgid "Plugin '%s' has conflicting system variables"
 
3926
msgstr ""
 
3927
 
3727
3928
#, c-format
3728
3929
msgid "logging '%s' pre() failed"
3729
3930
msgstr ""
3730
3931
 
3731
 
#: ../drizzled/plugin/logging.cc:90
3732
3932
#, c-format
3733
3933
msgid "logging '%s' post() failed"
3734
3934
msgstr ""
3735
3935
 
3736
 
#: ../drizzled/plugin/logging.cc:114
3737
 
#, c-format
3738
 
msgid "logging '%s' postEnd() failed"
3739
 
msgstr ""
3740
 
 
3741
 
#: ../drizzled/plugin/logging.cc:137
3742
 
#, c-format
3743
 
msgid "logging '%s' resetCurrentScoreboard() failed"
3744
 
msgstr ""
3745
 
 
3746
 
#: ../drizzled/plugin/scheduler.cc:62
 
3936
#, c-format
 
3937
msgid "qcache plugin '%s' try_fetch_and_send() failed"
 
3938
msgstr ""
 
3939
 
 
3940
#, c-format
 
3941
msgid "qcache plugin '%s' set() failed"
 
3942
msgstr ""
 
3943
 
 
3944
#, c-format
 
3945
msgid "qcache plugin '%s' invalidateTable() failed"
 
3946
msgstr ""
 
3947
 
 
3948
#, c-format
 
3949
msgid "qcache plugin '%s' invalidateDb() failed"
 
3950
msgstr ""
 
3951
 
 
3952
#, c-format
 
3953
msgid "qcache plugin '%s' flush() failed"
 
3954
msgstr ""
 
3955
 
 
3956
#, c-format
 
3957
msgid "Loading plugin %s failed: a plugin by that name already exists."
 
3958
msgstr ""
 
3959
 
 
3960
#, c-format
 
3961
msgid "Fatal error: Failed initializing %s plugin."
 
3962
msgstr ""
 
3963
 
3747
3964
#, c-format
3748
3965
msgid ""
3749
3966
"Attempted to register a scheduler %s, but a scheduler has already been "
3750
3967
"registered with that name.\n"
3751
3968
msgstr ""
3752
3969
 
3753
 
#: ../drizzled/plugin/scheduler.cc:99
3754
3970
#, c-format
3755
3971
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
3756
3972
msgstr ""
3757
3973
 
3758
 
#: ../drizzled/plugin/schema_engine.cc:131
3759
 
#, c-format
3760
 
msgid "Error while loading database options: '%s':"
3761
 
msgstr ""
3762
 
 
3763
 
#: ../drizzled/plugin/xa_resource_manager.cc:115
3764
 
#, c-format
3765
 
msgid "Found %d prepared transaction(s) in resource manager."
3766
 
msgstr ""
3767
 
 
3768
 
#: ../drizzled/plugin/xa_resource_manager.cc:182
 
3974
#, c-format
 
3975
msgid "Found %d prepared transaction(s) in %s"
 
3976
msgstr ""
 
3977
 
3769
3978
msgid "Starting crash recovery..."
3770
3979
msgstr ""
3771
3980
 
3772
 
#: ../drizzled/plugin/xa_resource_manager.cc:192
3773
3981
#, c-format
3774
3982
msgid "Found %d prepared XA transactions"
3775
3983
msgstr ""
3776
3984
 
3777
 
#: ../drizzled/plugin/xa_resource_manager.cc:197
3778
3985
#, c-format
3779
3986
msgid ""
3780
3987
"Found %d prepared transactions! It means that drizzled was not shut down "
3783
3990
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
3784
3991
msgstr ""
3785
3992
 
3786
 
#: ../drizzled/plugin/xa_resource_manager.cc:207
3787
3993
msgid "Crash recovery finished."
3788
3994
msgstr ""
3789
3995
 
3790
 
#: ../drizzled/replication_services.cc:94
3791
 
msgid ""
3792
 
"You registered a TransactionApplier plugin but no TransactionReplicator "
3793
 
"plugins were registered.\n"
3794
 
msgstr ""
3795
 
 
3796
 
#: ../drizzled/replication_services.cc:125
3797
 
#, c-format
3798
 
msgid ""
3799
 
"You registered a TransactionApplier plugin but no TransactionReplicator "
3800
 
"plugins were registered that match the requested replicator name of '%s'.\n"
3801
 
"We have deactivated the TransactionApplier '%s'.\n"
3802
 
msgstr ""
3803
 
 
3804
 
#: ../drizzled/session.cc:1990 ../drizzled/session.cc:2009
3805
3996
#, c-format
3806
3997
msgid "Could not remove temporary table: '%s', error: %d"
3807
3998
msgstr ""
3808
3999
 
3809
 
#: ../drizzled/signal_handler.cc:52
3810
 
#, c-format
3811
 
msgid "Got signal %d from thread %<PRIu32>"
3812
 
msgstr ""
3813
 
 
3814
 
#: ../drizzled/signal_handler.cc:118
3815
 
#, c-format
3816
 
msgid "Fatal signal %d while backtracing\n"
3817
 
msgstr ""
3818
 
 
3819
 
#: ../drizzled/signal_handler.cc:127
3820
 
#, c-format
3821
 
msgid "Fatal: time() call failed\n"
3822
 
msgstr ""
3823
 
 
3824
 
#: ../drizzled/signal_handler.cc:133
3825
 
#, c-format
3826
 
msgid ""
3827
 
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
3828
 
"This could be because you hit a bug. It is also possible that this binary\n"
3829
 
" or one of the libraries it was linked against is corrupt, improperly "
3830
 
"built,\n"
3831
 
" or misconfigured. This error can also be caused by malfunctioning "
3832
 
"hardware.\n"
3833
 
msgstr ""
3834
 
 
3835
 
#: ../drizzled/signal_handler.cc:141
3836
 
#, c-format
3837
 
msgid ""
3838
 
"We will try our best to scrape up some info that will hopefully help "
3839
 
"diagnose\n"
3840
 
"the problem, but since we have already crashed, something is definitely "
3841
 
"wrong\n"
3842
 
"and this may fail.\n"
3843
 
"\n"
3844
 
msgstr ""
3845
 
 
3846
 
#: ../drizzled/signal_handler.cc:148
3847
 
#, c-format
3848
 
msgid ""
3849
 
"It is possible that drizzled could use up to \n"
3850
 
"(read_buffer_size + sort_buffer_size)*thread_count\n"
3851
 
"bytes of memory\n"
3852
 
"Hope that's ok; if not, decrease some variables in the equation.\n"
3853
 
"\n"
3854
 
msgstr ""
3855
 
 
3856
 
#: ../drizzled/sql_table.cc:1933
 
4000
#, c-format
 
4001
msgid "Table %s had a open data Cursor in reopen_table"
 
4002
msgstr ""
 
4003
 
 
4004
#, c-format
 
4005
msgid "Couldn't repair table: %s.%s"
 
4006
msgstr ""
 
4007
 
 
4008
#, c-format
 
4009
msgid ""
 
4010
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
 
4011
"s`.`%s`' to replication"
 
4012
msgstr ""
 
4013
 
 
4014
msgid ""
 
4015
"Table name cannot be encoded and fit within filesystem name length "
 
4016
"restrictions."
 
4017
msgstr ""
 
4018
 
 
4019
msgid ""
 
4020
"Schema name cannot be encoded and fit within filesystem name length "
 
4021
"restrictions."
 
4022
msgstr ""
 
4023
 
3857
4024
#, c-format
3858
4025
msgid "Unknown - internal error %d during operation"
3859
4026
msgstr ""
3860
4027
 
3861
 
#: ../drizzled/statement/alter_table.cc:1514
3862
4028
#, c-format
3863
4029
msgid ""
3864
4030
"order_st BY ignored because there is a user-defined clustered index in the "
3865
4031
"table '%-.192s'"
3866
4032
msgstr ""
3867
4033
 
3868
 
#: ../drizzled/sys_var.cc:1526
3869
 
#, c-format
3870
 
msgid "Variable named %s already exists!\n"
3871
 
msgstr ""
3872
 
 
3873
 
#: ../drizzled/sys_var.cc:1535
3874
 
#, c-format
3875
 
msgid "Could not add Variable: %s\n"
3876
 
msgstr ""
3877
 
 
3878
 
#: ../drizzled/sys_var.cc:1633
3879
 
msgid "Failed to initialize system variables"
3880
 
msgstr ""
3881
 
 
3882
 
#: ../drizzled/table.cc:1690
3883
 
#, c-format
3884
 
msgid "Got error %d when reading table '%s'"
3885
 
msgstr ""
3886
 
 
3887
 
#: ../drizzled/table/instance/base.cc:1883
 
4034
#, c-format
 
4035
msgid ""
 
4036
"'%s' had no or invalid character set, and default character set is multi-"
 
4037
"byte, so character column sizes may have changed"
 
4038
msgstr ""
 
4039
 
3888
4040
#, c-format
3889
4041
msgid "Unknown collation '%s' in table '%-.64s' definition"
3890
4042
msgstr ""
3891
4043
 
3892
 
#: ../drizzled/table/instance/base.cc:1890
3893
4044
#, c-format
3894
4045
msgid ""
3895
4046
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
3896
4047
"read"
3897
4048
msgstr ""
3898
4049
 
3899
 
#: ../drizzled/tztime.cc:170
 
4050
#, c-format
 
4051
msgid "Got error %d when reading table '%s'"
 
4052
msgstr ""
 
4053
 
3900
4054
#, c-format
3901
4055
msgid "Fatal error: Illegal or unknown default time zone '%s'"
3902
4056
msgstr ""
3903
4057
 
3904
 
#: ../plugin/auth_file/auth_file.cc:227
3905
 
#, c-format
3906
 
msgid "Could not load auth file: %s\n"
3907
 
msgstr ""
3908
 
 
3909
 
#: ../plugin/auth_file/auth_file.cc:243
3910
 
msgid "File to load for usernames and passwords"
3911
 
msgstr ""
3912
 
 
3913
 
#: ../plugin/auth_http/auth_http.cc:135
3914
 
msgid ""
3915
 
"auth_http plugin loaded but required option url not specified. Against which "
3916
 
"URL are you intending on authenticating?\n"
3917
 
msgstr ""
3918
 
 
3919
 
#: ../plugin/auth_http/auth_http.cc:151
 
4058
#, c-format
 
4059
msgid "%s: option `%s' is ambiguous\n"
 
4060
msgstr ""
 
4061
 
 
4062
#, c-format
 
4063
msgid "%s: option `--%s' doesn't allow an argument\n"
 
4064
msgstr ""
 
4065
 
 
4066
#, c-format
 
4067
msgid "%s: option `%c%s' doesn't allow an argument\n"
 
4068
msgstr ""
 
4069
 
 
4070
#, c-format
 
4071
msgid "%s: option `%s' requires an argument\n"
 
4072
msgstr ""
 
4073
 
 
4074
#, c-format
 
4075
msgid "%s: unrecognized option `--%s'\n"
 
4076
msgstr ""
 
4077
 
 
4078
#, c-format
 
4079
msgid "%s: unrecognized option `%c%s'\n"
 
4080
msgstr ""
 
4081
 
 
4082
#, c-format
 
4083
msgid "%s: illegal option -- %c\n"
 
4084
msgstr ""
 
4085
 
 
4086
#, c-format
 
4087
msgid "%s: invalid option -- %c\n"
 
4088
msgstr ""
 
4089
 
 
4090
#, c-format
 
4091
msgid "%s: option requires an argument -- %c\n"
 
4092
msgstr ""
 
4093
 
 
4094
#, c-format
 
4095
msgid "%s: option `-W %s' is ambiguous\n"
 
4096
msgstr ""
 
4097
 
 
4098
#, c-format
 
4099
msgid "%s: option `-W %s' doesn't allow an argument\n"
 
4100
msgstr ""
 
4101
 
 
4102
#, c-format
 
4103
msgid "error: could not open directory: %s\n"
 
4104
msgstr ""
 
4105
 
 
4106
#, c-format
 
4107
msgid "Can't create/write to file '%s' (Errcode: %d)"
 
4108
msgstr ""
 
4109
 
 
4110
#, c-format
 
4111
msgid "Error reading file '%s' (Errcode: %d)"
 
4112
msgstr ""
 
4113
 
 
4114
#, c-format
 
4115
msgid "Error writing file '%s' (Errcode: %d)"
 
4116
msgstr ""
 
4117
 
 
4118
#, c-format
 
4119
msgid "Error on close of '%s' (Errcode: %d)"
 
4120
msgstr ""
 
4121
 
 
4122
#, c-format
 
4123
msgid "Out of memory (Needed %u bytes)"
 
4124
msgstr ""
 
4125
 
 
4126
#, c-format
 
4127
msgid "Error on delete of '%s' (Errcode: %d)"
 
4128
msgstr ""
 
4129
 
 
4130
#, c-format
 
4131
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
 
4132
msgstr ""
 
4133
 
 
4134
#, c-format
 
4135
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
 
4136
msgstr ""
 
4137
 
 
4138
#, c-format
 
4139
msgid "Can't lock file (Errcode: %d)"
 
4140
msgstr ""
 
4141
 
 
4142
#, c-format
 
4143
msgid "Can't unlock file (Errcode: %d)"
 
4144
msgstr ""
 
4145
 
 
4146
#, c-format
 
4147
msgid "Can't read dir of '%s' (Errcode: %d)"
 
4148
msgstr ""
 
4149
 
 
4150
#, c-format
 
4151
msgid "Can't get stat of '%s' (Errcode: %d)"
 
4152
msgstr ""
 
4153
 
 
4154
#, c-format
 
4155
msgid "Can't change size of file (Errcode: %d)"
 
4156
msgstr ""
 
4157
 
 
4158
#, c-format
 
4159
msgid "Can't open stream from handle (Errcode: %d)"
 
4160
msgstr ""
 
4161
 
 
4162
#, c-format
 
4163
msgid "Can't get working dirctory (Errcode: %d)"
 
4164
msgstr ""
 
4165
 
 
4166
#, c-format
 
4167
msgid "Can't change dir to '%s' (Errcode: %d)"
 
4168
msgstr ""
 
4169
 
 
4170
#, c-format
 
4171
msgid "Warning: '%s' had %d links"
 
4172
msgstr ""
 
4173
 
 
4174
#, c-format
 
4175
msgid "Warning: %d files and %d streams is left open\n"
 
4176
msgstr ""
 
4177
 
 
4178
#, c-format
 
4179
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
 
4180
msgstr ""
 
4181
 
 
4182
#, c-format
 
4183
msgid "Can't create directory '%s' (Errcode: %d)"
 
4184
msgstr ""
 
4185
 
 
4186
#, c-format
 
4187
msgid ""
 
4188
"Character set '%s' is not a compiled character set and is not specified in "
 
4189
"the %s file"
 
4190
msgstr ""
 
4191
 
 
4192
#, c-format
 
4193
msgid "Out of resources when opening file '%s' (Errcode: %d)"
 
4194
msgstr ""
 
4195
 
 
4196
#, c-format
 
4197
msgid "Can't read value for symlink '%s' (Error %d)"
 
4198
msgstr ""
 
4199
 
 
4200
#, c-format
 
4201
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
 
4202
msgstr ""
 
4203
 
 
4204
#, c-format
 
4205
msgid "Error on realpath() on '%s' (Error %d)"
 
4206
msgstr ""
 
4207
 
 
4208
#, c-format
 
4209
msgid "Can't sync file '%s' to disk (Errcode: %d)"
 
4210
msgstr ""
 
4211
 
 
4212
#, c-format
 
4213
msgid ""
 
4214
"Collation '%s' is not a compiled collation and is not specified in the %s "
 
4215
"file"
 
4216
msgstr ""
 
4217
 
 
4218
#, c-format
 
4219
msgid "File '%s' not found (Errcode: %d)"
 
4220
msgstr ""
 
4221
 
 
4222
#, c-format
 
4223
msgid "File '%s' (fileno: %d) was not closed"
 
4224
msgstr ""
 
4225
 
 
4226
#, c-format
 
4227
msgid "Unknown error %d"
 
4228
msgstr ""
 
4229
 
 
4230
msgid "Warning: "
 
4231
msgstr ""
 
4232
 
 
4233
msgid "Info: "
 
4234
msgstr ""
 
4235
 
 
4236
#, c-format
 
4237
msgid "%s: %s: Option '%s' used, but is disabled\n"
 
4238
msgstr ""
 
4239
 
 
4240
msgid "WARNING"
 
4241
msgstr ""
 
4242
 
 
4243
msgid "ERROR"
 
4244
msgstr ""
 
4245
 
 
4246
#, c-format
 
4247
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
 
4248
msgstr ""
 
4249
 
 
4250
#, c-format
 
4251
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
 
4252
msgstr ""
 
4253
 
 
4254
#, c-format
 
4255
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
 
4256
msgstr ""
 
4257
 
 
4258
#, c-format
 
4259
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
 
4260
msgstr ""
 
4261
 
 
4262
#, c-format
 
4263
msgid ""
 
4264
"\n"
 
4265
"Variables (--variable-name=value)\n"
 
4266
"and boolean options {false|true}  Value (after reading options)\n"
 
4267
"--------------------------------- -----------------------------\n"
 
4268
msgstr ""
 
4269
 
 
4270
msgid "(No default value)"
 
4271
msgstr ""
 
4272
 
 
4273
msgid "true"
 
4274
msgstr ""
 
4275
 
 
4276
msgid "false"
 
4277
msgstr ""
 
4278
 
 
4279
#, c-format
 
4280
msgid "(Disabled)\n"
 
4281
msgstr ""
 
4282
 
 
4283
msgid "Enable HTTP Auth check"
 
4284
msgstr ""
 
4285
 
3920
4286
msgid "URL for HTTP Auth check"
3921
4287
msgstr ""
3922
4288
 
3923
 
#: ../plugin/auth_ldap/auth_ldap.cc:291
3924
 
#, c-format
3925
 
msgid "Reconnect failed: %s\n"
3926
 
msgstr ""
3927
 
 
3928
 
#: ../plugin/auth_ldap/auth_ldap.cc:310
3929
 
#, c-format
3930
 
msgid "ldap_search_ext_s failed: %s\n"
3931
 
msgstr ""
3932
 
 
3933
 
#: ../plugin/auth_ldap/auth_ldap.cc:416
3934
 
#, c-format
3935
 
msgid "Could not load auth ldap: %s\n"
3936
 
msgstr ""
3937
 
 
3938
 
#: ../plugin/auth_ldap/auth_ldap.cc:437
3939
 
msgid "URI of the LDAP server to contact"
3940
 
msgstr ""
3941
 
 
3942
 
#: ../plugin/auth_ldap/auth_ldap.cc:439
3943
 
msgid "DN to use when binding to the LDAP server"
3944
 
msgstr ""
3945
 
 
3946
 
#: ../plugin/auth_ldap/auth_ldap.cc:441
3947
 
msgid "Password to use when binding the DN"
3948
 
msgstr ""
3949
 
 
3950
 
#: ../plugin/auth_ldap/auth_ldap.cc:443
3951
 
msgid "DN to use when searching"
3952
 
msgstr ""
3953
 
 
3954
 
#: ../plugin/auth_ldap/auth_ldap.cc:445
3955
 
msgid "Attribute in LDAP with plain text password"
3956
 
msgstr ""
3957
 
 
3958
 
#: ../plugin/auth_ldap/auth_ldap.cc:447
3959
 
msgid "Attribute in LDAP with MySQL hashed password"
3960
 
msgstr ""
3961
 
 
3962
 
#: ../plugin/auth_ldap/auth_ldap.cc:449
3963
 
msgid "How often to empty the users cache, 0 to disable"
3964
 
msgstr ""
3965
 
 
3966
 
#: ../plugin/blitzdb/ha_blitz.cc:1507
3967
 
msgid "Estimated number of rows that a BlitzDB table will store."
3968
 
msgstr ""
3969
 
 
3970
 
#: ../plugin/console/console.cc:379
3971
4289
msgid "Enable the console."
3972
4290
msgstr ""
3973
4291
 
3974
 
#: ../plugin/console/console.cc:382
3975
4292
msgid "Turn on extra debugging."
3976
4293
msgstr ""
3977
4294
 
3978
 
#: ../plugin/console/console.cc:385
3979
 
msgid "User to use for auth."
3980
 
msgstr ""
3981
 
 
3982
 
#: ../plugin/console/console.cc:388
3983
 
msgid "Password to use for auth."
3984
 
msgstr ""
3985
 
 
3986
 
#: ../plugin/console/console.cc:391
3987
 
msgid "Default catalog to use."
3988
 
msgstr ""
3989
 
 
3990
 
#: ../plugin/console/console.cc:394
3991
 
msgid "Default schema to use."
3992
 
msgstr ""
3993
 
 
3994
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:121
3995
 
msgid ""
3996
 
"Port number to use for connection or 0 for default to with Drizzle/MySQL "
3997
 
"protocol."
3998
 
msgstr ""
3999
 
 
4000
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:124
4001
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:1018
 
4295
msgid "Enable default replicator"
 
4296
msgstr ""
 
4297
 
 
4298
msgid "Default Replicator"
 
4299
msgstr ""
 
4300
 
 
4301
msgid "Unknown Drizzle error"
 
4302
msgstr ""
 
4303
 
 
4304
#, c-format
 
4305
msgid "Can't create UNIX socket (%d)"
 
4306
msgstr ""
 
4307
 
 
4308
#, c-format
 
4309
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
 
4310
msgstr ""
 
4311
 
 
4312
#, c-format
 
4313
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
 
4314
msgstr ""
 
4315
 
 
4316
#, c-format
 
4317
msgid "Can't create TCP/IP socket (%d)"
 
4318
msgstr ""
 
4319
 
 
4320
#, c-format
 
4321
msgid "Unknown Drizzle server host '%-.100s' (%d)"
 
4322
msgstr ""
 
4323
 
 
4324
msgid "Drizzle server has gone away"
 
4325
msgstr ""
 
4326
 
 
4327
#, c-format
 
4328
msgid "Protocol mismatch; server version = %d, client version = %d"
 
4329
msgstr ""
 
4330
 
 
4331
msgid "Drizzle client ran out of memory"
 
4332
msgstr ""
 
4333
 
 
4334
msgid "Wrong host info"
 
4335
msgstr ""
 
4336
 
 
4337
msgid "Localhost via UNIX socket"
 
4338
msgstr ""
 
4339
 
 
4340
#, c-format
 
4341
msgid "%-.100s via TCP/IP"
 
4342
msgstr ""
 
4343
 
 
4344
msgid "Error in server handshake"
 
4345
msgstr ""
 
4346
 
 
4347
msgid "Lost connection to Drizzle server during query"
 
4348
msgstr ""
 
4349
 
 
4350
msgid "Commands out of sync; you can't run this command now"
 
4351
msgstr ""
 
4352
 
 
4353
#, c-format
 
4354
msgid "Named pipe: %-.32s"
 
4355
msgstr ""
 
4356
 
 
4357
#, c-format
 
4358
msgid "Can't wait for named pipe to host: %-.64s  pipe: %-.32s (%lu)"
 
4359
msgstr ""
 
4360
 
 
4361
#, c-format
 
4362
msgid "Can't open named pipe to host: %-.64s  pipe: %-.32s (%lu)"
 
4363
msgstr ""
 
4364
 
 
4365
#, c-format
 
4366
msgid "Can't set state of named pipe to host: %-.64s  pipe: %-.32s (%lu)"
 
4367
msgstr ""
 
4368
 
 
4369
#, c-format
 
4370
msgid "Can't initialize character set %-.32s (path: %-.100s)"
 
4371
msgstr ""
 
4372
 
 
4373
msgid "Got packet bigger than 'max_allowed_packet' bytes"
 
4374
msgstr ""
 
4375
 
 
4376
msgid "Embedded server"
 
4377
msgstr ""
 
4378
 
 
4379
msgid "Error on SHOW SLAVE STATUS:"
 
4380
msgstr ""
 
4381
 
 
4382
msgid "Error on SHOW SLAVE HOSTS:"
 
4383
msgstr ""
 
4384
 
 
4385
msgid "Error connecting to slave:"
 
4386
msgstr ""
 
4387
 
 
4388
msgid "Error connecting to master:"
 
4389
msgstr ""
 
4390
 
 
4391
msgid "SSL connection error"
 
4392
msgstr ""
 
4393
 
 
4394
msgid "Malformed packet"
 
4395
msgstr ""
 
4396
 
 
4397
msgid "(unused error message)"
 
4398
msgstr ""
 
4399
 
 
4400
msgid "Invalid use of null pointer"
 
4401
msgstr ""
 
4402
 
 
4403
msgid "Statement not prepared"
 
4404
msgstr ""
 
4405
 
 
4406
msgid "No data supplied for parameters in prepared statement"
 
4407
msgstr ""
 
4408
 
 
4409
msgid "Data truncated"
 
4410
msgstr ""
 
4411
 
 
4412
msgid "No parameters exist in the statement"
 
4413
msgstr ""
 
4414
 
 
4415
msgid "Invalid parameter number"
 
4416
msgstr ""
 
4417
 
 
4418
#, c-format
 
4419
msgid ""
 
4420
"Can't send long data for non-string/non-binary data types (parameter: %d)"
 
4421
msgstr ""
 
4422
 
 
4423
#, c-format
 
4424
msgid "Using unsupported buffer type: %d  (parameter: %d)"
 
4425
msgstr ""
 
4426
 
 
4427
#, c-format
 
4428
msgid "Shared memory: %-.100s"
 
4429
msgstr ""
 
4430
 
 
4431
msgid "Wrong or unknown protocol"
 
4432
msgstr ""
 
4433
 
 
4434
msgid "Invalid connection handle"
 
4435
msgstr ""
 
4436
 
 
4437
msgid ""
 
4438
"Connection using old (pre-4.1.1) authentication protocol refused (client "
 
4439
"option 'secure_auth' enabled)"
 
4440
msgstr ""
 
4441
 
 
4442
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
 
4443
msgstr ""
 
4444
 
 
4445
msgid "Attempt to read column without prior row fetch"
 
4446
msgstr ""
 
4447
 
 
4448
msgid "Prepared statement contains no metadata"
 
4449
msgstr ""
 
4450
 
 
4451
msgid ""
 
4452
"Attempt to read a row while there is no result set associated with the "
 
4453
"statement"
 
4454
msgstr ""
 
4455
 
 
4456
msgid "This feature is not implemented yet"
 
4457
msgstr ""
 
4458
 
 
4459
#, c-format
 
4460
msgid ""
 
4461
"Lost connection to Drizzle server while waiting for initial communication "
 
4462
"packet, system error: %d"
 
4463
msgstr ""
 
4464
 
 
4465
#, c-format
 
4466
msgid ""
 
4467
"Lost connection to Drizzle server while reading initial communication "
 
4468
"packet, system error: %d"
 
4469
msgstr ""
 
4470
 
 
4471
#, c-format
 
4472
msgid ""
 
4473
"Lost connection to Drizzle server while sending authentication information, "
 
4474
"system error: %d"
 
4475
msgstr ""
 
4476
 
 
4477
#, c-format
 
4478
msgid ""
 
4479
"Lost connection to Drizzle server while reading authorization information, "
 
4480
"system error: %d"
 
4481
msgstr ""
 
4482
 
 
4483
#, c-format
 
4484
msgid ""
 
4485
"Lost connection to Drizzle server while setting initial database, system "
 
4486
"error: %d"
 
4487
msgstr ""
 
4488
 
 
4489
#, c-format
 
4490
msgid "Statement closed indirectly because of a preceding %s() call"
 
4491
msgstr ""
 
4492
 
 
4493
msgid ""
 
4494
"Port number to use for connection or 0 for default to, in order of "
 
4495
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
 
4496
msgstr ""
 
4497
 
4002
4498
msgid "Connect Timeout."
4003
4499
msgstr ""
4004
4500
 
4005
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:127
4006
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:1021
4007
4501
msgid "Read Timeout."
4008
4502
msgstr ""
4009
4503
 
4010
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:130
4011
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:1024
4012
4504
msgid "Write Timeout."
4013
4505
msgstr ""
4014
4506
 
4015
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:133
4016
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:1027
4017
4507
msgid "Retry Count."
4018
4508
msgstr ""
4019
4509
 
4020
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:136
4021
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:1030
4022
4510
msgid "Buffer length."
4023
4511
msgstr ""
4024
4512
 
4025
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:139
4026
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:1033
4027
4513
msgid "Address to bind to."
4028
4514
msgstr ""
4029
4515
 
4030
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:142
4031
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:1036
4032
 
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:173
4033
 
msgid "Maximum simultaneous connections."
4034
 
msgstr ""
4035
 
 
4036
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:145
4037
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:1039
4038
 
msgid "A restrictive IP address list for incoming admin connections."
4039
 
msgstr ""
4040
 
 
4041
 
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
4042
 
msgid "Failed to send error message to libnotify\n"
4043
 
msgstr ""
4044
 
 
4045
 
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
4046
4516
msgid "Error Messages to stderr"
4047
4517
msgstr ""
4048
4518
 
4049
 
#: ../plugin/filtered_replicator/filtered_replicator.cc:578
4050
 
msgid "Comma-separated list of schemas to exclude"
4051
 
msgstr ""
4052
 
 
4053
 
#: ../plugin/filtered_replicator/filtered_replicator.cc:581
4054
 
msgid "Comma-separated list of tables to exclude"
4055
 
msgstr ""
4056
 
 
4057
 
#: ../plugin/filtered_replicator/filtered_replicator.cc:584
4058
 
msgid "Regular expression to apply to schemas to exclude"
4059
 
msgstr ""
4060
 
 
4061
 
#: ../plugin/filtered_replicator/filtered_replicator.cc:587
4062
 
msgid "Regular expression to apply to tables to exclude"
4063
 
msgstr ""
4064
 
 
4065
 
#: ../plugin/haildb/haildb_engine.cc:1080
4066
 
#: ../plugin/haildb/haildb_engine.cc:1218
4067
 
#: ../plugin/haildb/haildb_engine.cc:1248
4068
 
#, c-format
4069
 
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
4070
 
msgstr ""
4071
 
 
4072
 
#: ../plugin/haildb/haildb_engine.cc:1099
4073
 
#, c-format
4074
 
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
4075
 
msgstr ""
4076
 
 
4077
 
#: ../plugin/haildb/haildb_engine.cc:1197
4078
 
#: ../plugin/haildb/haildb_engine.cc:1310
4079
 
#: ../plugin/haildb/haildb_engine.cc:1491
4080
 
#: ../plugin/haildb/haildb_engine.cc:2157
4081
 
#, c-format
4082
 
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
4083
 
msgstr ""
4084
 
 
4085
 
#: ../plugin/haildb/haildb_engine.cc:1349
4086
 
#: ../plugin/haildb/haildb_engine.cc:1365
4087
 
#, c-format
4088
 
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
4089
 
msgstr ""
4090
 
 
4091
 
#: ../plugin/haildb/haildb_engine.cc:3403
4092
 
#, c-format
4093
 
msgid "Error starting HailDB %d (%s)\n"
4094
 
msgstr ""
4095
 
 
4096
 
#: ../plugin/haildb/haildb_engine.cc:3432
4097
 
msgid "Disable HailDB adaptive hash index (enabled by default)."
4098
 
msgstr ""
4099
 
 
4100
 
#: ../plugin/haildb/haildb_engine.cc:3434
4101
 
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
4102
 
msgstr ""
4103
 
 
4104
 
#: ../plugin/haildb/haildb_engine.cc:3437
4105
 
msgid ""
4106
 
"Size of a memory pool HailDB uses to store data dictionary information and "
4107
 
"other internal data structures."
4108
 
msgstr ""
4109
 
 
4110
 
#: ../plugin/haildb/haildb_engine.cc:3440
4111
 
msgid "Data file autoextend increment in megabytes"
4112
 
msgstr ""
4113
 
 
4114
 
#: ../plugin/haildb/haildb_engine.cc:3443
4115
 
msgid ""
4116
 
"The size of the memory buffer HailDB uses to cache data and indexes of its "
4117
 
"tables."
4118
 
msgstr ""
4119
 
 
4120
 
#: ../plugin/haildb/haildb_engine.cc:3446
4121
 
msgid "The common part for HailDB table spaces."
4122
 
msgstr ""
4123
 
 
4124
 
#: ../plugin/haildb/haildb_engine.cc:3448
4125
 
msgid "Disable HailDB checksums validation (enabled by default)."
4126
 
msgstr ""
4127
 
 
4128
 
#: ../plugin/haildb/haildb_engine.cc:3450
4129
 
msgid "Disable HailDB doublewrite buffer (enabled by default)."
4130
 
msgstr ""
4131
 
 
4132
 
#: ../plugin/haildb/haildb_engine.cc:3453
4133
 
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4134
 
msgstr ""
4135
 
 
4136
 
#: ../plugin/haildb/haildb_engine.cc:3456
4137
 
msgid ""
4138
 
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
4139
 
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4140
 
msgstr ""
4141
 
 
4142
 
#: ../plugin/haildb/haildb_engine.cc:3459
4143
 
msgid "Stores each HailDB table to an .ibd file in the database dir."
4144
 
msgstr ""
4145
 
 
4146
 
#: ../plugin/haildb/haildb_engine.cc:3462
4147
 
msgid "File format to use for new tables in .ibd files."
4148
 
msgstr ""
4149
 
 
4150
 
#: ../plugin/haildb/haildb_engine.cc:3465
4151
 
msgid ""
4152
 
"Set to 0 (write and flush once per second),1 (write and flush at each "
4153
 
"commit) or 2 (write at commit, flush once per second)."
4154
 
msgstr ""
4155
 
 
4156
 
#: ../plugin/haildb/haildb_engine.cc:3468
4157
 
msgid "With which method to flush data."
4158
 
msgstr ""
4159
 
 
4160
 
#: ../plugin/haildb/haildb_engine.cc:3471
4161
 
msgid ""
4162
 
"Helps to save your data in case the disk image of the database becomes "
4163
 
"corrupt."
4164
 
msgstr ""
4165
 
 
4166
 
#: ../plugin/haildb/haildb_engine.cc:3474
4167
 
msgid "Path to individual files and their sizes."
4168
 
msgstr ""
4169
 
 
4170
 
#: ../plugin/haildb/haildb_engine.cc:3477
4171
 
msgid "Path to HailDB log files."
4172
 
msgstr ""
4173
 
 
4174
 
#: ../plugin/haildb/haildb_engine.cc:3480
4175
 
msgid "Size of each log file in a log group."
4176
 
msgstr ""
4177
 
 
4178
 
#: ../plugin/haildb/haildb_engine.cc:3483
4179
 
msgid ""
4180
 
"Number of log files in the log group. HailDB writes to the files in a "
4181
 
"circular fashion. Value 3 is recommended here."
4182
 
msgstr ""
4183
 
 
4184
 
#: ../plugin/haildb/haildb_engine.cc:3486
4185
 
msgid ""
4186
 
"Timeout in seconds an HailDB transaction may wait for a lock before being "
4187
 
"rolled back. Values above 100000000 disable the timeout."
4188
 
msgstr ""
4189
 
 
4190
 
#: ../plugin/haildb/haildb_engine.cc:3489
4191
 
msgid ""
4192
 
"The size of the buffer which HailDB uses to write log to the log files on "
4193
 
"disk."
4194
 
msgstr ""
4195
 
 
4196
 
#: ../plugin/haildb/haildb_engine.cc:3492
4197
 
msgid ""
4198
 
"Sets the point in the LRU list from where all pages are classified as old "
4199
 
"(Advanced users)"
4200
 
msgstr ""
4201
 
 
4202
 
#: ../plugin/haildb/haildb_engine.cc:3495
4203
 
msgid ""
4204
 
"Milliseconds between accesses to a block at which it is made young. "
4205
 
"0=disabled (Advanced users)"
4206
 
msgstr ""
4207
 
 
4208
 
#: ../plugin/haildb/haildb_engine.cc:3498
4209
 
msgid "Percentage of dirty pages allowed in bufferpool."
4210
 
msgstr ""
4211
 
 
4212
 
#: ../plugin/haildb/haildb_engine.cc:3501
4213
 
msgid "Desired maximum length of the purge queue (0 = no limit)"
4214
 
msgstr ""
4215
 
 
4216
 
#: ../plugin/haildb/haildb_engine.cc:3504
4217
 
msgid ""
4218
 
"Roll back the complete transaction on lock wait timeout, for 4.x "
4219
 
"compatibility (disabled by default)"
4220
 
msgstr ""
4221
 
 
4222
 
#: ../plugin/haildb/haildb_engine.cc:3507
4223
 
msgid "How many files at the maximum HailDB keeps open at the same time."
4224
 
msgstr ""
4225
 
 
4226
 
#: ../plugin/haildb/haildb_engine.cc:3510
4227
 
msgid "Number of background read I/O threads in HailDB."
4228
 
msgstr ""
4229
 
 
4230
 
#: ../plugin/haildb/haildb_engine.cc:3513
4231
 
msgid "Number of background write I/O threads in HailDB."
4232
 
msgstr ""
4233
 
 
4234
 
#: ../plugin/haildb/haildb_engine.cc:3515
4235
 
msgid ""
4236
 
"Disable if you want to reduce the number of messages written to the log "
4237
 
"(default: enabled)."
4238
 
msgstr ""
4239
 
 
4240
 
#: ../plugin/haildb/haildb_engine.cc:3518
4241
 
msgid "Enable SHOW HAILDB STATUS output in the log"
4242
 
msgstr ""
4243
 
 
4244
 
#: ../plugin/haildb/haildb_engine.cc:3521
4245
 
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4246
 
msgstr ""
4247
 
 
4248
 
#: ../plugin/haildb/haildb_engine.cc:3523
4249
 
msgid ""
4250
 
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4251
 
msgstr ""
4252
 
 
4253
 
#: ../plugin/hello_events/hello_events.cc:401
4254
 
msgid "Enable Example Events Plugin"
4255
 
msgstr ""
4256
 
 
4257
 
#: ../plugin/hello_events/hello_events.cc:404
4258
 
#: ../plugin/hello_events/hello_events.cc:407
4259
 
msgid "A comma delimited list of databases to watch"
4260
 
msgstr ""
4261
 
 
4262
 
#: ../plugin/hello_events/hello_events.cc:410
4263
 
msgid "Before write row event observer call position"
4264
 
msgstr ""
4265
 
 
4266
 
#: ../plugin/hello_events/hello_events.cc:413
4267
 
#: ../plugin/pbms/src/parameters_ms.cc:461
4268
 
msgid "Before update row event observer call position"
4269
 
msgstr ""
4270
 
 
4271
 
#: ../plugin/hello_events/hello_events.cc:416
4272
 
msgid "After drop database event observer call position"
4273
 
msgstr ""
4274
 
 
4275
 
#: ../plugin/hello_events/hello_events.cc:427
4276
 
msgid "An example events Plugin"
4277
 
msgstr ""
4278
 
 
4279
 
#: ../plugin/innobase/handler/data_dictionary.cc:760
4280
 
#, c-format
4281
 
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4282
 
msgstr ""
4283
 
 
4284
 
#: ../plugin/innobase/handler/ha_innodb.cc:1914
4285
 
msgid ""
4286
 
"Once InnoDB is running, innodb_commit_concurrency must not change between "
4287
 
"zero and nonzero."
4288
 
msgstr ""
4289
 
 
4290
 
#: ../plugin/innobase/handler/ha_innodb.cc:2179
4291
 
msgid ""
4292
 
"syntax error in innodb_log_group_home_dir, or a wrong number of mirrored log "
4293
 
"groups"
4294
 
msgstr ""
4295
 
 
4296
 
#: ../plugin/innobase/handler/ha_innodb.cc:2223
4297
 
#, c-format
4298
 
msgid ""
4299
 
"InnoDB: invalid innodb_file_format_max value: should be any value up to %s "
4300
 
"or its equivalent numeric id"
4301
 
msgstr ""
4302
 
 
4303
 
#: ../plugin/innobase/handler/ha_innodb.cc:9359
4304
 
msgid "Do not use Native AIO library for IO, even if available"
4305
 
msgstr ""
4306
 
 
4307
 
#: ../plugin/innobase/handler/ha_innodb.cc:9375
4308
 
msgid "Enable internal replication log."
4309
 
msgstr ""
4310
 
 
4311
 
#: ../plugin/innobase/handler/ha_innodb.cc:9378
4312
 
msgid ""
4313
 
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4314
 
"rolled back. Values above 100000000 disable the timeout."
4315
 
msgstr ""
4316
 
 
4317
 
#: ../plugin/innobase/handler/ha_innodb.cc:9381
4318
 
msgid "Percentage of the buffer pool to reserve for 'old' blocks."
4319
 
msgstr ""
4320
 
 
4321
 
#: ../plugin/innobase/handler/ha_innodb.cc:9384
4322
 
msgid ""
4323
 
"ove blocks to the 'new' end of the buffer pool if the first access was at "
4324
 
"least this many milliseconds ago. The timeout is disabled if 0 (the default)."
4325
 
msgstr ""
4326
 
 
4327
 
#: ../plugin/innobase/handler/replication_dictionary.cc:109
4328
 
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
4329
 
#: ../plugin/transaction_log/print_transaction_message.cc:177
4330
 
#: ../plugin/transaction_log/transaction_log_reader.cc:161
4331
 
#, c-format
4332
 
msgid "Unable to parse transaction. Got error: %s.\n"
4333
 
msgstr ""
4334
 
 
4335
 
#: ../plugin/innobase/srv/srv0start.cc:1034
4336
 
msgid "InnoDB: cannot determine Mac OS X version!\n"
4337
 
msgstr ""
4338
 
 
4339
 
#: ../plugin/innobase/srv/srv0start.cc:1039
4340
 
msgid ""
4341
 
"InnoDB: On Mac OS X, fsync() may be broken on internal drives,\n"
4342
 
"InnoDB: making transactions unsafe!\n"
4343
 
msgstr ""
4344
 
 
4345
 
#: ../plugin/innobase/srv/srv0start.cc:1048
4346
 
#, c-format
4347
 
msgid ""
4348
 
"InnoDB: Error: size of InnoDB's ulint is %lu, but size of void* is %lu.\n"
4349
 
"InnoDB: The sizes should be the same so that on a 64-bit platform you can\n"
4350
 
"InnoDB: allocate more than 4 GB of memory."
4351
 
msgstr ""
4352
 
 
4353
 
#: ../plugin/innobase/srv/srv0start.cc:1063
4354
 
#, c-format
4355
 
msgid "InnoDB: !!!!!!!! UNIV_DEBUG switched on !!!!!!!!!\n"
4356
 
msgstr ""
4357
 
 
4358
 
#: ../plugin/innobase/srv/srv0start.cc:1068
4359
 
#, c-format
4360
 
msgid ""
4361
 
"InnoDB: !!!!!!!! UNIV_IBUF_DEBUG switched on !!!!!!!!!\n"
4362
 
"InnoDB: !!!!!!!! UNIV_IBUF_COUNT_DEBUG switched on !!!!!!!!!\n"
4363
 
"InnoDB: Crash recovery will fail with UNIV_IBUF_COUNT_DEBUG\n"
4364
 
msgstr ""
4365
 
 
4366
 
#: ../plugin/innobase/srv/srv0start.cc:1078
4367
 
#, c-format
4368
 
msgid "InnoDB: !!!!!!!! UNIV_SYNC_DEBUG switched on !!!!!!!!!\n"
4369
 
msgstr ""
4370
 
 
4371
 
#: ../plugin/innobase/srv/srv0start.cc:1083
4372
 
#, c-format
4373
 
msgid "InnoDB: !!!!!!!! UNIV_SEARCH_DEBUG switched on !!!!!!!!!\n"
4374
 
msgstr ""
4375
 
 
4376
 
#: ../plugin/innobase/srv/srv0start.cc:1088
4377
 
#, c-format
4378
 
msgid "InnoDB: !!!!!!!! UNIV_LOG_LSN_DEBUG switched on !!!!!!!!!\n"
4379
 
msgstr ""
4380
 
 
4381
 
#: ../plugin/innobase/srv/srv0start.cc:1092
4382
 
#, c-format
4383
 
msgid "InnoDB: !!!!!!!! UNIV_MEM_DEBUG switched on !!!!!!!!!\n"
4384
 
msgstr ""
4385
 
 
4386
 
#: ../plugin/innobase/srv/srv0start.cc:1097
4387
 
#, c-format
4388
 
msgid "InnoDB: The InnoDB memory heap is disabled\n"
4389
 
msgstr ""
4390
 
 
4391
 
#: ../plugin/innobase/srv/srv0start.cc:1167
4392
 
#, c-format
4393
 
msgid "  InnoDB: Using Linux native AIO\n"
4394
 
msgstr ""
4395
 
 
4396
 
#: ../plugin/logging_gearman/logging_gearman.cc:186
 
4519
msgid "Enable filtered replicator"
 
4520
msgstr ""
 
4521
 
 
4522
msgid "List of schemas to filter"
 
4523
msgstr ""
 
4524
 
 
4525
msgid "List of tables to filter"
 
4526
msgstr ""
 
4527
 
 
4528
msgid "Regular expression to apply to schemas to filter"
 
4529
msgstr ""
 
4530
 
 
4531
msgid "Regular expression to apply to tables to filter"
 
4532
msgstr ""
 
4533
 
 
4534
msgid "Filtered Replicator"
 
4535
msgstr ""
 
4536
 
4397
4537
#, c-format
4398
4538
msgid "fail gearman_client_create(): %s"
4399
4539
msgstr ""
4400
4540
 
4401
 
#: ../plugin/logging_gearman/logging_gearman.cc:197
4402
4541
#, c-format
4403
4542
msgid "fail gearman_client_add_server(): %s"
4404
4543
msgstr ""
4405
4544
 
4406
 
#: ../plugin/logging_gearman/logging_gearman.cc:302
 
4545
msgid "Enable logging to a gearman server"
 
4546
msgstr ""
 
4547
 
4407
4548
msgid "Hostname for logging to a Gearman server"
4408
4549
msgstr ""
4409
4550
 
4410
 
#: ../plugin/logging_gearman/logging_gearman.cc:305
4411
4551
msgid "Gearman Function to send logging to"
4412
4552
msgstr ""
4413
4553
 
4414
 
#: ../plugin/logging_gearman/logging_gearman.cc:316
4415
4554
msgid "Log queries to a Gearman server"
4416
4555
msgstr ""
4417
4556
 
4418
 
#: ../plugin/logging_query/logging_query.cc:178
4419
4557
#, c-format
4420
4558
msgid "fail open() fn=%s er=%s\n"
4421
4559
msgstr ""
4422
4560
 
4423
 
#: ../plugin/logging_query/logging_query.cc:319
4424
4561
msgid "Enable logging to CSV file"
4425
4562
msgstr ""
4426
4563
 
4427
 
#: ../plugin/logging_query/logging_query.cc:322
4428
4564
msgid "File to log to"
4429
4565
msgstr ""
4430
4566
 
4431
 
#: ../plugin/logging_query/logging_query.cc:325
4432
4567
msgid "PCRE to match the query against"
4433
4568
msgstr ""
4434
4569
 
4435
 
#: ../plugin/logging_query/logging_query.cc:328 ../plugin/syslog/module.cc:107
4436
4570
msgid "Threshold for logging slow queries, in microseconds"
4437
4571
msgstr ""
4438
4572
 
4439
 
#: ../plugin/logging_query/logging_query.cc:331 ../plugin/syslog/module.cc:110
4440
4573
msgid "Threshold for logging big queries, for rows returned"
4441
4574
msgstr ""
4442
4575
 
4443
 
#: ../plugin/logging_query/logging_query.cc:334 ../plugin/syslog/module.cc:113
4444
4576
msgid "Threshold for logging big queries, for rows examined"
4445
4577
msgstr ""
4446
4578
 
4447
 
#: ../plugin/logging_query/logging_query.cc:345
4448
4579
msgid "Log queries to a CSV file"
4449
4580
msgstr ""
4450
4581
 
4451
 
#: ../plugin/logging_stats/logging_stats.cc:373
4452
 
msgid "Max number of users that will be logged"
4453
 
msgstr ""
4454
 
 
4455
 
#: ../plugin/logging_stats/logging_stats.cc:376
4456
 
msgid "Max number of range locks to use for Scoreboard"
4457
 
msgstr ""
4458
 
 
4459
 
#: ../plugin/logging_stats/logging_stats.cc:379
4460
 
msgid "Max number of concurrent sessions that will be logged"
4461
 
msgstr ""
4462
 
 
4463
 
#: ../plugin/logging_stats/logging_stats.cc:380
4464
 
msgid "Enable Logging Statistics Collection"
4465
 
msgstr ""
4466
 
 
4467
 
#: ../plugin/logging_stats/logging_stats.cc:389
4468
 
msgid "User Statistics as DATA_DICTIONARY tables"
4469
 
msgstr ""
4470
 
 
4471
 
#: ../plugin/md5/md5.cc:99
4472
 
msgid "libgcrypt library version mismatch\n"
4473
 
msgstr ""
4474
 
 
4475
 
#: ../plugin/memcached_query_cache/memcached_qc.cc:388
4476
 
#: ../plugin/memcached_stats/memcached_stats.cc:87
 
4582
#, c-format
 
4583
msgid "syslog facility \"%s\" not known, using \"local0\""
 
4584
msgstr ""
 
4585
 
 
4586
#, c-format
 
4587
msgid "syslog priority \"%s\" not known, using \"info\""
 
4588
msgstr ""
 
4589
 
 
4590
msgid "Enable logging to syslog"
 
4591
msgstr ""
 
4592
 
 
4593
msgid "Syslog Ident"
 
4594
msgstr ""
 
4595
 
 
4596
msgid "Syslog Facility"
 
4597
msgstr ""
 
4598
 
 
4599
msgid "Syslog Priority"
 
4600
msgstr ""
 
4601
 
 
4602
msgid "Log to syslog"
 
4603
msgstr ""
 
4604
 
4477
4605
msgid "List of memcached servers."
4478
4606
msgstr ""
4479
4607
 
4480
 
#: ../plugin/memcached_query_cache/memcached_qc.cc:391
4481
 
msgid "Expiry time of memcached entries"
4482
 
msgstr ""
4483
 
 
4484
 
#: ../plugin/memcached_query_cache/memcached_qc.cc:394
4485
 
msgid "Enable Memcached Query Cache"
4486
 
msgstr ""
4487
 
 
4488
 
#: ../plugin/memcached_stats/analysis_table.cc:78
4489
 
#: ../plugin/memcached_stats/stats_table.cc:144
4490
 
msgid "No value in MEMCACHED_STATS_SERVERS variable."
4491
 
msgstr ""
4492
 
 
4493
 
#: ../plugin/memcached_stats/memcached_stats.cc:98
4494
4608
msgid "Memcached Stats as I_S tables"
4495
4609
msgstr ""
4496
4610
 
4497
 
#: ../plugin/memcached_stats/stats_table.cc:74
4498
 
#, c-format
4499
 
msgid ""
4500
 
"Unable get stats from memcached server %s.  Got error from "
4501
 
"memcached_stat_servername()."
4502
 
msgstr ""
4503
 
 
4504
 
#: ../plugin/memcached_stats/stats_table.cc:151
4505
 
msgid "Unable to create memcached struct.  Got error from memcached_create()."
4506
 
msgstr ""
4507
 
 
4508
 
#: ../plugin/memcached_stats/stats_table.cc:159
4509
 
#, c-format
4510
 
msgid ""
4511
 
"Unable to create memcached server list.  Got error from "
4512
 
"memcached_servers_parse(%s)."
4513
 
msgstr ""
4514
 
 
4515
 
#: ../plugin/multi_thread/multi_thread.cc:62
4516
 
msgid "Session killed before thread could execute"
4517
 
msgstr ""
4518
 
 
4519
 
#: ../plugin/multi_thread/multi_thread.cc:109
4520
 
msgid "Unable to get thread stack size\n"
4521
 
msgstr ""
4522
 
 
4523
 
#: ../plugin/multi_thread/multi_thread.cc:211
4524
 
msgid "Maximum number of user threads available."
4525
 
msgstr ""
4526
 
 
4527
 
#: ../plugin/myisam/ha_myisam.cc:532
4528
4611
#, c-format
4529
4612
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
4530
4613
msgstr ""
4531
4614
 
4532
 
#: ../plugin/myisam/ha_myisam.cc:536
4533
4615
#, c-format
4534
4616
msgid "Got an error from unknown thread, %s:%d"
4535
4617
msgstr ""
4536
4618
 
4537
 
#: ../plugin/myisam/ha_myisam.cc:542
4538
4619
msgid "Unknown thread accessing table"
4539
4620
msgstr ""
4540
4621
 
4541
 
#: ../plugin/myisam/ha_myisam.cc:1506
 
4622
msgid "Block size to be used for MyISAM index pages."
 
4623
msgstr ""
 
4624
 
 
4625
msgid ""
 
4626
"Number of threads to use when repairing MyISAM tables. The value of 1 "
 
4627
"disables parallel repair."
 
4628
msgstr ""
 
4629
 
4542
4630
msgid ""
4543
4631
"Don't use the fast sort index method to created index if the temporary file "
4544
4632
"would get bigger than this."
4545
4633
msgstr ""
4546
4634
 
4547
 
#: ../plugin/myisam/ha_myisam.cc:1509
4548
4635
msgid ""
4549
4636
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4550
4637
"when creating indexes with CREATE INDEX or ALTER TABLE."
4551
4638
msgstr ""
4552
4639
 
4553
 
#: ../plugin/myisam/my_handler_errors.cc:42
 
4640
msgid "Default pointer size to be used for MyISAM tables."
 
4641
msgstr ""
 
4642
 
4554
4643
msgid "Didn't find key on read or update"
4555
4644
msgstr ""
4556
4645
 
4557
 
#: ../plugin/myisam/my_handler_errors.cc:43
4558
4646
msgid "Duplicate key on write or update"
4559
4647
msgstr ""
4560
4648
 
4561
 
#: ../plugin/myisam/my_handler_errors.cc:44
4562
4649
msgid "Internal (unspecified) error in handler"
4563
4650
msgstr ""
4564
4651
 
4565
 
#: ../plugin/myisam/my_handler_errors.cc:46
4566
4652
msgid ""
4567
4653
"Someone has changed the row since it was read (while the table was locked to "
4568
4654
"prevent it)"
4569
4655
msgstr ""
4570
4656
 
4571
 
#: ../plugin/myisam/my_handler_errors.cc:48
4572
4657
msgid "Wrong index given to function"
4573
4658
msgstr ""
4574
4659
 
4575
 
#: ../plugin/myisam/my_handler_errors.cc:49
 
4660
msgid "Undefined handler error 125"
 
4661
msgstr ""
 
4662
 
4576
4663
msgid "Index file is crashed"
4577
4664
msgstr ""
4578
4665
 
4579
 
#: ../plugin/myisam/my_handler_errors.cc:50
4580
4666
msgid "Record file is crashed"
4581
4667
msgstr ""
4582
4668
 
4583
 
#: ../plugin/myisam/my_handler_errors.cc:51
4584
4669
msgid "Out of memory in engine"
4585
4670
msgstr ""
4586
4671
 
4587
 
#: ../plugin/myisam/my_handler_errors.cc:52
 
4672
msgid "Undefined handler error 129"
 
4673
msgstr ""
 
4674
 
4588
4675
msgid "Incorrect file format"
4589
4676
msgstr ""
4590
4677
 
4591
 
#: ../plugin/myisam/my_handler_errors.cc:53
4592
4678
msgid "Command not supported by database"
4593
4679
msgstr ""
4594
4680
 
4595
 
#: ../plugin/myisam/my_handler_errors.cc:54
4596
4681
msgid "Old database file"
4597
4682
msgstr ""
4598
4683
 
4599
 
#: ../plugin/myisam/my_handler_errors.cc:55
4600
4684
msgid "No record read before update"
4601
4685
msgstr ""
4602
4686
 
4603
 
#: ../plugin/myisam/my_handler_errors.cc:56
4604
4687
msgid "Record was already deleted (or record file crashed)"
4605
4688
msgstr ""
4606
4689
 
4607
 
#: ../plugin/myisam/my_handler_errors.cc:57
4608
4690
msgid "No more room in record file"
4609
4691
msgstr ""
4610
4692
 
4611
 
#: ../plugin/myisam/my_handler_errors.cc:58
4612
4693
msgid "No more room in index file"
4613
4694
msgstr ""
4614
4695
 
4615
 
#: ../plugin/myisam/my_handler_errors.cc:59
4616
4696
msgid "No more records (read after end of file)"
4617
4697
msgstr ""
4618
4698
 
4619
 
#: ../plugin/myisam/my_handler_errors.cc:60
4620
4699
msgid "Unsupported extension used for table"
4621
4700
msgstr ""
4622
4701
 
4623
 
#: ../plugin/myisam/my_handler_errors.cc:61
4624
4702
msgid "Too big row"
4625
4703
msgstr ""
4626
4704
 
4627
 
#: ../plugin/myisam/my_handler_errors.cc:62
4628
4705
msgid "Wrong create options"
4629
4706
msgstr ""
4630
4707
 
4631
 
#: ../plugin/myisam/my_handler_errors.cc:63
4632
4708
msgid "Duplicate unique key or constraint on write or update"
4633
4709
msgstr ""
4634
4710
 
4635
 
#: ../plugin/myisam/my_handler_errors.cc:64
4636
4711
msgid "Unknown character set used in table"
4637
4712
msgstr ""
4638
4713
 
4639
 
#: ../plugin/myisam/my_handler_errors.cc:65
4640
4714
msgid "Conflicting table definitions in sub-tables of MERGE table"
4641
4715
msgstr ""
4642
4716
 
4643
 
#: ../plugin/myisam/my_handler_errors.cc:66
4644
4717
msgid "Table is crashed and last repair failed"
4645
4718
msgstr ""
4646
4719
 
4647
 
#: ../plugin/myisam/my_handler_errors.cc:67
4648
4720
msgid "Table was marked as crashed and should be repaired"
4649
4721
msgstr ""
4650
4722
 
4651
 
#: ../plugin/myisam/my_handler_errors.cc:68
4652
4723
msgid "Lock timed out; Retry transaction"
4653
4724
msgstr ""
4654
4725
 
4655
 
#: ../plugin/myisam/my_handler_errors.cc:69
4656
4726
msgid "Lock table is full;  Restart program with a larger locktable"
4657
4727
msgstr ""
4658
4728
 
4659
 
#: ../plugin/myisam/my_handler_errors.cc:70
4660
4729
msgid "Updates are not allowed under a read only transactions"
4661
4730
msgstr ""
4662
4731
 
4663
 
#: ../plugin/myisam/my_handler_errors.cc:71
4664
4732
msgid "Lock deadlock; Retry transaction"
4665
4733
msgstr ""
4666
4734
 
4667
 
#: ../plugin/myisam/my_handler_errors.cc:72
4668
4735
msgid "Foreign key constraint is incorrectly formed"
4669
4736
msgstr ""
4670
4737
 
4671
 
#: ../plugin/myisam/my_handler_errors.cc:73
4672
4738
msgid "Cannot add a child row"
4673
4739
msgstr ""
4674
4740
 
4675
 
#: ../plugin/myisam/my_handler_errors.cc:74
4676
4741
msgid "Cannot delete a parent row"
4677
4742
msgstr ""
4678
4743
 
4679
 
#: ../plugin/myisam/my_handler_errors.cc:75
4680
4744
msgid "No savepoint with that name"
4681
4745
msgstr ""
4682
4746
 
4683
 
#: ../plugin/myisam/my_handler_errors.cc:76
4684
4747
msgid "Non unique key block size"
4685
4748
msgstr ""
4686
4749
 
4687
 
#: ../plugin/myisam/my_handler_errors.cc:77
4688
4750
msgid "The table does not exist in engine"
4689
4751
msgstr ""
4690
4752
 
4691
 
#: ../plugin/myisam/my_handler_errors.cc:78
4692
4753
msgid "The table already existed in storage engine"
4693
4754
msgstr ""
4694
4755
 
4695
 
#: ../plugin/myisam/my_handler_errors.cc:79
4696
4756
msgid "Could not connect to storage engine"
4697
4757
msgstr ""
4698
4758
 
4699
 
#: ../plugin/myisam/my_handler_errors.cc:80
4700
4759
msgid "Unexpected null pointer found when using spatial index"
4701
4760
msgstr ""
4702
4761
 
4703
 
#: ../plugin/myisam/my_handler_errors.cc:81
4704
4762
msgid "The table changed in storage engine"
4705
4763
msgstr ""
4706
4764
 
4707
 
#: ../plugin/myisam/my_handler_errors.cc:82
4708
4765
msgid "There's no partition in table for the given value"
4709
4766
msgstr ""
4710
4767
 
4711
 
#: ../plugin/myisam/my_handler_errors.cc:83
4712
4768
msgid "Row-based binlogging of row failed"
4713
4769
msgstr ""
4714
4770
 
4715
 
#: ../plugin/myisam/my_handler_errors.cc:84
4716
4771
msgid "Index needed in foreign key constraint"
4717
4772
msgstr ""
4718
4773
 
4719
 
#: ../plugin/myisam/my_handler_errors.cc:85
4720
4774
msgid "Upholding foreign key constraints would lead to a duplicate key error"
4721
4775
msgstr ""
4722
4776
 
4723
 
#: ../plugin/myisam/my_handler_errors.cc:86
4724
4777
msgid "Table needs to be upgraded before it can be used"
4725
4778
msgstr ""
4726
4779
 
4727
 
#: ../plugin/myisam/my_handler_errors.cc:87
4728
4780
msgid "Table is read only"
4729
4781
msgstr ""
4730
4782
 
4731
 
#: ../plugin/myisam/my_handler_errors.cc:88
4732
4783
msgid "Failed to get next auto increment value"
4733
4784
msgstr ""
4734
4785
 
4735
 
#: ../plugin/myisam/my_handler_errors.cc:89
4736
4786
msgid "Failed to set row auto increment value"
4737
4787
msgstr ""
4738
4788
 
4739
 
#: ../plugin/myisam/my_handler_errors.cc:90
4740
4789
msgid "Unknown (generic) error from engine"
4741
4790
msgstr ""
4742
4791
 
4743
 
#: ../plugin/myisam/my_handler_errors.cc:91
4744
4792
msgid "Record is the same"
4745
4793
msgstr ""
4746
4794
 
4747
 
#: ../plugin/myisam/my_handler_errors.cc:92
4748
4795
msgid "It is not possible to log this statement"
4749
4796
msgstr ""
4750
4797
 
4751
 
#: ../plugin/myisam/my_handler_errors.cc:93
4752
4798
msgid "Tablespace exists"
4753
4799
msgstr ""
4754
4800
 
4755
 
#: ../plugin/myisam/my_handler_errors.cc:94
4756
4801
msgid "The event was corrupt, leading to illegal data being read"
4757
4802
msgstr ""
4758
4803
 
4759
 
#: ../plugin/myisam/my_handler_errors.cc:95
4760
4804
msgid "The table is of a new format not supported by this version"
4761
4805
msgstr ""
4762
4806
 
4763
 
#: ../plugin/myisam/my_handler_errors.cc:96
4764
4807
msgid "The event could not be processed no other handler error happened"
4765
4808
msgstr ""
4766
4809
 
4767
 
#: ../plugin/myisam/my_handler_errors.cc:97
4768
4810
msgid "Got a fatal error during initialzation of handler"
4769
4811
msgstr ""
4770
4812
 
4771
 
#: ../plugin/myisam/my_handler_errors.cc:98
4772
4813
msgid "File to short; Expected more data in file"
4773
4814
msgstr ""
4774
4815
 
4775
 
#: ../plugin/myisam/my_handler_errors.cc:99
4776
4816
msgid "Read page with wrong checksum"
4777
4817
msgstr ""
4778
4818
 
4779
 
#. TODO: get a better message for these
4780
 
#: ../plugin/myisam/my_handler_errors.cc:101
4781
4819
msgid "Lock or active transaction"
4782
4820
msgstr ""
4783
4821
 
4784
 
#: ../plugin/myisam/my_handler_errors.cc:102
4785
4822
msgid "No such table space"
4786
4823
msgstr ""
4787
4824
 
4788
 
#: ../plugin/myisam/my_handler_errors.cc:103
4789
4825
msgid "Tablespace not empty"
4790
4826
msgstr ""
4791
4827
 
4792
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:1014
4793
4828
msgid ""
4794
4829
"Port number to use for connection or 0 for default to with MySQL protocol."
4795
4830
msgstr ""
4796
4831
 
4797
 
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:83
4798
 
msgid ""
4799
 
" exists already. Do you have another Drizzle or MySQL running? Or perhaps "
4800
 
"the file is stale and should be removed?"
4801
 
msgstr ""
4802
 
 
4803
 
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:168
4804
 
msgid "Path used for MySQL UNIX Socket Protocol."
4805
 
msgstr ""
4806
 
 
4807
 
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:170
4808
 
msgid "Clobber socket file if one is there already."
4809
 
msgstr ""
4810
 
 
4811
 
#: ../plugin/pbms/src/parameters_ms.cc:426
4812
 
msgid "Port number to use for connection or 0 for default PBMS port "
4813
 
msgstr ""
4814
 
 
4815
 
#: ../plugin/pbms/src/parameters_ms.cc:429
4816
 
msgid "The maximum size of a BLOB repository file."
4817
 
msgstr ""
4818
 
 
4819
 
#: ../plugin/pbms/src/parameters_ms.cc:432
4820
 
msgid "The maximum size of a temorary BLOB log file."
4821
 
msgstr ""
4822
 
 
4823
 
#: ../plugin/pbms/src/parameters_ms.cc:435
4824
 
msgid ""
4825
 
"A ':' delimited list of metadata header names to be used to initialize the "
4826
 
"pbms_metadata_header table when a database is created."
4827
 
msgstr ""
4828
 
 
4829
 
#: ../plugin/pbms/src/parameters_ms.cc:439
4830
 
msgid "The percentage of garbage in a repository file before it is compacted."
4831
 
msgstr ""
4832
 
 
4833
 
#: ../plugin/pbms/src/parameters_ms.cc:442
4834
 
msgid ""
4835
 
"The timeout, in seconds, for temporary BLOBs. Uploaded blob data is removed "
4836
 
"after this time, unless committed to the database."
4837
 
msgstr ""
4838
 
 
4839
 
#: ../plugin/pbms/src/parameters_ms.cc:445
4840
 
msgid ""
4841
 
"The timeout, in milli-seconds, before the HTTP server will close an inactive "
4842
 
"HTTP connection."
4843
 
msgstr ""
4844
 
 
4845
 
#: ../plugin/pbms/src/parameters_ms.cc:448
4846
 
msgid "The next backup ID to use when backing up a PBMS database."
4847
 
msgstr ""
4848
 
 
4849
 
#: ../plugin/pbms/src/parameters_ms.cc:451
4850
 
msgid ""
4851
 
"A comma delimited list of tables to watch of the format: <database>."
4852
 
"<table>, ..."
4853
 
msgstr ""
4854
 
 
4855
 
#: ../plugin/pbms/src/parameters_ms.cc:453
4856
 
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
4857
 
msgstr ""
4858
 
 
4859
 
#: ../plugin/pbms/src/parameters_ms.cc:457
4860
 
msgid "Before insert row event observer call position"
4861
 
msgstr ""
4862
 
 
4863
 
#: ../plugin/rabbitmq/rabbitmq_handler.cc:53
4864
 
msgid "Could not open socket, is rabbitmq running?"
4865
 
msgstr ""
4866
 
 
4867
 
#: ../plugin/rabbitmq/rabbitmq_log.cc:72
4868
 
msgid "Failed to allocate enough memory to transaction message\n"
4869
 
msgstr ""
4870
 
 
4871
 
#: ../plugin/rabbitmq/rabbitmq_log.cc:117
4872
 
#, c-format
4873
 
msgid "Failed to allocate the RabbitMQHandler.  Got error: %s\n"
4874
 
msgstr ""
4875
 
 
4876
 
#: ../plugin/rabbitmq/rabbitmq_log.cc:130
4877
 
#, c-format
4878
 
msgid "Failed to allocate the RabbitMQLog instance.  Got error: %s\n"
4879
 
msgstr ""
4880
 
 
4881
 
#: ../plugin/rabbitmq/rabbitmq_log.cc:155
4882
 
msgid "Host name to connect to"
4883
 
msgstr ""
4884
 
 
4885
 
#: ../plugin/rabbitmq/rabbitmq_log.cc:158
4886
 
msgid "Port to connect to"
4887
 
msgstr ""
4888
 
 
4889
 
#: ../plugin/rabbitmq/rabbitmq_log.cc:161
4890
 
msgid "RabbitMQ virtualhost"
4891
 
msgstr ""
4892
 
 
4893
 
#: ../plugin/rabbitmq/rabbitmq_log.cc:164
4894
 
msgid "RabbitMQ username"
4895
 
msgstr ""
4896
 
 
4897
 
#: ../plugin/rabbitmq/rabbitmq_log.cc:167
4898
 
msgid "RabbitMQ password"
4899
 
msgstr ""
4900
 
 
4901
 
#: ../plugin/rabbitmq/rabbitmq_log.cc:170
4902
 
#: ../plugin/transaction_log/module.cc:270
4903
 
msgid "Name of the replicator plugin to use (default='default_replicator')"
4904
 
msgstr ""
4905
 
 
4906
 
#: ../plugin/rabbitmq/rabbitmq_log.cc:173
4907
 
msgid "Name of RabbitMQ exchange to publish to"
4908
 
msgstr ""
4909
 
 
4910
 
#: ../plugin/rabbitmq/rabbitmq_log.cc:176
4911
 
msgid "Name of RabbitMQ routing key to use"
4912
 
msgstr ""
4913
 
 
4914
 
#: ../plugin/session_dictionary/processlist.cc:78
4915
 
msgid "no user"
4916
 
msgstr ""
4917
 
 
4918
 
#: ../plugin/syslog/errmsg.cc:42 ../plugin/syslog/logging.cc:55
4919
 
#, c-format
4920
 
msgid "syslog facility \"%s\" not known, using \"local0\""
4921
 
msgstr ""
4922
 
 
4923
 
#: ../plugin/syslog/errmsg.cc:50
4924
 
#, c-format
4925
 
msgid "syslog priority \"%s\" not known, using \"warn\""
4926
 
msgstr ""
4927
 
 
4928
 
#: ../plugin/syslog/logging.cc:63
4929
 
#, c-format
4930
 
msgid "syslog priority \"%s\" not known, using \"info\""
4931
 
msgstr ""
4932
 
 
4933
 
#: ../plugin/syslog/module.cc:95
4934
 
msgid "Syslog Ident"
4935
 
msgstr ""
4936
 
 
4937
 
#: ../plugin/syslog/module.cc:98
4938
 
msgid "Syslog Facility"
4939
 
msgstr ""
4940
 
 
4941
 
#: ../plugin/syslog/module.cc:101
4942
 
msgid "Enable logging to syslog of the query log"
4943
 
msgstr ""
4944
 
 
4945
 
#: ../plugin/syslog/module.cc:104
4946
 
msgid "Syslog Priority of query logging"
4947
 
msgstr ""
4948
 
 
4949
 
#: ../plugin/syslog/module.cc:116
4950
 
msgid "Enable logging to syslog of the error messages"
4951
 
msgstr ""
4952
 
 
4953
 
#: ../plugin/syslog/module.cc:119
4954
 
msgid "Syslog Priority of error messages"
4955
 
msgstr ""
4956
 
 
4957
 
#: ../plugin/transaction_log/background_worker.cc:77
4958
 
#, c-format
4959
 
msgid "Unable to create background worker thread. Got error %s.\n"
4960
 
msgstr ""
4961
 
 
4962
 
#: ../plugin/transaction_log/hexdump_transaction_message.cc:107
4963
 
#: ../plugin/transaction_log/print_transaction_message.cc:106
4964
 
#: ../plugin/transaction_log/transaction_log_reader.cc:97
 
4832
#, c-format
 
4833
msgid "Can't create interrupt-thread (error %d, errno: %d)"
 
4834
msgstr ""
 
4835
 
4965
4836
#, c-format
4966
4837
msgid "Failed to open transaction log file %s.  Got error: %s\n"
4967
4838
msgstr ""
4968
4839
 
4969
 
#: ../plugin/transaction_log/hexdump_transaction_message.cc:149
4970
 
#: ../plugin/transaction_log/print_transaction_message.cc:169
4971
 
#: ../plugin/transaction_log/transaction_log_reader.cc:152
4972
 
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:155
4973
 
#, c-format
4974
 
msgid "Could not read transaction message.\n"
4975
 
msgstr ""
4976
 
 
4977
 
#: ../plugin/transaction_log/hexdump_transaction_message.cc:150
4978
 
#: ../plugin/transaction_log/print_transaction_message.cc:170
4979
 
#: ../plugin/transaction_log/transaction_log_reader.cc:153
4980
 
#, c-format
4981
 
msgid "GPB ERROR: %s.\n"
4982
 
msgstr ""
4983
 
 
4984
 
#: ../plugin/transaction_log/hexdump_transaction_message.cc:151
4985
 
#: ../plugin/transaction_log/print_transaction_message.cc:171
4986
 
#: ../plugin/transaction_log/transaction_log_reader.cc:154
4987
 
#, c-format
4988
 
msgid "Raw buffer read: %s.\n"
4989
 
msgstr ""
4990
 
 
4991
 
#: ../plugin/transaction_log/hexdump_transaction_message.cc:171
4992
 
#: ../plugin/transaction_log/print_transaction_message.cc:179
4993
 
#: ../plugin/transaction_log/transaction_log_reader.cc:163
4994
 
#, c-format
4995
 
msgid "BUFFER: %s\n"
4996
 
msgstr ""
4997
 
 
4998
 
#: ../plugin/transaction_log/module.cc:171
4999
 
#, c-format
5000
 
msgid "Failed to allocate the TransactionLog instance.  Got error: %s\n"
5001
 
msgstr ""
5002
 
 
5003
 
#: ../plugin/transaction_log/module.cc:180
5004
 
#, c-format
5005
 
msgid "Failed to initialize the Transaction Log.  Got error: %s\n"
5006
 
msgstr ""
5007
 
 
5008
 
#: ../plugin/transaction_log/module.cc:192
5009
 
#, c-format
5010
 
msgid "Failed to allocate the TransactionLogIndex instance.  Got error: %s\n"
5011
 
msgstr ""
5012
 
 
5013
 
#: ../plugin/transaction_log/module.cc:201
5014
 
#, c-format
5015
 
msgid "Failed to initialize the Transaction Log Index.  Got error: %s\n"
5016
 
msgstr ""
5017
 
 
5018
 
#: ../plugin/transaction_log/module.cc:216
5019
 
#, c-format
5020
 
msgid "Failed to allocate the TransactionLogApplier instance.  Got error: %s\n"
5021
 
msgstr ""
5022
 
 
5023
 
#: ../plugin/transaction_log/module.cc:258
5024
 
msgid "DEBUGGING - Truncate transaction log"
5025
 
msgstr ""
5026
 
 
5027
 
#: ../plugin/transaction_log/module.cc:261
5028
 
msgid "Enable CRC32 Checksumming of each written transaction log entry"
5029
 
msgstr ""
5030
 
 
5031
 
#: ../plugin/transaction_log/module.cc:264
5032
 
msgid "Enable transaction log"
5033
 
msgstr ""
5034
 
 
5035
 
#: ../plugin/transaction_log/module.cc:267
5036
 
msgid "Path to the file to use for transaction log"
5037
 
msgstr ""
5038
 
 
5039
 
#: ../plugin/transaction_log/module.cc:273
5040
 
msgid ""
5041
 
"0 == rely on operating system to sync log file (default), 1 == sync file at "
5042
 
"each transaction write, 2 == sync log file once per second"
5043
 
msgstr ""
5044
 
 
5045
 
#: ../plugin/transaction_log/module.cc:276
5046
 
msgid "Number of slots for in-memory write buffers (default=8)."
5047
 
msgstr ""
5048
 
 
5049
 
#: ../plugin/transaction_log/print_transaction_message.cc:135
5050
 
#, c-format
5051
 
msgid "GPB message is not a valid type.\n"
5052
 
msgstr ""
5053
 
 
5054
 
#: ../plugin/transaction_log/print_transaction_message.cc:155
5055
 
#, c-format
5056
 
msgid "GPB message is not a valid size.\n"
5057
 
msgstr ""
5058
 
 
5059
 
#: ../plugin/transaction_log/transaction_log.cc:114
5060
 
msgid "Failed to open transaction log file "
5061
 
msgstr ""
5062
 
 
5063
 
#: ../plugin/transaction_log/transaction_log.cc:215
5064
 
#, c-format
5065
 
msgid ""
5066
 
"Failed to write full size of log entry.  Tried to write %<PRId64> bytes at "
 
4840
#, c-format
 
4841
msgid ""
 
4842
"Failed to allocate enough memory to buffer header, transaction message, and "
 
4843
"trailing checksum bytes. Tried to allocate %<PRId64> bytes.  Error: %s\n"
 
4844
msgstr ""
 
4845
 
 
4846
#, c-format
 
4847
msgid ""
 
4848
"Failed to write full size of transaction.  Tried to write %<PRId64> bytes at "
5067
4849
"offset %<PRId64>, but only wrote %<PRId32> bytes.  Error: %s\n"
5068
4850
msgstr ""
5069
4851
 
5070
 
#: ../plugin/transaction_log/transaction_log.cc:236
5071
4852
#, c-format
5072
4853
msgid "Failed to sync log file. Got error: %s\n"
5073
4854
msgstr ""
5074
4855
 
5075
 
#: ../plugin/transaction_log/transaction_log_reader.cc:119
5076
 
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:120
5077
 
#, c-format
5078
 
msgid "Attempted to read record bigger than INT_MAX\n"
5079
 
msgstr ""
5080
 
 
5081
 
#: ../plugin/transaction_log/transaction_log_reader.cc:139
5082
 
#, c-format
5083
 
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
5084
 
msgstr ""
5085
 
 
5086
 
#: ../plugin/transaction_log/transaction_log_reader.cc:174
5087
 
#, c-format
5088
 
msgid "Checksum failed. Wanted %<PRIu32> got %<PRIu32>\n"
5089
 
msgstr ""
5090
 
 
5091
 
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:67
5092
 
msgid "Cannot open file: "
5093
 
msgstr ""
5094
 
 
5095
 
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:77
5096
 
msgid "Could not skip to position "
5097
 
msgstr ""
5098
 
 
5099
 
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:114
5100
 
msgid "Found a non-transaction message in log. Currently, not supported.\n"
5101
 
msgstr ""
5102
 
 
5103
 
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:140
5104
 
msgid "Memory allocation failure trying to allocate "
5105
 
msgstr ""
5106
 
 
5107
 
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:142
5108
 
msgid " bytes\n"
5109
 
msgstr ""
5110
 
 
5111
 
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:156
5112
 
msgid "GPB ERROR: "
5113
 
msgstr ""
5114
 
 
5115
 
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:162
5116
 
msgid ""
5117
 
"HEXDUMP:\n"
5118
 
"\n"
5119
 
msgstr ""
5120
 
 
5121
 
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:170
5122
 
msgid "Unable to parse command. Got error: "
5123
 
msgstr ""
5124
 
 
5125
 
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:179
5126
 
msgid ""
5127
 
"\n"
5128
 
"HEXDUMP:\n"
5129
 
"\n"
5130
 
msgstr ""
5131
 
 
5132
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:580
5133
 
#, fuzzy
5134
 
msgid "Display help and exit"
5135
 
msgstr "إظهار هذه المساعدة."
5136
 
 
5137
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:581
5138
 
msgid "Read from the innodb transaction log"
5139
 
msgstr ""
5140
 
 
5141
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:587
5142
 
msgid "Password to use when connecting to server"
5143
 
msgstr ""
5144
 
 
5145
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:590
5146
 
msgid "Perform checksum"
5147
 
msgstr ""
5148
 
 
5149
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:591
5150
 
msgid "Ignore event messages"
5151
 
msgstr ""
5152
 
 
5153
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:592
5154
 
msgid "Transaction log file"
5155
 
msgstr ""
5156
 
 
5157
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:593
5158
 
msgid "Print raw Protobuf messages instead of SQL"
5159
 
msgstr ""
5160
 
 
5161
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:596
5162
 
msgid "Start reading from the given file position"
5163
 
msgstr ""
5164
 
 
5165
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:599
5166
 
msgid "Only output for the given transaction ID and later"
5167
 
msgstr ""
5168
 
 
5169
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:602
5170
 
msgid "Only output for the given transaction ID"
5171
 
msgstr ""
5172
 
 
5173
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:603
5174
 
msgid "Summarize message contents"
5175
 
msgstr ""
5176
 
 
5177
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:637
5178
 
msgid "Cannot use --start-pos and --transaction-id together\n"
5179
 
msgstr ""
5180
 
 
5181
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:643
5182
 
msgid "Cannot use --summarize with either --raw or --transaction-id\n"
5183
 
msgstr ""
5184
 
 
5185
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:753
5186
 
msgid "Checksum failed. Wanted "
5187
 
msgstr ""
5188
 
 
5189
 
#: ../plugin/transaction_log/utilities/transaction_reader.cc:755
5190
 
msgid " got "
 
4856
msgid "Enable transaction log"
 
4857
msgstr ""
 
4858
 
 
4859
msgid "DEBUGGING - Truncate transaction log"
 
4860
msgstr ""
 
4861
 
 
4862
msgid "Path to the file to use for transaction log."
 
4863
msgstr ""
 
4864
 
 
4865
msgid "Enable CRC32 Checksumming"
 
4866
msgstr ""
 
4867
 
 
4868
msgid "Transaction Message Log"
 
4869
msgstr ""
 
4870
 
 
4871
#, c-format
 
4872
msgid "Unable to parse transaction. Got error: %s.\n"
5191
4873
msgstr ""