~brianaker/drizzle/syslog-refactor

« back to all changes in this revision

Viewing changes to po/en_GB.po

  • Committer: pcrews
  • Date: 2011-10-11 22:37:42 UTC
  • Revision ID: pcrews@lucid32-20111011223742-f7f63p76pa4ew5wn
Updated translations + tarball release 2011.10.27

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-09-27 14:15-0400\n"
 
10
"POT-Creation-Date: 2011-10-11 19:39+0000\n"
11
11
"PO-Revision-Date: 2010-08-18 09:04+0000\n"
12
12
"Last-Translator: Vincent Palmer <Unknown>\n"
13
13
"Language-Team: English (United Kingdom) <en_GB@li.org>\n"
14
 
"Language: \n"
15
14
"MIME-Version: 1.0\n"
16
15
"Content-Type: text/plain; charset=UTF-8\n"
17
16
"Content-Transfer-Encoding: 8bit\n"
 
17
"Language: \n"
18
18
"Plural-Forms: nplurals=2; plural=n != 1;\n"
19
19
"X-Launchpad-Export-Date: 2010-08-19 03:44+0000\n"
20
20
"X-Generator: Launchpad (build Unknown)\n"
545
545
 
546
546
#: ../client/drizzle.cc:1709 ../client/drizzledump.cc:658
547
547
#: ../client/drizzleimport.cc:471 ../client/drizzleslap.cc:619
548
 
#: ../client/drizzletest.cc:5095
 
548
#: ../client/drizzletest.cc:5153
549
549
#, fuzzy
550
550
msgid "Error: Unknown protocol"
551
551
msgstr "Wrong or unknown protocol"
896
896
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
897
897
"command.)\n"
898
898
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
899
 
"             Max number of examined row combination in a join is set to: "
900
 
"%lu\n"
 
899
"             Max number of examined row combination in a join is set to: %"
 
900
"lu\n"
901
901
"\n"
902
902
msgstr ""
903
903
 
1242
1242
msgstr "OR     %s [OPTIONS] --all-databases [OPTIONS]\n"
1243
1243
 
1244
1244
#: ../client/drizzledump.cc:671 ../client/drizzleimport.cc:484
1245
 
#: ../client/drizzleslap.cc:629 ../client/drizzletest.cc:5107
 
1245
#: ../client/drizzleslap.cc:629 ../client/drizzletest.cc:5165
1246
1246
#, c-format
1247
1247
msgid "Value supplied for port is not valid.\n"
1248
1248
msgstr "Value supplied for port is not valid.\n"
1323
1323
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
1324
1324
msgstr ""
1325
1325
 
1326
 
#: ../client/drizzletest.cc:4866
 
1326
#: ../client/drizzletest.cc:4924
1327
1327
msgid "Error: Invalid Value for opt_max_connect_retries"
1328
1328
msgstr "Error: Invalid Value for opt_max_connect_retries"
1329
1329
 
1330
 
#: ../client/drizzletest.cc:4876
 
1330
#: ../client/drizzletest.cc:4934
1331
1331
msgid "Error: Invalid Value for opt_tail_lines"
1332
1332
msgstr "Error: Invalid Value for opt_tail_lines"
1333
1333
 
1334
 
#: ../client/drizzletest.cc:4886
 
1334
#: ../client/drizzletest.cc:4944
1335
1335
msgid "Error: Invalid Value for opt_sleep"
1336
1336
msgstr "Error: Invalid Value for opt_sleep"
1337
1337
 
1338
 
#: ../client/drizzletest.cc:5065
 
1338
#: ../client/drizzletest.cc:5123
1339
1339
#, c-format
1340
1340
msgid "Could not open '%s' for reading: errno = %d"
1341
1341
msgstr "Could not open '%s' for reading: errno = %d"
3377
3377
#: ../drizzled/error.cc:523
3378
3378
#, c-format
3379
3379
msgid ""
3380
 
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key "
3381
 
"%d would lead to a duplicate entry"
 
3380
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
 
3381
"d would lead to a duplicate entry"
3382
3382
msgstr ""
3383
 
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key "
3384
 
"%d would lead to a duplicate entry"
 
3383
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
 
3384
"d would lead to a duplicate entry"
3385
3385
 
3386
3386
#: ../drizzled/error.cc:524
3387
3387
msgid ""
4063
4063
"plugins were registered that match the requested replicator name of '%s'.\n"
4064
4064
"We have deactivated the TransactionApplier '%s'.\n"
4065
4065
 
4066
 
#: ../drizzled/session.cc:1851 ../drizzled/session.cc:1860
 
4066
#: ../drizzled/session.cc:1850 ../drizzled/session.cc:1859
4067
4067
#, c-format
4068
4068
msgid "Could not remove temporary table: '%s', error: %d"
4069
4069
msgstr "Could not remove temporary table: '%s', error: %d"
4121
4121
"\n"
4122
4122
msgstr ""
4123
4123
"It is possible that drizzled could use up to \n"
4124
 
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = "
4125
 
"%<PRIu64> K\n"
 
4124
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %"
 
4125
"<PRIu64> K\n"
4126
4126
"bytes of memory\n"
4127
4127
"Hope that's ok; if not, decrease some variables in the equation.\n"
4128
4128
"\n"
4129
4129
 
4130
 
#: ../drizzled/sql_table.cc:1869
 
4130
#: ../drizzled/sql_table.cc:1866
4131
4131
#, c-format
4132
4132
msgid "Unknown - internal error %d during operation"
4133
4133
msgstr "Unknown - internal error %d during operation"
4134
4134
 
4135
 
#: ../drizzled/statement/alter_table.cc:1575
 
4135
#: ../drizzled/statement/alter_table.cc:1573
4136
4136
#, c-format
4137
4137
msgid ""
4138
4138
"order_st BY ignored because there is a user-defined clustered index in the "