@@ -4,8 +4,8 @@ msgstr ""
4
4
"Project-Id-Version : phpMyAdmin 4.0.0-dev\n "
5
5
"
Report-Msgid-Bugs-To :
[email protected] \n"
6
6
"POT-Creation-Date : 2012-12-19 10:08-0500\n "
7
- "PO-Revision-Date : 2012-12-19 16:38 +0200\n "
8
- "
Last-Translator :
Dieter Adriaenssens <[email protected] >\n"
7
+ "PO-Revision-Date : 2012-12-19 20:41 +0200\n "
8
+ "
Last-Translator :
Lieven Baes <[email protected] >\n"
9
9
"Language-Team : Dutch <http://l10n.cihar.com/projects/phpmyadmin/master/nl/>\n "
10
10
"Language : nl\n "
11
11
"MIME-Version : 1.0\n "
@@ -2772,7 +2772,7 @@ msgstr "Nieuw phpMyAdmin-scherm openen"
2772
2772
2773
2773
#: libraries/Header.class.php:387
2774
2774
msgid "Click on the bar to scroll to top of page"
2775
- msgstr ""
2775
+ msgstr "Klik op de bar om te scrollen naar het begin van de pagina "
2776
2776
2777
2777
#: libraries/Header.class.php:593
2778
2778
#: libraries/plugins/auth/AuthenticationCookie.class.php:255
@@ -3314,30 +3314,41 @@ msgstr "Thema"
3314
3314
msgid ""
3315
3315
"A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255"
3316
3316
msgstr ""
3317
+ "Een 1-byte integer, signed range is van -128 tot 127, unsigned range is 0 to "
3318
+ "255"
3317
3319
3318
3320
#: libraries/Types.class.php:298
3319
3321
msgid ""
3320
3322
"A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to "
3321
3323
"65,535"
3322
3324
msgstr ""
3325
+ "Een 2-byte integer, signed range van -32,768 tot 32,767, unsigned range van "
3326
+ "0 tot 65,535"
3323
3327
3324
3328
#: libraries/Types.class.php:300
3325
3329
msgid ""
3326
3330
"A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is "
3327
3331
"0 to 16,777,215"
3328
3332
msgstr ""
3333
+ "Een 3-byte integer, signed range van -8,388,608 tot 8,388,607, unsigned "
3334
+ "range van 0 tot 16,777,215"
3329
3335
3330
3336
#: libraries/Types.class.php:302
3331
3337
msgid ""
3332
3338
"A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned "
3333
3339
"range is 0 to 4,294,967,295."
3334
3340
msgstr ""
3341
+ "Een 4-byte integer, signed range van -2,147,483,648 tot 2,147,483,647, "
3342
+ "unsigned range van 0 tot 4,294,967,295."
3335
3343
3336
3344
#: libraries/Types.class.php:304
3337
3345
msgid ""
3338
3346
"An 8-byte integer, signed range is -9,223,372,036,854,775,808 to "
3339
3347
"9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615"
3340
3348
msgstr ""
3349
+ "Een 8-byte integer, signed range van -9,223,372,036,854,775,808 tot "
3350
+ "9,223,372,036,854,775,807, unsigned range van 0 tot "
3351
+ "18,446,744,073,709,551,615"
3341
3352
3342
3353
#: libraries/Types.class.php:306 libraries/Types.class.php:712
3343
3354
msgid ""
@@ -3379,16 +3390,20 @@ msgid ""
3379
3390
"A bit-field type (M), storing M of bits per value (default is 1, maximum is "
3380
3391
"64)"
3381
3392
msgstr ""
3393
+ "Een bit-field type (M), slaat M bits per waarde op (standaard is 1, maximum "
3394
+ "is 64)"
3382
3395
3383
3396
#: libraries/Types.class.php:316
3384
3397
msgid ""
3385
3398
"A synonym for TINYINT(1), a value of zero is considered false, nonzero "
3386
3399
"values are considered true"
3387
3400
msgstr ""
3401
+ "Een synoniem voor TINYINT(1), Een nulwaarde wordt beschouwd als vals, een "
3402
+ "niet-nulwaarde wordt beschouwd als waar"
3388
3403
3389
3404
#: libraries/Types.class.php:318
3390
3405
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE"
3391
- msgstr ""
3406
+ msgstr "Een alias voor BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE "
3392
3407
3393
3408
#: libraries/Types.class.php:320 libraries/Types.class.php:722
3394
3409
#, php-format
@@ -3398,13 +3413,16 @@ msgstr "Een datum, ondersteund bereik is %1$s tot %2$s"
3398
3413
#: libraries/Types.class.php:322 libraries/Types.class.php:724
3399
3414
#, php-format
3400
3415
msgid "A date and time combination, supported range is %1$s to %2$s"
3401
- msgstr ""
3416
+ msgstr "Een dag en tijd combinatie, ondersteunde reeks gaat van %1$s tot %2$s "
3402
3417
3403
3418
#: libraries/Types.class.php:324
3404
3419
msgid ""
3405
3420
"A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, "
3406
3421
"stored as the number of seconds since the epoch (1970-01-01 00:00:00 UTC)"
3407
3422
msgstr ""
3423
+ "Een tijdsspanne, van 1970-01-01 00:00:01 UTC tot 2038-01-09 03:14:07 UTC, "
3424
+ "wordt opgeslaan als een aantal seconden sinds het ontstaan (1970-01-01 "
3425
+ "00:00:00 UTC)"
3408
3426
3409
3427
#: libraries/Types.class.php:326 libraries/Types.class.php:728
3410
3428
#, php-format
@@ -3416,50 +3434,71 @@ msgid ""
3416
3434
"A year in four-digit (4, default) or two-digit (2) format, the allowable "
3417
3435
"values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000"
3418
3436
msgstr ""
3437
+ "Een jaar bestaat uit een 4-tekens- (4, default) of een 2-teken-formaat (2), "
3438
+ "toegelaten waarden lopen van 70 (1970) tot 69 (2069) of van 1901 tot 2155 en "
3439
+ "0000"
3419
3440
3420
3441
#: libraries/Types.class.php:330
3421
3442
msgid ""
3422
3443
"A fixed-length (0-255, default 1) string that is always right-padded with "
3423
3444
"spaces to the specified length when stored"
3424
3445
msgstr ""
3446
+ "Een string met vaste lengte (0-255, standaard 1) wordt bij oplag met spaties "
3447
+ "rechts tot de gespecificeerde lengte aangevuld"
3425
3448
3426
3449
#: libraries/Types.class.php:332 libraries/Types.class.php:730
3427
3450
#, php-format
3428
3451
msgid ""
3429
3452
"A variable-length (%s) string, the effective maximum length is subject to "
3430
3453
"the maximum row size"
3431
3454
msgstr ""
3455
+ "Een string met variabele lengte (%s), de effectieve maximale lengte is "
3456
+ "afhankelijk van de maximale rij grootte"
3432
3457
3433
3458
#: libraries/Types.class.php:334
3434
3459
msgid ""
3435
3460
"A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with "
3436
3461
"a one-byte prefix indicating the length of the value in bytes"
3437
3462
msgstr ""
3463
+ "Een kolom van het type TEXT met een maximumlengte van 255 (2 ^ 8 - 1) "
3464
+ "tekens, wordt opgeslaan met een 1-byte voorvoegsel dat de lengte van de "
3465
+ "waarde in bytes aangeeft"
3438
3466
3439
3467
#: libraries/Types.class.php:336 libraries/Types.class.php:732
3440
3468
msgid ""
3441
3469
"A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored "
3442
3470
"with a two-byte prefix indicating the length of the value in bytes"
3443
3471
msgstr ""
3472
+ "Een kolom van het type TEXT met een maximale lengte van 65.535 (2 ^16 - 1) "
3473
+ "tekens, wordt opgeslaan met een 2-byte voorvoegsel dat de lengte van de "
3474
+ "waarde in bytes aangeeft"
3444
3475
3445
3476
#: libraries/Types.class.php:338
3446
3477
msgid ""
3447
3478
"A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, "
3448
3479
"stored with a three-byte prefix indicating the length of the value in bytes"
3449
3480
msgstr ""
3481
+ "Een kolom van het type TEXT met een maximale lengte van 16,777,215 (2 ^ 24 - "
3482
+ "1) tekens, wordt opgeslaan met een 3-byte voorvoegsel dat de lengte van de "
3483
+ "waarde in bytes aangeeft"
3450
3484
3451
3485
#: libraries/Types.class.php:340
3452
3486
msgid ""
3453
3487
"A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) "
3454
3488
"characters, stored with a four-byte prefix indicating the length of the "
3455
3489
"value in bytes"
3456
3490
msgstr ""
3491
+ "Een kolom van het type TEXT met een maximale lengte van 4.294.967.295 of "
3492
+ "4GiB (2 ^ 32 - 1) tekens, wordt opgeslaan met een 4-byte voorvoegsel dat de "
3493
+ "lengte van de waarde in bytes aangeeft"
3457
3494
3458
3495
#: libraries/Types.class.php:342
3459
3496
msgid ""
3460
3497
"Similar to the CHAR type, but stores binary byte strings rather than non-"
3461
3498
"binary character strings"
3462
3499
msgstr ""
3500
+ "Vergelijkbaar met het CHAR type, maar opgeslaan in een binaire byte "
3501
+ "tekenreeks in plaats van een niet-binaire reeks lettertekens"
3463
3502
3464
3503
#: libraries/Types.class.php:344
3465
3504
msgid ""
0 commit comments