564
564
msgid "Can't connect to the server\n"
565
565
msgstr "Não é possível conectar ao servidor\n"
567
#: client/drizzle.cc:2556
571
#: client/drizzle.cc:2556
575
#: client/drizzle.cc:2608
578
msgstr "Nome: '%s'\n"
580
#: client/drizzle.cc:2609
589
#: client/drizzle.cc:2611
598
#: client/drizzle.cc:2624
599
msgid "Many help items for your request exist."
600
msgstr "Existem muitos itens de ajuda para seu pedido."
602
#: client/drizzle.cc:2625
604
"To make a more specific request, please type 'help <item>',\n"
605
"where <item> is one of the following"
607
"por favor digite 'help <item>' ,\n"
608
"Para fazer um pedido mais específico, onde <item> is um dos seguintes"
610
#: client/drizzle.cc:2631
612
msgid "You asked for help about help category: '%s'\n"
613
msgstr "Você pediu ajuda sobre a categoria: '%s'\n"
615
#: client/drizzle.cc:2632
617
"For more information, type 'help <item>', where <item> is one of the "
620
"Para mais informação, digite 'help <item>', onde <item> é um entre dos "
623
#: client/drizzle.cc:2645
631
#: client/drizzle.cc:2646
632
msgid "Please try to run 'help contents' for a list of all accessible topics\n"
634
"Por favor tente rodar 'help contents' para uma lista de todos tópicos "
637
#: client/drizzle.cc:2668
567
#: client/drizzle.cc:2557
638
568
msgid "List of all Drizzle commands:"
639
569
msgstr "Lista de todos comandos do Drizzle:"
641
#: client/drizzle.cc:2670
571
#: client/drizzle.cc:2559
642
572
msgid "Note that all text commands must be first on line and end with ';'"
644
574
"Note que todos os comandos devem ser na primeira linha e terminar com ';'"
646
#: client/drizzle.cc:2682
649
"For server side help, type 'help contents'\n"
652
"Para ajuda, digite 'help contents'\n"
654
#: client/drizzle.cc:2723
576
#: client/drizzle.cc:2612
655
577
msgid "No query specified\n"
656
578
msgstr "Nenhuma query especificada\n"
658
#: client/drizzle.cc:2738
580
#: client/drizzle.cc:2627
659
581
msgid "Ignoring query to other database"
660
582
msgstr "Ignorando query para outro banco de dados"
662
#: client/drizzle.cc:2787
584
#: client/drizzle.cc:2676
663
585
msgid "Empty set"
664
586
msgstr "Conjunto vazio"
666
#: client/drizzle.cc:2800
588
#: client/drizzle.cc:2689
668
590
msgid "%ld row in set"
669
591
msgid_plural "%ld rows in set"
670
592
msgstr[0] "%ld linha no resultado"
671
593
msgstr[1] "%ld linhas no resultado"
673
#: client/drizzle.cc:2809
595
#: client/drizzle.cc:2698
675
597
msgstr "Query OK"
677
#: client/drizzle.cc:2811
599
#: client/drizzle.cc:2700
679
601
msgid "Query OK, %ld row affected"
680
602
msgid_plural "Query OK, %ld rows affected"
681
603
msgstr[0] "Query OK, %ld linha afetada"
682
604
msgstr[1] "Query OK, %ld linhas afetadas"
684
#: client/drizzleadmin.cc:82 drizzled/drizzled.cc:3009
606
#: client/drizzleadmin.cc:82 drizzled/drizzled.cc:2782
686
608
"Port number to use for connection or 0 for default to, in order of "
687
609
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
1884
1781
"%s: Argumentos em excesso (primeiro argumento excessivo é '%s').\n"
1885
1782
"Use --verbose --help para ver uma lista das opções disponíveis\n"
1887
#: drizzled/drizzled.cc:2220
1784
#: drizzled/drizzled.cc:2098
1888
1785
msgid "Can't init databases"
1889
1786
msgstr "Impossível inicializar os bancos de dados"
1891
#: drizzled/drizzled.cc:2240
1788
#: drizzled/drizzled.cc:2118
1893
1790
msgid "Unknown/unsupported table type: %s"
1894
1791
msgstr "Tipo de tabela desconhecido/não suportado: %s"
1896
#: drizzled/drizzled.cc:2246
1793
#: drizzled/drizzled.cc:2124
1898
1795
msgid "Default storage engine (%s) is not available"
1899
1796
msgstr "O engine de armazenamento padrão (%s) está indisponível"
1901
#: drizzled/drizzled.cc:2269
1902
msgid "Can't initialize tc_log"
1903
msgstr "Impossível inicializar o tc_log"
1905
#: drizzled/drizzled.cc:2300
1798
#: drizzled/drizzled.cc:2156
1907
1800
msgid "Failed to lock memory. Errno: %d\n"
1908
1801
msgstr "Falha ao fazer lock na memória. Código do erro: %d\n"
1910
#: drizzled/drizzled.cc:2361
1803
#: drizzled/drizzled.cc:2217
1912
1805
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1915
#: drizzled/drizzled.cc:2399
1917
"You have enabled the binary log, but you haven't set server-id to a non-zero "
1918
"value: we force server id to 1; updates will be logged to the binary log, "
1919
"but connections from slaves will not be accepted."
1921
"Você ativou o log binário, mas você não definiu server-id para um valor "
1922
"diferente de zero: forçamos server-id para 1; atualizações serão logadas no "
1923
"log binario, mas conexões de escravos não serão aceitadas."
1925
#: drizzled/drizzled.cc:2452
1808
#: drizzled/drizzled.cc:2298
1926
1809
msgid "Before Lock_thread_count"
1927
1810
msgstr "Antes de Lock_thread_count"
1929
#: drizzled/drizzled.cc:2459
1812
#: drizzled/drizzled.cc:2305
1930
1813
msgid "After lock_thread_count"
1931
1814
msgstr "Depois de Lock_thread_count"
1933
#: drizzled/drizzled.cc:2565
1816
#: drizzled/drizzled.cc:2411
1935
1818
msgid "drizzled: Got error %d from select"
1936
1819
msgstr "drizzled: Recebi o erro %d do select"
1938
#: drizzled/drizzled.cc:2795 drizzled/drizzled.cc:2873
1939
#: drizzled/drizzled.cc:2982
1940
msgid "Option used by mysql-test for debugging and testing of replication."
1943
#: drizzled/drizzled.cc:2799
1821
#: drizzled/drizzled.cc:2636
1944
1822
msgid "Auto-increment columns are incremented by this"
1947
#: drizzled/drizzled.cc:2804
1825
#: drizzled/drizzled.cc:2641
1949
1827
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1953
#: drizzled/drizzled.cc:2810
1831
#: drizzled/drizzled.cc:2647
1955
1833
"Path to installation directory. All paths are usually resolved relative to "
1959
#: drizzled/drizzled.cc:2814
1837
#: drizzled/drizzled.cc:2651
1960
1838
msgid "IP address to bind to."
1963
#: drizzled/drizzled.cc:2818
1965
"The maximum size of a row-based binary log event in bytes. Rows will be "
1966
"grouped into events smaller than this size if possible. The value has to be "
1967
"a multiple of 256."
1970
#: drizzled/drizzled.cc:2829
1841
#: drizzled/drizzled.cc:2655
1971
1842
msgid "Set the filesystem character set."
1972
1843
msgstr "Define o conjunto de caracteres do sistema de arquivos"
1974
#: drizzled/drizzled.cc:2834
1845
#: drizzled/drizzled.cc:2660
1975
1846
msgid "Set the default character set."
1976
1847
msgstr "Define o conjunto de caracteres padrão."
1978
#: drizzled/drizzled.cc:2841
1849
#: drizzled/drizzled.cc:2667
1979
1850
msgid "Chroot drizzled daemon during startup."
1982
#: drizzled/drizzled.cc:2845
1853
#: drizzled/drizzled.cc:2671
1983
1854
msgid "Set the default collation."
1984
1855
msgstr "Definir o collation padrão."
1986
#: drizzled/drizzled.cc:2849
1857
#: drizzled/drizzled.cc:2675
1987
1858
msgid "Default completion type."
1990
#: drizzled/drizzled.cc:2854
1861
#: drizzled/drizzled.cc:2680
1991
1862
msgid "Write core on errors."
1994
#: drizzled/drizzled.cc:2858
1865
#: drizzled/drizzled.cc:2684
1995
1866
msgid "Path to the database root."
1998
#: drizzled/drizzled.cc:2862
1869
#: drizzled/drizzled.cc:2688
1999
1870
msgid "Set the default storage engine (table type) for tables."
2002
#: drizzled/drizzled.cc:2866
1873
#: drizzled/drizzled.cc:2692
2003
1874
msgid "Set the default time zone."
2006
#: drizzled/drizzled.cc:2870
1877
#: drizzled/drizzled.cc:2696
2007
1878
msgid "Type of DELAY_KEY_WRITE."
2010
#: drizzled/drizzled.cc:2879
1881
#: drizzled/drizzled.cc:2700
2011
1882
msgid "Print a symbolic stack trace on failure."
2014
#: drizzled/drizzled.cc:2885
1885
#: drizzled/drizzled.cc:2706
2015
1886
msgid "Push supported query conditions to the storage engine."
2018
#: drizzled/drizzled.cc:2891
1889
#: drizzled/drizzled.cc:2712
2019
1890
msgid "Used for debugging; Use at your own risk!"
2022
#: drizzled/drizzled.cc:2894
1893
#: drizzled/drizzled.cc:2715
2023
1894
msgid "Flush tables to disk between SQL commands."
2026
#: drizzled/drizzled.cc:2899
1897
#: drizzled/drizzled.cc:2720
2027
1898
msgid "Set up signals usable for debugging"
2030
#: drizzled/drizzled.cc:2903
1901
#: drizzled/drizzled.cc:2724
2031
1902
msgid "Command(s) that are executed for each new connection"
2034
#: drizzled/drizzled.cc:2907
1905
#: drizzled/drizzled.cc:2728
2035
1906
msgid "Read SQL commands from this file at startup."
2038
#: drizzled/drizzled.cc:2911
2039
msgid "Command(s) that are executed when a slave connects to this master"
2042
#: drizzled/drizzled.cc:2915
1909
#: drizzled/drizzled.cc:2732
2043
1910
msgid "(IGNORED)"
2046
#: drizzled/drizzled.cc:2919
1913
#: drizzled/drizzled.cc:2736
2047
1914
msgid "Set the language used for the month names and the days of the week."
2050
#: drizzled/drizzled.cc:2924
1917
#: drizzled/drizzled.cc:2741
2051
1918
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
2054
#: drizzled/drizzled.cc:2929
1921
#: drizzled/drizzled.cc:2746
2055
1922
msgid "Log connections and queries to file."
2058
#: drizzled/drizzled.cc:2933
2060
"Log update queries in binary format. Optional argument is the location for "
2061
"the binary log files.(Strongly recommended to avoid replication problems if "
2062
"server's hostname changes)"
2065
#: drizzled/drizzled.cc:2940
2066
msgid "File that holds the names for last binary log files."
2069
#: drizzled/drizzled.cc:2944
1925
#: drizzled/drizzled.cc:2750
2070
1926
msgid "Log all MyISAM changes to file."
2073
#: drizzled/drizzled.cc:2948
2075
"Tells the slave to log the updates from the slave thread to the binary log. "
2076
"You will need to turn it on if you plan to daisy-chain the slaves."
2079
#: drizzled/drizzled.cc:2955
2081
"Path to transaction coordinator log (used for transactions that affect more "
2082
"than one storage engine, when binary log is disabled)"
2085
#: drizzled/drizzled.cc:2961
2086
msgid "Size of transaction coordinator log."
2089
#: drizzled/drizzled.cc:2967
1929
#: drizzled/drizzled.cc:2754
2090
1930
msgid "Log some not critical warnings to the log file."
2093
#: drizzled/drizzled.cc:2972
2095
"The location and name of the file that remembers the master and where the I/"
2096
"O replication thread is in the master's binlogs."
2099
#: drizzled/drizzled.cc:2977
2101
"The number of tries the slave will make to connect to the master before "
2105
#: drizzled/drizzled.cc:2986
1933
#: drizzled/drizzled.cc:2759
2106
1934
msgid "Lock drizzled in memory."
2109
#: drizzled/drizzled.cc:2990
1937
#: drizzled/drizzled.cc:2763
2111
1939
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
2112
1940
"BACKUP, FORCE or QUICK."
2115
#: drizzled/drizzled.cc:2995
1943
#: drizzled/drizzled.cc:2768
2116
1944
msgid "Use very new possible 'unsafe' functions."
2119
#: drizzled/drizzled.cc:3000
1947
#: drizzled/drizzled.cc:2773
2120
1948
msgid "Use old, non-optimized alter table."
2123
#: drizzled/drizzled.cc:3005
1951
#: drizzled/drizzled.cc:2778
2124
1952
msgid "Pid file used by safe_mysqld."
2127
#: drizzled/drizzled.cc:3015
1955
#: drizzled/drizzled.cc:2788
2129
1957
"Maximum time in seconds to wait for the port to become free. (Default: no "
2133
#: drizzled/drizzled.cc:3020
2134
msgid "The location and name to use for relay logs."
2137
#: drizzled/drizzled.cc:3024
2139
"The location and name to use for the file that keeps a list of the last "
2143
#: drizzled/drizzled.cc:3029
2145
"The location and name of the file that remembers where the SQL replication "
2146
"thread is in the relay logs."
2149
#: drizzled/drizzled.cc:3034
2151
"In replication, if set to 1, do not skip events having our server id. "
2152
"Default value is 0 (to break infinite loops in circular replication). Can't "
2153
"be set to 1 if --log-slave-updates is used."
2156
#: drizzled/drizzled.cc:3042
2158
"Hostname or IP of the slave to be reported to to the master during slave "
2159
"registration. Will appear in the output of SHOW SLAVE HOSTS. Leave unset if "
2160
"you do not want the slave to register itself with the master. Note that it "
2161
"is not sufficient for the master to simply read the IP of the slave off the "
2162
"socket once the slave connects. Due to NAT and other routing issues, that IP "
2163
"may not be valid for connecting to the slave from the master or other hosts."
2166
#: drizzled/drizzled.cc:3052
1961
#: drizzled/drizzled.cc:2793
2167
1962
msgid "Skip some optimize stages (for testing)."
2170
#: drizzled/drizzled.cc:3055
1965
#: drizzled/drizzled.cc:2796
2172
1967
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
2173
1968
"specified directory"
2176
#: drizzled/drizzled.cc:3060
1971
#: drizzled/drizzled.cc:2801
2178
1973
"Uniquely identifies the server instance in the community of replication "
2182
#: drizzled/drizzled.cc:3065
1977
#: drizzled/drizzled.cc:2806
2183
1978
msgid "Don't use new, possible wrong routines."
2186
#: drizzled/drizzled.cc:3068
2187
msgid "If set, slave is not started automatically."
2190
#: drizzled/drizzled.cc:3072
1981
#: drizzled/drizzled.cc:2809
2191
1982
msgid "Don't print a stack trace on failure."
2194
#: drizzled/drizzled.cc:3076
1985
#: drizzled/drizzled.cc:2813
2195
1986
msgid "Don't give threads different priorities."
2198
#: drizzled/drizzled.cc:3080
2200
"The location where the slave should put its temporary files when replicating "
2201
"a LOAD DATA INFILE command."
2204
#: drizzled/drizzled.cc:3085
2206
"Tells the slave thread to continue replication when a query event returns an "
2207
"error from the provided list."
2210
#: drizzled/drizzled.cc:3089
2212
"Modes for how replication events should be executed. Legal values are "
2213
"STRICT (default) and IDEMPOTENT. In IDEMPOTENT mode, replication will not "
2214
"stop for operations that are idempotent. In STRICT mode, replication will "
2215
"stop on any unexpected difference between the master and the slave."
2218
#: drizzled/drizzled.cc:3097
2222
#: drizzled/drizzled.cc:3100
1989
#: drizzled/drizzled.cc:2817
2223
1990
msgid "Enable symbolic link support."
2226
#: drizzled/drizzled.cc:3109
1993
#: drizzled/drizzled.cc:2826
2228
1995
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
2231
#: drizzled/drizzled.cc:3114
2233
"Decision to use in heuristic recover process. Possible values are COMMIT or "
2237
#: drizzled/drizzled.cc:3119
1998
#: drizzled/drizzled.cc:2831
2239
2000
"Using this option will cause most temporary files created to use a small set "
2240
2001
"of names, rather than a unique name for each new file."
2243
#: drizzled/drizzled.cc:3124
2004
#: drizzled/drizzled.cc:2836
2245
2006
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
2248
#: drizzled/drizzled.cc:3129
2009
#: drizzled/drizzled.cc:2841
2249
2010
msgid "Path for temporary files."
2252
#: drizzled/drizzled.cc:3133
2013
#: drizzled/drizzled.cc:2845
2253
2014
msgid "Default transaction isolation level."
2256
#: drizzled/drizzled.cc:3137
2017
#: drizzled/drizzled.cc:2849
2257
2018
msgid "Run drizzled daemon as user."
2260
#: drizzled/drizzled.cc:3145
2021
#: drizzled/drizzled.cc:2857
2262
2023
"The number of outstanding connection requests Drizzle can have. This comes "
2263
2024
"into play when the main Drizzle thread gets very many connection requests in "
2264
2025
"a very short time."
2267
#: drizzled/drizzled.cc:3151
2269
"The size of the cache to hold the SQL statements for the binary log during a "
2270
"transaction. If you often use big, multi-statement transactions you can "
2271
"increase this to get more performance."
2274
#: drizzled/drizzled.cc:3157
2028
#: drizzled/drizzled.cc:2863
2276
2030
"Size of tree cache used in bulk insert optimization. Note that this is a "
2277
2031
"limit per thread!"
2280
#: drizzled/drizzled.cc:3163
2034
#: drizzled/drizzled.cc:2869
2282
2036
"The number of seconds the drizzled server is waiting for a connect packet "
2283
2037
"before responding with 'Bad handshake'."
2286
#: drizzled/drizzled.cc:3168
2040
#: drizzled/drizzled.cc:2874
2287
2041
msgid "The DATE format (For future)."
2290
#: drizzled/drizzled.cc:3173
2044
#: drizzled/drizzled.cc:2879
2291
2045
msgid "The DATETIME/TIMESTAMP format (for future)."
2294
#: drizzled/drizzled.cc:3178
2048
#: drizzled/drizzled.cc:2884
2295
2049
msgid "The default week format used by WEEK() functions."
2298
#: drizzled/drizzled.cc:3183
2052
#: drizzled/drizzled.cc:2889
2300
2054
"Precision of the result of '/' operator will be increased on that value."
2303
#: drizzled/drizzled.cc:3189
2305
"If non-zero, binary logs will be purged after expire_logs_days days; "
2306
"possible purges happen at startup and at binary log rotation."
2309
#: drizzled/drizzled.cc:3195
2057
#: drizzled/drizzled.cc:2895
2310
2058
msgid "The maximum length of the result of function group_concat."
2313
#: drizzled/drizzled.cc:3200
2061
#: drizzled/drizzled.cc:2900
2315
2063
"The number of seconds the server waits for activity on an interactive "
2316
2064
"connection before closing it."
2319
#: drizzled/drizzled.cc:3206
2067
#: drizzled/drizzled.cc:2906
2320
2068
msgid "The size of the buffer that is used for full joins."
2323
#: drizzled/drizzled.cc:3212
2071
#: drizzled/drizzled.cc:2912
2324
2072
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
2327
#: drizzled/drizzled.cc:3217
2075
#: drizzled/drizzled.cc:2917
2329
2077
"The size of the buffer used for index blocks for MyISAM tables. Increase "
2330
2078
"this to get better index handling (for all reads and multiple writes) to as "
2331
2079
"much as you can afford;"
2334
#: drizzled/drizzled.cc:3226
2082
#: drizzled/drizzled.cc:2926
2336
2084
"This characterizes the number of hits a hot block has to be untouched until "
2337
2085
"it is considered aged enough to be downgraded to a warm block. This "
2339
2087
"blocks in key cache"
2342
#: drizzled/drizzled.cc:3235
2090
#: drizzled/drizzled.cc:2935
2343
2091
msgid "The default size of key cache blocks"
2346
#: drizzled/drizzled.cc:3241
2094
#: drizzled/drizzled.cc:2941
2347
2095
msgid "The minimum percentage of warm blocks in key cache"
2350
#: drizzled/drizzled.cc:3247
2098
#: drizzled/drizzled.cc:2947
2351
2099
msgid "Max packetlength to send/receive from to server."
2354
#: drizzled/drizzled.cc:3252
2356
"Can be used to restrict the total size used to cache a multi-transaction "
2360
#: drizzled/drizzled.cc:3257
2362
"Binary log will be rotated automatically when the size exceeds this value. "
2363
"Will also apply to relay logs if max_relay_log_size is 0. The minimum value "
2364
"for this variable is 4096."
2367
#: drizzled/drizzled.cc:3263
2102
#: drizzled/drizzled.cc:2952
2369
2104
"If there is more than this number of interrupted connections from a host "
2370
2105
"this host will be blocked from further connections."
2373
#: drizzled/drizzled.cc:3270
2108
#: drizzled/drizzled.cc:2959
2374
2109
msgid "The number of simultaneous clients allowed."
2377
#: drizzled/drizzled.cc:3275
2112
#: drizzled/drizzled.cc:2963
2378
2113
msgid "Max number of errors/warnings to store for a statement."
2381
#: drizzled/drizzled.cc:3280
2116
#: drizzled/drizzled.cc:2968
2382
2117
msgid "Don't allow creation of heap tables bigger than this."
2385
#: drizzled/drizzled.cc:3286
2120
#: drizzled/drizzled.cc:2974
2387
2122
"Joins that are probably going to read more than max_join_size records return "
2391
#: drizzled/drizzled.cc:3292
2126
#: drizzled/drizzled.cc:2980
2392
2127
msgid "Max number of bytes in sorted records."
2395
#: drizzled/drizzled.cc:3297
2397
"If non-zero: relay log will be rotated automatically when the size exceeds "
2398
"this value; if zero (the default): when the size exceeds max_binlog_size. 0 "
2399
"excepted, the minimum value for this variable is 4096."
2402
#: drizzled/drizzled.cc:3304
2130
#: drizzled/drizzled.cc:2985
2403
2131
msgid "Limit assumed max number of seeks when looking up rows based on a key"
2406
#: drizzled/drizzled.cc:3309
2134
#: drizzled/drizzled.cc:2990
2408
2136
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
2409
2137
"max_sort_length bytes of each value are used; the rest are ignored)."
2412
#: drizzled/drizzled.cc:3316
2140
#: drizzled/drizzled.cc:2997
2413
2141
msgid "Maximum number of temporary tables a client can keep open at a time."
2416
#: drizzled/drizzled.cc:3321
2144
#: drizzled/drizzled.cc:3002
2417
2145
msgid "After this many write locks, allow some read locks to run in between."
2420
#: drizzled/drizzled.cc:3325
2148
#: drizzled/drizzled.cc:3006
2422
2150
"Don't log queries which examine less than min_examined_row_limit rows to "
2426
#: drizzled/drizzled.cc:3331
2154
#: drizzled/drizzled.cc:3012
2428
2156
"Specifies how MyISAM index statistics collection code should threat NULLs. "
2429
2157
"Possible values of name are 'nulls_unequal' (default behavior), "
2430
2158
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
2433
#: drizzled/drizzled.cc:3338
2161
#: drizzled/drizzled.cc:3019
2434
2162
msgid "Buffer length for TCP/IP and socket communication."
2437
#: drizzled/drizzled.cc:3343
2165
#: drizzled/drizzled.cc:3024
2439
2167
"Number of seconds to wait for more data from a connection before aborting "
2443
#: drizzled/drizzled.cc:3349
2171
#: drizzled/drizzled.cc:3030
2445
2173
"If a read on a communication port is interrupted, retry this many times "
2446
2174
"before giving up."
2449
#: drizzled/drizzled.cc:3355
2177
#: drizzled/drizzled.cc:3036
2451
2179
"Number of seconds to wait for a block to be written to a connection before "
2452
2180
"aborting the write."
2455
#: drizzled/drizzled.cc:3361
2183
#: drizzled/drizzled.cc:3042
2456
2184
msgid "Use compatible behavior."
2459
#: drizzled/drizzled.cc:3366
2187
#: drizzled/drizzled.cc:3047
2461
2189
"If this is not 0, then drizzled will use this value to reserve file "
2462
2190
"descriptors to use with setrlimit(). If this value is 0 then drizzled will "
2483
2211
"(used for testing/comparison)."
2486
#: drizzled/drizzled.cc:3393
2214
#: drizzled/drizzled.cc:3074
2487
2215
msgid "Directory for plugins."
2490
#: drizzled/drizzled.cc:3397
2218
#: drizzled/drizzled.cc:3078
2492
2220
"Optional colon (or semicolon) separated list of plugins to load,where each "
2493
2221
"plugin is identified by the name of the shared library. [for example: --"
2494
2222
"plugin_load=libmd5udf.so:libauth_pam.so]"
2497
#: drizzled/drizzled.cc:3403
2225
#: drizzled/drizzled.cc:3084
2498
2226
msgid "The size of the buffer that is allocated when preloading indexes"
2501
#: drizzled/drizzled.cc:3408
2229
#: drizzled/drizzled.cc:3089
2502
2230
msgid "Allocation block size for query parsing and execution"
2505
#: drizzled/drizzled.cc:3413
2233
#: drizzled/drizzled.cc:3094
2506
2234
msgid "Persistent buffer for query parsing and execution"
2509
#: drizzled/drizzled.cc:3419
2237
#: drizzled/drizzled.cc:3100
2510
2238
msgid "Allocation block size for storing ranges during optimization"
2513
#: drizzled/drizzled.cc:3425
2241
#: drizzled/drizzled.cc:3106
2515
2243
"Each thread that does a sequential scan allocates a buffer of this size for "
2516
2244
"each table it scans. If you do many sequential scans, you may want to "
2517
2245
"increase this value."
2520
#: drizzled/drizzled.cc:3433
2248
#: drizzled/drizzled.cc:3114
2522
2250
"When reading rows in sorted order after a sort, the rows are read through "
2523
2251
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
2524
2252
"record_buffer."
2527
#: drizzled/drizzled.cc:3441
2529
"0 = do not purge relay logs. 1 = purge them as soon as they are no more "
2533
#: drizzled/drizzled.cc:3447
2534
msgid "Maximum space to use for all relay logs."
2537
#: drizzled/drizzled.cc:3452
2538
msgid "Use compression on master/slave protocol."
2541
#: drizzled/drizzled.cc:3457
2543
"Number of seconds to wait for more data from a master/slave connection "
2544
"before aborting the read."
2547
#: drizzled/drizzled.cc:3462
2549
"Number of times the slave SQL thread will retry a transaction in case it "
2550
"failed with a deadlock or elapsed lock wait timeout, before giving up and "
2554
#: drizzled/drizzled.cc:3468
2555
msgid "Allow slave to batch requests."
2558
#: drizzled/drizzled.cc:3472
2560
"If creating the thread takes longer than this value (in seconds), the "
2561
"Slow_launch_threads counter will be incremented."
2564
#: drizzled/drizzled.cc:3477
2255
#: drizzled/drizzled.cc:3122
2565
2256
msgid "Each thread that needs to do a sort allocates a buffer of this size."
2568
#: drizzled/drizzled.cc:3483
2570
"Synchronously flush binary log to disk after every #th event. Use 0 "
2571
"(default) to disable synchronous flushing."
2574
#: drizzled/drizzled.cc:3488
2259
#: drizzled/drizzled.cc:3128
2575
2260
msgid "The number of cached table definitions."
2578
#: drizzled/drizzled.cc:3492
2263
#: drizzled/drizzled.cc:3132
2579
2264
msgid "The number of cached open tables."
2582
#: drizzled/drizzled.cc:3496
2267
#: drizzled/drizzled.cc:3136
2584
2269
"Timeout in seconds to wait for a table level lock before returning an error. "
2585
2270
"Used only if the connection has active cursors."
2588
#: drizzled/drizzled.cc:3501
2590
"How many threads we should create to handle query requests in case of "
2591
"'thread_handling=pool-of-threads'"
2594
#: drizzled/drizzled.cc:3506
2273
#: drizzled/drizzled.cc:3141
2595
2274
msgid "The stack size for each thread."
2598
#: drizzled/drizzled.cc:3512
2277
#: drizzled/drizzled.cc:3147
2599
2278
msgid "The TIME format (for future)."
2602
#: drizzled/drizzled.cc:3517
2281
#: drizzled/drizzled.cc:3152
2604
2283
"If an internal in-memory temporary table exceeds this size, Drizzle will "
2605
2284
"automatically convert it to an on-disk MyISAM table."
2608
#: drizzled/drizzled.cc:3523
2287
#: drizzled/drizzled.cc:3158
2609
2288
msgid "Allocation block size for transactions to be stored in binary log"
2612
#: drizzled/drizzled.cc:3528
2291
#: drizzled/drizzled.cc:3163
2613
2292
msgid "Persistent buffer for transactions to be stored in binary log"
2616
#: drizzled/drizzled.cc:3533
2295
#: drizzled/drizzled.cc:3168
2618
2297
"The number of seconds the server waits for activity on a connection before "
2622
#: drizzled/drizzled.cc:3779
2301
#: drizzled/drizzled.cc:3321
2625
2304
"Copyright (C) 2008 Sun Microsystems\n"
6043
5766
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
6046
#: drizzled/handler.cc:1058
5769
#: drizzled/handler.cc:1053
6047
5770
msgid "Crash recovery finished."
6050
#: drizzled/log.cc:329
6051
msgid "I/O error reading the header from the binary log"
6054
#: drizzled/log.cc:336
6056
"Binlog has bad magic number; It's not a binary log file that can be used by "
6057
"this version of Drizzle"
6060
#: drizzled/log.cc:351
6062
msgid "Failed to open log (file '%s', errno %d)"
6065
#: drizzled/log.cc:353 drizzled/log.cc:361
6066
msgid "Could not open log file"
6069
#: drizzled/log.cc:359
6071
msgid "Failed to create a cache on log (file '%s')"
6074
#: drizzled/log.cc:511 drizzled/log.cc:876
6077
"Could not use %s for logging (error %d). Turning logging off for the whole "
6078
"duration of the Drizzle server process. To turn it on again: fix the cause, "
6079
"shutdown the Drizzle server and restart it."
6082
#: drizzled/log.cc:1144 drizzled/log.cc:1175 drizzled/log.cc:1424
6083
#: drizzled/log.cc:1546
6085
msgid "Failed to delete file '%s'"
6088
#: drizzled/log.cc:1153 drizzled/log.cc:1432 drizzled/log.cc:1554
6091
"a problem with deleting %s; consider examining correspondence of your binlog "
6092
"index file to the actual binlog files"
6095
#: drizzled/log.cc:1280
6097
msgid "next log error: %d offset: %s log: %s included: %d"
6100
#: drizzled/log.cc:1390 drizzled/log.cc:1514
6102
msgid "Failed to execute stat() on file '%s'"
6105
#: drizzled/log.cc:1401 drizzled/log.cc:1525
6108
"a problem with getting info on being purged %s; consider examining "
6109
"correspondence of your binlog index file to the actual binlog files"
6112
#: drizzled/log.cc:2477 drizzled/log.cc:2975
6114
msgid "Recovering after a crash using %s"
6117
#: drizzled/log.cc:2480
6119
"Cannot perform automatic crash recovery when --tc-heuristic-recover is used"
6122
#: drizzled/log.cc:2822
6123
msgid "Bad magic header in tc log"
6126
#: drizzled/log.cc:2832
6129
"Recovery failed! You must enable exactly %d storage engines that support two-"
6130
"phase commit protocol"
6133
#: drizzled/log.cc:2860
6135
"Crash recovery failed. Either correct the problem (if it's, for example, out "
6136
"of memory error) and restart, or delete tc log and start drizzled with --tc-"
6137
"heuristic-recover={commit|rollback}"
6140
#: drizzled/log.cc:2890
6141
msgid "Heuristic crash recovery mode"
6144
#: drizzled/log.cc:2892
6145
msgid "Heuristic crash recovery failed"
6148
#: drizzled/log.cc:2893
6149
msgid "Please restart mysqld without --tc-heuristic-recover"
6152
#: drizzled/log.cc:2937 drizzled/log.cc:2961
6154
msgid "find_log_pos() failed (error: %d)"
6157
#: drizzled/log.cc:3076
6159
"Crash recovery failed. Either correct the problem (if it's, for example, out "
6160
"of memory error) and restart, or delete (or rename) binary log and start "
6161
"mysqld with --tc-heuristic-recover={commit|rollback}"
6164
#: drizzled/log_event.cc:140
6166
msgid " %s, Error_code: %d;"
6169
#: drizzled/log_event.cc:144
6172
"Could not execute %s event on table %s.%s;%s handler error %s; the event's "
6173
"master log %s, end_log_pos %lu"
6176
#: drizzled/log_event.cc:150
6180
#: drizzled/log_event.cc:904
6183
"Error in Log_event::read_log_event(): '%s', data_len: %d, event_type: %d"
6186
#: drizzled/log_event.cc:1613
6189
"Query partially completed on the master (error on master: %d) and was "
6190
"aborted. There is a chance that your master is inconsistent at this point. "
6191
"If you are sure that your master is ok, run this query manually on the slave "
6192
"and then restart the slave with SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1; START "
6193
"SLAVE; . Query: '%s'"
6196
#: drizzled/log_event.cc:1639
6199
"Query caused differenxt errors on master and slave.\n"
6200
"Error on master: '%s' (%d), Error on slave: '%s' (%d).\n"
6201
"Default database: '%s'. Query: '%s'"
6204
#: drizzled/log_event.cc:1644
6208
#: drizzled/log_event.cc:1664
6210
msgid "Error '%s' on query. Default database: '%s'. Query: '%s'"
6213
#: drizzled/log_event.cc:1666 drizzled/log_event.cc:4309
6214
#: drizzled/log_event.cc:4340 drizzled/log_event.cc:5077
6215
msgid "unexpected success or fatal error"
6218
#: drizzled/log_event.cc:2119
6220
"Rolling back unfinished transaction (no COMMIT or ROLLBACK in relay log). A "
6221
"probable cause is that the master died while writing the transaction to its "
6222
"binary log, thus rolled back too."
6225
#: drizzled/log_event.cc:2774
6228
"Slave: load data infile on table '%s' at log position %s in log '%s' "
6229
"produced %ld warning(s). Default database: '%s'"
6232
#: drizzled/log_event.cc:2824
6235
"Error '%s' running LOAD DATA INFILE on table '%s'. Default database: '%s'"
6238
#: drizzled/log_event.cc:2836
6240
msgid "Running LOAD DATA INFILE on table '%-.64s'. Default database: '%-.64s'"
6243
#: drizzled/log_event.cc:3098
6244
msgid "Out of memory while recording slave event"
6247
#: drizzled/log_event.cc:3348 drizzled/log_event.cc:3374
6249
msgid "Error in Create_file event: could not open file '%s'"
6252
#: drizzled/log_event.cc:3360
6254
msgid "Error in Create_file event: could not write to file '%s'"
6257
#: drizzled/log_event.cc:3381
6259
msgid "Error in Create_file event: write to '%s' failed"
6262
#: drizzled/log_event.cc:3495
6264
msgid "Error in %s event: could not create file '%s'"
6267
#: drizzled/log_event.cc:3504
6269
msgid "Error in %s event: could not open file '%s'"
6272
#: drizzled/log_event.cc:3511
6274
msgid "Error in %s event: write to '%s' failed"
6277
#: drizzled/log_event.cc:3673
6279
msgid "Error in Exec_load event: could not open file '%s'"
6282
#: drizzled/log_event.cc:3683
6284
msgid "Error in Exec_load event: file '%s' appears corrupted"
6287
#: drizzled/log_event.cc:3713
6289
msgid "%s. Failed executing load from '%s'"
6292
#: drizzled/log_event.cc:3886
6293
msgid "Not enough memory"
6296
#: drizzled/log_event.cc:4306
6298
msgid "Error '%s' in %s event: when locking tables"
6301
#: drizzled/log_event.cc:4316
6303
msgid "Error in %s event: when locking tables"
6306
#: drizzled/log_event.cc:4337
6308
msgid "Error '%s' on reopening tables"
6311
#: drizzled/log_event.cc:4678
6313
msgid "Error in %s event: commit of row events failed, table `%s`.`%s`"
6316
#: drizzled/log_event.cc:5074
6318
msgid "Error '%s' on opening table `%s`.`%s`"
6321
5773
#. TRANSLATORS: The leading word "logging" is the name
6322
5774
#. of the plugin api, and so should not be translated.
6323
#: drizzled/logging.cc:62
5775
#: drizzled/logging.cc:65
6325
5777
msgid "logging plugin '%s' deinit() failed"
6328
5780
#. TRANSLATORS: The leading word "logging" is the name
6329
5781
#. of the plugin api, and so should not be translated.
6330
#: drizzled/logging.cc:85
5782
#: drizzled/logging.cc:87
6332
5784
msgid "logging plugin '%s' logging_pre() failed"
6335
5787
#. TRANSLATORS: The leading word "logging" is the name
6336
5788
#. of the plugin api, and so should not be translated.
6337
#: drizzled/logging.cc:118
5789
#: drizzled/logging.cc:119
6339
5791
msgid "logging plugin '%s' logging_post() failed"
6372
5824
msgid "qcache plugin '%s' init() failed"
6375
#: drizzled/qcache.cc:58
5827
#: drizzled/qcache.cc:60
6377
5829
msgid "qcache plugin '%s' deinit() failed"
6380
#: drizzled/qcache.cc:103
5832
#: drizzled/qcache.cc:105
6382
5834
msgid "qcache plugin '%s' try_fetch_and_send() failed"
6385
#: drizzled/qcache.cc:120
5837
#: drizzled/qcache.cc:122
6387
5839
msgid "qcache plugin '%s' set() failed"
6390
#: drizzled/qcache.cc:139
5842
#: drizzled/qcache.cc:141
6392
5844
msgid "qcache plugin '%s' invalidate_table() failed"
6395
#: drizzled/qcache.cc:158
5847
#: drizzled/qcache.cc:160
6397
5849
msgid "qcache plugin '%s' invalidate_db() failed"
6400
#: drizzled/qcache.cc:176
5852
#: drizzled/qcache.cc:178
6402
5854
msgid "qcache plugin '%s' flush() failed"
6405
#: drizzled/replication/mi.cc:254 drizzled/slave.cc:1090
6406
#: drizzled/slave.cc:2104
6407
msgid "Failed to flush master info file"
6410
#: drizzled/replication/replication.cc:106
6411
msgid "Failed in send_file() while reading file name"
6412
msgstr "Houve uma falha no send_file() enquanto lendo o nome do arquivo"
6414
#: drizzled/replication/replication.cc:119
6415
msgid "Failed in send_file() on open of file"
6416
msgstr "Houve uma falha no send_file() ao abrir o arquivo"
6418
#: drizzled/replication/replication.cc:127
6419
msgid "Failed in send_file() while writing data to client"
6420
msgstr "Houve uma falha no send_file() escrevendo os dados no cliente"
6422
#: drizzled/replication/replication.cc:136
6423
msgid "Failed in send_file() while negotiating file transfer close"
6425
"Houve uma falha no send_file() enquanto negociava o fim da transferência de "
6428
#: drizzled/replication/reporting.cc:54
6430
msgid "Slave %s: %s%s Error_code: %d"
6433
#: drizzled/replication/rli.cc:149
6436
"Neither --relay-log nor --relay-log-index were used; so replication may "
6437
"break when this Drizzle server acts as a slave and has his hostname "
6438
"changed!! Please use '--relay-log=%s' to avoid this problem."
6440
"Nenhum argumento foi fornecido para --log-bin, e --log-bin-index não foi "
6441
"usado; então a replicação pode parar quando este servidor Drizzle agir como "
6442
"mestre e tiver seu hostname alterado!! Por favor use '--log-bin=%s' para "
6443
"evitar este problema."
6445
#: drizzled/replication/rli.cc:166
6446
msgid "Failed in open_log() called from init_relay_log_info()"
6449
#: drizzled/replication/rli.cc:188
6450
msgid "Failed to flush relay log info file"
6453
#: drizzled/replication/rli.cc:191
6454
msgid "Error counting relay log space"
6457
#: drizzled/replication/rli.cc:215
6459
msgid "log %s listed in the index, but failed to stat"
6462
#: drizzled/replication/rli.cc:230
6463
msgid "Could not find first log while counting relay log space"
6466
#: drizzled/replication/rli.cc:885
6467
msgid "Slave SQL thread is stopped because UNTIL condition is bad."
6470
#: drizzled/replication/utility.cc:117
6472
msgid "Column %d type mismatch - received type %d, %s.%s has type %d"
6475
#: drizzled/replication/utility.cc:132
6478
"Column %d size mismatch - master has size %d, %s.%s on slave has size %d. "
6479
"Master's column size should be <= the slave's column size."
6482
#: drizzled/scheduler.cc:132
6483
msgid "Memory allocation error in session_scheduler::init\n"
6486
#: drizzled/scheduler.cc:210
6487
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6490
#: drizzled/scheduler.cc:216
6491
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6494
#: drizzled/scheduler.cc:228
6495
msgid "session_add_event event_add error in libevent_init\n"
6498
#: drizzled/scheduler.cc:244
6500
msgid "Can't create completion port thread (error %d)"
6503
#: drizzled/scheduler.cc:357
6504
msgid "event_add error in libevent_add_session_callback\n"
6507
#: drizzled/scheduler.cc:383
6508
msgid "Scheduler init error in libevent_add_new_connection\n"
6511
#: drizzled/scheduler.cc:464
6512
msgid "libevent_thread_proc: my_thread_init() failed\n"
6515
#. TRANSLATORS: The leading word "scheduling" is the name
6516
#. of the plugin api, and so should not be translated.
6517
#: drizzled/scheduling.cc:40
5857
#: drizzled/scheduling.cc:55
6519
5859
msgid "scheduling plugin '%s' init() failed"
6522
5862
#. TRANSLATORS: The leading word "scheduling" is the name
6523
5863
#. of the plugin api, and so should not be translated.
6524
#: drizzled/scheduling.cc:62
5864
#: drizzled/scheduling.cc:98
6526
5866
msgid "scheduling plugin '%s' deinit() failed"
6529
#. TRANSLATORS: The leading word "scheduling" is the name
6530
#. of the plugin api, and so should not be translated.
6531
#: drizzled/scheduling.cc:98
6533
msgid "scheduling plugin '%s' scheduling_func1() failed"
6536
#. TRANSLATORS: The leading word "scheduling" is the name
6537
#. of the plugin api, and so should not be translated.
6538
#: drizzled/scheduling.cc:152
6540
msgid "scheduling plugin '%s' scheduling_func2() failed"
6543
#: drizzled/set_var.cc:684
6544
msgid "Ambiguous slave modes combination. STRICT will be used"
6547
#: drizzled/slave.cc:104
6548
msgid "Waiting to reconnect after a failed registration on master"
6551
#: drizzled/slave.cc:105
6553
"Slave I/O thread killed while waiting to reconnect after a failed "
6554
"registration on master"
6557
#: drizzled/slave.cc:107
6558
msgid "Reconnecting after a failed registration on master"
6561
#: drizzled/slave.cc:108
6564
"failed registering on master, reconnecting to try again, log '%s' at "
6568
#: drizzled/slave.cc:111 drizzled/slave.cc:120
6569
msgid "Slave I/O thread killed during or after reconnect"
6572
#: drizzled/slave.cc:114
6573
msgid "Waiting to reconnect after a failed binlog dump request"
6576
#: drizzled/slave.cc:115
6577
msgid "Slave I/O thread killed while retrying master dump"
6580
#: drizzled/slave.cc:116
6581
msgid "Reconnecting after a failed binlog dump request"
6584
#: drizzled/slave.cc:117
6586
msgid "failed dump request, reconnecting to try again, log '%s' at position %s"
6589
#: drizzled/slave.cc:123
6590
msgid "Waiting to reconnect after a failed master event read"
6593
#: drizzled/slave.cc:124
6594
msgid "Slave I/O thread killed while waiting to reconnect after a failed read"
6597
#: drizzled/slave.cc:126
6598
msgid "Reconnecting after a failed master event read"
6601
#: drizzled/slave.cc:127
6604
"Slave I/O thread: Failed reading log event, reconnecting to retry, log '%s' "
6608
#: drizzled/slave.cc:130
6610
"Slave I/O thread killed during or after a reconnect done to recover from "
6614
#: drizzled/slave.cc:243
6615
msgid "Failed to allocate memory for the master info structure"
6618
#: drizzled/slave.cc:249 drizzled/slave.cc:1776
6619
msgid "Failed to initialize the master info structure"
6622
#: drizzled/slave.cc:264
6623
msgid "Failed to create slave threads"
6626
#: drizzled/slave.cc:461
6627
msgid "Server id not set, will not start slave"
6630
#: drizzled/slave.cc:627
6632
"SQL thread had to stop in an unsafe situation, in the middle of applying "
6633
"updates to a non-transactional table without any primary key. There is a "
6634
"risk of duplicate updates when the slave SQL thread is restarted. Please "
6635
"check your tables' contents after restart."
6638
#: drizzled/slave.cc:788 drizzled/slave.cc:803
6639
msgid "Master reported unrecognized DRIZZLE version"
6642
#: drizzled/slave.cc:844
6643
msgid "default Format_description_log_event"
6646
#: drizzled/slave.cc:866
6649
"\"SELECT UNIX_TIMESTAMP()\" failed on master, do not trust column "
6650
"Seconds_Behind_Master of SHOW SLAVE STATUS. Error: %s (%d)"
6653
#: drizzled/slave.cc:893
6655
"The slave I/O thread stops because master and slave have equal DRIZZLE "
6656
"server ids; these ids must be different for replication to work (or the --"
6657
"replicate-same-server-id option must be used on slave but this does not "
6658
"always make sense; please check the manual before using it)."
6661
#: drizzled/slave.cc:938
6663
"The slave I/O thread stops because master and slave have different values "
6664
"for the COLLATION_SERVER global variable. The values must be equal for "
6665
"replication to work"
6668
#: drizzled/slave.cc:974
6670
"The slave I/O thread stops because master and slave have different values "
6671
"for the TIME_ZONE global variable. The values must be equal for replication "
6675
#: drizzled/slave.cc:1039
6676
msgid "Waiting for the slave SQL thread to free enough relay log space"
6679
#: drizzled/slave.cc:1085
6681
"failed to write a Rotate event to the relay log, SHOW SLAVE STATUS may be "
6685
#: drizzled/slave.cc:1096
6686
msgid "Rotate_event (out of memory?), SHOW SLAVE STATUS may be inaccurate"
6689
#: drizzled/slave.cc:1428
6691
msgid "Error on COM_BINLOG_DUMP: %d %s, will retry in %d secs"
6694
#: drizzled/slave.cc:1481
6696
msgid "Error reading packet from server: %s ( server_errno=%d)"
6699
#: drizzled/slave.cc:1489
6701
msgid "Slave: received end packet from server, apparent master shutdown: %s"
6704
#: drizzled/slave.cc:1647
6707
"It was not possible to update the positions of the relay log information: "
6708
"the slave may be in an inconsistent state. Stopped in %s position %s"
6711
#: drizzled/slave.cc:1722 drizzled/slave.cc:2314
6713
msgid "Slave SQL thread stopped because it reached its UNTIL position %s"
6716
#: drizzled/slave.cc:1781 drizzled/slave.cc:2263
6718
msgid "Error initializing relay log position: %s"
6721
#: drizzled/slave.cc:1797
6724
"Slave SQL thread retried transaction %<PRIu64> time(s) in vain, giving up. "
6725
"Consider raising the value of the slave_transaction_retries variable."
6728
#: drizzled/slave.cc:1820
6730
"Could not parse relay log event entry. The possible reasons are: the "
6731
"master's binary log is corrupted (you can check this by running "
6732
"'mysqlbinlog' on the binary log), the slave's relay log is corrupted (you "
6733
"can check this by running 'mysqlbinlog' on the relay log), a network "
6734
"problem, or a bug in the master's or slave's DRIZZLE code. If you want to "
6735
"check the master's binary log or slave's relay log, you will be able to know "
6736
"their names by issuing 'SHOW SLAVE STATUS' on this slave."
6739
#: drizzled/slave.cc:1941
6740
msgid "Failed during slave I/O thread initialization"
6743
#: drizzled/slave.cc:1955
6744
msgid "error in drizzle_create()"
6745
msgstr "erro em drizzle_create()"
6747
#: drizzled/slave.cc:1963
6750
"Slave I/O thread: connected to master '%s@%s:%d',replication started in log "
6751
"'%s' at position %s"
6754
#: drizzled/slave.cc:1977
6755
msgid "Slave I/O thread killed while connecting to master"
6758
#: drizzled/slave.cc:2001
6759
msgid "Slave I/O thread couldn't register on master"
6762
#: drizzled/slave.cc:2013 drizzled/slave.cc:2037 drizzled/slave.cc:2061
6763
msgid "Forcing to reconnect slave I/O thread"
6766
#: drizzled/slave.cc:2026
6767
msgid "Failed on request_dump()"
6770
#: drizzled/slave.cc:2027
6772
"Slave I/O thread killed while "
6773
"requesting master dump"
6776
#: drizzled/slave.cc:2053
6777
msgid "Waiting for master to send event"
6780
#: drizzled/slave.cc:2055
6781
msgid "Slave I/O thread killed while reading event"
6784
#: drizzled/slave.cc:2073
6787
"Log entry on master is longer than max_allowed_packet (%u) on slave. If the "
6788
"entry is correct, restart the server with a higher value of "
6789
"max_allowed_packet"
6792
#: drizzled/slave.cc:2087
6793
msgid "Stopping slave I/O thread due to out-of-memory error from master"
6796
#: drizzled/slave.cc:2097
6797
msgid "Queuing master event to the relay log"
6800
#: drizzled/slave.cc:2124
6801
msgid "Slave I/O thread aborted while waiting for relay log space"
6804
#: drizzled/slave.cc:2134
6806
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
6809
#: drizzled/slave.cc:2155
6810
msgid "Waiting for slave mutex on exit"
6813
#: drizzled/slave.cc:2219
6814
msgid "Failed during slave thread initialization"
6817
#: drizzled/slave.cc:2285
6820
"Slave SQL thread initialized, starting replication in log '%s' at position %"
6821
"s, relay log '%s' position: %s"
6824
#: drizzled/slave.cc:2299
6825
msgid "Slave SQL thread aborted. Can't execute init_slave query"
6828
#: drizzled/slave.cc:2325
6829
msgid "Reading event from the relay log"
6832
#: drizzled/slave.cc:2350
6834
msgid "Slave (additional info): %s Error_code: %d"
6837
#: drizzled/slave.cc:2367
6839
msgid "Slave: %s Error_code: %d"
6842
#: drizzled/slave.cc:2370
6845
"Error loading user-defined library, slave SQL thread aborted. Install the "
6846
"missing library, and restart the slave SQL thread with \"SLAVE START\". We "
6847
"stopped at log '%s' position %s"
6850
#: drizzled/slave.cc:2378
6853
"Error running query, slave SQL thread aborted. Fix the problem, and restart "
6854
"the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s"
6857
#: drizzled/slave.cc:2390
6860
"Slave SQL thread exiting, replication stopped in log '%s' at position %s"
6863
#: drizzled/slave.cc:2479
6865
msgid "Slave I/O: failed requesting download of '%s'"
6868
#: drizzled/slave.cc:2496
6870
msgid "Network read error downloading '%s' from master"
6873
#: drizzled/slave.cc:2518
6874
msgid "error writing Exec_load event to relay log"
6877
#: drizzled/slave.cc:2532
6878
msgid "error writing Create_file event to relay log"
6881
#: drizzled/slave.cc:2547
6882
msgid "error writing Append_block event to relay log"
6885
#: drizzled/slave.cc:2643
6886
msgid "Memory allocation failed"
6887
msgstr "Falha na alocação de memória"
6889
#: drizzled/slave.cc:2668 drizzled/slave.cc:2754
6892
"Read invalid event from master: '%s', master could be corrupt but a more "
6893
"likely cause of this is a bug"
6896
#: drizzled/slave.cc:3026
6897
msgid "could not queue event from master"
6900
#: drizzled/slave.cc:3116
6902
msgid "error %s to master '%s@%s:%d' - retry-time: %d retries: %u"
6905
#: drizzled/slave.cc:3118
6906
msgid "reconnecting"
6907
msgstr "reconectando"
6909
#: drizzled/slave.cc:3118
6913
#: drizzled/slave.cc:3142
6916
"Slave: connected to master '%s@%s:%d', replication resumed in log '%s' at "
6920
#: drizzled/slave.cc:3503
6922
msgid "next log '%s' is currently active"
6925
#: drizzled/slave.cc:3533
6927
msgid "next log '%s' is not active"
6930
#: drizzled/slave.cc:3549
6933
"Slave SQL thread: I/O error reading event(errno: %d cur_log->error: %d)"
6936
#: drizzled/slave.cc:3555
6937
msgid "Aborting slave SQL thread because of partial event read"
6940
#: drizzled/slave.cc:3561 drizzled/slave.cc:3568
6942
msgid "Error reading relay log event: %s"
6945
#: drizzled/slave.cc:3562
6946
msgid "slave SQL thread was killed"
6949
#: drizzled/slave.cc:3660
6952
"master may suffer from http://bugs.mysql.com/bug.php?id=%u so slave stops; "
6953
"check error log on slave for more info"
6956
#: drizzled/slave.cc:3666
6959
"According to the master's version ('%s'), it is probable that master suffers "
6960
"from this bug: http://bugs.mysql.com/bug.php?id=%u and thus replicating the "
6961
"current binary log event may make the slave's data become different from the "
6962
"master's data. To take no risk, slave refuses to replicate this event and "
6963
"stops. We recommend that all updates be stopped on the master and slave, "
6964
"that the data of both be manually synchronized, that master's binary logs be "
6965
"deleted, that master be upgraded to a version at least equal to '%d.%d.%d'. "
6966
"Then replication can be restarted."
6969
#: drizzled/sql_base.cc:2317
5869
#: drizzled/sql_base.cc:2311
6971
5871
msgid "Table %s had a open data handler in reopen_table"
6974
#: drizzled/sql_base.cc:2966
5874
#: drizzled/sql_base.cc:2960
6976
5876
msgid "Couldn't repair table: %s.%s"
6979
#: drizzled/sql_base.cc:3009
5879
#: drizzled/sql_base.cc:3002
6982
5882
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
6983
"s`.`%s`' to the binary log"
5883
"s`.`%s`' to replication"
6986
#: drizzled/sql_base.cc:3618
5886
#: drizzled/sql_base.cc:3609
6988
5888
msgid "Could not remove temporary table: '%s', error: %d"
6991
#: drizzled/sql_plugin.cc:686
5891
#: drizzled/sql_plugin.cc:687
6993
5893
msgid "Plugin '%s' of type %s failed deinitialization"
6996
#: drizzled/sql_plugin.cc:700
5896
#: drizzled/sql_plugin.cc:701
6998
5898
msgid "Plugin '%s' has ref_count=%d after deinitialization."
7001
#: drizzled/sql_plugin.cc:787
5901
#: drizzled/sql_plugin.cc:789
7003
5903
msgid "Plugin '%s' registration as a %s failed."
7006
#: drizzled/sql_plugin.cc:1026
5906
#: drizzled/sql_plugin.cc:1027
7007
5907
msgid "plugin-load parameter too long"
7010
#: drizzled/sql_plugin.cc:1086
5910
#: drizzled/sql_plugin.cc:1087
7012
5912
msgid "Couldn't load plugin named '%s' with soname '%s'."
7015
#: drizzled/sql_plugin.cc:1139
5915
#: drizzled/sql_plugin.cc:1140
7017
5917
msgid "Forcing shutdown of %<PRIu64> plugins"
7020
#: drizzled/sql_plugin.cc:1162
5920
#: drizzled/sql_plugin.cc:1163
7022
5922
msgid "Plugin '%s' will be forced to shutdown"
7025
#: drizzled/sql_plugin.cc:1178
5925
#: drizzled/sql_plugin.cc:1179
7027
5927
msgid "Plugin '%s' has ref_count=%d after shutdown."
7030
#: drizzled/sql_plugin.cc:1568
5930
#: drizzled/sql_plugin.cc:1569
7032
5932
msgid "Out of memory."
7033
5933
msgstr "Memória insuficiente"
7035
#: drizzled/sql_plugin.cc:2417 drizzled/sql_plugin.cc:2480
5935
#: drizzled/sql_plugin.cc:2418 drizzled/sql_plugin.cc:2481
7037
5937
msgid "Unknown variable type code 0x%x in plugin '%s'."
7040
#: drizzled/sql_plugin.cc:2460
5940
#: drizzled/sql_plugin.cc:2461
7043
5943
"Server variable %s of plugin %s was forced to be read-only: string variable "
7044
5944
"without update_func and PLUGIN_VAR_MEMALLOC flag"
7047
#: drizzled/sql_plugin.cc:2491
5947
#: drizzled/sql_plugin.cc:2492
7049
5949
msgid "Missing variable name in plugin '%s'."
7052
#: drizzled/sql_plugin.cc:2508
5952
#: drizzled/sql_plugin.cc:2509
7054
5954
msgid "Thread local variable '%s' not allocated in plugin '%s'."
7057
#: drizzled/sql_plugin.cc:2627
5957
#: drizzled/sql_plugin.cc:2628
7059
5959
msgid "Out of memory for plugin '%s'."
7062
#: drizzled/sql_plugin.cc:2634
5962
#: drizzled/sql_plugin.cc:2635
7064
5964
msgid "Bad options for plugin '%s'."
7067
#: drizzled/sql_plugin.cc:2643
5967
#: drizzled/sql_plugin.cc:2644
7069
5969
msgid "Parsing options for plugin '%s' failed."
7072
#: drizzled/sql_plugin.cc:2686
5972
#: drizzled/sql_plugin.cc:2687
7074
5974
msgid "Plugin '%s' has conflicting system variables"
7075
5975
msgstr "O plugin '%s' tem variáveis de sistema conflitantes"
7077
#: drizzled/sql_plugin.cc:2696
5977
#: drizzled/sql_plugin.cc:2697
7079
5979
msgid "Plugin '%s' disabled by command line option"
7080
5980
msgstr "O plugin '%s' foi desativado por uma opção de linha de comando"
7511
6407
msgid "Tablespace not empty"
7512
6408
msgstr "Tablespace não está vazio"
6410
#~ msgid "categories:"
6411
#~ msgstr "categorias:"
6414
#~ msgstr "tópicos:"
6416
#~ msgid "Name: '%s'\n"
6417
#~ msgstr "Nome: '%s'\n"
6433
#~ msgid "Many help items for your request exist."
6434
#~ msgstr "Existem muitos itens de ajuda para seu pedido."
6437
#~ "To make a more specific request, please type 'help <item>',\n"
6438
#~ "where <item> is one of the following"
6440
#~ "por favor digite 'help <item>' ,\n"
6441
#~ "Para fazer um pedido mais específico, onde <item> is um dos seguintes"
6443
#~ msgid "You asked for help about help category: '%s'\n"
6444
#~ msgstr "Você pediu ajuda sobre a categoria: '%s'\n"
6447
#~ "For more information, type 'help <item>', where <item> is one of the "
6450
#~ "Para mais informação, digite 'help <item>', onde <item> é um entre dos "
6458
#~ "Nada encontrado"
6461
#~ "Please try to run 'help contents' for a list of all accessible topics\n"
6463
#~ "Por favor tente rodar 'help contents' para uma lista de todos tópicos "
6468
#~ "For server side help, type 'help contents'\n"
6471
#~ "Para ajuda, digite 'help contents'\n"
6474
#~ "using --replicate-same-server-id in conjunction with --log-slave-updates "
6475
#~ "is impossible, it would lead to infinite loops in this server."
6477
#~ "usar --replicate-same-server-id em conjunto com --log-slave-updates é "
6478
#~ "impossível. Isso levaria o sevidor a loops infinitos."
6481
#~ "No argument was provided to --log-bin, and --log-bin-index was not used; "
6482
#~ "so replication may break when this Drizzle server acts as a master and "
6483
#~ "has his hostname changed!! Please use '--log-bin=%s' to avoid this "
6486
#~ "Nenhum argumento foi fornecido para --log-bin, e --log-bin-index não foi "
6487
#~ "usado; então a replicação pode parar quando este servidor Drizzle agir "
6488
#~ "como mestre e tiver seu hostname alterado!! Por favor use '--log-bin=%s' "
6489
#~ "para evitar este problema."
6492
#~ msgid "Out of memory in init_server_components."
6493
#~ msgstr "Sem memória na engine"
6495
#~ msgid "Can't initialize tc_log"
6496
#~ msgstr "Impossível inicializar o tc_log"
6499
#~ "You have enabled the binary log, but you haven't set server-id to a non-"
6500
#~ "zero value: we force server id to 1; updates will be logged to the binary "
6501
#~ "log, but connections from slaves will not be accepted."
6503
#~ "Você ativou o log binário, mas você não definiu server-id para um valor "
6504
#~ "diferente de zero: forçamos server-id para 1; atualizações serão logadas "
6505
#~ "no log binario, mas conexões de escravos não serão aceitadas."
6507
#~ msgid "Failed in send_file() while reading file name"
6508
#~ msgstr "Houve uma falha no send_file() enquanto lendo o nome do arquivo"
6510
#~ msgid "Failed in send_file() on open of file"
6511
#~ msgstr "Houve uma falha no send_file() ao abrir o arquivo"
6513
#~ msgid "Failed in send_file() while writing data to client"
6514
#~ msgstr "Houve uma falha no send_file() escrevendo os dados no cliente"
6516
#~ msgid "Failed in send_file() while negotiating file transfer close"
6518
#~ "Houve uma falha no send_file() enquanto negociava o fim da transferência "
6523
#~ "Neither --relay-log nor --relay-log-index were used; so replication may "
6524
#~ "break when this Drizzle server acts as a slave and has his hostname "
6525
#~ "changed!! Please use '--relay-log=%s' to avoid this problem."
6527
#~ "Nenhum argumento foi fornecido para --log-bin, e --log-bin-index não foi "
6528
#~ "usado; então a replicação pode parar quando este servidor Drizzle agir "
6529
#~ "como mestre e tiver seu hostname alterado!! Por favor use '--log-bin=%s' "
6530
#~ "para evitar este problema."
6532
#~ msgid "error in drizzle_create()"
6533
#~ msgstr "erro em drizzle_create()"
6535
#~ msgid "Memory allocation failed"
6536
#~ msgstr "Falha na alocação de memória"
6538
#~ msgid "reconnecting"
6539
#~ msgstr "reconectando"
6541
#~ msgid "connecting"
6542
#~ msgstr "conectando"
7514
6544
#~ msgid "Unable to reopen stdout"
7515
6545
#~ msgstr "Não foi possível reabrir o stdout"