~drizzle-trunk/drizzle/development

« back to all changes in this revision

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