~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to po/ar.po

  • Committer: Stewart Smith
  • Author(s): Marko Mäkelä, Stewart Smith
  • Date: 2010-11-17 05:52:09 UTC
  • mto: (2021.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1971.
  • Revision ID: stewart@flamingspork.com-20101117055209-69m035q6h7e1txrc
Merge Revision revid:marko.makela@oracle.com-20100629113248-fvl48lnzr44z94gg from MySQL InnoDB

Original revid:marko.makela@oracle.com-20100629113248-fvl48lnzr44z94gg

Original Authors: Marko Mkel <marko.makela@oracle.com>
Original commit message:
Bug#52199 utf32: mbminlen=4, mbmaxlen=4, type->mbminlen=0, type->mbmaxlen=4

Merge and adjust a forgotten change to fix this bug.
rb://393 approved by Jimmy Yang
  ------------------------------------------------------------------------
  r3794 | marko | 2009-01-07 14:14:53 +0000 (Wed, 07 Jan 2009) | 18 lines

  branches/6.0: Allow the minimum length of a multi-byte character to be
  up to 4 bytes. (Bug #35391)

  dtype_t, dict_col_t: Replace mbminlen:2, mbmaxlen:3 with mbminmaxlen:5.
  In this way, the 5 bits can hold two values of 0..4, and the storage size
  of the fields will not cross the 64-bit boundary.  Encode the values as
  DATA_MBMAX * mbmaxlen + mbminlen.  Define the auxiliary macros
  DB_MBMINLEN(mbminmaxlen), DB_MBMAXLEN(mbminmaxlen), and
  DB_MINMAXLEN(mbminlen, mbmaxlen).

  Try to trim and pad UTF-16 and UTF-32 with spaces as appropriate.

  Alexander Barkov suggested the use of cs->cset->fill(cs, buff, len, 0x20).
  ha_innobase::store_key_val_for_row() now does that, but the added function
  row_mysql_pad_col() does not, because it doesn't have the MySQL TABLE object.

  rb://49 approved by Heikki Tuuri
  ------------------------------------------------------------------------

Show diffs side-by-side

added added

removed removed

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