forked from phpmyadmin/phpmyadmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnl.po
13805 lines (11168 loc) · 406 KB
/
nl.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Automatically generated <>, 2010.
msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-beta2\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2012-01-25 17:45+0100\n"
"PO-Revision-Date: 2012-01-30 13:50+0200\n"
"Last-Translator: Herman van Rink <[email protected]>\n"
"Language-Team: dutch <[email protected]>\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350
#: libraries/display_tbl.lib.php:358 server_privileges.php:1677
msgid "Show all"
msgstr "Toon alles"
#: browse_foreigners.php:70 libraries/PDF.class.php:42
#: libraries/common.lib.php:2445
#: libraries/schema/Pdf_Relation_Schema.class.php:1142
#: libraries/schema/Pdf_Relation_Schema.class.php:1166
#: libraries/schema/User_Schema.class.php:396
#: libraries/select_lang.lib.php:489
msgid "Page number:"
msgstr "Paginanummer:"
#: browse_foreigners.php:142
msgid ""
"The target browser window could not be updated. Maybe you have closed the "
"parent window, or your browser's security settings are configured to block "
"cross-window updates."
msgstr ""
"Het doelvenster kon niet worden bijgewerkt. Misschien heeft u het venster "
"afgesloten of uw browser blokkeert bijwerkingen van uw venster."
#: browse_foreigners.php:160 libraries/common.lib.php:3126
#: libraries/common.lib.php:3133 libraries/common.lib.php:3342
#: libraries/common.lib.php:3343 libraries/db_links.inc.php:60
#: libraries/tbl_links.inc.php:68
msgid "Search"
msgstr "Zoeken"
#: browse_foreigners.php:163 db_operations.php:378 db_operations.php:418
#: db_operations.php:528 db_operations.php:555 db_search.php:337
#: db_structure.php:615 enum_editor.php:121 gis_data_editor.php:133
#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:229
#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
#: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1371
#: libraries/common.lib.php:2418 libraries/core.lib.php:513
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267
#: libraries/display_tbl.lib.php:574 libraries/display_tbl.lib.php:704
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:375
#: libraries/rte/rte_events.lib.php:493 libraries/rte/rte_routines.lib.php:970
#: libraries/rte/rte_routines.lib.php:1449
#: libraries/rte/rte_triggers.lib.php:373
#: libraries/schema/User_Schema.class.php:147
#: libraries/schema/User_Schema.class.php:204
#: libraries/schema/User_Schema.class.php:446
#: libraries/schema/User_Schema.class.php:487
#: libraries/select_server.lib.php:93 libraries/sql_query_form.lib.php:356
#: libraries/sql_query_form.lib.php:418 libraries/sql_query_form.lib.php:471
#: libraries/tbl_properties.inc.php:575 main.php:115 navigation.php:171
#: navigation.php:209 pmd_pdf.php:120 prefs_manage.php:263
#: prefs_manage.php:314 server_binlog.php:109 server_privileges.php:746
#: server_privileges.php:1788 server_privileges.php:2152
#: server_privileges.php:2199 server_privileges.php:2242
#: server_replication.php:233 server_replication.php:316
#: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340
#: tbl_change.php:1073 tbl_change.php:1110 tbl_indexes.php:288
#: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523
#: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235
#: tbl_structure.php:672 tbl_structure.php:707 tbl_tracking.php:431
#: tbl_tracking.php:569 tbl_zoom_select.php:313 view_create.php:181
#: view_operations.php:99
msgid "Go"
msgstr "Start"
#: browse_foreigners.php:178 browse_foreigners.php:182
#: libraries/Index.class.php:440 tbl_tracking.php:319
msgid "Keyname"
msgstr "Sleutelnaam"
#: browse_foreigners.php:179 browse_foreigners.php:181
#: server_collations.php:54 server_collations.php:66 server_engines.php:55
#: server_plugins.php:147 server_status.php:1472
msgid "Description"
msgstr "Beschrijving"
#: browse_foreigners.php:259 browse_foreigners.php:268
#: browse_foreigners.php:280 browse_foreigners.php:288
msgid "Use this value"
msgstr "Gebruik deze waarde"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:385
msgid "No blob streaming server configured!"
msgstr "Geen blob streaming server geconfigureerd!"
#: bs_disp_as_mime_type.php:35
msgid "Failed to fetch headers"
msgstr "Ophalen van headers mislukt"
#: bs_disp_as_mime_type.php:41
msgid "Failed to open remote URL"
msgstr "Openen van webpagina op afstand mislukt"
#: changelog.php:32 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
"for more information."
msgstr ""
"Het bestand %s is niet beschikbaar op dit systeem, gelieve www.phpmyadmin."
"net te bezoeken voor meer informatie."
#: db_create.php:60
#, php-format
msgid "Database %1$s has been created."
msgstr "Database %1$s is aangemaakt."
#: db_datadict.php:49 db_operations.php:370
msgid "Database comment: "
msgstr "Database opmerking: "
#: db_datadict.php:153 libraries/schema/Pdf_Relation_Schema.class.php:1279
#: libraries/tbl_properties.inc.php:662 tbl_operations.php:366
#: tbl_printview.php:124
msgid "Table comments"
msgstr "Tabelopmerkingen"
#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444
#: libraries/export/htmlword.php:249 libraries/export/latex.php:394
#: libraries/export/odt.php:300 libraries/export/texytext.php:228
#: libraries/schema/Pdf_Relation_Schema.class.php:1305
#: libraries/schema/Pdf_Relation_Schema.class.php:1326
#: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83
#: tbl_change.php:318 tbl_indexes.php:213 tbl_printview.php:136
#: tbl_relation.php:395 tbl_tracking.php:257 tbl_tracking.php:323
#: tbl_zoom_select.php:433
msgid "Column"
msgstr "Kolom"
#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441
#: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250
#: libraries/export/latex.php:395 libraries/export/odt.php:303
#: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_routines.lib.php:836
#: libraries/rte/rte_routines.lib.php:861
#: libraries/rte/rte_routines.lib.php:1367
#: libraries/schema/Pdf_Relation_Schema.class.php:1306
#: libraries/schema/Pdf_Relation_Schema.class.php:1327
#: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84
#: server_privileges.php:2256 tbl_change.php:297 tbl_change.php:324
#: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202
#: tbl_structure.php:767 tbl_tracking.php:258 tbl_tracking.php:320
msgid "Type"
msgstr "Type"
#: db_datadict.php:165 libraries/Index.class.php:447
#: libraries/export/htmlword.php:251 libraries/export/latex.php:396
#: libraries/export/odt.php:306 libraries/export/texytext.php:230
#: libraries/schema/Pdf_Relation_Schema.class.php:1308
#: libraries/schema/Pdf_Relation_Schema.class.php:1329
#: libraries/tbl_properties.inc.php:102 tbl_change.php:333
#: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260
#: tbl_tracking.php:326 tbl_zoom_select.php:434
msgid "Null"
msgstr "Null"
#: db_datadict.php:166 db_structure.php:538 libraries/export/htmlword.php:252
#: libraries/export/latex.php:397 libraries/export/odt.php:309
#: libraries/export/texytext.php:231
#: libraries/schema/Pdf_Relation_Schema.class.php:1309
#: libraries/schema/Pdf_Relation_Schema.class.php:1330
#: libraries/tbl_properties.inc.php:99 tbl_printview.php:139
#: tbl_structure.php:206 tbl_tracking.php:261
msgid "Default"
msgstr "Standaardwaarde"
#: db_datadict.php:170 libraries/export/htmlword.php:254
#: libraries/export/latex.php:399 libraries/export/odt.php:313
#: libraries/export/texytext.php:233
#: libraries/schema/Pdf_Relation_Schema.class.php:1311
#: libraries/schema/Pdf_Relation_Schema.class.php:1332 tbl_printview.php:142
msgid "Links to"
msgstr "Verwijst naar"
#: db_datadict.php:172 db_printview.php:109
#: libraries/config/messages.inc.php:96 libraries/config/messages.inc.php:111
#: libraries/config/messages.inc.php:133 libraries/export/htmlword.php:257
#: libraries/export/latex.php:402 libraries/export/odt.php:318
#: libraries/export/texytext.php:236
#: libraries/schema/Pdf_Relation_Schema.class.php:1322
#: libraries/schema/Pdf_Relation_Schema.class.php:1333
#: libraries/tbl_properties.inc.php:122 tbl_printview.php:144
msgid "Comments"
msgstr "Opmerkingen"
#: db_datadict.php:233 js/messages.php:248 libraries/Index.class.php:349
#: libraries/Index.class.php:376 libraries/Index.class.php:679
#: libraries/config.values.php:45 libraries/config.values.php:51
#: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299
#: libraries/export/latex.php:460 libraries/export/odt.php:357
#: libraries/export/texytext.php:278 libraries/mult_submits.inc.php:285
#: libraries/schema/Pdf_Relation_Schema.class.php:1357
#: libraries/user_preferences.lib.php:284 prefs_manage.php:128
#: server_privileges.php:1475 server_privileges.php:1485
#: server_privileges.php:1732 server_privileges.php:1743
#: server_privileges.php:2064 server_privileges.php:2069
#: server_privileges.php:2373 sql.php:292 sql.php:356 tbl_printview.php:190
#: tbl_structure.php:349 tbl_tracking.php:281 tbl_tracking.php:336
#: tbl_tracking.php:341
msgid "No"
msgstr "Nee"
#: db_datadict.php:233 js/messages.php:247 libraries/Index.class.php:350
#: libraries/Index.class.php:375 libraries/Index.class.php:679
#: libraries/config.values.php:45 libraries/config.values.php:51
#: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299
#: libraries/export/latex.php:460 libraries/export/odt.php:357
#: libraries/export/texytext.php:278 libraries/mult_submits.inc.php:46
#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87
#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97
#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262
#: libraries/mult_submits.inc.php:275 libraries/mult_submits.inc.php:284
#: libraries/mult_submits.inc.php:291
#: libraries/schema/Pdf_Relation_Schema.class.php:1357
#: libraries/user_preferences.lib.php:284 prefs_manage.php:127
#: server_databases.php:81 server_privileges.php:1473
#: server_privileges.php:1483 server_privileges.php:1729
#: server_privileges.php:1743 server_privileges.php:2064
#: server_privileges.php:2067 server_privileges.php:2373 sql.php:355
#: tbl_printview.php:190 tbl_structure.php:41 tbl_structure.php:349
#: tbl_tracking.php:281 tbl_tracking.php:334 tbl_tracking.php:339
msgid "Yes"
msgstr "Ja"
#: db_export.php:26
msgid "View dump (schema) of database"
msgstr "Bekijk een dump (schema) van database"
#: db_export.php:30 db_printview.php:94 db_qbe.php:101 db_tracking.php:48
#: export.php:354 navigation.php:296
msgid "No tables found in database."
msgstr "Geen tabellen gevonden in de database."
#: db_export.php:40 db_search.php:319 server_export.php:26
msgid "Select All"
msgstr "Selecteer alles"
#: db_export.php:42 db_search.php:322 server_export.php:28
msgid "Unselect All"
msgstr "Deselecteer alles"
#: db_operations.php:41 tbl_create.php:22
msgid "The database name is empty!"
msgstr "De database naam is leeg!"
#: db_operations.php:280
#, php-format
msgid "Database %s has been renamed to %s"
msgstr "Database %s is hernoemd naar %s"
#: db_operations.php:284
#, php-format
msgid "Database %s has been copied to %s"
msgstr "Database %s is gekopieerd naar %s"
#: db_operations.php:412
msgid "Rename database to"
msgstr "Hernoem database naar"
#: db_operations.php:438
msgid "Remove database"
msgstr "Verwijder database"
#: db_operations.php:450
#, php-format
msgid "Database %s has been dropped."
msgstr "Database %s is verwijderd."
#: db_operations.php:455
msgid "Drop the database (DROP)"
msgstr "Laat de database vervallen (DROP)"
#: db_operations.php:484
msgid "Copy database to"
msgstr "Kopieer database naar"
#: db_operations.php:491 tbl_operations.php:552 tbl_tracking.php:424
msgid "Structure only"
msgstr "Alleen structuur"
#: db_operations.php:492 tbl_operations.php:553 tbl_tracking.php:426
msgid "Structure and data"
msgstr "Structuur en gegevens"
#: db_operations.php:493 tbl_operations.php:554 tbl_tracking.php:425
msgid "Data only"
msgstr "Alleen data"
#: db_operations.php:501
msgid "CREATE DATABASE before copying"
msgstr "CREATE DATABASE voor het kopiëren"
#: db_operations.php:504 libraries/config/messages.inc.php:128
#: libraries/config/messages.inc.php:129 libraries/config/messages.inc.php:131
#: libraries/config/messages.inc.php:137 tbl_operations.php:560
#, php-format
msgid "Add %s"
msgstr "Voeg %s toe"
#: db_operations.php:508 libraries/config/messages.inc.php:121
#: tbl_operations.php:318 tbl_operations.php:562
msgid "Add AUTO_INCREMENT value"
msgstr "Voeg AUTO_INCREMENT waarde toe"
#: db_operations.php:512 tbl_operations.php:569
msgid "Add constraints"
msgstr "Voeg beperkingen toe"
#: db_operations.php:525
msgid "Switch to copied database"
msgstr "Overschakelen naar de gekopieerde database"
#: db_operations.php:548 libraries/Index.class.php:446
#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48
#: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100
#: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85
#: server_collations.php:53 server_collations.php:65 tbl_operations.php:382
#: tbl_structure.php:203 tbl_structure.php:872 tbl_tracking.php:259
#: tbl_tracking.php:325
msgid "Collation"
msgstr "Collatie"
#: db_operations.php:561
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
"click %shere%s."
msgstr ""
"De phpMyAdmin configuratie-opslag is uitgeschakeld. Om te weten te komen "
"waarom klik %shier%s."
#: db_operations.php:595
msgid "Edit or export relational schema"
msgstr "Bewerk of exporteer relationeel schema"
#: db_printview.php:101 db_tracking.php:86 db_tracking.php:188
#: libraries/config/messages.inc.php:510 libraries/db_structure.lib.php:32
#: libraries/export/pdf.php:98 libraries/export/xml.php:359
#: libraries/header.inc.php:161 libraries/rte/rte_list.lib.php:59
#: libraries/rte/rte_triggers.lib.php:310
#: libraries/schema/User_Schema.class.php:272 server_privileges.php:1839
#: server_privileges.php:1897 server_privileges.php:2166
#: server_synchronize.php:436 server_synchronize.php:908 tbl_tracking.php:649
msgid "Table"
msgstr "Tabel"
#: db_printview.php:102 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65
#: libraries/import.lib.php:151 navigation.php:591 navigation.php:612
#: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469
#: tbl_structure.php:882
msgid "Rows"
msgstr "Rijen"
#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:214
msgid "Size"
msgstr "Grootte"
#: db_printview.php:159 db_structure.php:490 libraries/export/sql.php:791
msgid "in use"
msgstr "in gebruik"
#: db_printview.php:184 libraries/db_info.inc.php:74
#: libraries/export/sql.php:743
#: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393
#: tbl_structure.php:914
msgid "Creation"
msgstr "Gecreëerd"
#: db_printview.php:193 libraries/db_info.inc.php:79
#: libraries/export/sql.php:748
#: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403
#: tbl_structure.php:922
msgid "Last update"
msgstr "Laatst bijgewerkt"
#: db_printview.php:202 libraries/db_info.inc.php:84
#: libraries/export/sql.php:753
#: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413
#: tbl_structure.php:930
msgid "Last check"
msgstr "Laatst gecontroleerd"
#: db_printview.php:219 db_structure.php:514
#, php-format
msgid "%s table"
msgid_plural "%s tables"
msgstr[0] "%s tabel"
msgstr[1] "%s tabellen"
#: db_qbe.php:41
msgid "You have to choose at least one column to display"
msgstr "Er moet ten minste 1 weer te geven kolom worden gekozen"
#: db_qbe.php:186
#, fuzzy, php-format
#| msgid "visual builder"
msgid "Switch to %svisual builder%s"
msgstr "Overschakelen op %svisual builder%s"
#: db_qbe.php:222 libraries/db_structure.lib.php:90
#: libraries/display_tbl.lib.php:1002
msgid "Sort"
msgstr "Sorteren"
#: db_qbe.php:231 db_qbe.php:265 libraries/db_structure.lib.php:97
#: libraries/db_structure.lib.php:106 libraries/display_tbl.lib.php:565
#: libraries/display_tbl.lib.php:958 libraries/display_tbl.lib.php:961
#: server_databases.php:162 server_databases.php:179 tbl_operations.php:279
#: tbl_select.php:222
msgid "Ascending"
msgstr "Oplopend"
#: db_qbe.php:232 db_qbe.php:273 libraries/db_structure.lib.php:98
#: libraries/db_structure.lib.php:107 libraries/display_tbl.lib.php:570
#: libraries/display_tbl.lib.php:957 libraries/display_tbl.lib.php:962
#: server_databases.php:162 server_databases.php:179 tbl_operations.php:280
#: tbl_select.php:223
msgid "Descending"
msgstr "Aflopend"
#: db_qbe.php:286 db_tracking.php:92 libraries/display_tbl.lib.php:426
#: tbl_change.php:287 tbl_tracking.php:654
msgid "Show"
msgstr "Toon"
#: db_qbe.php:322
msgid "Criteria"
msgstr "Criteria"
#: db_qbe.php:375 db_qbe.php:457 db_qbe.php:549 db_qbe.php:580
msgid "Ins"
msgstr "Toevoegen"
#: db_qbe.php:379 db_qbe.php:461 db_qbe.php:546 db_qbe.php:577
msgid "And"
msgstr "En"
#: db_qbe.php:388 db_qbe.php:469 db_qbe.php:551 db_qbe.php:582
msgid "Del"
msgstr "Verwijder"
#: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575
#: server_privileges.php:400 tbl_change.php:907 tbl_indexes.php:283
#: tbl_select.php:196
msgid "Or"
msgstr "Of"
#: db_qbe.php:529
msgid "Modify"
msgstr "Aanpassen"
#: db_qbe.php:606
msgid "Add/Delete criteria rows"
msgstr "Toevoegen/Verwijderen criterium-rijen"
#: db_qbe.php:618
msgid "Add/Delete columns"
msgstr "Toevoegen/Verwijderen kolommen"
#: db_qbe.php:631 db_qbe.php:656
msgid "Update Query"
msgstr "Wijzig Query"
#: db_qbe.php:639
msgid "Use Tables"
msgstr "Gebruik tabellen"
#: db_qbe.php:662
#, php-format
msgid "SQL query on database <b>%s</b>:"
msgstr "SQL-query op database <b>%s</b>:"
#: db_qbe.php:955 libraries/common.lib.php:1218
msgid "Submit Query"
msgstr "Query uitvoeren"
#: db_search.php:31 libraries/auth/config.auth.lib.php:77
#: libraries/auth/config.auth.lib.php:96
#: libraries/auth/cookie.auth.lib.php:570 libraries/auth/http.auth.lib.php:51
#: libraries/auth/signon.auth.lib.php:237
msgid "Access denied"
msgstr "Toegang geweigerd"
#: db_search.php:43 db_search.php:286
msgid "at least one of the words"
msgstr "ten minste een van de woorden"
#: db_search.php:44 db_search.php:287
msgid "all words"
msgstr "alle woorden"
#: db_search.php:45 db_search.php:288
msgid "the exact phrase"
msgstr "de exacte zin"
#: db_search.php:46 db_search.php:289
msgid "as regular expression"
msgstr "als een reguliere expressie"
#: db_search.php:209
#, php-format
msgid "Search results for \"<i>%s</i>\" %s:"
msgstr "Zoek resultaten voor \"<i>%s</i>\" %s:"
#: db_search.php:227
#, php-format
msgid "%s match inside table <i>%s</i>"
msgid_plural "%s matches inside table <i>%s</i>"
msgstr[0] "%s overeenkomst in de tabel <i>%s</i>"
msgstr[1] "%s overeenkomsten in de tabel <i>%s</i>"
#: db_search.php:234 libraries/common.lib.php:3128
#: libraries/common.lib.php:3340 libraries/common.lib.php:3341
#: libraries/tbl_links.inc.php:55 tbl_structure.php:569
msgid "Browse"
msgstr "Verkennen"
#: db_search.php:239
#, php-format
msgid "Delete the matches for the %s table?"
msgstr "Verwijder gevonden rijen voor de tabel %s?"
#: db_search.php:239 libraries/display_tbl.lib.php:1425
#: libraries/display_tbl.lib.php:2472
#: libraries/schema/User_Schema.class.php:197
#: libraries/schema/User_Schema.class.php:273
#: libraries/schema/User_Schema.class.php:308
#: libraries/schema/User_Schema.class.php:338
#: libraries/sql_query_form.lib.php:411 pmd_general.php:417
#: setup/frames/index.inc.php:139 setup/frames/index.inc.php:230
#: tbl_tracking.php:441 tbl_tracking.php:462 tbl_tracking.php:519
msgid "Delete"
msgstr "Verwijderen"
#: db_search.php:252
#, php-format
msgid "<b>Total:</b> <i>%s</i> match"
msgid_plural "<b>Total:</b> <i>%s</i> matches"
msgstr[0] "<b>Totaal:</b> <i>%s</i> overeenkomst"
msgstr[1] "<b>Totaal:</b> <i>%s</i> overeenkomsten"
#: db_search.php:274
msgid "Search in database"
msgstr "Zoeken in de database"
#: db_search.php:277
#, fuzzy
#| msgid "Word(s) or value(s) to search for (wildcard: \"%\"):"
msgid "Words or values to search for (wildcard: \"%\"):"
msgstr "Woord(en) of waarde(s) waarnaar gezocht moet worden (wildcard: \"%\"):"
#: db_search.php:282
msgid "Find:"
msgstr "Zoek:"
#: db_search.php:286 db_search.php:287
msgid "Words are separated by a space character (\" \")."
msgstr "Woorden worden gesplits door een spatiekarakter (\" \")."
#: db_search.php:300
#, fuzzy
#| msgid "Inside table(s):"
msgid "Inside tables:"
msgstr "In de tabel(len):"
#: db_search.php:330
msgid "Inside column:"
msgstr "In de kolom:"
#: db_structure.php:68
msgid "No tables found in database"
msgstr "Geen tabellen gevonden in de database"
#: db_structure.php:228 libraries/mysql_charsets.lib.php:409
#: libraries/mysql_charsets.lib.php:416
msgid "unknown"
msgstr "onbekend"
#: db_structure.php:315 tbl_operations.php:692
#, php-format
msgid "Table %s has been emptied"
msgstr "Tabel %s is leeg gemaakt"
#: db_structure.php:328 tbl_operations.php:709
#, php-format
msgid "View %s has been dropped"
msgstr "View %s is verwijderd"
#: db_structure.php:328 tbl_operations.php:709
#, php-format
msgid "Table %s has been dropped"
msgstr "Tabel %s is vervallen"
#: db_structure.php:338 tbl_create.php:281
msgid "Tracking is active."
msgstr "Tracking is ingeschakeld."
#: db_structure.php:343 tbl_create.php:284
msgid "Tracking is not active."
msgstr "Tracking is niet actief."
#: db_structure.php:451 libraries/display_tbl.lib.php:2355
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
"%s."
msgstr ""
"Deze view heeft minimaal deze hoeveelheid aan rijen. Zie de %sdocumentatie%s."
#: db_structure.php:467 db_structure.php:481 libraries/header.inc.php:161
#: libraries/tbl_info.inc.php:60 tbl_structure.php:209
msgid "View"
msgstr "View"
#: db_structure.php:521 libraries/db_structure.lib.php:35
#: libraries/server_links.inc.php:90 server_replication.php:31
#: server_replication.php:162 server_status.php:595
msgid "Replication"
msgstr "Replicatie"
#: db_structure.php:525
msgid "Sum"
msgstr "Som"
#: db_structure.php:532 libraries/StorageEngine.class.php:338
#, php-format
msgid "%s is the default storage engine on this MySQL server."
msgstr "%s is de standaard storage engine op deze MySQL-server."
#: db_structure.php:561 db_structure.php:578 db_structure.php:579
#: libraries/display_tbl.lib.php:2497 libraries/display_tbl.lib.php:2502
#: libraries/mult_submits.inc.php:15 server_databases.php:263
#: server_databases.php:268 server_privileges.php:1760 tbl_structure.php:557
#: tbl_structure.php:566
msgid "With selected:"
msgstr "Met geselecteerd:"
#: db_structure.php:564 libraries/display_tbl.lib.php:2492
#: server_databases.php:265 server_privileges.php:684
#: server_privileges.php:1763 tbl_structure.php:560
msgid "Check All"
msgstr "Selecteer alles"
#: db_structure.php:568 libraries/display_tbl.lib.php:2493
#: libraries/replication_gui.lib.php:35 server_databases.php:267
#: server_privileges.php:687 server_privileges.php:1767 tbl_structure.php:564
msgid "Uncheck All"
msgstr "Deselecteer alles"
#: db_structure.php:573
msgid "Check tables having overhead"
msgstr "Selecteer tabellen met overhead"
#: db_structure.php:581 libraries/common.lib.php:3353
#: libraries/common.lib.php:3354 libraries/config/messages.inc.php:166
#: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79
#: libraries/display_tbl.lib.php:2515 libraries/display_tbl.lib.php:2656
#: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80
#: prefs_manage.php:286 server_privileges.php:1449 server_status.php:1595
#: setup/frames/menu.inc.php:21
msgid "Export"
msgstr "Exporteer"
#: db_structure.php:583 db_structure.php:639
#: libraries/display_tbl.lib.php:2605 tbl_structure.php:613
msgid "Print view"
msgstr "Afdrukken"
#: db_structure.php:587 libraries/common.lib.php:3349
#: libraries/common.lib.php:3350
msgid "Empty"
msgstr "Legen"
#: db_structure.php:589 db_tracking.php:105 enum_editor.php:116
#: libraries/Index.class.php:490 libraries/common.lib.php:3347
#: libraries/common.lib.php:3348 server_databases.php:269
#: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573
msgid "Drop"
msgstr "Verwijderen"
#: db_structure.php:591 tbl_operations.php:608
msgid "Check table"
msgstr "Controleer tabel"
#: db_structure.php:594 tbl_operations.php:657 tbl_structure.php:816
msgid "Optimize table"
msgstr "Optimaliseer tabel"
#: db_structure.php:596 tbl_operations.php:644
msgid "Repair table"
msgstr "Repareer tabel"
#: db_structure.php:599 tbl_operations.php:631
msgid "Analyze table"
msgstr "Analyseer tabel"
#: db_structure.php:601
msgid "Add prefix to table"
msgstr "Voeg voorvoegsel toe aan tabel"
#: db_structure.php:603 libraries/mult_submits.inc.php:251
msgid "Replace table prefix"
msgstr "Vervang tabelvoorvoegsel"
#: db_structure.php:605 libraries/mult_submits.inc.php:251
msgid "Copy table with prefix"
msgstr "Vervang tabel met voorvoegsel"
#: db_structure.php:642 libraries/schema/User_Schema.class.php:423
msgid "Data Dictionary"
msgstr "Data Woordenboek"
#: db_tracking.php:80
msgid "Tracked tables"
msgstr "Tabellen met tracker"
#: db_tracking.php:85 libraries/config/messages.inc.php:504
#: libraries/export/htmlword.php:78 libraries/export/latex.php:156
#: libraries/export/odt.php:114 libraries/export/pdf.php:98
#: libraries/export/sql.php:602 libraries/export/texytext.php:66
#: libraries/export/xml.php:292 libraries/header.inc.php:146
#: libraries/header_printview.inc.php:60 server_databases.php:161
#: server_privileges.php:1834 server_privileges.php:1897
#: server_privileges.php:2160 server_status.php:1234
#: server_synchronize.php:1277 server_synchronize.php:1281
#: tbl_tracking.php:648
msgid "Database"
msgstr "Database"
#: db_tracking.php:87
msgid "Last version"
msgstr "Laatste versie"
#: db_tracking.php:88 tbl_tracking.php:651
msgid "Created"
msgstr "Aangemaakt"
#: db_tracking.php:89 tbl_tracking.php:652
msgid "Updated"
msgstr "Bijgewerkt"
#: db_tracking.php:90 js/messages.php:187 libraries/rte/rte_events.lib.php:380
#: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51
#: server_status.php:1237 sql.php:896 tbl_tracking.php:653
msgid "Status"
msgstr "Status"
#: db_tracking.php:91 libraries/Index.class.php:438
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52
#: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68
#: server_databases.php:194 server_privileges.php:1706
#: server_privileges.php:1901 server_privileges.php:2259 tbl_structure.php:211
msgid "Action"
msgstr "Actie"
#: db_tracking.php:102 js/messages.php:34
msgid "Delete tracking data for this table"
msgstr "Verwijder tracking data voor deze tabel"
#: db_tracking.php:120 tbl_tracking.php:605 tbl_tracking.php:663
msgid "active"
msgstr "ingeschakeld"
#: db_tracking.php:122 tbl_tracking.php:607 tbl_tracking.php:665
msgid "not active"
msgstr "niet actief"
#: db_tracking.php:135
msgid "Versions"
msgstr "Versies"
#: db_tracking.php:136 tbl_tracking.php:415 tbl_tracking.php:683
msgid "Tracking report"
msgstr "Tracking-rapport"
#: db_tracking.php:137 tbl_tracking.php:235 tbl_tracking.php:685
msgid "Structure snapshot"
msgstr "Structuur-snapshot"
#: db_tracking.php:183
msgid "Untracked tables"
msgstr "Tabellen zonder tracker"
#: db_tracking.php:201 tbl_structure.php:639
msgid "Track table"
msgstr "Tabel tracken"
#: db_tracking.php:227
msgid "Database Log"
msgstr "Database-log"
#: enum_editor.php:23 js/messages.php:266
#: libraries/rte/rte_routines.lib.php:690
msgid "ENUM/SET editor"
msgstr "ENUM/SET editor"
#: enum_editor.php:28 js/messages.php:268
msgid "Values for a new column"
msgstr "Waarden voor een neiuwe kolom"
#: enum_editor.php:30 js/messages.php:267
#, fuzzy, php-format
#| msgid "Values for the column \"%s\""
msgid "Values for column %s"
msgstr "Waarden voor kolom \"%s\""
#: enum_editor.php:34 js/messages.php:269
#, fuzzy
#| msgid "Enter each value in a separate field."
msgid "Enter each value in a separate field"
msgstr "Plaats elke waarde in een afzonderlijk veld."
#: enum_editor.php:123
#, fuzzy
#| msgid "+ Add a new value"
msgid "Add a value"
msgstr "Nieuwe waarde toevoegen"
#: enum_editor.php:129 gis_data_editor.php:317
msgid "Output"
msgstr "Uitvoer"
#: enum_editor.php:130
msgid "Copy and paste the joined values into the \"Length/Values\" field"
msgstr ""
"Kopiëer en plak de samengevoegde gegevens in het \"Lengte/Waarden\" veld"
#: export.php:29
#, fuzzy
#| msgid "Bar type"
msgid "Bad type!"
msgstr "Verkeerd type!"
#: export.php:77
msgid "Selected export type has to be saved in file!"
msgstr ""
"Het geselecteerde export type dient als een bestand te worden opgeslagen!"
#: export.php:106
#, fuzzy
#| msgid "Add prefix"
msgid "Bad parameters!"
msgstr "Verkeerde parameters!"
#: export.php:166 export.php:191 export.php:652
#, php-format
msgid "Insufficient space to save the file %s."
msgstr "Onvoldoende ruimte om het bestand %s op te slaan."
#: export.php:307
#, php-format
msgid ""
"File %s already exists on server, change filename or check overwrite option."
msgstr ""
"Bestand %s bestaat al op de server, verander de bestandsnaam of activeer de "
"overschrijven optie."
#: export.php:311 export.php:315
#, php-format
msgid "The web server does not have permission to save the file %s."
msgstr "De web server heeft geen rechten om het bestand %s op te slaan."
#: export.php:654
#, php-format
msgid "Dump has been saved to file %s."
msgstr "Dump is bewaard als %s."
#: file_echo.php:21
#, fuzzy
#| msgid "Export type"
msgid "Invalid export type"
msgstr "Ongeldig export type"
#: gis_data_editor.php:84
#, fuzzy, php-format
#| msgid "Values for the column \"%s\""
msgid "Value for the column \"%s\""
msgstr "Kolomwaarde \"%s\""
#: gis_data_editor.php:113 tbl_gis_visualization.php:172
msgid "Use OpenStreetMaps as Base Layer"
msgstr "Gebruik OpenStreetMaps als basis layer"
#: gis_data_editor.php:134
msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:151 js/messages.php:323
#: libraries/display_tbl.lib.php:692
msgid "Geometry"
msgstr "Geometrie"
#: gis_data_editor.php:172 js/messages.php:319
msgid "Point"
msgstr "Punt"
#: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245
#: gis_data_editor.php:297 js/messages.php:317
msgid "X"
msgstr "X"
#: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247
#: gis_data_editor.php:299 js/messages.php:318
msgid "Y"
msgstr "Y"
#: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295
#: js/messages.php:320
#, php-format
msgid "Point %d"
msgstr "Punt %d"
#: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302
#: js/messages.php:326
#, fuzzy
#| msgid "Add index"
msgid "Add a point"
msgstr "Voeg een punt toe"
#: gis_data_editor.php:220 js/messages.php:321
#, fuzzy
#| msgid "Lines terminated by"
msgid "Linestring"
msgstr "Regels beëindigd door"
#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:325
msgid "Outer Ring"
msgstr "Buitenste Ring"
#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:324
msgid "Inner Ring"
msgstr "Binnenste Ring"
#: gis_data_editor.php:252
#, fuzzy
#| msgid "Add a new User"
msgid "Add a linestring"
msgstr "Voeg een nieuwe gebruiker toe"
#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:327
#, fuzzy
#| msgid "Add a new User"
msgid "Add an inner ring"
msgstr "Voeg een binnenste ring toe"
#: gis_data_editor.php:266 js/messages.php:322
msgid "Polygon"
msgstr "Polygoon"
#: gis_data_editor.php:306 js/messages.php:328
#, fuzzy
#| msgid "Add column"
msgid "Add a polygon"
msgstr "Voeg een polygoon toe"
#: gis_data_editor.php:310
#, fuzzy
#| msgid "Add a new server"
msgid "Add geometry"
msgstr "Geometrie toevoegen"
#: gis_data_editor.php:318
msgid ""
"Chose \"GeomFromText\" from the \"Function\" column and paste the below "
"string into the \"Value\" field"
msgstr ""
"Kies \"GeomFormText\" uit de \"Function\" kolom en plaats de onderstaande string "
"in het \"Waarde\" veld"
#: import.php:57
#, php-format
msgid ""
"You probably tried to upload too large file. Please refer to %sdocumentation"
"%s for ways to workaround this limit."
msgstr ""
"U probeerde waarschijnlijk een bestand dat te groot is te uploaden. Zie de "
"%sdocumentatie%s voor mogelijkheden om dit te omzeilen."
#: import.php:170 import.php:419
msgid "Showing bookmark"