~drizzle-trunk/drizzle/development

« back to all changes in this revision

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