~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to po/en_AU.po

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
msgid "Welcome to the Drizzle client..  Commands end with ; or \\g."
90
90
msgstr ""
91
91
 
92
 
#, c-format
93
 
msgid ""
94
 
"Your Drizzle connection id is %u\n"
95
 
"Server version: %s\n"
 
92
msgid "Your Drizzle connection id is "
 
93
msgstr ""
 
94
 
 
95
msgid "Server version: "
96
96
msgstr ""
97
97
 
98
98
#, c-format
630
630
msgid "Out of memory"
631
631
msgstr ""
632
632
 
633
 
#, c-format
634
 
msgid "Got signal %d from thread %<PRIu64>"
635
 
msgstr ""
636
 
 
637
633
msgid "Aborting\n"
638
634
msgstr ""
639
635
 
652
648
msgstr ""
653
649
 
654
650
#, c-format
655
 
msgid "Fatal signal %d while backtracing\n"
656
 
msgstr ""
657
 
 
658
 
#, c-format
659
 
msgid ""
660
 
"We will try our best to scrape up some info that will hopefully help "
661
 
"diagnose\n"
662
 
"the problem, but since we have already crashed, something is definitely "
663
 
"wrong\n"
664
 
"and this may fail.\n"
665
 
"\n"
666
 
msgstr ""
667
 
 
668
 
#, c-format
669
 
msgid ""
670
 
"It is possible that drizzled could use up to \n"
671
 
"key_buffer_size + (read_buffer_size + sort_buffer_size)*thread_count\n"
672
 
"bytes of memory\n"
673
 
"Hope that's ok; if not, decrease some variables in the equation.\n"
674
 
"\n"
675
 
msgstr ""
676
 
 
677
 
#, c-format
678
 
msgid ""
679
 
"Attempting backtrace. You can use the following information to find out\n"
680
 
"where drizzled died. If you see no messages after this, something went\n"
681
 
"terribly wrong...\n"
682
 
msgstr ""
683
 
 
684
 
#, c-format
685
 
msgid ""
686
 
"Trying to get some variables.\n"
687
 
"Some pointers may be invalid and cause the dump to abort...\n"
688
 
msgstr ""
689
 
 
690
 
#, c-format
691
 
msgid ""
692
 
"\n"
693
 
"This crash occurred while the server was calling initgroups(). This is\n"
694
 
"often due to the use of a drizzled that is statically linked against glibc\n"
695
 
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
696
 
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
697
 
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
698
 
"drizzled that is not statically linked.\n"
699
 
msgstr ""
700
 
 
701
 
#, c-format
702
 
msgid ""
703
 
"\n"
704
 
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
705
 
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
706
 
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
707
 
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
708
 
"the documentation for your distribution on how to do that.\n"
709
 
msgstr ""
710
 
 
711
 
#, c-format
712
 
msgid "Writing a core file\n"
713
 
msgstr ""
714
 
 
715
 
#, c-format
716
651
msgid "gethostname failed, using '%s' as hostname"
717
652
msgstr ""
718
653
 
776
711
msgid "Set the default time zone."
777
712
msgstr ""
778
713
 
779
 
msgid "Print a symbolic stack trace on failure."
780
 
msgstr ""
781
 
 
782
714
msgid "Used for debugging;  Use at your own risk!"
783
715
msgstr ""
784
716
 
999
931
msgid "Can't start server: bind-address refers to multiple interfaces!"
1000
932
msgstr ""
1001
933
 
1002
 
msgid ""
1003
 
"setrlimit could not change the size of core files to 'infinity';  We may not "
1004
 
"be able to generate a core file on signals"
1005
 
msgstr ""
1006
 
 
1007
 
#, c-format
1008
 
msgid "Data directory %s does not exist\n"
1009
 
msgstr ""
1010
 
 
1011
934
#, c-format
1012
935
msgid "Unknown error %d"
1013
936
msgstr ""
3732
3655
msgid "Error droppping Schema : %s"
3733
3656
msgstr ""
3734
3657
 
 
3658
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
 
3659
msgstr ""
 
3660
 
3735
3661
#, c-format
3736
3662
msgid "Can't unlock file (Errcode: %d)"
3737
3663
msgstr ""
3796
3722
msgid "error: could not open directory: %s\n"
3797
3723
msgstr ""
3798
3724
 
 
3725
msgid ""
 
3726
"setrlimit could not change the size of core files to 'infinity';  We may not "
 
3727
"be able to generate a core file on signals"
 
3728
msgstr ""
 
3729
 
 
3730
#, c-format
 
3731
msgid "Data directory %s does not exist\n"
 
3732
msgstr ""
 
3733
 
3799
3734
#, c-format
3800
3735
msgid "Usage: %s TRANSACTION_LOG [--checksum] \n"
3801
3736
msgstr ""
4075
4010
msgstr ""
4076
4011
 
4077
4012
#, c-format
4078
 
msgid "Error while loading database options: '%s':"
4079
 
msgstr ""
4080
 
 
4081
 
#, c-format
4082
4013
msgid "Found %d prepared transaction(s) in resource manager."
4083
4014
msgstr ""
4084
4015
 
4100
4031
msgid "Crash recovery finished."
4101
4032
msgstr ""
4102
4033
 
 
4034
msgid ""
 
4035
"You registered a TransactionApplier plugin but no TransactionReplicator "
 
4036
"plugins were registered.\n"
 
4037
msgstr ""
 
4038
 
 
4039
#, c-format
 
4040
msgid ""
 
4041
"You registered a TransactionApplier plugin but no TransactionReplicator "
 
4042
"plugins were registered that match the requested replicator name of '%s'.\n"
 
4043
"We have deactivated the TransactionApplier '%s'.\n"
 
4044
msgstr ""
 
4045
 
4103
4046
#, c-format
4104
4047
msgid "Could not remove temporary table: '%s', error: %d"
4105
4048
msgstr ""
4215
4158
msgid "Default database to use."
4216
4159
msgstr ""
4217
4160
 
4218
 
msgid "Enable default replicator"
4219
 
msgstr ""
4220
 
 
4221
 
msgid "Default Replicator"
4222
 
msgstr ""
4223
 
 
4224
4161
msgid ""
4225
4162
"Port number to use for connection or 0 for default to, in order of "
4226
4163
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default (4427)."
4443
4380
msgid "Error Messages to stderr"
4444
4381
msgstr ""
4445
4382
 
4446
 
msgid "Enable filtered replicator"
4447
 
msgstr ""
4448
 
 
4449
4383
msgid "List of schemas to filter"
4450
4384
msgstr ""
4451
4385
 
4458
4392
msgid "Regular expression to apply to tables to filter"
4459
4393
msgstr ""
4460
4394
 
4461
 
msgid "Filtered Replicator"
4462
 
msgstr ""
4463
 
 
4464
4395
#, c-format
4465
4396
msgid "fail gearman_client_create(): %s"
4466
4397
msgstr ""
4783
4714
msgstr ""
4784
4715
 
4785
4716
#, c-format
4786
 
msgid "Failed to allocate the TransactionLogApplier instance.  Got error: %s\n"
4787
 
msgstr ""
4788
 
 
4789
 
#, c-format
4790
4717
msgid "Failed to allocate the TransactionLogIndex instance.  Got error: %s\n"
4791
4718
msgstr ""
4792
4719
 
4794
4721
msgid "Failed to initialize the Transaction Log Index.  Got error: %s\n"
4795
4722
msgstr ""
4796
4723
 
 
4724
#, c-format
 
4725
msgid "Failed to allocate the TransactionLogApplier instance.  Got error: %s\n"
 
4726
msgstr ""
 
4727
 
4797
4728
msgid "Enable transaction log"
4798
4729
msgstr ""
4799
4730
 
4803
4734
msgid "Path to the file to use for transaction log"
4804
4735
msgstr ""
4805
4736
 
 
4737
msgid "Name of the replicator plugin to use (default='default_replicator')"
 
4738
msgstr ""
 
4739
 
4806
4740
msgid "Enable CRC32 Checksumming of each written transaction log entry"
4807
4741
msgstr ""
4808
4742
 
4811
4745
"each transaction write, 2 == sync log file once per second"
4812
4746
msgstr ""
4813
4747
 
4814
 
#, c-format
4815
 
msgid ""
4816
 
"Failed to allocate enough memory to buffer header, transaction message, and "
4817
 
"trailing checksum bytes. Tried to allocate %<PRId64> bytes.  Error: %s\n"
 
4748
msgid "Number of slots for in-memory write buffers (default=8)."
4818
4749
msgstr ""
4819
4750
 
4820
4751
msgid "Failed to open transaction log file "