~drizzle-trunk/drizzle/development

« back to all changes in this revision

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