~brianaker/drizzle/ip-memory-leak

« back to all changes in this revision

Viewing changes to po/he.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: 2011-01-10 16:22+0000\n"
12
12
"Last-Translator: Tomer <Unknown>\n"
13
13
"Language-Team: Hebrew <he@li.org>\n"
 
14
"Language: he\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: he\n"
18
18
"Plural-Forms: nplurals=2; plural=n != 1;\n"
19
19
"X-Launchpad-Export-Date: 2011-01-11 04:53+0000\n"
20
20
"X-Generator: Launchpad (build Unknown)\n"
505
505
 
506
506
#: ../client/drizzle.cc:1709 ../client/drizzledump.cc:658
507
507
#: ../client/drizzleimport.cc:471 ../client/drizzleslap.cc:619
508
 
#: ../client/drizzletest.cc:5103
 
508
#: ../client/drizzletest.cc:5095
509
509
msgid "Error: Unknown protocol"
510
510
msgstr ""
511
511
 
844
844
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
845
845
"command.)\n"
846
846
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
847
 
"             Max number of examined row combination in a join is set to: %"
848
 
"lu\n"
 
847
"             Max number of examined row combination in a join is set to: "
 
848
"%lu\n"
849
849
"\n"
850
850
msgstr ""
851
851
 
1173
1173
msgstr ""
1174
1174
 
1175
1175
#: ../client/drizzledump.cc:671 ../client/drizzleimport.cc:484
1176
 
#: ../client/drizzleslap.cc:629 ../client/drizzletest.cc:5115
 
1176
#: ../client/drizzleslap.cc:629 ../client/drizzletest.cc:5107
1177
1177
#, c-format
1178
1178
msgid "Value supplied for port is not valid.\n"
1179
1179
msgstr ""
1243
1243
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
1244
1244
msgstr ""
1245
1245
 
1246
 
#: ../client/drizzletest.cc:4874
 
1246
#: ../client/drizzletest.cc:4866
1247
1247
msgid "Error: Invalid Value for opt_max_connect_retries"
1248
1248
msgstr ""
1249
1249
 
1250
 
#: ../client/drizzletest.cc:4884
 
1250
#: ../client/drizzletest.cc:4876
1251
1251
msgid "Error: Invalid Value for opt_tail_lines"
1252
1252
msgstr ""
1253
1253
 
1254
 
#: ../client/drizzletest.cc:4894
 
1254
#: ../client/drizzletest.cc:4886
1255
1255
msgid "Error: Invalid Value for opt_sleep"
1256
1256
msgstr ""
1257
1257
 
1258
 
#: ../client/drizzletest.cc:5073
 
1258
#: ../client/drizzletest.cc:5065
1259
1259
#, c-format
1260
1260
msgid "Could not open '%s' for reading: errno = %d"
1261
1261
msgstr ""
3122
3122
#: ../drizzled/error.cc:523
3123
3123
#, c-format
3124
3124
msgid ""
3125
 
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
3126
 
"d would lead to a duplicate entry"
 
3125
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key "
 
3126
"%d would lead to a duplicate entry"
3127
3127
msgstr ""
3128
3128
 
3129
3129
#: ../drizzled/error.cc:524
3418
3418
msgid "The UUID was not created with a valid time"
3419
3419
msgstr ""
3420
3420
 
 
3421
#. For IPV6 type
 
3422
#: ../drizzled/error.cc:602
 
3423
msgid "Received an invalid IPV6 value"
 
3424
msgstr ""
 
3425
 
3421
3426
#. For BOOL type
3422
 
#: ../drizzled/error.cc:602
 
3427
#: ../drizzled/error.cc:605
3423
3428
#, c-format
3424
3429
msgid "Received an invalid BOOLEAN value '%s'."
3425
3430
msgstr ""
3426
3431
 
3427
 
#: ../drizzled/error.cc:603
 
3432
#: ../drizzled/error.cc:606
3428
3433
#, c-format
3429
3434
msgid "Invalid cast to BOOLEAN: '%s'."
3430
3435
msgstr ""
3431
3436
 
3432
3437
#. Transactional DDL
3433
 
#: ../drizzled/error.cc:606
 
3438
#: ../drizzled/error.cc:609
3434
3439
msgid "Transactional DDL not supported"
3435
3440
msgstr ""
3436
3441
 
3437
3442
#. ASSERT Message
3438
 
#: ../drizzled/error.cc:608
 
3443
#: ../drizzled/error.cc:611
3439
3444
#, c-format
3440
3445
msgid "Assertion '%s' failed."
3441
3446
msgstr ""
3442
3447
 
3443
 
#: ../drizzled/error.cc:609
 
3448
#: ../drizzled/error.cc:612
3444
3449
#, c-format
3445
3450
msgid "Assertion '%s' failed, the result was NULL."
3446
3451
msgstr ""
3447
3452
 
3448
3453
#. Catalog related errors
3449
 
#: ../drizzled/error.cc:627
 
3454
#: ../drizzled/error.cc:630
3450
3455
#, c-format
3451
3456
msgid "Cannot create catalog '%s'."
3452
3457
msgstr ""
3453
3458
 
3454
 
#: ../drizzled/error.cc:628
 
3459
#: ../drizzled/error.cc:631
3455
3460
#, c-format
3456
3461
msgid "Permission is denied to create '%s' catalog."
3457
3462
msgstr ""
3458
3463
 
3459
 
#: ../drizzled/error.cc:629
 
3464
#: ../drizzled/error.cc:632
3460
3465
#, c-format
3461
3466
msgid "Cannot drop catalog '%s'."
3462
3467
msgstr ""
3463
3468
 
3464
 
#: ../drizzled/error.cc:630
 
3469
#: ../drizzled/error.cc:633
3465
3470
#, c-format
3466
3471
msgid "Permission is denied to drop '%s' catalog."
3467
3472
msgstr ""
3468
3473
 
3469
 
#: ../drizzled/error.cc:631
 
3474
#: ../drizzled/error.cc:634
3470
3475
#, c-format
3471
3476
msgid "Catalog '%s' does not exist."
3472
3477
msgstr ""
3473
3478
 
3474
 
#: ../drizzled/error.cc:632
 
3479
#: ../drizzled/error.cc:635
3475
3480
msgid "You cannot drop the 'local' catalog."
3476
3481
msgstr ""
3477
3482
 
3478
 
#: ../drizzled/error.cc:633
 
3483
#: ../drizzled/error.cc:636
3479
3484
#, c-format
3480
3485
msgid "Could not gain lock on '%s'."
3481
3486
msgstr ""
3482
3487
 
3483
 
#: ../drizzled/error.cc:634
 
3488
#: ../drizzled/error.cc:637
3484
3489
#, c-format
3485
3490
msgid "Corrupt or invalid catalog definition for '%s' : '%s'."
3486
3491
msgstr ""
3487
3492
 
3488
 
#: ../drizzled/error.cc:635
 
3493
#: ../drizzled/error.cc:638
3489
3494
msgid "Invalid catalog name."
3490
3495
msgstr ""
3491
3496
 
3492
 
#: ../drizzled/error.cc:636
 
3497
#: ../drizzled/error.cc:639
3493
3498
msgid ""
3494
3499
"Engine status is now stored in the data_dictionary tables, please use these "
3495
3500
"instead."
3496
3501
msgstr ""
3497
3502
 
3498
 
#: ../drizzled/error.cc:637
 
3503
#: ../drizzled/error.cc:640
3499
3504
msgid "There is already a transaction in progress"
3500
3505
msgstr ""
3501
3506
 
3502
 
#: ../drizzled/error.cc:638
 
3507
#: ../drizzled/error.cc:641
3503
3508
msgid "No lock is held by this connection."
3504
3509
msgstr ""
3505
3510
 
3509
3514
"be able to generate a core file on signals"
3510
3515
msgstr ""
3511
3516
 
3512
 
#: ../drizzled/main.cc:356 ../plugin/multi_thread/multi_thread.cc:76
 
3517
#: ../drizzled/main.cc:358 ../plugin/multi_thread/multi_thread.cc:76
3513
3518
msgid "Drizzle has receieved an abort event."
3514
3519
msgstr ""
3515
3520
 
3516
 
#: ../drizzled/main.cc:357 ../plugin/multi_thread/multi_thread.cc:77
 
3521
#: ../drizzled/main.cc:359 ../plugin/multi_thread/multi_thread.cc:77
3517
3522
msgid "In Function: "
3518
3523
msgstr ""
3519
3524
 
3520
 
#: ../drizzled/main.cc:358 ../plugin/multi_thread/multi_thread.cc:78
 
3525
#: ../drizzled/main.cc:360 ../plugin/multi_thread/multi_thread.cc:78
3521
3526
msgid "In File: "
3522
3527
msgstr ""
3523
3528
 
3524
 
#: ../drizzled/main.cc:359 ../plugin/multi_thread/multi_thread.cc:79
 
3529
#: ../drizzled/main.cc:361 ../plugin/multi_thread/multi_thread.cc:79
3525
3530
msgid "On Line: "
3526
3531
msgstr ""
3527
3532
 
3554
3559
msgid "Plugin '%s' init function returned error.\n"
3555
3560
msgstr ""
3556
3561
 
3557
 
#: ../drizzled/module/loader.cc:381
 
3562
#: ../drizzled/module/loader.cc:379
3558
3563
#, c-format
3559
3564
msgid "Couldn't load plugin library named '%s'.\n"
3560
3565
msgstr ""
3561
3566
 
3562
 
#: ../drizzled/module/loader.cc:391
 
3567
#: ../drizzled/module/loader.cc:389
3563
3568
#, c-format
3564
3569
msgid "Couldn't load plugin named '%s'.\n"
3565
3570
msgstr ""
3764
3769
"We have deactivated the TransactionApplier '%s'.\n"
3765
3770
msgstr ""
3766
3771
 
3767
 
#: ../drizzled/session.cc:1863 ../drizzled/session.cc:1872
 
3772
#: ../drizzled/session.cc:1851 ../drizzled/session.cc:1860
3768
3773
#, c-format
3769
3774
msgid "Could not remove temporary table: '%s', error: %d"
3770
3775
msgstr ""
3816
3821
"\n"
3817
3822
msgstr ""
3818
3823
 
3819
 
#: ../drizzled/sql_table.cc:1882
 
3824
#: ../drizzled/sql_table.cc:1869
3820
3825
#, c-format
3821
3826
msgid "Unknown - internal error %d during operation"
3822
3827
msgstr ""
3823
3828
 
3824
 
#: ../drizzled/statement/alter_table.cc:1589
 
3829
#: ../drizzled/statement/alter_table.cc:1575
3825
3830
#, c-format
3826
3831
msgid ""
3827
3832
"order_st BY ignored because there is a user-defined clustered index in the "
3847
3852
msgid "Got error %d when reading table '%s'"
3848
3853
msgstr ""
3849
3854
 
3850
 
#: ../drizzled/table/instance/base.cc:1810
 
3855
#: ../drizzled/table/instance/base.cc:1794
3851
3856
#, c-format
3852
3857
msgid "Unknown collation '%s' in table '%-.64s' definition"
3853
3858
msgstr ""
3854
3859
 
3855
 
#: ../drizzled/table/instance/base.cc:1817
 
3860
#: ../drizzled/table/instance/base.cc:1799
3856
3861
#, c-format
3857
3862
msgid ""
3858
3863
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
3954
3959
msgid "Default schema to use."
3955
3960
msgstr ""
3956
3961
 
3957
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:89
 
3962
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:88
3958
3963
msgid ""
3959
3964
"Port number to use for connection or 0 for default to with Drizzle/MySQL "
3960
3965
"protocol."
3961
3966
msgstr ""
3962
3967
 
3963
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:92
3964
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:927
 
3968
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:91
 
3969
#: ../plugin/mysql_protocol/mysql_protocol.cc:930
3965
3970
msgid "Connect Timeout."
3966
3971
msgstr ""
3967
3972
 
3968
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:95
3969
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:930
 
3973
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:94
 
3974
#: ../plugin/mysql_protocol/mysql_protocol.cc:933
3970
3975
msgid "Read Timeout."
3971
3976
msgstr ""
3972
3977
 
3973
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:98
3974
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:933
 
3978
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:97
 
3979
#: ../plugin/mysql_protocol/mysql_protocol.cc:936
3975
3980
msgid "Write Timeout."
3976
3981
msgstr ""
3977
3982
 
3978
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:101
3979
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:936
 
3983
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:100
 
3984
#: ../plugin/mysql_protocol/mysql_protocol.cc:939
3980
3985
msgid "Retry Count."
3981
3986
msgstr ""
3982
3987
 
3983
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:104
3984
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:939
 
3988
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:103
 
3989
#: ../plugin/mysql_protocol/mysql_protocol.cc:942
3985
3990
msgid "Buffer length."
3986
3991
msgstr ""
3987
3992
 
3988
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:107
3989
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:942
 
3993
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:106
 
3994
#: ../plugin/mysql_protocol/mysql_protocol.cc:945
3990
3995
msgid "Address to bind to."
3991
3996
msgstr ""
3992
3997
 
3993
 
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:110
3994
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:945
3995
 
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:163
 
3998
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:109
 
3999
#: ../plugin/mysql_protocol/mysql_protocol.cc:948
 
4000
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:162
3996
4001
msgid "Maximum simultaneous connections."
3997
4002
msgstr ""
3998
4003
 
4066
4071
"or its equivalent numeric id"
4067
4072
msgstr ""
4068
4073
 
4069
 
#: ../plugin/innobase/handler/ha_innodb.cc:9448
 
4074
#: ../plugin/innobase/handler/ha_innodb.cc:9450
4070
4075
msgid "Do not use Native AIO library for IO, even if available"
4071
4076
msgstr ""
4072
4077
 
4073
 
#: ../plugin/innobase/handler/ha_innodb.cc:9489
 
4078
#: ../plugin/innobase/handler/ha_innodb.cc:9491
4074
4079
msgid "Enable internal replication log."
4075
4080
msgstr ""
4076
4081
 
4077
 
#: ../plugin/innobase/handler/ha_innodb.cc:9492
 
4082
#: ../plugin/innobase/handler/ha_innodb.cc:9494
4078
4083
msgid ""
4079
4084
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4080
4085
"rolled back. Values above 100000000 disable the timeout."
4081
4086
msgstr ""
4082
4087
 
4083
 
#: ../plugin/innobase/handler/ha_innodb.cc:9495
 
4088
#: ../plugin/innobase/handler/ha_innodb.cc:9497
4084
4089
msgid "Percentage of the buffer pool to reserve for 'old' blocks."
4085
4090
msgstr ""
4086
4091
 
4087
 
#: ../plugin/innobase/handler/ha_innodb.cc:9498
 
4092
#: ../plugin/innobase/handler/ha_innodb.cc:9500
4088
4093
msgid ""
4089
4094
"ove blocks to the 'new' end of the buffer pool if the first access was at "
4090
4095
"least this many milliseconds ago. The timeout is disabled if 0 (the default)."
4380
4385
"Path to special datafile for doublewrite buffer. (default is : not used)"
4381
4386
msgstr ""
4382
4387
 
4383
 
#: ../plugin/json_server/json_server.cc:363
 
4388
#: ../plugin/json_server/json_server.cc:359
4384
4389
msgid "Port number to use for connection or 0 for default (port 8086) "
4385
4390
msgstr ""
4386
4391
 
4505
4510
msgid "Maximum number of user threads available."
4506
4511
msgstr ""
4507
4512
 
4508
 
#: ../plugin/myisam/ha_myisam.cc:540
 
4513
#: ../plugin/myisam/ha_myisam.cc:537
4509
4514
#, c-format
4510
4515
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
4511
4516
msgstr ""
4512
4517
 
4513
 
#: ../plugin/myisam/ha_myisam.cc:546
 
4518
#: ../plugin/myisam/ha_myisam.cc:543
4514
4519
#, c-format
4515
4520
msgid "Got an error from unknown thread, %s:%d"
4516
4521
msgstr ""
4517
4522
 
4518
 
#: ../plugin/myisam/ha_myisam.cc:555
 
4523
#: ../plugin/myisam/ha_myisam.cc:552
4519
4524
msgid "Unknown thread accessing table"
4520
4525
msgstr ""
4521
4526
 
4522
 
#: ../plugin/myisam/ha_myisam.cc:1519
 
4527
#: ../plugin/myisam/ha_myisam.cc:1516
4523
4528
msgid ""
4524
4529
"Don't use the fast sort index method to created index if the temporary file "
4525
4530
"would get bigger than this."
4526
4531
msgstr ""
4527
4532
 
4528
 
#: ../plugin/myisam/ha_myisam.cc:1522
 
4533
#: ../plugin/myisam/ha_myisam.cc:1519
4529
4534
msgid ""
4530
4535
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4531
4536
"when creating indexes with CREATE INDEX or ALTER TABLE."
4770
4775
msgid "Tablespace not empty"
4771
4776
msgstr ""
4772
4777
 
4773
 
#: ../plugin/mysql_protocol/mysql_protocol.cc:923
 
4778
#: ../plugin/mysql_protocol/mysql_protocol.cc:926
4774
4779
msgid ""
4775
4780
"Port number to use for connection or 0 for default to with MySQL protocol."
4776
4781
msgstr ""
4777
4782
 
4778
 
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:79
 
4783
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:78
4779
4784
msgid ""
4780
4785
" exists already. Do you have another Drizzle or MySQL running? Or perhaps "
4781
4786
"the file is stale and should be removed?"
4782
4787
msgstr ""
4783
4788
 
4784
 
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:140
 
4789
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:139
4785
4790
#, c-format
4786
4791
msgid "Listening on %s"
4787
4792
msgstr ""
4788
4793
 
4789
 
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:158
 
4794
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:157
4790
4795
msgid "Path used for MySQL UNIX Socket Protocol."
4791
4796
msgstr ""
4792
4797
 
4793
 
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:160
 
4798
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:159
4794
4799
msgid "Clobber socket file if one is there already."
4795
4800
msgstr ""
4796
4801