8
8
"Project-Id-Version: drizzle\n"
9
9
"Report-Msgid-Bugs-To: http://translations.launchpad.net/drizzle\n"
10
"POT-Creation-Date: 2009-09-29 17:09-0700\n"
11
"PO-Revision-Date: 2009-03-05 21:55+0000\n"
12
"Last-Translator: عبدالله شلي (Abdellah Chelli) <Unknown>\n"
10
"POT-Creation-Date: 2010-05-26 01:18+0000\n"
11
"PO-Revision-Date: 2010-06-22 11:14+0000\n"
12
"Last-Translator: Majd Aldin Almontaser <Unknown>\n"
13
13
"Language-Team: Arabic <ar@li.org>\n"
14
14
"MIME-Version: 1.0\n"
15
15
"Content-Type: text/plain; charset=UTF-8\n"
16
16
"Content-Transfer-Encoding: 8bit\n"
17
17
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n % 100 >= "
18
18
"3 && n % 100 <= 10 ? 3 : n % 100 >= 11 && n % 100 <= 99 ? 4 : 5;\n"
19
"X-Launchpad-Export-Date: 2010-03-12 17:32+0000\n"
19
"X-Launchpad-Export-Date: 2010-06-23 03:46+0000\n"
20
20
"X-Generator: Launchpad (build Unknown)\n"
22
22
msgid "Synonym for `help'."
23
msgstr "مرادف لـ `المساعدة'."
25
25
msgid "Clear command."
26
26
msgstr "إمسح الأمر."
28
28
msgid "Reconnect to the server. Optional arguments are db and host."
29
msgstr "إعادة الإتصال بالخادم. الوسائط الإختيارية هي لقاعدة البيانات والمضيف ."
32
32
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
35
35
msgid "Send command to drizzle server, display result vertically."
36
msgstr "إرسال الأمر إلى ملقم drizzle . وعرض النتيجة عمودياً."
38
38
msgid "Exit drizzle. Same as quit."
41
41
msgid "Send command to drizzle server."
42
msgstr "إرسال الأمر إلى سيرفر drizzle ."
44
44
msgid "Display this help."
45
45
msgstr "إظهار هذه المساعدة."
83
83
msgid "Don't show warnings after every statement."
87
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
90
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
95
"Your Drizzle connection id is %u\n"
96
"Server version: %s\n"
100
msgid "Reading history-file %s\n"
104
msgid "Couldn't allocate memory for temp histfile!\n"
107
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
111
msgid "Writing history-file %s\n"
120
msgid "Query aborted by Ctrl+C\n"
123
msgid "Display this help and exit."
126
msgid "Synonym for -?"
130
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
131
"and field completion, but startup and reconnecting may take a longer time. "
132
"Disable with --disable-auto-rehash."
136
"No automatic rehashing. One has to use 'rehash' to get table and field "
137
"completion. This gives a quicker start of drizzle_st and disables rehashing "
138
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
142
"Automatically switch to vertical output mode if the result is wider than the "
86
msgid "Error: Invalid Value for connect_timeout"
89
msgid "Error: Invalid Value for max_input_line"
93
msgid "Displays this help and exit."
94
msgstr "إظهار هذه المساعدة."
147
97
"Don't use history file. Disable interactive behavior. (Enables --silent)"
227
156
"you can set variables directly with --variable-name=value."
159
msgid "Output in table format."
162
msgid "Only allow UPDATE and DELETE that uses keys."
165
msgid "Synonym for option --safe-updates, -U."
168
msgid "-v vvv implies that verbose= 3, Used to specify verbose"
171
msgid "Output version information and exit."
174
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
177
msgid "Number of lines before each import progress report."
180
msgid "Ping the server to check if it's alive."
183
msgid "Configuration file defaults are not used if no-defaults is set"
187
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
188
"and field completion, but startup and reconnecting may take a longer time. "
189
"Disable with --disable-auto-rehash."
193
"No automatic rehashing. One has to use 'rehash' to get table and field "
194
"completion. This gives a quicker start of drizzle_st and disables rehashing "
195
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
199
"Automatically switch to vertical output mode if the result is wider than the "
203
msgid "Database to use."
209
msgid "Delimiter to be used."
212
msgid "Execute command and quit. (Disables --force and history file)"
215
msgid "Enable/disable LOAD DATA LOCAL INFILE."
218
msgid "Flush buffer after each query."
230
221
msgid "Ignore SIGINT (CTRL-C)"
247
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
248
"option deprecated; use --disable-pager instead."
252
"Password to use when connecting to server. If password is not given it's "
253
"asked from the tty."
257
"Port number to use for connection or 0 for default to, in order of "
258
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
261
msgid "built-in default"
237
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
264
240
msgid "Set the drizzle prompt to this value."
277
253
"option is enabled by default."
280
msgid "Shutdown the server."
256
msgid "Shutdown the server"
284
260
"Be more silent. Print results with a tab as separator, each row on new line."
287
msgid "Output in table format."
291
264
"Append everything into outfile. See interactive help (\\h) also. Does not "
292
265
"work in batch mode. Disable with --disable-tee. This option is disabled by "
297
"Disable outfile. See interactive help (\\h) also. WARNING: option "
298
"deprecated; use --disable-tee instead"
301
msgid "User for login if not current user."
304
msgid "Only allow UPDATE and DELETE that uses keys."
307
msgid "Synonym for option --safe-updates, -U."
310
msgid "Write more. (-v -v -v gives the table output format)."
313
msgid "Output version information and exit."
269
msgid "Disable outfile. See interactive help (\\h) also."
316
272
msgid "Wait and retry if connection is down."
328
284
msgid "Automatic limit for rows in a join when using --safe-updates"
331
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
334
msgid "Number of lines before each import progress report."
337
msgid "Ping the server to check if it's alive."
340
287
msgid "Use MySQL Protocol."
344
msgid "%s Ver %s Distrib %s, for %s-%s (%s) using %s %s\n"
349
"Copyright (C) 2008 Sun Microsystems\n"
350
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
351
"and you are welcome to modify and redistribute it under the GPL license\n"
355
msgid "Usage: %s [OPTIONS] [database]\n"
291
msgid "Connect to host"
292
msgstr "لا يمكن الإتصال بقاعدة البيانات\n"
295
"Password to use when connecting to server. If password is not given it's "
296
"asked from the tty."
300
"Port number to use for connection or 0 for default to, in order of "
301
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"
304
msgid "User for login if not current user."
307
msgid "The protocol of connection (tcp,socket,pipe,memory)."
311
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
358
314
msgid "DELIMITER cannot contain a backslash character"
362
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
366
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
370
msgid "WARNING: --server-arg option not supported in this configuration.\n"
374
"Non-integer value supplied for port. If you are trying to enter a password "
375
"please use --password instead."
378
msgid "Value supplied for port is not valid."
318
msgid "Error: Value of %<PRIu32> supplied for port is not valid.\n"
322
msgid "drizzle Ver %s Distrib %s, for %s-%s (%s) using readline %s\n"
327
"Copyright (C) 2008 Sun Microsystems\n"
328
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
329
"and you are welcome to modify and redistribute it under the GPL license\n"
333
msgid "Usage: drizzle [OPTIONS] [database]\n"
336
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
341
"Your Drizzle connection id is %u\n"
342
"Server version: %s\n"
346
msgid "Reading history-file %s\n"
350
msgid "Couldn't allocate memory for temp histfile!\n"
353
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
357
msgid "Writing history-file %s\n"
366
msgid "Query aborted by Ctrl+C\n"
430
msgid "Number of rows before each output progress report (requires --verbose)."
434
419
msgid "Got errno %d on write"
438
msgid "%s Drizzle %s libdrizzle %s, for %s-%s (%s)\n"
442
msgid "Usage: %s [OPTIONS] database [tables]\n"
446
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
450
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
454
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
455
"and you are welcome to modify and redistribute it under the GPL license\n"
458
msgid "Dumps definitions and data from a Drizzle database server"
462
msgid "For more options, use %s --help\n"
467
"Non-integer value supplied for port. If you are trying to enter a password "
468
"please use --password instead.\n"
472
msgid "Value supplied for port is not valid.\n"
476
msgid "Memory allocation error while copying password. Aborting.\n"
480
msgid "Input filename too long: %s"
484
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
488
msgid "Invalid mode to --compatible: %s\n"
492
423
msgid "%s: You must use option --tab with --fields-...\n"
621
552
msgid "Error: Not enough memory to store ORDER BY clause\n"
555
msgid "Number of rows before each output progress report (requires --verbose)."
559
msgid "Usage: %s [OPTIONS] database [tables]\n"
563
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
567
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
571
msgid "Value supplied for port is not valid.\n"
575
msgid "Input filename too long: %s"
579
msgid "%s Drizzle %s libdrizzle %s, for %s-%s (%s)\n"
583
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
584
"and you are welcome to modify and redistribute it under the GPL license\n"
587
msgid "Dumps definitions and data from a Drizzle database server"
591
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
595
msgid "Invalid mode to --compatible: %s\n"
598
msgid "Error: Invalid Value for opt_max_connect_retries"
601
msgid "Error: Invalid Value for opt_tail_lines"
604
msgid "Error: Invalid Value for opt_sleep"
625
608
msgid "Could not open '%s' for reading: errno = %d"
1932
"Uncompressed data size too large; the maximum size is %d (probably, length "
1933
"of uncompressed data was corrupted)"
1918
"Uncompressed data size too large; the maximum size is %d (based on "
1919
"max_allowed_packet). The length of uncompressed data may also be corrupted."
1936
1922
msgid "ZLIB: Not enough memory"
3959
msgid "Retrying bind() on %u"
3963
msgid "bind() failed with errno: %d"
3966
msgid "Do you already have another drizzled running?"
3970
msgid "listen() failed with errno %d"
3952
msgid "Retrying bind() on %u\n"
3956
msgid "bind() failed with errno: %d\n"
3959
msgid "Do you already have another drizzled running?\n"
3963
msgid "listen() failed with errno %d\n"
4444
4441
msgid "Log queries to a CSV file"
4448
msgid "syslog facility \"%s\" not known, using \"local0\""
4452
msgid "syslog priority \"%s\" not known, using \"info\""
4455
msgid "Enable logging to syslog"
4458
msgid "Syslog Ident"
4461
msgid "Syslog Facility"
4464
msgid "Syslog Priority"
4467
msgid "Log to syslog"
4470
4444
msgid "List of memcached servers."
4686
msgid "syslog facility \"%s\" not known, using \"local0\""
4690
msgid "syslog priority \"%s\" not known, using \"warn\""
4694
msgid "syslog priority \"%s\" not known, using \"info\""
4712
4698
msgid "Unable to create background worker thread. Got error %s.\n"