~patrick-crews/drizzle/dbqp_multi_master_test

« back to all changes in this revision

Viewing changes to po/bn.po

  • Committer: patrick crews
  • Date: 2011-08-30 18:18:00 UTC
  • Revision ID: gleebix@gmail.com-20110830181800-uatlaifabgqygk2j
2011.08.25 tarball release

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
msgstr ""
8
8
"Project-Id-Version: drizzle\n"
9
9
"Report-Msgid-Bugs-To: \n"
10
 
"POT-Creation-Date: 2011-08-16 18:42+0000\n"
 
10
"POT-Creation-Date: 2011-08-30 12:15-0400\n"
11
11
"PO-Revision-Date: 2010-12-14 00:33+0000\n"
12
12
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
13
"Language-Team: Bengali <bn@li.org>\n"
 
14
"Language: bn\n"
14
15
"MIME-Version: 1.0\n"
15
16
"Content-Type: text/plain; charset=UTF-8\n"
16
17
"Content-Transfer-Encoding: 8bit\n"
17
 
"Language: bn\n"
18
18
"Plural-Forms: nplurals=2; plural=n != 1;\n"
19
19
"X-Launchpad-Export-Date: 2010-12-15 04:37+0000\n"
20
20
"X-Generator: Launchpad (build Unknown)\n"
503
503
 
504
504
#: ../client/drizzle.cc:1709 ../client/drizzledump.cc:658
505
505
#: ../client/drizzleimport.cc:471 ../client/drizzleslap.cc:619
506
 
#: ../client/drizzletest.cc:5103
 
506
#: ../client/drizzletest.cc:5095
507
507
msgid "Error: Unknown protocol"
508
508
msgstr ""
509
509
 
840
840
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
841
841
"command.)\n"
842
842
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
843
 
"             Max number of examined row combination in a join is set to: %"
844
 
"lu\n"
 
843
"             Max number of examined row combination in a join is set to: "
 
844
"%lu\n"
845
845
"\n"
846
846
msgstr ""
847
847
 
1167
1167
msgstr ""
1168
1168
 
1169
1169
#: ../client/drizzledump.cc:671 ../client/drizzleimport.cc:484
1170
 
#: ../client/drizzleslap.cc:629 ../client/drizzletest.cc:5115
 
1170
#: ../client/drizzleslap.cc:629 ../client/drizzletest.cc:5107
1171
1171
#, c-format
1172
1172
msgid "Value supplied for port is not valid.\n"
1173
1173
msgstr ""
1237
1237
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
1238
1238
msgstr ""
1239
1239
 
1240
 
#: ../client/drizzletest.cc:4874
 
1240
#: ../client/drizzletest.cc:4866
1241
1241
msgid "Error: Invalid Value for opt_max_connect_retries"
1242
1242
msgstr ""
1243
1243
 
1244
 
#: ../client/drizzletest.cc:4884
 
1244
#: ../client/drizzletest.cc:4876
1245
1245
msgid "Error: Invalid Value for opt_tail_lines"
1246
1246
msgstr ""
1247
1247
 
1248
 
#: ../client/drizzletest.cc:4894
 
1248
#: ../client/drizzletest.cc:4886
1249
1249
msgid "Error: Invalid Value for opt_sleep"
1250
1250
msgstr ""
1251
1251
 
1252
 
#: ../client/drizzletest.cc:5073
 
1252
#: ../client/drizzletest.cc:5065
1253
1253
#, c-format
1254
1254
msgid "Could not open '%s' for reading: errno = %d"
1255
1255
msgstr ""
3114
3114
#: ../drizzled/error.cc:523
3115
3115
#, c-format
3116
3116
msgid ""
3117
 
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
3118
 
"d would lead to a duplicate entry"
 
3117
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key "
 
3118
"%d would lead to a duplicate entry"
3119
3119
msgstr ""
3120
3120
 
3121
3121
#: ../drizzled/error.cc:524
3410
3410
msgid "The UUID was not created with a valid time"
3411
3411
msgstr ""
3412
3412
 
 
3413
#. For IPV6 type
 
3414
#: ../drizzled/error.cc:602
 
3415
msgid "Received an invalid IPV6 value"
 
3416
msgstr ""
 
3417
 
3413
3418
#. For BOOL type
3414
 
#: ../drizzled/error.cc:602
 
3419
#: ../drizzled/error.cc:605
3415
3420
#, c-format
3416
3421
msgid "Received an invalid BOOLEAN value '%s'."
3417
3422
msgstr ""
3418
3423
 
3419
 
#: ../drizzled/error.cc:603
 
3424
#: ../drizzled/error.cc:606
3420
3425
#, c-format
3421
3426
msgid "Invalid cast to BOOLEAN: '%s'."
3422
3427
msgstr ""
3423
3428
 
3424
3429
#. Transactional DDL
3425
 
#: ../drizzled/error.cc:606
 
3430
#: ../drizzled/error.cc:609
3426
3431
msgid "Transactional DDL not supported"
3427
3432
msgstr ""
3428
3433
 
3429
3434
#. ASSERT Message
3430
 
#: ../drizzled/error.cc:608
 
3435
#: ../drizzled/error.cc:611
3431
3436
#, c-format
3432
3437
msgid "Assertion '%s' failed."
3433
3438
msgstr ""
3434
3439
 
3435
 
#: ../drizzled/error.cc:609
 
3440
#: ../drizzled/error.cc:612
3436
3441
#, c-format
3437
3442
msgid "Assertion '%s' failed, the result was NULL."
3438
3443
msgstr ""
3439
3444
 
3440
3445
#. Catalog related errors
3441
 
#: ../drizzled/error.cc:627
 
3446
#: ../drizzled/error.cc:630
3442
3447
#, c-format
3443
3448
msgid "Cannot create catalog '%s'."
3444
3449
msgstr ""
3445
3450
 
3446
 
#: ../drizzled/error.cc:628
 
3451
#: ../drizzled/error.cc:631
3447
3452
#, c-format
3448
3453
msgid "Permission is denied to create '%s' catalog."
3449
3454
msgstr ""
3450
3455
 
3451
 
#: ../drizzled/error.cc:629
 
3456
#: ../drizzled/error.cc:632
3452
3457
#, c-format
3453
3458
msgid "Cannot drop catalog '%s'."
3454
3459
msgstr ""
3455
3460
 
3456
 
#: ../drizzled/error.cc:630
 
3461
#: ../drizzled/error.cc:633
3457
3462
#, c-format
3458
3463
msgid "Permission is denied to drop '%s' catalog."
3459
3464
msgstr ""
3460
3465
 
3461
 
#: ../drizzled/error.cc:631
 
3466
#: ../drizzled/error.cc:634
3462
3467
#, c-format
3463
3468
msgid "Catalog '%s' does not exist."
3464
3469
msgstr ""
3465
3470
 
3466
 
#: ../drizzled/error.cc:632
 
3471
#: ../drizzled/error.cc:635
3467
3472
msgid "You cannot drop the 'local' catalog."
3468
3473
msgstr ""
3469
3474
 
3470
 
#: ../drizzled/error.cc:633
 
3475
#: ../drizzled/error.cc:636
3471
3476
#, c-format
3472
3477
msgid "Could not gain lock on '%s'."
3473
3478
msgstr ""
3474
3479
 
3475
 
#: ../drizzled/error.cc:634
 
3480
#: ../drizzled/error.cc:637
3476
3481
#, c-format
3477
3482
msgid "Corrupt or invalid catalog definition for '%s' : '%s'."
3478
3483
msgstr ""
3479
3484
 
3480
 
#: ../drizzled/error.cc:635
 
3485
#: ../drizzled/error.cc:638
3481
3486
msgid "Invalid catalog name."
3482
3487
msgstr ""
3483
3488
 
3484
 
#: ../drizzled/error.cc:636
 
3489
#: ../drizzled/error.cc:639
3485
3490
msgid ""
3486
3491
"Engine status is now stored in the data_dictionary tables, please use these "
3487
3492
"instead."
3488
3493
msgstr ""
3489
3494
 
3490
 
#: ../drizzled/error.cc:637
 
3495
#: ../drizzled/error.cc:640
3491
3496
msgid "There is already a transaction in progress"
3492
3497
msgstr ""
3493
3498
 
3494
 
#: ../drizzled/error.cc:638
 
3499
#: ../drizzled/error.cc:641
3495
3500
msgid "No lock is held by this connection."
3496
3501
msgstr ""
3497
3502
 
3501
3506
"be able to generate a core file on signals"
3502
3507
msgstr ""
3503
3508
 
3504
 
#: ../drizzled/main.cc:356 ../plugin/multi_thread/multi_thread.cc:76
 
3509
#: ../drizzled/main.cc:358 ../plugin/multi_thread/multi_thread.cc:76
3505
3510
msgid "Drizzle has receieved an abort event."
3506
3511
msgstr ""
3507
3512
 
3508
 
#: ../drizzled/main.cc:357 ../plugin/multi_thread/multi_thread.cc:77
 
3513
#: ../drizzled/main.cc:359 ../plugin/multi_thread/multi_thread.cc:77
3509
3514
msgid "In Function: "
3510
3515
msgstr ""
3511
3516
 
3512
 
#: ../drizzled/main.cc:358 ../plugin/multi_thread/multi_thread.cc:78
 
3517
#: ../drizzled/main.cc:360 ../plugin/multi_thread/multi_thread.cc:78
3513
3518
msgid "In File: "
3514
3519
msgstr ""
3515
3520
 
3516
 
#: ../drizzled/main.cc:359 ../plugin/multi_thread/multi_thread.cc:79
 
3521
#: ../drizzled/main.cc:361 ../plugin/multi_thread/multi_thread.cc:79
3517
3522
msgid "On Line: "
3518
3523
msgstr ""
3519
3524
 
3546
3551
msgid "Plugin '%s' init function returned error.\n"
3547
3552
msgstr ""
3548
3553
 
3549
 
#: ../drizzled/module/loader.cc:381
 
3554
#: ../drizzled/module/loader.cc:379
3550
3555
#, c-format
3551
3556
msgid "Couldn't load plugin library named '%s'.\n"
3552
3557
msgstr ""
3553
3558
 
3554
 
#: ../drizzled/module/loader.cc:391
 
3559
#: ../drizzled/module/loader.cc:389
3555
3560
#, c-format
3556
3561
msgid "Couldn't load plugin named '%s'.\n"
3557
3562
msgstr ""
3756
3761
"We have deactivated the TransactionApplier '%s'.\n"
3757
3762
msgstr ""
3758
3763
 
3759
 
#: ../drizzled/session.cc:1863 ../drizzled/session.cc:1872
 
3764
#: ../drizzled/session.cc:1851 ../drizzled/session.cc:1860
3760
3765
#, c-format
3761
3766
msgid "Could not remove temporary table: '%s', error: %d"
3762
3767
msgstr ""
3808
3813
"\n"
3809
3814
msgstr ""
3810
3815
 
3811
 
#: ../drizzled/sql_table.cc:1882
 
3816
#: ../drizzled/sql_table.cc:1869
3812
3817
#, c-format
3813
3818
msgid "Unknown - internal error %d during operation"
3814
3819
msgstr ""
3815
3820
 
3816
 
#: ../drizzled/statement/alter_table.cc:1589
 
3821
#: ../drizzled/statement/alter_table.cc:1575
3817
3822
#, c-format
3818
3823
msgid ""
3819
3824
"order_st BY ignored because there is a user-defined clustered index in the "
3839
3844
msgid "Got error %d when reading table '%s'"
3840
3845
msgstr ""
3841
3846
 
3842
 
#: ../drizzled/table/instance/base.cc:1810
 
3847
#: ../drizzled/table/instance/base.cc:1794
3843
3848
#, c-format
3844
3849
msgid "Unknown collation '%s' in table '%-.64s' definition"
3845
3850
msgstr ""
3846
3851
 
3847
 
#: ../drizzled/table/instance/base.cc:1817
 
3852
#: ../drizzled/table/instance/base.cc:1799
3848
3853
#, c-format
3849
3854
msgid ""
3850
3855
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
3946
3951
msgid "Default schema to use."
3947
3952
msgstr ""
3948
3953
 
3949
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:89
 
3954
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:88
3950
3955
msgid ""
3951
3956
"Port number to use for connection or 0 for default to with Drizzle/MySQL "
3952
3957
"protocol."
3953
3958
msgstr ""
3954
3959
 
3955
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:92
3956
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:927
 
3960
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:91
 
3961
#: ../plugin/mysql_protocol/mysql_protocol.cc:930
3957
3962
msgid "Connect Timeout."
3958
3963
msgstr ""
3959
3964
 
3960
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:95
3961
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:930
 
3965
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:94
 
3966
#: ../plugin/mysql_protocol/mysql_protocol.cc:933
3962
3967
msgid "Read Timeout."
3963
3968
msgstr ""
3964
3969
 
3965
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:98
3966
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:933
 
3970
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:97
 
3971
#: ../plugin/mysql_protocol/mysql_protocol.cc:936
3967
3972
msgid "Write Timeout."
3968
3973
msgstr ""
3969
3974
 
3970
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:101
3971
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:936
 
3975
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:100
 
3976
#: ../plugin/mysql_protocol/mysql_protocol.cc:939
3972
3977
msgid "Retry Count."
3973
3978
msgstr ""
3974
3979
 
3975
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:104
3976
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:939
 
3980
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:103
 
3981
#: ../plugin/mysql_protocol/mysql_protocol.cc:942
3977
3982
msgid "Buffer length."
3978
3983
msgstr ""
3979
3984
 
3980
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:107
3981
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:942
 
3985
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:106
 
3986
#: ../plugin/mysql_protocol/mysql_protocol.cc:945
3982
3987
msgid "Address to bind to."
3983
3988
msgstr ""
3984
3989
 
3985
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:110
3986
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:945
3987
 
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:163
 
3990
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:109
 
3991
#: ../plugin/mysql_protocol/mysql_protocol.cc:948
 
3992
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:162
3988
3993
msgid "Maximum simultaneous connections."
3989
3994
msgstr ""
3990
3995
 
4058
4063
"or its equivalent numeric id"
4059
4064
msgstr ""
4060
4065
 
4061
 
#: ../plugin/innobase/handler/ha_innodb.cc:9448
 
4066
#: ../plugin/innobase/handler/ha_innodb.cc:9450
4062
4067
msgid "Do not use Native AIO library for IO, even if available"
4063
4068
msgstr ""
4064
4069
 
4065
 
#: ../plugin/innobase/handler/ha_innodb.cc:9489
 
4070
#: ../plugin/innobase/handler/ha_innodb.cc:9491
4066
4071
msgid "Enable internal replication log."
4067
4072
msgstr ""
4068
4073
 
4069
 
#: ../plugin/innobase/handler/ha_innodb.cc:9492
 
4074
#: ../plugin/innobase/handler/ha_innodb.cc:9494
4070
4075
msgid ""
4071
4076
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4072
4077
"rolled back. Values above 100000000 disable the timeout."
4073
4078
msgstr ""
4074
4079
 
4075
 
#: ../plugin/innobase/handler/ha_innodb.cc:9495
 
4080
#: ../plugin/innobase/handler/ha_innodb.cc:9497
4076
4081
msgid "Percentage of the buffer pool to reserve for 'old' blocks."
4077
4082
msgstr ""
4078
4083
 
4079
 
#: ../plugin/innobase/handler/ha_innodb.cc:9498
 
4084
#: ../plugin/innobase/handler/ha_innodb.cc:9500
4080
4085
msgid ""
4081
4086
"ove blocks to the 'new' end of the buffer pool if the first access was at "
4082
4087
"least this many milliseconds ago. The timeout is disabled if 0 (the default)."
4372
4377
"Path to special datafile for doublewrite buffer. (default is : not used)"
4373
4378
msgstr ""
4374
4379
 
4375
 
#: ../plugin/json_server/json_server.cc:363
 
4380
#: ../plugin/json_server/json_server.cc:359
4376
4381
msgid "Port number to use for connection or 0 for default (port 8086) "
4377
4382
msgstr ""
4378
4383
 
4497
4502
msgid "Maximum number of user threads available."
4498
4503
msgstr ""
4499
4504
 
4500
 
#: ../plugin/myisam/ha_myisam.cc:540
 
4505
#: ../plugin/myisam/ha_myisam.cc:537
4501
4506
#, c-format
4502
4507
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
4503
4508
msgstr ""
4504
4509
 
4505
 
#: ../plugin/myisam/ha_myisam.cc:546
 
4510
#: ../plugin/myisam/ha_myisam.cc:543
4506
4511
#, c-format
4507
4512
msgid "Got an error from unknown thread, %s:%d"
4508
4513
msgstr ""
4509
4514
 
4510
 
#: ../plugin/myisam/ha_myisam.cc:555
 
4515
#: ../plugin/myisam/ha_myisam.cc:552
4511
4516
msgid "Unknown thread accessing table"
4512
4517
msgstr ""
4513
4518
 
4514
 
#: ../plugin/myisam/ha_myisam.cc:1519
 
4519
#: ../plugin/myisam/ha_myisam.cc:1516
4515
4520
msgid ""
4516
4521
"Don't use the fast sort index method to created index if the temporary file "
4517
4522
"would get bigger than this."
4518
4523
msgstr ""
4519
4524
 
4520
 
#: ../plugin/myisam/ha_myisam.cc:1522
 
4525
#: ../plugin/myisam/ha_myisam.cc:1519
4521
4526
msgid ""
4522
4527
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4523
4528
"when creating indexes with CREATE INDEX or ALTER TABLE."
4762
4767
msgid "Tablespace not empty"
4763
4768
msgstr ""
4764
4769
 
4765
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:923
 
4770
#: ../plugin/mysql_protocol/mysql_protocol.cc:926
4766
4771
msgid ""
4767
4772
"Port number to use for connection or 0 for default to with MySQL protocol."
4768
4773
msgstr ""
4769
4774
 
4770
 
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:79
 
4775
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:78
4771
4776
msgid ""
4772
4777
" exists already. Do you have another Drizzle or MySQL running? Or perhaps "
4773
4778
"the file is stale and should be removed?"
4774
4779
msgstr ""
4775
4780
 
4776
 
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:140
 
4781
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:139
4777
4782
#, c-format
4778
4783
msgid "Listening on %s"
4779
4784
msgstr ""
4780
4785
 
4781
 
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:158
 
4786
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:157
4782
4787
msgid "Path used for MySQL UNIX Socket Protocol."
4783
4788
msgstr ""
4784
4789
 
4785
 
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:160
 
4790
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:159
4786
4791
msgid "Clobber socket file if one is there already."
4787
4792
msgstr ""
4788
4793