~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to po/ro.po

  • Committer: Stewart Smith
  • Date: 2009-05-15 06:57:12 UTC
  • mto: (991.1.5 for-brian)
  • mto: This revision was merged to the branch mainline in revision 1022.
  • Revision ID: stewart@flamingspork.com-20090515065712-bmionylacjmexmmm
Make sql_mode=NO_AUTO_VALUE_ON_ZERO default for Drizzle.

Also fix DEFAULT keyword handling for auto-increment so that it defaults to
NULL and not 0 so that the following is valid and generates two auto-inc
values:

create table t1 (a int auto_increment primary key)
insert into t1 (a) values (default);
insert into t1 (a) values (default);

Important to note that 0 is no longer magic. So this gives you duplicate
primary key error:

insert into t1 (a) values(0);
insert into t1 (a) values(0);

as you've inserted the explicit value of 0 twice.

Show diffs side-by-side

added added

removed removed

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