~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to po/ml.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-03-22 11:58+0000\n"
12
12
"Last-Translator: Jobin Augustine <Unknown>\n"
13
13
"Language-Team: Malayalam <ml@li.org>\n"
 
14
"Language: ml\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: ml\n"
18
18
"Plural-Forms: nplurals=2; plural=n != 1;\n"
19
19
"X-Launchpad-Export-Date: 2010-03-23 04:46+0000\n"
20
20
"X-Generator: Launchpad (build Unknown)\n"
544
544
 
545
545
#: ../client/drizzle.cc:1709 ../client/drizzledump.cc:658
546
546
#: ../client/drizzleimport.cc:471 ../client/drizzleslap.cc:619
547
 
#: ../client/drizzletest.cc:5103
 
547
#: ../client/drizzletest.cc:5095
548
548
msgid "Error: Unknown protocol"
549
549
msgstr ""
550
550
 
889
889
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
890
890
"command.)\n"
891
891
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
892
 
"             Max number of examined row combination in a join is set to: %"
893
 
"lu\n"
 
892
"             Max number of examined row combination in a join is set to: "
 
893
"%lu\n"
894
894
"\n"
895
895
msgstr ""
896
896
 
1226
1226
msgstr ""
1227
1227
 
1228
1228
#: ../client/drizzledump.cc:671 ../client/drizzleimport.cc:484
1229
 
#: ../client/drizzleslap.cc:629 ../client/drizzletest.cc:5115
 
1229
#: ../client/drizzleslap.cc:629 ../client/drizzletest.cc:5107
1230
1230
#, c-format
1231
1231
msgid "Value supplied for port is not valid.\n"
1232
1232
msgstr ""
1304
1304
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
1305
1305
msgstr ""
1306
1306
 
1307
 
#: ../client/drizzletest.cc:4874
 
1307
#: ../client/drizzletest.cc:4866
1308
1308
msgid "Error: Invalid Value for opt_max_connect_retries"
1309
1309
msgstr ""
1310
1310
 
1311
 
#: ../client/drizzletest.cc:4884
 
1311
#: ../client/drizzletest.cc:4876
1312
1312
msgid "Error: Invalid Value for opt_tail_lines"
1313
1313
msgstr ""
1314
1314
 
1315
 
#: ../client/drizzletest.cc:4894
 
1315
#: ../client/drizzletest.cc:4886
1316
1316
msgid "Error: Invalid Value for opt_sleep"
1317
1317
msgstr ""
1318
1318
 
1319
 
#: ../client/drizzletest.cc:5073
 
1319
#: ../client/drizzletest.cc:5065
1320
1320
#, c-format
1321
1321
msgid "Could not open '%s' for reading: errno = %d"
1322
1322
msgstr ""
3184
3184
#: ../drizzled/error.cc:523
3185
3185
#, c-format
3186
3186
msgid ""
3187
 
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
3188
 
"d would lead to a duplicate entry"
 
3187
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key "
 
3188
"%d would lead to a duplicate entry"
3189
3189
msgstr ""
3190
3190
 
3191
3191
#: ../drizzled/error.cc:524
3480
3480
msgid "The UUID was not created with a valid time"
3481
3481
msgstr ""
3482
3482
 
 
3483
#. For IPV6 type
 
3484
#: ../drizzled/error.cc:602
 
3485
msgid "Received an invalid IPV6 value"
 
3486
msgstr ""
 
3487
 
3483
3488
#. For BOOL type
3484
 
#: ../drizzled/error.cc:602
 
3489
#: ../drizzled/error.cc:605
3485
3490
#, c-format
3486
3491
msgid "Received an invalid BOOLEAN value '%s'."
3487
3492
msgstr ""
3488
3493
 
3489
 
#: ../drizzled/error.cc:603
 
3494
#: ../drizzled/error.cc:606
3490
3495
#, c-format
3491
3496
msgid "Invalid cast to BOOLEAN: '%s'."
3492
3497
msgstr ""
3493
3498
 
3494
3499
#. Transactional DDL
3495
 
#: ../drizzled/error.cc:606
 
3500
#: ../drizzled/error.cc:609
3496
3501
msgid "Transactional DDL not supported"
3497
3502
msgstr ""
3498
3503
 
3499
3504
#. ASSERT Message
3500
 
#: ../drizzled/error.cc:608
 
3505
#: ../drizzled/error.cc:611
3501
3506
#, c-format
3502
3507
msgid "Assertion '%s' failed."
3503
3508
msgstr ""
3504
3509
 
3505
 
#: ../drizzled/error.cc:609
 
3510
#: ../drizzled/error.cc:612
3506
3511
#, c-format
3507
3512
msgid "Assertion '%s' failed, the result was NULL."
3508
3513
msgstr ""
3509
3514
 
3510
3515
#. Catalog related errors
3511
 
#: ../drizzled/error.cc:627
 
3516
#: ../drizzled/error.cc:630
3512
3517
#, c-format
3513
3518
msgid "Cannot create catalog '%s'."
3514
3519
msgstr ""
3515
3520
 
3516
 
#: ../drizzled/error.cc:628
 
3521
#: ../drizzled/error.cc:631
3517
3522
#, c-format
3518
3523
msgid "Permission is denied to create '%s' catalog."
3519
3524
msgstr ""
3520
3525
 
3521
 
#: ../drizzled/error.cc:629
 
3526
#: ../drizzled/error.cc:632
3522
3527
#, c-format
3523
3528
msgid "Cannot drop catalog '%s'."
3524
3529
msgstr ""
3525
3530
 
3526
 
#: ../drizzled/error.cc:630
 
3531
#: ../drizzled/error.cc:633
3527
3532
#, c-format
3528
3533
msgid "Permission is denied to drop '%s' catalog."
3529
3534
msgstr ""
3530
3535
 
3531
 
#: ../drizzled/error.cc:631
 
3536
#: ../drizzled/error.cc:634
3532
3537
#, c-format
3533
3538
msgid "Catalog '%s' does not exist."
3534
3539
msgstr ""
3535
3540
 
3536
 
#: ../drizzled/error.cc:632
 
3541
#: ../drizzled/error.cc:635
3537
3542
msgid "You cannot drop the 'local' catalog."
3538
3543
msgstr ""
3539
3544
 
3540
 
#: ../drizzled/error.cc:633
 
3545
#: ../drizzled/error.cc:636
3541
3546
#, c-format
3542
3547
msgid "Could not gain lock on '%s'."
3543
3548
msgstr ""
3544
3549
 
3545
 
#: ../drizzled/error.cc:634
 
3550
#: ../drizzled/error.cc:637
3546
3551
#, c-format
3547
3552
msgid "Corrupt or invalid catalog definition for '%s' : '%s'."
3548
3553
msgstr ""
3549
3554
 
3550
 
#: ../drizzled/error.cc:635
 
3555
#: ../drizzled/error.cc:638
3551
3556
msgid "Invalid catalog name."
3552
3557
msgstr ""
3553
3558
 
3554
 
#: ../drizzled/error.cc:636
 
3559
#: ../drizzled/error.cc:639
3555
3560
msgid ""
3556
3561
"Engine status is now stored in the data_dictionary tables, please use these "
3557
3562
"instead."
3558
3563
msgstr ""
3559
3564
 
3560
 
#: ../drizzled/error.cc:637
 
3565
#: ../drizzled/error.cc:640
3561
3566
msgid "There is already a transaction in progress"
3562
3567
msgstr ""
3563
3568
 
3564
 
#: ../drizzled/error.cc:638
 
3569
#: ../drizzled/error.cc:641
3565
3570
msgid "No lock is held by this connection."
3566
3571
msgstr ""
3567
3572
 
3571
3576
"be able to generate a core file on signals"
3572
3577
msgstr ""
3573
3578
 
3574
 
#: ../drizzled/main.cc:356 ../plugin/multi_thread/multi_thread.cc:76
 
3579
#: ../drizzled/main.cc:358 ../plugin/multi_thread/multi_thread.cc:76
3575
3580
msgid "Drizzle has receieved an abort event."
3576
3581
msgstr ""
3577
3582
 
3578
 
#: ../drizzled/main.cc:357 ../plugin/multi_thread/multi_thread.cc:77
 
3583
#: ../drizzled/main.cc:359 ../plugin/multi_thread/multi_thread.cc:77
3579
3584
msgid "In Function: "
3580
3585
msgstr ""
3581
3586
 
3582
 
#: ../drizzled/main.cc:358 ../plugin/multi_thread/multi_thread.cc:78
 
3587
#: ../drizzled/main.cc:360 ../plugin/multi_thread/multi_thread.cc:78
3583
3588
msgid "In File: "
3584
3589
msgstr ""
3585
3590
 
3586
 
#: ../drizzled/main.cc:359 ../plugin/multi_thread/multi_thread.cc:79
 
3591
#: ../drizzled/main.cc:361 ../plugin/multi_thread/multi_thread.cc:79
3587
3592
msgid "On Line: "
3588
3593
msgstr ""
3589
3594
 
3616
3621
msgid "Plugin '%s' init function returned error.\n"
3617
3622
msgstr ""
3618
3623
 
3619
 
#: ../drizzled/module/loader.cc:381
 
3624
#: ../drizzled/module/loader.cc:379
3620
3625
#, c-format
3621
3626
msgid "Couldn't load plugin library named '%s'.\n"
3622
3627
msgstr ""
3623
3628
 
3624
 
#: ../drizzled/module/loader.cc:391
 
3629
#: ../drizzled/module/loader.cc:389
3625
3630
#, c-format
3626
3631
msgid "Couldn't load plugin named '%s'.\n"
3627
3632
msgstr ""
3826
3831
"We have deactivated the TransactionApplier '%s'.\n"
3827
3832
msgstr ""
3828
3833
 
3829
 
#: ../drizzled/session.cc:1863 ../drizzled/session.cc:1872
 
3834
#: ../drizzled/session.cc:1851 ../drizzled/session.cc:1860
3830
3835
#, c-format
3831
3836
msgid "Could not remove temporary table: '%s', error: %d"
3832
3837
msgstr ""
3878
3883
"\n"
3879
3884
msgstr ""
3880
3885
 
3881
 
#: ../drizzled/sql_table.cc:1882
 
3886
#: ../drizzled/sql_table.cc:1869
3882
3887
#, c-format
3883
3888
msgid "Unknown - internal error %d during operation"
3884
3889
msgstr ""
3885
3890
 
3886
 
#: ../drizzled/statement/alter_table.cc:1589
 
3891
#: ../drizzled/statement/alter_table.cc:1575
3887
3892
#, c-format
3888
3893
msgid ""
3889
3894
"order_st BY ignored because there is a user-defined clustered index in the "
3909
3914
msgid "Got error %d when reading table '%s'"
3910
3915
msgstr ""
3911
3916
 
3912
 
#: ../drizzled/table/instance/base.cc:1810
 
3917
#: ../drizzled/table/instance/base.cc:1794
3913
3918
#, c-format
3914
3919
msgid "Unknown collation '%s' in table '%-.64s' definition"
3915
3920
msgstr ""
3916
3921
 
3917
 
#: ../drizzled/table/instance/base.cc:1817
 
3922
#: ../drizzled/table/instance/base.cc:1799
3918
3923
#, c-format
3919
3924
msgid ""
3920
3925
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
4018
4023
msgid "Default schema to use."
4019
4024
msgstr "ഉപയോഗിക്കേണ്ട ഡാറ്റാബേസ്."
4020
4025
 
4021
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:89
 
4026
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:88
4022
4027
msgid ""
4023
4028
"Port number to use for connection or 0 for default to with Drizzle/MySQL "
4024
4029
"protocol."
4025
4030
msgstr ""
4026
4031
 
4027
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:92
4028
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:927
 
4032
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:91
 
4033
#: ../plugin/mysql_protocol/mysql_protocol.cc:930
4029
4034
msgid "Connect Timeout."
4030
4035
msgstr ""
4031
4036
 
4032
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:95
4033
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:930
 
4037
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:94
 
4038
#: ../plugin/mysql_protocol/mysql_protocol.cc:933
4034
4039
msgid "Read Timeout."
4035
4040
msgstr ""
4036
4041
 
4037
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:98
4038
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:933
 
4042
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:97
 
4043
#: ../plugin/mysql_protocol/mysql_protocol.cc:936
4039
4044
msgid "Write Timeout."
4040
4045
msgstr ""
4041
4046
 
4042
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:101
4043
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:936
 
4047
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:100
 
4048
#: ../plugin/mysql_protocol/mysql_protocol.cc:939
4044
4049
msgid "Retry Count."
4045
4050
msgstr ""
4046
4051
 
4047
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:104
4048
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:939
 
4052
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:103
 
4053
#: ../plugin/mysql_protocol/mysql_protocol.cc:942
4049
4054
msgid "Buffer length."
4050
4055
msgstr ""
4051
4056
 
4052
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:107
4053
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:942
 
4057
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:106
 
4058
#: ../plugin/mysql_protocol/mysql_protocol.cc:945
4054
4059
msgid "Address to bind to."
4055
4060
msgstr ""
4056
4061
 
4057
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:110
4058
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:945
4059
 
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:163
 
4062
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:109
 
4063
#: ../plugin/mysql_protocol/mysql_protocol.cc:948
 
4064
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:162
4060
4065
msgid "Maximum simultaneous connections."
4061
4066
msgstr ""
4062
4067
 
4130
4135
"or its equivalent numeric id"
4131
4136
msgstr ""
4132
4137
 
4133
 
#: ../plugin/innobase/handler/ha_innodb.cc:9448
 
4138
#: ../plugin/innobase/handler/ha_innodb.cc:9450
4134
4139
msgid "Do not use Native AIO library for IO, even if available"
4135
4140
msgstr ""
4136
4141
 
4137
 
#: ../plugin/innobase/handler/ha_innodb.cc:9489
 
4142
#: ../plugin/innobase/handler/ha_innodb.cc:9491
4138
4143
msgid "Enable internal replication log."
4139
4144
msgstr ""
4140
4145
 
4141
 
#: ../plugin/innobase/handler/ha_innodb.cc:9492
 
4146
#: ../plugin/innobase/handler/ha_innodb.cc:9494
4142
4147
msgid ""
4143
4148
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4144
4149
"rolled back. Values above 100000000 disable the timeout."
4145
4150
msgstr ""
4146
4151
 
4147
 
#: ../plugin/innobase/handler/ha_innodb.cc:9495
 
4152
#: ../plugin/innobase/handler/ha_innodb.cc:9497
4148
4153
msgid "Percentage of the buffer pool to reserve for 'old' blocks."
4149
4154
msgstr ""
4150
4155
 
4151
 
#: ../plugin/innobase/handler/ha_innodb.cc:9498
 
4156
#: ../plugin/innobase/handler/ha_innodb.cc:9500
4152
4157
msgid ""
4153
4158
"ove blocks to the 'new' end of the buffer pool if the first access was at "
4154
4159
"least this many milliseconds ago. The timeout is disabled if 0 (the default)."
4445
4450
"Path to special datafile for doublewrite buffer. (default is : not used)"
4446
4451
msgstr ""
4447
4452
 
4448
 
#: ../plugin/json_server/json_server.cc:363
 
4453
#: ../plugin/json_server/json_server.cc:359
4449
4454
msgid "Port number to use for connection or 0 for default (port 8086) "
4450
4455
msgstr ""
4451
4456
 
4570
4575
msgid "Maximum number of user threads available."
4571
4576
msgstr ""
4572
4577
 
4573
 
#: ../plugin/myisam/ha_myisam.cc:540
 
4578
#: ../plugin/myisam/ha_myisam.cc:537
4574
4579
#, c-format
4575
4580
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
4576
4581
msgstr ""
4577
4582
 
4578
 
#: ../plugin/myisam/ha_myisam.cc:546
 
4583
#: ../plugin/myisam/ha_myisam.cc:543
4579
4584
#, c-format
4580
4585
msgid "Got an error from unknown thread, %s:%d"
4581
4586
msgstr ""
4582
4587
 
4583
 
#: ../plugin/myisam/ha_myisam.cc:555
 
4588
#: ../plugin/myisam/ha_myisam.cc:552
4584
4589
msgid "Unknown thread accessing table"
4585
4590
msgstr ""
4586
4591
 
4587
 
#: ../plugin/myisam/ha_myisam.cc:1519
 
4592
#: ../plugin/myisam/ha_myisam.cc:1516
4588
4593
msgid ""
4589
4594
"Don't use the fast sort index method to created index if the temporary file "
4590
4595
"would get bigger than this."
4591
4596
msgstr ""
4592
4597
 
4593
 
#: ../plugin/myisam/ha_myisam.cc:1522
 
4598
#: ../plugin/myisam/ha_myisam.cc:1519
4594
4599
msgid ""
4595
4600
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4596
4601
"when creating indexes with CREATE INDEX or ALTER TABLE."
4835
4840
msgid "Tablespace not empty"
4836
4841
msgstr ""
4837
4842
 
4838
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:923
 
4843
#: ../plugin/mysql_protocol/mysql_protocol.cc:926
4839
4844
msgid ""
4840
4845
"Port number to use for connection or 0 for default to with MySQL protocol."
4841
4846
msgstr ""
4842
4847
 
4843
 
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:79
 
4848
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:78
4844
4849
msgid ""
4845
4850
" exists already. Do you have another Drizzle or MySQL running? Or perhaps "
4846
4851
"the file is stale and should be removed?"
4847
4852
msgstr ""
4848
4853
 
4849
 
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:140
 
4854
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:139
4850
4855
#, c-format
4851
4856
msgid "Listening on %s"
4852
4857
msgstr ""
4853
4858
 
4854
 
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:158
 
4859
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:157
4855
4860
msgid "Path used for MySQL UNIX Socket Protocol."
4856
4861
msgstr ""
4857
4862
 
4858
 
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:160
 
4863
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:159
4859
4864
msgid "Clobber socket file if one is there already."
4860
4865
msgstr ""
4861
4866