home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / groupoffice-com-2.01 / controls / htmlarea / plugins / TableOperations / lang / nl.js < prev    next >
Text File  |  2004-03-08  |  4KB  |  91 lines

  1. // I18N constants
  2.  
  3. // LANG: "nl", ENCODING: UTF-8 | ISO-8859-1
  4. // Author: Michel Weegeerink (info@mmc-shop.nl), http://mmc-shop.nl
  5.  
  6. // FOR TRANSLATORS:
  7. //
  8. //   1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
  9. //      (at least a valid email address)
  10. //
  11. //   2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
  12. //      (if this is not possible, please include a comment
  13. //       that states what encoding is necessary.)
  14.  
  15. TableOperations.I18N = {
  16.     "Align":                                            "Uitlijning",
  17.     "All four sides":                                    "Alle 4 zijden",
  18.     "Background":                                        "Achtergrond",
  19.     "Baseline":                                            "Basis",
  20.     "Border":                                            "Rand",
  21.     "Borders":                                            "Randen",
  22.     "Bottom":                                            "Onder",
  23.     "CSS Style":                                        "CSS Style",
  24.     "Caption":                                            "Opmerking",
  25.     "Cell Properties":                                    "Celeigenschappen",
  26.     "Center":                                            "Centreren",
  27.     "Char":                                                "Karakter",
  28.     "Collapsed borders":                                "Geen randen",
  29.     "Color":                                            "Kleur",
  30.     "Description":                                        "Omschrijving",
  31.     "FG Color":                                            "Voorgrond",
  32.     "Float":                                            "Zwevend",
  33.     "Frames":                                            "Frames",
  34.     "Height":                                            "Hoogte",
  35.     "How many columns would you like to merge?":        "Hoeveel kolommen wilt u samenvoegen?",
  36.     "How many rows would you like to merge?":            "Hoeveel rijen wilt u samenvoegen?",
  37.     "Image URL":                                        "Afbeelding URL",
  38.     "Justify":                                            "Uitvullen",
  39.     "Layout":                                            "Opmaak",
  40.     "Left":                                                "Links",
  41.     "Margin":                                            "Marge",
  42.     "Middle":                                            "Midden",
  43.     "No rules":                                            "Geen regels",
  44.     "No sides":                                            "Geen zijlijnen",
  45.     "None":                                                "Geen",
  46.     "Padding":                                            "Celmarge",
  47.     "Please click into some cell":                        "Klik in een cel a.u.b.",
  48.     "Right":                                            "Rechts",
  49.     "Row Properties":                                    "Rijeigenschappen",
  50.     "Rules will appear between all rows and columns":    "Regels verschijnen tussen alle rijen en kolommen",
  51.     "Rules will appear between columns only":              "Regels verschijnen enkel tussen de kolommen",
  52.     "Rules will appear between rows only":                "Regels verschijnen enkel tussen de rijen",
  53.     "Rules":                                              "Regels",
  54.     "Spacing and padding":                               "Celmarge en afstand tussen cellen",
  55.     "Spacing":                                            "marge",
  56.     "Summary":                                            "Overzicht",
  57.     "TO-cell-delete":                                      "Cel verwijderen",
  58.     "TO-cell-insert-after":                                  "Voeg cel toe achter",
  59.     "TO-cell-insert-before":                              "Voeg cel toe voor",
  60.     "TO-cell-merge":                                    "Cellen samenvoegen",
  61.     "TO-cell-prop":                                        "Celeigenschappen",
  62.     "TO-cell-split":                                    "Cel splitsen",
  63.     "TO-col-delete":                                    "Kolom verwijderen",
  64.     "TO-col-insert-after":                                "Kolom invoegen achter",
  65.     "TO-col-insert-before":                                "Kolom invoegen voor",
  66.     "TO-col-split":                                        "Kolom splitsen",
  67.     "TO-row-delete":                                    "Rij verwijderen",
  68.     "TO-row-insert-above":                                "Rij invoegen boven",
  69.     "TO-row-insert-under":                                "Rij invoegen onder",
  70.     "TO-row-prop":                                        "Rij eigenschappen",
  71.     "TO-row-split":                                        "Rij splitsen",
  72.     "TO-table-prop":                                      "Tabel eigenschappen",
  73.     "Table Properties":                                      "Tabel eigenschappen",
  74.     "Text align":                                         "Text uitlijning",
  75.     "The bottom side only":                                  "Enkel aan de onderkant",
  76.     "The left-hand side only":                             "Enkel aan de linkerkant",
  77.     "The right and left sides only":                     "Enkel aan de linker en rechterkant",
  78.     "The right-hand side only":                            "Enkel aan de rechterkant",
  79.     "The top and bottom sides only":                    "Enkel aan de bovenen onderkant",
  80.     "The top side only":                                "Enkel aan de bovenkant",
  81.     "Top":                                                "Boven",
  82.     "Unset color":                                        "Wis kleur",
  83.     "Vertical align":                                    "Vertikale uitlijning",
  84.     "Width":                                             "Breedte",
  85.     "not-del-last-cell":                                "HTMLArea kan de laatste cel in deze tabel niet verwijderen.",
  86.     "not-del-last-col":                                    "HTMLArea kan de laatste kolom in deze tabel niet verwijderen.",
  87.     "not-del-last-row":                                    "HTMLArea kan de laatste rij in deze tabel niet verwijderen.",
  88.     "percent":                                            "procent",
  89.     "pixels":                                            "pixels"
  90. };
  91.