// I18N constants // LANG: "nl", ENCODING: UTF-8 | ISO-8859-1 // Author: Michel Weegeerink (info@mmc-shop.nl), http://mmc-shop.nl // FOR TRANSLATORS: // // 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE // (at least a valid email address) // // 2. PLEASE TRY TO USE UTF-8 FOR ENCODING; // (if this is not possible, please include a comment // that states what encoding is necessary.) ContextMenu.I18N = { // Items that appear in menu. Please note that an underscore (_) // character in the translation (right column) will cause the following // letter to become underlined and be shortcut for that menu option. "Cut" : "Knippen", "Copy" : "Kopiëren", "Paste" : "Plakken", "Image Properties" : "Eigenschappen afbeelding...", "Modify Link" : "Hyperlin_k aanpassen...", "Check Link" : "Controleer hyperlin_k...", "Remove Link" : "Ve_rwijder hyperlink...", "Cell Properties" : "C_eleigenschappen...", "Row Properties" : "Rijeigenscha_ppen...", "Insert Row Before" : "Rij invoegen boven", "Insert Row After" : "Rij invoegen onder", "Delete Row" : "Rij _verwijderen", "Table Properties" : "_Tabeleigenschappen...", "Insert Column Before" : "Kolom invoegen voor", "Insert Column After" : "Kolom invoegen na", "Delete Column" : "Kolom verwijderen", "Justify Left" : "Links uitlijnen", "Justify Center" : "Centreren", "Justify Right" : "Rechts uitlijnen", "Justify Full" : "Uitvullen", "Make link" : "Maak hyperlin_k...", "Remove the" : "Verwijder het", "Element" : "element...", // Other labels (tooltips and alert/confirm box messages) "Please confirm that you want to remove this element:" : "Is het werkelijk de bedoeling dit element te verwijderen:", "Remove this node from the document" : "Verwijder dit punt van het document", "How did you get here? (Please report!)" : "Hoe kwam je hier? (A.U.B. doorgeven!)", "Show the image properties dialog" : "Laat het afbeeldingseigenschappen dialog zien", "Modify URL" : "Aanpassen URL", "Current URL is" : "Huidig URL is", "Opens this link in a new window" : "Opend deze hyperlink in een nieuw venster", "Please confirm that you want to unlink this element." : "Is het werkelijk de bedoeling dit element te unlinken.", "Link points to:" : "Hyperlink verwijst naar:", "Unlink the current element" : "Unlink het huidige element", "Show the Table Cell Properties dialog" : "Laat de tabel celeigenschappen dialog zien", "Show the Table Row Properties dialog" : "Laat de tabel rijeigenschappen dialog zien", "Insert a new row before the current one" : "Voeg een nieuwe rij in boven de huidige", "Insert a new row after the current one" : "Voeg een nieuwe rij in onder de huidige", "Delete the current row" : "Verwijder de huidige rij", "Show the Table Properties dialog" : "Laat de tabel eigenschappen dialog zien", "Insert a new column before the current one" : "Voeg een nieuwe kolom in voor de huidige", "Insert a new column after the current one" : "Voeg een nieuwe kolom in na de huidige", "Delete the current column" : "Verwijder de huidige kolom", "Create a link" : "Maak een hyperlink" };