2858
2802
"Die Variable '%-.64s' ist eine SESSION Variable und kann deshalb nicht mit "
2859
2803
"SET GLOBAL verwendet werden"
2861
#: ../drizzled/error.cc:377
2805
#: ../drizzled/error.cc:372
2864
2808
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2866
2810
"Die Variable '%-.64s' ist GLOBAL und sollte mit SET GLOBAL gesetzt werden"
2868
#: ../drizzled/error.cc:378
2812
#: ../drizzled/error.cc:373
2870
2814
msgid "Variable '%-.64s' doesn't have a default value"
2871
2815
msgstr "Die Variable '%-.64s' hat keinen Vorgabewert"
2873
#: ../drizzled/error.cc:379
2817
#: ../drizzled/error.cc:374
2875
2819
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2876
2820
msgstr "Die Variable '%-.64s' kann nicht auf den Wert '%-.200s' gesetzt werden"
2878
#: ../drizzled/error.cc:380
2822
#: ../drizzled/error.cc:375
2880
2824
msgid "Incorrect argument type to variable '%-.64s'"
2881
2825
msgstr "Ungültiger Wertetyp für Variabel '%-.64s'"
2883
#: ../drizzled/error.cc:381
2827
#: ../drizzled/error.cc:376
2885
2829
msgid "Variable '%-.64s' can only be set, not read"
2886
2830
msgstr "Die Variable '%-.64s' kann nur gesetzt, aber nicht gelesen werden"
2888
#: ../drizzled/error.cc:382
2832
#: ../drizzled/error.cc:377
2890
2834
msgid "Incorrect usage/placement of '%s'"
2891
2835
msgstr "Ungültige Verwendung/Positionierung von '%s'"
2893
#: ../drizzled/error.cc:383
2837
#: ../drizzled/error.cc:378
2895
2839
msgid "This version of Drizzle doesn't yet support '%s'"
2896
2840
msgstr "Diese Drizzle Version unterstützt '%s' noch nicht"
2898
#: ../drizzled/error.cc:384
2842
#: ../drizzled/error.cc:379
2900
2844
msgid "Variable '%-.192s' is a %s variable"
2901
2845
msgstr "Die Variable '%-.192s' ist eine %s Variable"
2903
#: ../drizzled/error.cc:385
2847
#: ../drizzled/error.cc:380
2905
2849
msgid "Incorrect foreign key definition for '%-.192s': %s"
2906
2850
msgstr "Ungültige Fremdschlüsseldefinition für '%-.192s': %s"
2908
#: ../drizzled/error.cc:386
2852
#: ../drizzled/error.cc:381
2909
2853
msgid "Key reference and table reference don't match"
2910
msgstr "Schlüssel Refferenzen und Tabellen Refferenzen stimmen nicht überein"
2912
#: ../drizzled/error.cc:387
2856
#: ../drizzled/error.cc:382
2914
2858
msgid "Operand should contain %d column(s)"
2917
#: ../drizzled/error.cc:388
2861
#: ../drizzled/error.cc:383
2918
2862
msgid "Subquery returns more than 1 row"
2919
2863
msgstr "Unterabfrage gibt mehr als eine Zeile zurück"
2921
#: ../drizzled/error.cc:389
2865
#: ../drizzled/error.cc:384
2923
2867
msgid "Converting column '%s' from %s to %s"
2924
2868
msgstr "Konvertiere Spalte '%s' von '%s' nach '%s'"
2926
#: ../drizzled/error.cc:390
2870
#: ../drizzled/error.cc:385
2928
2872
msgid "Reference '%-.64s' not supported (%s)"
2929
msgstr "Referrenz '%-.64s' nicht unterstützt (%s)"
2931
#: ../drizzled/error.cc:391
2875
#: ../drizzled/error.cc:386
2932
2876
msgid "Every derived table must have its own alias"
2933
2877
msgstr "Jede abgeleitete Tabelle muss ihren eigenen Alias haben"
2935
#: ../drizzled/error.cc:392
2879
#: ../drizzled/error.cc:387
2937
2881
msgid "Select %u was reduced during optimization"
2940
#: ../drizzled/error.cc:393
2884
#: ../drizzled/error.cc:388
2942
2886
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2945
#: ../drizzled/error.cc:394
2889
#: ../drizzled/error.cc:389
2946
2890
msgid "All parts of a SPATIAL index must be NOT NULL"
2947
2891
msgstr "Alle Teile eines SPATIAL Index müssen als NOT NULL definiert sein"
2949
#: ../drizzled/error.cc:395
2893
#: ../drizzled/error.cc:390
2951
2895
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2954
#: ../drizzled/error.cc:396
2898
#: ../drizzled/error.cc:391
2957
2901
"Uncompressed data size too large; the maximum size is %d (based on "
2958
2902
"max_allowed_packet). The length of uncompressed data may also be corrupted."
2961
#: ../drizzled/error.cc:397
2905
#: ../drizzled/error.cc:392
2962
2906
msgid "ZLIB: Not enough memory"
2963
2907
msgstr "ZLIB: Nicht genügend Speicher"
2965
#: ../drizzled/error.cc:398
2909
#: ../drizzled/error.cc:393
2967
2911
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2968
2912
"data was corrupted)"
2971
#: ../drizzled/error.cc:399
2915
#: ../drizzled/error.cc:394
2972
2916
msgid "ZLIB: Input data corrupted"
2975
#: ../drizzled/error.cc:400
2919
#: ../drizzled/error.cc:395
2977
2921
msgid "%d line(s) were cut by GROUP_CONCAT()"
2980
#: ../drizzled/error.cc:401
2924
#: ../drizzled/error.cc:396
2982
2926
msgid "Row %ld doesn't contain data for all columns"
2985
#: ../drizzled/error.cc:402
2929
#: ../drizzled/error.cc:397
2988
2932
"Row %ld was truncated; it contained more data than there were input columns"
2991
#: ../drizzled/error.cc:403
2935
#: ../drizzled/error.cc:398
2994
2938
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2997
#: ../drizzled/error.cc:404
2941
#: ../drizzled/error.cc:399
2999
2943
msgid "Out of range value for column '%s' at row %ld"
3000
2944
msgstr "Wert außerhalb des Wertebereichs für Spalte '%s' in Zeile %ld"
3002
#: ../drizzled/error.cc:405
2946
#: ../drizzled/error.cc:400
3004
2948
msgid "Data truncated for column '%s' at row %ld"
3007
#: ../drizzled/error.cc:406
2951
#: ../drizzled/error.cc:401
3009
2953
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
3012
#: ../drizzled/error.cc:407
2956
#: ../drizzled/error.cc:402
3014
2958
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
3017
#: ../drizzled/error.cc:408
2961
#: ../drizzled/error.cc:403
3019
2963
msgid "Illegal mix of collations for operation '%s'"
3022
#: ../drizzled/error.cc:409
2966
#: ../drizzled/error.cc:404
3025
2969
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
3026
2970
"variable_name)"
3029
#: ../drizzled/error.cc:410
2973
#: ../drizzled/error.cc:405
3031
2975
msgid "Unknown collation: '%-.64s'"
3034
#: ../drizzled/error.cc:411
2978
#: ../drizzled/error.cc:406
3037
2981
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
3041
#: ../drizzled/error.cc:412
2985
#: ../drizzled/error.cc:407
3043
2987
msgid "Incorrect index name '%-.100s'"
3044
2988
msgstr "Ungültiger Indexname '%-.100s'"
3046
#: ../drizzled/error.cc:413
2990
#: ../drizzled/error.cc:408
3048
2992
msgid "Incorrect catalog name '%-.100s'"
3049
2993
msgstr "Ungültiger Katalogname '%-.100s'"
3051
#: ../drizzled/error.cc:414
2995
#: ../drizzled/error.cc:409
3053
2997
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
3054
2998
msgstr "Die Spalte '%-.192s' kann nicht Teil eines FULLTEXT Index sein"
3056
#: ../drizzled/error.cc:415
3000
#: ../drizzled/error.cc:410
3058
3002
msgid "Unknown table engine '%s'"
3061
#: ../drizzled/error.cc:416
3005
#: ../drizzled/error.cc:411
3063
3007
msgid "The target table %-.100s of the %s is not updatable"
3066
#: ../drizzled/error.cc:417
3010
#: ../drizzled/error.cc:412
3069
3013
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
3073
#: ../drizzled/error.cc:418
3017
#: ../drizzled/error.cc:413
3076
3020
"The Drizzle server is running with the %s option so it cannot execute this "
3080
#: ../drizzled/error.cc:419
3024
#: ../drizzled/error.cc:414
3082
3026
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
3085
#: ../drizzled/error.cc:420
3029
#: ../drizzled/error.cc:415
3087
3031
msgid "Truncated incorrect %-.32s value: '%-.128s'"
3090
#: ../drizzled/error.cc:421
3034
#: ../drizzled/error.cc:416
3092
3036
"Incorrect table definition; there can be only one TIMESTAMP column with "
3093
3037
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
3096
#: ../drizzled/error.cc:422
3040
#: ../drizzled/error.cc:417
3098
3042
msgid "Invalid ON UPDATE clause for '%-.192s' column"
3101
#: ../drizzled/error.cc:423
3045
#: ../drizzled/error.cc:418
3103
3047
msgid "Got error %d '%-.100s' from %s"
3106
#: ../drizzled/error.cc:424
3050
#: ../drizzled/error.cc:419
3108
3052
msgid "Got temporary error %d '%-.100s' from %s"
3109
3053
msgstr "Vorübergehender Fehler %d '%-.100s' von %s erhalten"
3111
#: ../drizzled/error.cc:425
3055
#: ../drizzled/error.cc:420
3113
3057
msgid "Unknown or incorrect time zone: '%-.64s'"
3114
3058
msgstr "Unbekannte oder ungültige Zeitzone: '%-.64s'"
3116
#: ../drizzled/error.cc:426
3060
#: ../drizzled/error.cc:421
3118
3062
msgid "Invalid %s character string: '%.64s'"
3119
3063
msgstr "Ungültige %s Zeichenkette: '%.64s'"
3121
#: ../drizzled/error.cc:427
3065
#: ../drizzled/error.cc:422
3123
3067
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
3126
#: ../drizzled/error.cc:428
3070
#: ../drizzled/error.cc:423
3128
3072
msgid "%s %s does not exist"
3129
3073
msgstr "%s %s existiert nicht"
3131
#: ../drizzled/error.cc:429
3075
#: ../drizzled/error.cc:424
3132
3076
msgid "Query execution was interrupted"
3133
3077
msgstr "Ausführung der Abfrage wurde unterbrochen"
3135
#: ../drizzled/error.cc:430
3079
#: ../drizzled/error.cc:425
3138
3082
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
3139
3083
"(s) or definer/invoker of view lack rights to use them"
3142
#: ../drizzled/error.cc:431
3086
#: ../drizzled/error.cc:426
3144
3088
msgid "Field '%-.192s' doesn't have a default value"
3147
#: ../drizzled/error.cc:432
3091
#: ../drizzled/error.cc:427
3148
3092
msgid "Division by 0"
3149
3093
msgstr "Division durch Null"
3151
#: ../drizzled/error.cc:433
3095
#: ../drizzled/error.cc:428
3153
3097
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
3156
#: ../drizzled/error.cc:434
3100
#: ../drizzled/error.cc:429
3158
3102
msgid "Illegal %s '%-.192s' value found during parsing"
3161
#: ../drizzled/error.cc:435
3105
#: ../drizzled/error.cc:430
3163
3107
msgid "Key part '%-.192s' length cannot be 0"
3164
3108
msgstr "Die Länge des Schlüsselteils '%-.192s' kann nicht 0 sein"
3166
#: ../drizzled/error.cc:436
3110
#: ../drizzled/error.cc:431
3169
3113
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
4241
4044
"Tabelle '%-.64s' wurde mit einer anderen Drizzle Version angelegt und kann "
4242
4045
"nicht gelesen werden"
4244
#: ../drizzled/tztime.cc:170
4047
#: ../drizzled/tztime.cc:173
4246
4049
msgid "Fatal error: Illegal or unknown default time zone '%s'"
4247
4050
msgstr "Fataler Fehler: Ungültige oder unbekannte Standardzeitzone '%s'"
4249
#: ../plugin/auth_file/auth_file.cc:227
4052
#: ../plugin/auth_file/auth_file.cc:225
4250
4053
#, fuzzy, c-format
4251
4054
msgid "Could not load auth file: %s\n"
4252
4055
msgstr "Konnte Variable '%s' nicht hinzufügen\n"
4254
#: ../plugin/auth_file/auth_file.cc:243
4057
#: ../plugin/auth_file/auth_file.cc:238 ../plugin/auth_file/auth_file.cc:253
4255
4058
msgid "File to load for usernames and passwords"
4258
#: ../plugin/auth_http/auth_http.cc:135
4260
"auth_http plugin loaded but required option url not specified. Against which "
4261
"URL are you intending on authenticating?\n"
4061
#: ../plugin/auth_http/auth_http.cc:143 ../plugin/auth_http/auth_http.cc:150
4062
msgid "Enable HTTP Auth check"
4063
msgstr "HTTP Authentifikation aktivieren"
4264
#: ../plugin/auth_http/auth_http.cc:151
4065
#: ../plugin/auth_http/auth_http.cc:160
4265
4066
msgid "URL for HTTP Auth check"
4266
4067
msgstr "URL für HTTP Authentifikation"
4268
#: ../plugin/auth_ldap/auth_ldap.cc:291
4069
#: ../plugin/auth_ldap/auth_ldap.cc:285
4269
4070
#, fuzzy, c-format
4270
4071
msgid "Reconnect failed: %s\n"
4271
4072
msgstr "Datei kann nicht geöffnet werden: %s\n"
4273
#: ../plugin/auth_ldap/auth_ldap.cc:310
4074
#: ../plugin/auth_ldap/auth_ldap.cc:304
4275
4076
msgid "ldap_search_ext_s failed: %s\n"
4278
#: ../plugin/auth_ldap/auth_ldap.cc:416
4079
#: ../plugin/auth_ldap/auth_ldap.cc:410
4279
4080
#, fuzzy, c-format
4280
4081
msgid "Could not load auth ldap: %s\n"
4281
4082
msgstr "Konnte Variable '%s' nicht hinzufügen\n"
4283
#: ../plugin/auth_ldap/auth_ldap.cc:437
4084
#: ../plugin/auth_ldap/auth_ldap.cc:423
4284
4085
msgid "URI of the LDAP server to contact"
4088
#: ../plugin/auth_ldap/auth_ldap.cc:431
4089
msgid "DN to use when binding to the LDAP server"
4287
4092
#: ../plugin/auth_ldap/auth_ldap.cc:439
4288
msgid "DN to use when binding to the LDAP server"
4291
#: ../plugin/auth_ldap/auth_ldap.cc:441
4293
4094
msgid "Password to use when binding the DN"
4294
4095
msgstr "Password für die Authentifikation"
4296
#: ../plugin/auth_ldap/auth_ldap.cc:443
4097
#: ../plugin/auth_ldap/auth_ldap.cc:447
4297
4098
msgid "DN to use when searching"
4300
#: ../plugin/auth_ldap/auth_ldap.cc:445
4101
#: ../plugin/auth_ldap/auth_ldap.cc:455
4301
4102
msgid "Attribute in LDAP with plain text password"
4304
#: ../plugin/auth_ldap/auth_ldap.cc:447
4105
#: ../plugin/auth_ldap/auth_ldap.cc:463
4305
4106
msgid "Attribute in LDAP with MySQL hashed password"
4308
#: ../plugin/auth_ldap/auth_ldap.cc:449
4109
#: ../plugin/auth_ldap/auth_ldap.cc:471
4309
4110
msgid "How often to empty the users cache, 0 to disable"
4312
#: ../plugin/blitzdb/ha_blitz.cc:1507
4313
msgid "Estimated number of rows that a BlitzDB table will store."
4316
#: ../plugin/console/console.cc:379
4113
#: ../plugin/console/console.cc:346 ../plugin/console/console.cc:361
4317
4114
msgid "Enable the console."
4318
4115
msgstr "Konsole aktivieren."
4320
#: ../plugin/console/console.cc:382
4117
#: ../plugin/console/console.cc:348 ../plugin/console/console.cc:364
4321
4118
msgid "Turn on extra debugging."
4322
4119
msgstr "Extra debugging aktivieren."
4324
#: ../plugin/console/console.cc:385
4121
#: ../plugin/console/console.cc:351 ../plugin/console/console.cc:367
4325
4122
msgid "User to use for auth."
4326
4123
msgstr "Bentuzername für die Authentifikation"
4328
#: ../plugin/console/console.cc:388
4125
#: ../plugin/console/console.cc:353 ../plugin/console/console.cc:370
4329
4126
msgid "Password to use for auth."
4330
4127
msgstr "Password für die Authentifikation"
4332
#: ../plugin/console/console.cc:391
4334
msgid "Default catalog to use."
4335
msgstr "Standard Datenbank"
4337
#: ../plugin/console/console.cc:394
4339
msgid "Default schema to use."
4340
msgstr "Standard Datenbank"
4342
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:121
4129
#: ../plugin/console/console.cc:355 ../plugin/console/console.cc:373
4130
msgid "Default database to use."
4131
msgstr "Standard Datenbank"
4133
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:842
4134
#: ../plugin/mysql_protocol/mysql_protocol.cc:913
4135
msgid "Invalid value of port\n"
4138
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:851
4139
#: ../plugin/mysql_protocol/mysql_protocol.cc:922
4140
msgid "Invalid value for connect_timeout\n"
4143
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:860
4144
#: ../plugin/mysql_protocol/mysql_protocol.cc:931
4145
msgid "Invalid value for read_timeout\n"
4148
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:869
4149
#: ../plugin/mysql_protocol/mysql_protocol.cc:940
4150
msgid "Invalid value for write_timeout\n"
4153
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:878
4154
msgid "Invalid value for retry_count\n"
4157
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:887
4158
#: ../plugin/mysql_protocol/mysql_protocol.cc:958
4159
msgid "Invalid value for buffer_length\n"
4162
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:907
4163
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:931
4345
"Port number to use for connection or 0 for default to with Drizzle/MySQL "
4165
"Port number to use for connection or 0 for default to, in order of "
4166
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default (4427)."
4348
"Portnummer für die Verbindung oder 0 für den Standardwert mit MySQL Protokoll"
4168
"Port Number für die Verbindung oder 0 für Standard (drizzle.cnf, "
4169
"$DRIZZLE_TCP_PORT, built-in default (4427)."
4350
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:124
4351
#: ../plugin/mysql_protocol/mysql_protocol.cc:1018
4171
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:913
4172
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:937
4173
#: ../plugin/mysql_protocol/mysql_protocol.cc:987
4174
#: ../plugin/mysql_protocol/mysql_protocol.cc:1009
4352
4175
msgid "Connect Timeout."
4353
4176
msgstr "Zeitüberschreitung beim Verbindungsaufbau"
4355
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:127
4356
#: ../plugin/mysql_protocol/mysql_protocol.cc:1021
4178
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:916
4179
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:940
4180
#: ../plugin/mysql_protocol/mysql_protocol.cc:990
4181
#: ../plugin/mysql_protocol/mysql_protocol.cc:1012
4357
4182
msgid "Read Timeout."
4358
4183
msgstr "Zeitüberschreitung beim Lesen"
4360
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:130
4361
#: ../plugin/mysql_protocol/mysql_protocol.cc:1024
4185
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:918
4186
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:943
4187
#: ../plugin/mysql_protocol/mysql_protocol.cc:992
4188
#: ../plugin/mysql_protocol/mysql_protocol.cc:1015
4362
4189
msgid "Write Timeout."
4363
4190
msgstr "Zeitüberschreitung beim Schreiben"
4365
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:133
4366
#: ../plugin/mysql_protocol/mysql_protocol.cc:1027
4192
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:920
4193
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:946
4194
#: ../plugin/mysql_protocol/mysql_protocol.cc:994
4195
#: ../plugin/mysql_protocol/mysql_protocol.cc:1018
4367
4196
msgid "Retry Count."
4368
4197
msgstr "Wiederholungsanzahl"
4370
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:136
4371
#: ../plugin/mysql_protocol/mysql_protocol.cc:1030
4199
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:922
4200
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:949
4201
#: ../plugin/mysql_protocol/mysql_protocol.cc:996
4202
#: ../plugin/mysql_protocol/mysql_protocol.cc:1021
4372
4203
msgid "Buffer length."
4373
4204
msgstr "Puffer Länge."
4375
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:139
4376
#: ../plugin/mysql_protocol/mysql_protocol.cc:1033
4206
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:925
4207
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:952
4208
#: ../plugin/mysql_protocol/mysql_protocol.cc:999
4209
#: ../plugin/mysql_protocol/mysql_protocol.cc:1024
4377
4210
msgid "Address to bind to."
4378
4211
msgstr "Bind-Adresse/Hostname"
4380
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:142
4381
#: ../plugin/mysql_protocol/mysql_protocol.cc:1036
4382
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:173
4384
msgid "Maximum simultaneous connections."
4385
msgstr "Zu viele Verbindungen"
4387
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:145
4388
#: ../plugin/mysql_protocol/mysql_protocol.cc:1039
4389
msgid "A restrictive IP address list for incoming admin connections."
4392
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
4393
msgid "Failed to send error message to libnotify\n"
4394
msgstr "Fehlermeldung konnte nicht an libnotify gesendet werden\n"
4396
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
4397
msgid "Error Messages to stderr"
4398
msgstr "Fehlermeldungen an stderr leiten"
4400
#: ../plugin/filtered_replicator/filtered_replicator.cc:578
4401
msgid "Comma-separated list of schemas to exclude"
4404
#: ../plugin/filtered_replicator/filtered_replicator.cc:581
4405
msgid "Comma-separated list of tables to exclude"
4408
#: ../plugin/filtered_replicator/filtered_replicator.cc:584
4410
msgid "Regular expression to apply to schemas to exclude"
4411
msgstr "Regulärer Ausdruck der auf Schemafilter angewendet werden soll"
4413
#: ../plugin/filtered_replicator/filtered_replicator.cc:587
4415
msgid "Regular expression to apply to tables to exclude"
4416
msgstr "Regulärer Ausdruck der auf Tabellenfilter angewendet werden soll"
4418
#: ../plugin/haildb/haildb_engine.cc:1080
4419
#: ../plugin/haildb/haildb_engine.cc:1218
4420
#: ../plugin/haildb/haildb_engine.cc:1248
4213
#: ../plugin/drizzle_protocol/errmsg.cc:31
4214
msgid "Unknown Drizzle error"
4215
msgstr "unbekannter Fehler von Drizzle"
4217
#: ../plugin/drizzle_protocol/errmsg.cc:32
4219
msgid "Can't create UNIX socket (%d)"
4220
msgstr "UNIX-Socket(%d) kann nicht angelegt werden."
4222
#: ../plugin/drizzle_protocol/errmsg.cc:33
4224
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
4226
"Kann nicht mit localem Drizzle server über socket '%-.100s' (%d) verbinden."
4228
#: ../plugin/drizzle_protocol/errmsg.cc:34
4230
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
4232
"Kann keine Verbindung zum Drizzle-Server auf '%-.100s:%lu' herstellen (%d)"
4234
#: ../plugin/drizzle_protocol/errmsg.cc:35
4236
msgid "Can't create TCP/IP socket (%d)"
4237
msgstr "TCP/IP Socket kann nicht angelegt werden (%d)"
4239
#: ../plugin/drizzle_protocol/errmsg.cc:36
4241
msgid "Unknown Drizzle server host '%-.100s' (%d)"
4242
msgstr "unbekannter Drizzle Server Host '%-.100s'(%d)"
4244
#: ../plugin/drizzle_protocol/errmsg.cc:37
4245
msgid "Drizzle server has gone away"
4246
msgstr "Der drizzle Server ist nicht mehr verfügbar"
4248
#: ../plugin/drizzle_protocol/errmsg.cc:38
4250
msgid "Protocol mismatch; server version = %d, client version = %d"
4252
"Protokolle stimmen nicht überein, Serverversion= %d, Klientenversion= %d"
4254
#: ../plugin/drizzle_protocol/errmsg.cc:39
4255
msgid "Drizzle client ran out of memory"
4256
msgstr "Drizzle client hat kein speicher mehr"
4258
#: ../plugin/drizzle_protocol/errmsg.cc:40
4259
msgid "Wrong host info"
4260
msgstr "Ungültige Hostinformation"
4262
#: ../plugin/drizzle_protocol/errmsg.cc:41
4263
msgid "Localhost via UNIX socket"
4264
msgstr "Localhost via UNIX socket"
4266
#: ../plugin/drizzle_protocol/errmsg.cc:42
4268
msgid "%-.100s via TCP/IP"
4269
msgstr "%-.100s via TCP/IP"
4271
#: ../plugin/drizzle_protocol/errmsg.cc:43
4272
msgid "Error in server handshake"
4273
msgstr "Fehler im server handschütteln"
4275
#: ../plugin/drizzle_protocol/errmsg.cc:44
4276
msgid "Lost connection to Drizzle server during query"
4277
msgstr "Verbindung mit Drizzle server während der Abfrage verloren"
4279
#: ../plugin/drizzle_protocol/errmsg.cc:45
4280
msgid "Commands out of sync; you can't run this command now"
4282
"Kommandos nicht synchronisiert, sie können diesen Befehl zur Zeit nicht "
4285
#: ../plugin/drizzle_protocol/errmsg.cc:46
4287
msgid "Named pipe: %-.32s"
4288
msgstr "Named pipe: %-.32s"
4290
#: ../plugin/drizzle_protocol/errmsg.cc:47
4292
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
4293
msgstr "Kann nicht auf named pipe warten zu host: %-.64s pipe: %-.32s (%lu)"
4295
#: ../plugin/drizzle_protocol/errmsg.cc:48
4297
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
4298
msgstr "Kann named pipe zu host: %-.64s pipe: %-.32s (%lu) nicht öffnen"
4300
#: ../plugin/drizzle_protocol/errmsg.cc:49
4302
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
4304
"Kann Status vom named pipe zu host: %-.64s pipe: %-.32s (%lu) nicht setzen"
4306
#: ../plugin/drizzle_protocol/errmsg.cc:50
4308
msgid "Can't initialize character set %-.32s (path: %-.100s)"
4309
msgstr "Kann Zeichensatz %-.32s (path: %-.100s) nicht initialisieren"
4311
#: ../plugin/drizzle_protocol/errmsg.cc:51
4312
msgid "Got packet bigger than 'max_allowed_packet' bytes"
4313
msgstr "Habe ein größeres Packet empfangen als 'max_allowed_packet'"
4315
#: ../plugin/drizzle_protocol/errmsg.cc:52
4316
msgid "Embedded server"
4317
msgstr "eingebetteter Server"
4319
#: ../plugin/drizzle_protocol/errmsg.cc:53
4320
msgid "Error on SHOW SLAVE STATUS:"
4321
msgstr "Fehler bei SHOW SLAVE STATUS:"
4323
#: ../plugin/drizzle_protocol/errmsg.cc:54
4324
msgid "Error on SHOW SLAVE HOSTS:"
4325
msgstr "Fehler bei SHOW SLAVE HOSTS:"
4327
#: ../plugin/drizzle_protocol/errmsg.cc:55
4328
msgid "Error connecting to slave:"
4329
msgstr "Fehler bei der Verbindungsaufnahme zum Slave:"
4331
#: ../plugin/drizzle_protocol/errmsg.cc:56
4332
msgid "Error connecting to master:"
4333
msgstr "Fehler bei der Verbindungsaufnahme zum Master:"
4335
#: ../plugin/drizzle_protocol/errmsg.cc:57
4336
msgid "SSL connection error"
4337
msgstr "SSL Verbindungsfehler"
4339
#: ../plugin/drizzle_protocol/errmsg.cc:58
4340
msgid "Malformed packet"
4341
msgstr "Fehlerhaftes Datenpaket"
4343
#: ../plugin/drizzle_protocol/errmsg.cc:59
4344
#: ../plugin/drizzle_protocol/errmsg.cc:70
4345
#: ../plugin/drizzle_protocol/errmsg.cc:71
4346
#: ../plugin/drizzle_protocol/errmsg.cc:72
4347
#: ../plugin/drizzle_protocol/errmsg.cc:73
4348
#: ../plugin/drizzle_protocol/errmsg.cc:74
4349
#: ../plugin/drizzle_protocol/errmsg.cc:75
4350
#: ../plugin/drizzle_protocol/errmsg.cc:76
4351
#: ../plugin/drizzle_protocol/errmsg.cc:77
4352
#: ../plugin/drizzle_protocol/errmsg.cc:78
4353
msgid "(unused error message)"
4354
msgstr "(ungenutzte Fehlermeldung)"
4356
#: ../plugin/drizzle_protocol/errmsg.cc:60
4357
msgid "Invalid use of null pointer"
4358
msgstr "Ungültige Nutzung eines NULL Zeigers"
4360
#: ../plugin/drizzle_protocol/errmsg.cc:61
4361
msgid "Statement not prepared"
4362
msgstr "Bericht nicht bereit"
4364
#: ../plugin/drizzle_protocol/errmsg.cc:62
4365
msgid "No data supplied for parameters in prepared statement"
4366
msgstr "Keine daten wurden für den vorbereiteten Befehl zur verfügung gestellt"
4368
#: ../plugin/drizzle_protocol/errmsg.cc:63
4369
msgid "Data truncated"
4370
msgstr "Daten abgeschnitten"
4372
#: ../plugin/drizzle_protocol/errmsg.cc:64
4373
msgid "No parameters exist in the statement"
4374
msgstr "Keine Parameter existeren in der Anweisung"
4376
#: ../plugin/drizzle_protocol/errmsg.cc:65
4377
msgid "Invalid parameter number"
4378
msgstr "Ungültige Parameternummer"
4380
#: ../plugin/drizzle_protocol/errmsg.cc:66
4383
"Can't send long data for non-string/non-binary data types (parameter: %d)"
4385
"Kann keine langen Datensätze für nicht-string/nicht-binär Datentypen senden "
4388
#: ../plugin/drizzle_protocol/errmsg.cc:68
4390
msgid "Using unsupported buffer type: %d (parameter: %d)"
4391
msgstr "Nutzung von nicht unterstützten puffer type: %d (parameter: %d)"
4393
#: ../plugin/drizzle_protocol/errmsg.cc:69
4395
msgid "Shared memory: %-.100s"
4396
msgstr "Shared Memory: %-.100s"
4398
#: ../plugin/drizzle_protocol/errmsg.cc:79
4399
msgid "Wrong or unknown protocol"
4400
msgstr "Falsches oder ungültiges Protokoll"
4402
#: ../plugin/drizzle_protocol/errmsg.cc:80
4403
msgid "Invalid connection handle"
4404
msgstr "ungültiger Verbindungsversuch"
4406
#: ../plugin/drizzle_protocol/errmsg.cc:81
4408
"Connection using old (pre-4.1.1) authentication protocol refused (client "
4409
"option 'secure_auth' enabled)"
4411
"Verbindung wird mit einem alten (pre-4.1.1) authentifizierungsprotokoll "
4412
"versucht. Verbindung wird abgelehnt (client Option 'secure_auth' activiert)."
4414
#: ../plugin/drizzle_protocol/errmsg.cc:83
4415
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
4416
msgstr "Reiheabfrage wurde durch drizzle-stmt_close() Aufruf abgebrochen"
4418
#: ../plugin/drizzle_protocol/errmsg.cc:84
4419
msgid "Attempt to read column without prior row fetch"
4420
msgstr "Versuch, die Spalte zu lesen ohne vorheriges Holen der Reihe"
4422
#: ../plugin/drizzle_protocol/errmsg.cc:85
4423
msgid "Prepared statement contains no metadata"
4424
msgstr "vorbereiteter Bericht enthält keine Metadaten"
4426
#: ../plugin/drizzle_protocol/errmsg.cc:86
4428
"Attempt to read a row while there is no result set associated with the "
4431
"Versuch eine Zeile zu lesen während kein result set zu dem befehl assoziiert "
4434
#: ../plugin/drizzle_protocol/errmsg.cc:88
4435
msgid "This feature is not implemented yet"
4436
msgstr "Dieses Feature ist noch nicht implementiert"
4438
#: ../plugin/drizzle_protocol/errmsg.cc:89
4441
"Lost connection to Drizzle server while waiting for initial communication "
4442
"packet, system error: %d"
4444
"Verbindung zum Drizzle Server verloren, während auf das anfängliche "
4445
"Datenübertragungspaket gewartet wurde, Systemfehler: %d"
4447
#: ../plugin/drizzle_protocol/errmsg.cc:91
4450
"Lost connection to Drizzle server while reading initial communication "
4451
"packet, system error: %d"
4453
"Verbindung zum Drizzle Server verloren, während das anfängliche "
4454
"Datenübertragungspaket gelesen wurde, Systemfehler: %d"
4456
#: ../plugin/drizzle_protocol/errmsg.cc:93
4459
"Lost connection to Drizzle server while sending authentication information, "
4462
"Verbindung zum Drizzle Server verloren, während die "
4463
"Authentifizeriungsinformation gesendet wurde, Systemfehler: %d"
4465
#: ../plugin/drizzle_protocol/errmsg.cc:95
4468
"Lost connection to Drizzle server while reading authorization information, "
4471
"Verbindung zum Drizzle Server verloren, während die "
4472
"Authentifizeriungsinformation gelesen wurde, Systemfehler: %d"
4474
#: ../plugin/drizzle_protocol/errmsg.cc:97
4477
"Lost connection to Drizzle server while setting initial database, system "
4480
"Verbindung zum Drizzle Server verloren, während die ursprüngliche Datenbank "
4481
"initialisiert wurde, Systemfehler: %d"
4483
#: ../plugin/drizzle_protocol/errmsg.cc:99
4485
msgid "Statement closed indirectly because of a preceding %s() call"
4486
msgstr "Statement indirekt geschlossen wegen vorherigen Aufruf von %s()"
4488
#. CR_NET_UNCOMPRESS_ERROR 08S01
4489
#: ../plugin/drizzle_protocol/errmsg.cc:101
4490
msgid "Couldn't uncompress communication packet"
4491
msgstr "Kann Kommunikatiospaket nicht entpacken"
4493
#. CR_NET_READ_ERROR 08S01
4494
#: ../plugin/drizzle_protocol/errmsg.cc:103
4495
msgid "Got an error reading communication packets"
4496
msgstr "Fehler beim Lesen eines Kommunikationspackets"
4498
#. CR_NET_READ_INTERRUPTED 08S01
4499
#: ../plugin/drizzle_protocol/errmsg.cc:105
4500
msgid "Got timeout reading communication packets"
4501
msgstr "Zeitüberschreitung beim Lesen eines Kommunikationspackets"
4503
#. CR_NET_ERROR_ON_WRITE 08S01
4504
#: ../plugin/drizzle_protocol/errmsg.cc:107
4505
msgid "Got an error writing communication packets"
4506
msgstr "Fehler beim Schreiben eines Kommunikationspackets"
4508
#. CR_NET_WRITE_INTERRUPTED 08S01
4509
#: ../plugin/drizzle_protocol/errmsg.cc:109
4510
msgid "Got timeout writing communication packets"
4511
msgstr "Zeitüberschreitung beim Schreiben eines Kommunikationspackets"
4513
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1069
4514
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1207
4515
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1237
4421
4516
#, fuzzy, c-format
4422
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
4517
msgid "Cannot create table %s. InnoDB Error %d (%s)\n"
4423
4518
msgstr "Tabelle '%-.200s kann nicht erzeugt werden (Fehlernummer: %d)"
4425
#: ../plugin/haildb/haildb_engine.cc:1099
4520
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1088
4426
4521
#, fuzzy, c-format
4427
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
4522
msgid "Cannot create field %s on table %s. InnoDB Error %d (%s)\n"
4429
4524
"Kann '%s' nicht als symbolische Verknüpfung auf '%s' anlegen (Fehlercode: %d)"
4431
#: ../plugin/haildb/haildb_engine.cc:1197
4432
#: ../plugin/haildb/haildb_engine.cc:1310
4433
#: ../plugin/haildb/haildb_engine.cc:1491
4434
#: ../plugin/haildb/haildb_engine.cc:2157
4436
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
4439
#: ../plugin/haildb/haildb_engine.cc:1349
4440
#: ../plugin/haildb/haildb_engine.cc:1365
4442
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
4445
#: ../plugin/haildb/haildb_engine.cc:3403
4447
msgid "Error starting HailDB %d (%s)\n"
4450
#: ../plugin/haildb/haildb_engine.cc:3432
4451
msgid "Disable HailDB adaptive hash index (enabled by default)."
4454
#: ../plugin/haildb/haildb_engine.cc:3434
4526
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1186
4527
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1299
4528
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1480
4529
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2056
4531
msgid "Cannot Lock Embedded InnoDB Data Dictionary. InnoDB Error %d (%s)\n"
4534
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1338
4535
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1354
4537
msgid "Cannot DROP table %s. InnoDB Error %d (%s)\n"
4540
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2864
4541
msgid "Invalid value of additional-mem-pool-size"
4544
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2875
4545
msgid "Invalid value of autoextend-increment"
4548
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2884
4550
msgid "Invalid value of buffer-pool-size"
4551
msgstr "Ungültige Nutzung eines NULL Zeigers"
4553
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2895
4555
msgid "Invalid value of io-capacity"
4556
msgstr "Ungültiger Einsatz einer Gruppierungsfunktion"
4558
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2904
4560
msgid "Invalid value of fast-shutdown"
4561
msgstr "Ungültiger Einsatz einer Gruppierungsfunktion"
4563
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2913
4564
msgid "Invalid value of flush-log-at-trx-commit"
4567
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2922
4568
msgid "Invalid value of force-recovery"
4571
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2931
4573
msgid "Invalid value of log-file-size"
4574
msgstr "Ungültige Nutzung eines NULL Zeigers"
4576
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2942
4578
msgid "Invalid value of log-files-in-group"
4579
msgstr "Ungültige Nutzung eines NULL Zeigers"
4581
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2951
4583
msgid "Invalid value of lock-wait-timeout"
4584
msgstr "Fehler: Ungültiger Wert für connect_timeout"
4586
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2960
4588
msgid "Invalid value of log-buffer-size"
4589
msgstr "Ungültige Nutzung eines NULL Zeigers"
4591
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2971
4593
msgid "Invalid value of lru-old-blocks-pct"
4594
msgstr "Ungültige Nutzung eines NULL Zeigers"
4596
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2980
4597
msgid "Invalid value of lru-block-access-recency"
4600
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2989
4601
msgid "Invalid value of max-dirty-pages-pct"
4604
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2998
4606
msgid "Invalid value of max-purge-lag"
4607
msgstr "Ungültige Nutzung eines NULL Wertes."
4609
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3007
4611
msgid "Invalid value of open-files"
4612
msgstr "Ungültiger Einsatz einer Gruppierungsfunktion"
4614
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3016
4615
msgid "Invalid value of read-io-threads"
4618
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3025
4620
msgid "Invalid value of sync_spin_loops"
4621
msgstr "Ungültige Nutzung eines NULL Zeigers"
4623
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3229
4625
msgid "Error starting Embedded InnoDB %d (%s)\n"
4628
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3531
4629
msgid "Disable InnoDB adaptive hash index (enabled by default)."
4632
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3533
4455
4633
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
4458
#: ../plugin/haildb/haildb_engine.cc:3437
4636
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3536
4460
"Size of a memory pool HailDB uses to store data dictionary information and "
4638
"Size of a memory pool InnoDB uses to store data dictionary information and "
4461
4639
"other internal data structures."
4464
#: ../plugin/haildb/haildb_engine.cc:3440
4642
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3539
4465
4643
msgid "Data file autoextend increment in megabytes"
4468
#: ../plugin/haildb/haildb_engine.cc:3443
4646
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3542
4470
"The size of the memory buffer HailDB uses to cache data and indexes of its "
4648
"The size of the memory buffer InnoDB uses to cache data and indexes of its "
4474
#: ../plugin/haildb/haildb_engine.cc:3446
4475
msgid "The common part for HailDB table spaces."
4478
#: ../plugin/haildb/haildb_engine.cc:3448
4479
msgid "Disable HailDB checksums validation (enabled by default)."
4482
#: ../plugin/haildb/haildb_engine.cc:3450
4483
msgid "Disable HailDB doublewrite buffer (enabled by default)."
4486
#: ../plugin/haildb/haildb_engine.cc:3453
4652
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3545
4653
msgid "The common part for InnoDB table spaces."
4656
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3547
4657
msgid "Disable InnoDB checksums validation (enabled by default)."
4660
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3549
4661
msgid "Disable InnoDB doublewrite buffer (enabled by default)."
4664
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3552
4487
4665
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4490
#: ../plugin/haildb/haildb_engine.cc:3456
4668
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3555
4492
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
4670
"Speeds up the shutdown process of the InnoDB storage engine. Possible values "
4493
4671
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4496
#: ../plugin/haildb/haildb_engine.cc:3459
4497
msgid "Stores each HailDB table to an .ibd file in the database dir."
4674
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3558
4675
msgid "Stores each InnoDB table to an .ibd file in the database dir."
4500
#: ../plugin/haildb/haildb_engine.cc:3462
4678
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3561
4501
4679
msgid "File format to use for new tables in .ibd files."
4504
#: ../plugin/haildb/haildb_engine.cc:3465
4682
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3564
4506
4684
"Set to 0 (write and flush once per second),1 (write and flush at each "
4507
4685
"commit) or 2 (write at commit, flush once per second)."
4510
#: ../plugin/haildb/haildb_engine.cc:3468
4688
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3567
4511
4689
msgid "With which method to flush data."
4514
#: ../plugin/haildb/haildb_engine.cc:3471
4692
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3570
4516
4694
"Helps to save your data in case the disk image of the database becomes "
4520
#: ../plugin/haildb/haildb_engine.cc:3474
4698
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3573
4699
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3576
4521
4700
msgid "Path to individual files and their sizes."
4524
#: ../plugin/haildb/haildb_engine.cc:3477
4703
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3579
4526
msgid "Path to HailDB log files."
4705
msgid "Path to InnoDB log files."
4527
4706
msgstr "Pfad für temporäre Dateien"
4529
#: ../plugin/haildb/haildb_engine.cc:3480
4708
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3582
4530
4709
msgid "Size of each log file in a log group."
4533
#: ../plugin/haildb/haildb_engine.cc:3483
4712
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3585
4535
"Number of log files in the log group. HailDB writes to the files in a "
4714
"Number of log files in the log group. InnoDB writes to the files in a "
4536
4715
"circular fashion. Value 3 is recommended here."
4539
#: ../plugin/haildb/haildb_engine.cc:3486
4718
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3588
4541
"Timeout in seconds an HailDB transaction may wait for a lock before being "
4720
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4542
4721
"rolled back. Values above 100000000 disable the timeout."
4545
#: ../plugin/haildb/haildb_engine.cc:3489
4724
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3591
4548
"The size of the buffer which HailDB uses to write log to the log files on "
4727
"The size of the buffer which InnoDB uses to write log to the log files on "
4550
4729
msgstr "Größe des Buffers, die für volle Beteiligung verwendet wird."
4552
#: ../plugin/haildb/haildb_engine.cc:3492
4731
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3594
4554
4733
"Sets the point in the LRU list from where all pages are classified as old "
4555
4734
"(Advanced users)"
4558
#: ../plugin/haildb/haildb_engine.cc:3495
4737
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3597
4560
4739
"Milliseconds between accesses to a block at which it is made young. "
4561
4740
"0=disabled (Advanced users)"
4564
#: ../plugin/haildb/haildb_engine.cc:3498
4743
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3600
4565
4744
msgid "Percentage of dirty pages allowed in bufferpool."
4568
#: ../plugin/haildb/haildb_engine.cc:3501
4747
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3603
4569
4748
msgid "Desired maximum length of the purge queue (0 = no limit)"
4572
#: ../plugin/haildb/haildb_engine.cc:3504
4751
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3606
4574
4753
"Roll back the complete transaction on lock wait timeout, for 4.x "
4575
4754
"compatibility (disabled by default)"
4578
#: ../plugin/haildb/haildb_engine.cc:3507
4579
msgid "How many files at the maximum HailDB keeps open at the same time."
4582
#: ../plugin/haildb/haildb_engine.cc:3510
4583
msgid "Number of background read I/O threads in HailDB."
4586
#: ../plugin/haildb/haildb_engine.cc:3513
4587
msgid "Number of background write I/O threads in HailDB."
4590
#: ../plugin/haildb/haildb_engine.cc:3515
4757
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3609
4758
msgid "How many files at the maximum InnoDB keeps open at the same time."
4761
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3612
4762
msgid "Number of background read I/O threads in InnoDB."
4765
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3615
4766
msgid "Number of background write I/O threads in InnoDB."
4769
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3617
4592
4771
"Disable if you want to reduce the number of messages written to the log "
4593
4772
"(default: enabled)."
4596
#: ../plugin/haildb/haildb_engine.cc:3518
4597
msgid "Enable SHOW HAILDB STATUS output in the log"
4600
#: ../plugin/haildb/haildb_engine.cc:3521
4601
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4604
#: ../plugin/haildb/haildb_engine.cc:3523
4775
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3620
4776
msgid "Enable SHOW INNODB STATUS output in the log"
4779
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3623
4780
msgid "Count of spin-loop rounds in InnoDB mutexes (30 by default)"
4783
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3625
4606
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4609
#: ../plugin/hello_events/hello_events.cc:401
4785
"Use InnoDB's internal memory allocator instead of the OS memory allocator"
4788
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
4790
msgid "Failed to send error message to libnotify\n"
4791
msgstr "Fehlermeldung konnte nicht an libnotify gesendet werden\n"
4793
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
4794
msgid "Error Messages to stderr"
4795
msgstr "Fehlermeldungen an stderr leiten"
4797
#: ../plugin/filtered_replicator/filtered_replicator.cc:621
4798
#: ../plugin/filtered_replicator/filtered_replicator.cc:630
4799
msgid "List of schemas to filter"
4800
msgstr "Schemata die gefiltert werden sollen"
4802
#: ../plugin/filtered_replicator/filtered_replicator.cc:624
4803
#: ../plugin/filtered_replicator/filtered_replicator.cc:637
4804
msgid "List of tables to filter"
4805
msgstr "Tabellen die gefiltert werden sollen"
4807
#: ../plugin/filtered_replicator/filtered_replicator.cc:644
4808
msgid "Regular expression to apply to schemas to filter"
4809
msgstr "Regulärer Ausdruck der auf Schemafilter angewendet werden soll"
4811
#: ../plugin/filtered_replicator/filtered_replicator.cc:651
4812
msgid "Regular expression to apply to tables to filter"
4813
msgstr "Regulärer Ausdruck der auf Tabellenfilter angewendet werden soll"
4815
#: ../plugin/hello_events/hello_events.cc:301
4816
msgid "Invalid value of before-write-position\n"
4819
#: ../plugin/hello_events/hello_events.cc:310
4820
#: ../plugin/hello_events/hello_events.cc:319
4822
msgid "Invalid value of before-update-position\n"
4823
msgstr "Ungültiger Einsatz einer Gruppierungsfunktion"
4825
#: ../plugin/hello_events/hello_events.cc:359
4826
#: ../plugin/hello_events/hello_events.cc:362
4827
#: ../plugin/hello_events/hello_events.cc:380
4828
msgid "A comma delimited list of databases to watch"
4831
#: ../plugin/hello_events/hello_events.cc:365
4832
#: ../plugin/hello_events/hello_events.cc:396
4610
4833
msgid "Enable Example Events Plugin"
4836
#: ../plugin/hello_events/hello_events.cc:368
4613
4837
#: ../plugin/hello_events/hello_events.cc:404
4614
#: ../plugin/hello_events/hello_events.cc:407
4615
msgid "A comma delimited list of databases to watch"
4618
#: ../plugin/hello_events/hello_events.cc:410
4619
4838
msgid "Before write row event observer call position"
4622
#: ../plugin/hello_events/hello_events.cc:413
4623
#: ../plugin/pbms/src/parameters_ms.cc:461
4841
#: ../plugin/hello_events/hello_events.cc:371
4842
#: ../plugin/hello_events/hello_events.cc:415
4843
#: ../plugin/pbms/src/parameters_ms.cc:579
4624
4844
msgid "Before update row event observer call position"
4627
#: ../plugin/hello_events/hello_events.cc:416
4847
#: ../plugin/hello_events/hello_events.cc:374
4848
#: ../plugin/hello_events/hello_events.cc:426
4628
4849
msgid "After drop database event observer call position"
4631
#: ../plugin/hello_events/hello_events.cc:427
4852
#: ../plugin/hello_events/hello_events.cc:388
4853
msgid "A comma delimited list of tables to watch"
4856
#: ../plugin/hello_events/hello_events.cc:450
4632
4857
msgid "An example events Plugin"
4635
#: ../plugin/innobase/handler/data_dictionary.cc:760
4860
#: ../plugin/innobase/handler/data_dictionary.cc:202
4637
4862
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4640
#: ../plugin/innobase/handler/ha_innodb.cc:1914
4642
"Once InnoDB is running, innodb_commit_concurrency must not change between "
4646
#: ../plugin/innobase/handler/ha_innodb.cc:2179
4648
"syntax error in innodb_log_group_home_dir, or a wrong number of mirrored log "
4652
#: ../plugin/innobase/handler/ha_innodb.cc:2223
4655
"InnoDB: invalid innodb_file_format_max value: should be any value up to %s "
4656
"or its equivalent numeric id"
4659
#: ../plugin/innobase/handler/ha_innodb.cc:9359
4660
msgid "Do not use Native AIO library for IO, even if available"
4663
#: ../plugin/innobase/handler/ha_innodb.cc:9375
4665
msgid "Enable internal replication log."
4666
msgstr "Transaktionslog aktivieren"
4668
#: ../plugin/innobase/handler/ha_innodb.cc:9378
4670
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4671
"rolled back. Values above 100000000 disable the timeout."
4674
#: ../plugin/innobase/handler/ha_innodb.cc:9381
4675
msgid "Percentage of the buffer pool to reserve for 'old' blocks."
4678
#: ../plugin/innobase/handler/ha_innodb.cc:9384
4680
"ove blocks to the 'new' end of the buffer pool if the first access was at "
4681
"least this many milliseconds ago. The timeout is disabled if 0 (the default)."
4684
#: ../plugin/innobase/handler/replication_dictionary.cc:109
4685
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
4686
#: ../plugin/transaction_log/print_transaction_message.cc:177
4687
#: ../plugin/transaction_log/transaction_log_reader.cc:161
4689
msgid "Unable to parse transaction. Got error: %s.\n"
4690
msgstr "Transaktion kann verarbeitet werden. Fehler: %s.\n"
4692
#: ../plugin/innobase/srv/srv0start.cc:1034
4693
msgid "InnoDB: cannot determine Mac OS X version!\n"
4696
#: ../plugin/innobase/srv/srv0start.cc:1039
4698
"InnoDB: On Mac OS X, fsync() may be broken on internal drives,\n"
4699
"InnoDB: making transactions unsafe!\n"
4702
#: ../plugin/innobase/srv/srv0start.cc:1048
4705
"InnoDB: Error: size of InnoDB's ulint is %lu, but size of void* is %lu.\n"
4706
"InnoDB: The sizes should be the same so that on a 64-bit platform you can\n"
4707
"InnoDB: allocate more than 4 GB of memory."
4710
#: ../plugin/innobase/srv/srv0start.cc:1063
4712
msgid "InnoDB: !!!!!!!! UNIV_DEBUG switched on !!!!!!!!!\n"
4715
#: ../plugin/innobase/srv/srv0start.cc:1068
4718
"InnoDB: !!!!!!!! UNIV_IBUF_DEBUG switched on !!!!!!!!!\n"
4719
"InnoDB: !!!!!!!! UNIV_IBUF_COUNT_DEBUG switched on !!!!!!!!!\n"
4720
"InnoDB: Crash recovery will fail with UNIV_IBUF_COUNT_DEBUG\n"
4723
#: ../plugin/innobase/srv/srv0start.cc:1078
4725
msgid "InnoDB: !!!!!!!! UNIV_SYNC_DEBUG switched on !!!!!!!!!\n"
4728
#: ../plugin/innobase/srv/srv0start.cc:1083
4730
msgid "InnoDB: !!!!!!!! UNIV_SEARCH_DEBUG switched on !!!!!!!!!\n"
4733
#: ../plugin/innobase/srv/srv0start.cc:1088
4735
msgid "InnoDB: !!!!!!!! UNIV_LOG_LSN_DEBUG switched on !!!!!!!!!\n"
4738
#: ../plugin/innobase/srv/srv0start.cc:1092
4740
msgid "InnoDB: !!!!!!!! UNIV_MEM_DEBUG switched on !!!!!!!!!\n"
4743
#: ../plugin/innobase/srv/srv0start.cc:1097
4745
msgid "InnoDB: The InnoDB memory heap is disabled\n"
4748
#: ../plugin/innobase/srv/srv0start.cc:1167
4750
msgid " InnoDB: Using Linux native AIO\n"
4753
#: ../plugin/logging_gearman/logging_gearman.cc:186
4865
#: ../plugin/innobase/handler/ha_innodb.cc:1831
4867
msgid "Invalid value for io-capacity\n"
4868
msgstr "Fehler: Ungültiger Wert für connect_timeout"
4870
#: ../plugin/innobase/handler/ha_innodb.cc:1849
4872
msgid "Invalid value for fast-shutdown\n"
4873
msgstr "Ungültiger Einsatz einer Gruppierungsfunktion"
4875
#: ../plugin/innobase/handler/ha_innodb.cc:1863
4876
msgid "Invalid value for flush-log-at-trx-commit\n"
4879
#: ../plugin/innobase/handler/ha_innodb.cc:1893
4880
msgid "Invalid value for max-dirty-pages-pct\n"
4883
#: ../plugin/innobase/handler/ha_innodb.cc:1902
4884
msgid "Invalid value for stats-sample-pages\n"
4887
#: ../plugin/innobase/handler/ha_innodb.cc:1913
4888
msgid "Invalid value for additional-mem-pool-size\n"
4891
#: ../plugin/innobase/handler/ha_innodb.cc:1923
4893
msgid "Invalid value for autoextend-increment\n"
4894
msgstr "Fehler: Ungültiger Wert für connect_timeout"
4896
#: ../plugin/innobase/handler/ha_innodb.cc:1933
4897
msgid "Invalid value for buffer-pool-size\n"
4900
#: ../plugin/innobase/handler/ha_innodb.cc:1943
4901
msgid "Invalid value for commit-concurrency\n"
4904
#: ../plugin/innobase/handler/ha_innodb.cc:1952
4906
msgid "Invalid value for concurrency-tickets\n"
4907
msgstr "Fehler: Ungültiger Wert für connect_timeout"
4909
#: ../plugin/innobase/handler/ha_innodb.cc:1961
4910
msgid "Invalid value for read-io-threads\n"
4913
#: ../plugin/innobase/handler/ha_innodb.cc:1970
4914
msgid "Invalid value for write-io-threads\n"
4917
#: ../plugin/innobase/handler/ha_innodb.cc:1979
4918
msgid "Invalid value for force-recovery\n"
4921
#: ../plugin/innobase/handler/ha_innodb.cc:1989
4922
#: ../plugin/innobase/handler/ha_innodb.cc:1999
4923
msgid "Invalid value for log-file-size\n"
4926
#: ../plugin/innobase/handler/ha_innodb.cc:2008
4927
msgid "Invalid value for log-files-in-group\n"
4930
#: ../plugin/innobase/handler/ha_innodb.cc:2017
4931
msgid "Invalid value for mirrored-log-groups\n"
4934
#: ../plugin/innobase/handler/ha_innodb.cc:2026
4936
msgid "Invalid value for open-files\n"
4937
msgstr "Ungültiger Vorgabewert für '%-.192s'"
4939
#: ../plugin/innobase/handler/ha_innodb.cc:2035
4940
msgid "Invalid value for thread-concurrency\n"
4943
#: ../plugin/innobase/handler/ha_innodb.cc:2058
4944
msgid "Invalid value for read-ahead-threshold\n"
4947
#: ../plugin/innobase/handler/ha_innodb.cc:2072
4949
msgid "Invalid value for lock-wait-timeout\n"
4950
msgstr "Fehler: Ungültiger Wert für connect_timeout"
4952
#: ../plugin/logging_gearman/logging_gearman.cc:199
4755
4954
msgid "fail gearman_client_create(): %s"
4756
4955
msgstr "gearman_client_create() fehlgeschlagen: %s"
4758
#: ../plugin/logging_gearman/logging_gearman.cc:197
4957
#: ../plugin/logging_gearman/logging_gearman.cc:210
4760
4959
msgid "fail gearman_client_add_server(): %s"
4761
4960
msgstr "gearman_client_add_server() fehlgeschlagen: %s"
4763
#: ../plugin/logging_gearman/logging_gearman.cc:302
4962
#: ../plugin/logging_gearman/logging_gearman.cc:309
4963
#: ../plugin/logging_gearman/logging_gearman.cc:316
4964
msgid "Enable logging to a gearman server"
4965
msgstr "Aktiviert protokollieren an einen gearman Server"
4967
#: ../plugin/logging_gearman/logging_gearman.cc:325
4764
4968
msgid "Hostname for logging to a Gearman server"
4765
4969
msgstr "Hostname für protokollieren an einen gearman Server"
4767
#: ../plugin/logging_gearman/logging_gearman.cc:305
4971
#: ../plugin/logging_gearman/logging_gearman.cc:334
4768
4972
msgid "Gearman Function to send logging to"
4769
4973
msgstr "Gearman Funktion an die protokolliert wird"
4771
#: ../plugin/logging_gearman/logging_gearman.cc:316
4975
#: ../plugin/logging_gearman/logging_gearman.cc:352
4772
4976
msgid "Log queries to a Gearman server"
4773
4977
msgstr "Anfragen an einen gearman Server protokollieren"
4775
#: ../plugin/logging_query/logging_query.cc:178
4979
#: ../plugin/logging_query/logging_query.cc:192
4777
4981
msgid "fail open() fn=%s er=%s\n"
4778
4982
msgstr "Fehler in Funktion open() fn=%s er=%s\n"
4780
#: ../plugin/logging_query/logging_query.cc:319
4984
#: ../plugin/logging_query/logging_query.cc:316
4985
msgid "Invalid value for threshold-slow"
4988
#: ../plugin/logging_query/logging_query.cc:325
4989
msgid "Invalid value for threshold-big-resultset"
4992
#: ../plugin/logging_query/logging_query.cc:334
4993
msgid "Invalid value for threshold-big-examined"
4996
#: ../plugin/logging_query/logging_query.cc:348
4997
#: ../plugin/logging_query/logging_query.cc:364
4781
4998
msgid "Enable logging to CSV file"
4782
4999
msgstr "Protokollieren in CSV Datei"
4784
#: ../plugin/logging_query/logging_query.cc:322
4785
msgid "File to log to"
4786
msgstr "Protokolldatei"
4788
#: ../plugin/logging_query/logging_query.cc:325
4789
msgid "PCRE to match the query against"
4790
msgstr "PCRE Ausdruck auf die Anfragen passen müssen"
4792
#: ../plugin/logging_query/logging_query.cc:328 ../plugin/syslog/module.cc:107
5001
#: ../plugin/logging_query/logging_query.cc:351
5002
#: ../plugin/logging_query/logging_query.cc:391 ../plugin/syslog/module.cc:167
5003
#: ../plugin/syslog/module.cc:233
4793
5004
msgid "Threshold for logging slow queries, in microseconds"
4794
5005
msgstr "Grenzwert um langsame Anfragen zu protokollieren (in Mikrosekunden)"
4796
#: ../plugin/logging_query/logging_query.cc:331 ../plugin/syslog/module.cc:110
5007
#: ../plugin/logging_query/logging_query.cc:354
5008
#: ../plugin/logging_query/logging_query.cc:403 ../plugin/syslog/module.cc:179
5009
#: ../plugin/syslog/module.cc:236
4797
5010
msgid "Threshold for logging big queries, for rows returned"
4798
5011
msgstr "Grenzwert um große Antworten zu protokollieren (zurückgegebene Zeilen)"
4800
#: ../plugin/logging_query/logging_query.cc:334 ../plugin/syslog/module.cc:113
5013
#: ../plugin/logging_query/logging_query.cc:357
5014
#: ../plugin/logging_query/logging_query.cc:415 ../plugin/syslog/module.cc:191
5015
#: ../plugin/syslog/module.cc:239
4801
5016
msgid "Threshold for logging big queries, for rows examined"
4802
5017
msgstr "Grenzwert um große Antworten zu protokollieren (untersuchte Zeilen)"
4804
#: ../plugin/logging_query/logging_query.cc:345
5019
#: ../plugin/logging_query/logging_query.cc:373
5020
msgid "File to log to"
5021
msgstr "Protokolldatei"
5023
#: ../plugin/logging_query/logging_query.cc:382
5024
msgid "PCRE to match the query against"
5025
msgstr "PCRE Ausdruck auf die Anfragen passen müssen"
5027
#: ../plugin/logging_query/logging_query.cc:439
4805
5028
msgid "Log queries to a CSV file"
4806
5029
msgstr "Protokolliere Abfragen in einer CSV-Datei"
4808
#: ../plugin/logging_stats/logging_stats.cc:373
5031
#: ../plugin/logging_stats/logging_stats.cc:315
5033
msgid "Invalid value for max-user-count\n"
5034
msgstr "Fehler: Ungültiger Wert für max_input_line"
5036
#: ../plugin/logging_stats/logging_stats.cc:323
5038
msgid "Invalid value for bucket-count\n"
5039
msgstr "Fehler: Ungültiger Wert für connect_timeout"
5041
#: ../plugin/logging_stats/logging_stats.cc:332
5042
msgid "Invalid value for scoreboard-size\n"
5045
#: ../plugin/logging_stats/logging_stats.cc:367
5046
#: ../plugin/logging_stats/logging_stats.cc:409
4809
5047
msgid "Max number of users that will be logged"
4812
#: ../plugin/logging_stats/logging_stats.cc:376
5050
#: ../plugin/logging_stats/logging_stats.cc:378
5051
#: ../plugin/logging_stats/logging_stats.cc:412
4814
5053
msgid "Max number of range locks to use for Scoreboard"
4815
5054
msgstr "maximale Anzahl an Bytes in sortierten Datensätzen."
4817
#: ../plugin/logging_stats/logging_stats.cc:379
5056
#: ../plugin/logging_stats/logging_stats.cc:389
5057
#: ../plugin/logging_stats/logging_stats.cc:415
4818
5058
msgid "Max number of concurrent sessions that will be logged"
4821
#: ../plugin/logging_stats/logging_stats.cc:380
5061
#: ../plugin/logging_stats/logging_stats.cc:400
5062
#: ../plugin/logging_stats/logging_stats.cc:416
4823
5064
msgid "Enable Logging Statistics Collection"
4824
5065
msgstr "Protokollieren in CSV Datei"
4826
#: ../plugin/logging_stats/logging_stats.cc:389
5067
#: ../plugin/logging_stats/logging_stats.cc:433
4827
5068
msgid "User Statistics as DATA_DICTIONARY tables"