Author: fpunt
Date: 2010-05-04 15:49:12 +0200 (Tue, 04 May 2010)
New Revision: 42100

Added:
   
CMSContainer/trunk/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/plugins/TableOperations/lang/
   
CMSContainer/trunk/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/plugins/TableOperations/lang/nl.js
Modified:
   
CMSContainer/trunk/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/lang/nl.js
   
CMSContainer/trunk/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/my-htmlarea.js
   
CMSContainer/trunk/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/plugins/cmscrichtext/lang/nl.js
Log:
[CMSC-1686] Fixed Dutch translations in Xinha richtext editor

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/lang/nl.js
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/lang/nl.js
        2010-05-04 13:46:43 UTC (rev 42099)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/lang/nl.js
        2010-05-04 13:49:12 UTC (rev 42100)
@@ -41,7 +41,7 @@
   "Undoes your last action": "Ongedaan maken",
   "Redoes your last action": "Herhalen",
   "Cut selection": "Knippen",
-  "Copy selection": "Kopi�ren",
+  "Copy selection": "Kopie maken",
   "Paste from clipboard": "Plakken",
   "Direction left to right": "Tekstrichting links naar rechts",
   "Direction right to left": "Tekstrichting rechts naar links",
@@ -62,6 +62,7 @@
   "URL:": "URL:",
   "You must enter the URL where this link points to": "Geef de URL in waar de 
link naar verwijst",
          
+  // Missing translations
   "Insert embed content":  "Embed content invoegen",
   "Normal": "Standaard",
   "Heading 1": "Kop 1",
@@ -71,13 +72,12 @@
   "Insert Image": "Afbeelding invoegen",
   "Select all": "Selecteer alles",
   "Clear Inline Font Specifications": "Verwijder inline lettertypes",
-  "Remove formatting", "Verwijder formatering",
-  "Toggle Borders", "Schakel randen",
+  "Remove formatting": "Verwijder formatering",
+  "Toggle Borders": "Schakel randen",
   "Insert/Modify Embeded Code": "Invoegen bewerken embed content",
   "Embeded Code:": "Embed Code:",
   "Preview:": "Voorbeeld:",
-  'Click "New Url" to enter URL': 'Klik op "Nieuwe Url" om URL in te voeren',
-  "New Url": "Nieuwe Url",
+  "Click \"New Url\" to enter URL": "Klik op \"Nieuwe Url\" om URL in te 
voeren",
   "Size": "Formaat",
   "Width:": "Breedte:",
   "Height:": "Hoogte:",
@@ -85,25 +85,22 @@
   "Would you like to clear font typefaces?": "Wilt u alle font lettertypes 
verwijderen?",
   "Would you like to clear font sizes?": "Wilt u alle font formaten 
verwijderen?",
   "Would you like to clear font colours?": "Wilt u alle font kleuren 
verwijderen?",
-  "The editor provides the following key combinations": "De editor bied de 
volgende knop combinaties",
-  "new paragraph": "nieuwe paragraaf",
-  "insert linebreak": "nieuwe regel afbreking",
+  "Keyboard shortcuts": "Toetsenbord snelkoppelingen",
+  "The editor provides the following key combinations:": "De editor bied de 
volgende knop combinaties:",
+  "new paragraph": "Nieuwe paragraaf",
+  "insert linebreak": "Nieuwe regel afbreking",
   "Select all": "Selecteer alles",
   "Set format to paragraph": "Formateer naar paragraaf",
   "Clean content pasted from Word": "Schoon uit Word geplakte content op",
   "Headings": "Koppen",
   "Close": "Sluiten",
-  "Rows": "Rijen",
-  "Cols": "Kolommen",
-  "Width": "Breedte",
+  "Rows:": "Rijen:",
+  "Cols:": "Kolommen:",
   "Percent": "Procent",
   "Layout": "Opmaak",
-  "Border Thickness": "Rand dikte",
+  "Border thickness:": "Rand dikte:",
   "Spacing": "Ruimte",
-  "Cell Spacing": "Cel ruimte",
-  "Cell padding": "Cel opvulling",
-  "Frame and border": "Frame en randen",
-  "Enkel aan de bovenen onderkant": "Enkel aan de boven en onderkant",
-  "marge": "Marge"
-
+  "Cell Spacing:": "Cel ruimte:",
+  "Cell padding:": "Cel opvulling:",
+  "Frame and borders": "Frame en randen"
 }

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/my-htmlarea.js
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/my-htmlarea.js
    2010-05-04 13:46:43 UTC (rev 42099)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/my-htmlarea.js
    2010-05-04 13:49:12 UTC (rev 42100)
@@ -270,7 +270,11 @@
                }
        }
 }
+function i18n(str) {
+    return (Xinha._lc(str, 'cmscrichtext'));
+  }
 
+
 Xinha.prototype._createLink = function(link) {
        var editor = this;
        var outparam = null;
@@ -313,7 +317,7 @@
             }
             else titleNoLink = sel_value;
                outparam = {
-                       f_href   : "Click \"New Url\" to enter URL",
+                       f_href   : i18n("Click \"New Url\" to enter URL"),
                 f_destination : null,
                        f_title   : titleNoLink,
                                f_tooltip : '',

Added: 
CMSContainer/trunk/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/plugins/TableOperations/lang/nl.js
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/plugins/TableOperations/lang/nl.js
                                (rev 0)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/plugins/TableOperations/lang/nl.js
        2010-05-04 13:49:12 UTC (rev 42100)
@@ -0,0 +1,79 @@
+// I18N constants
+// LANG: "nl", ENCODING: UTF-8
+// Author: Michel Weegeerink (i...@mmc-shop.nl), http://mmc-shop.nl
+{
+  "Align": "Uitlijning",
+  "All four sides": "Alle 4 zijden",
+  "Background": "Achtergrond",
+  "Baseline": "Basis",
+  "Border": "Rand",
+  "Borders": "Randen",
+  "Bottom": "Onder",
+  "Style [CSS]": "CSS Style",
+  "Caption": "Opmerking",
+  "Cell Properties": "Celeigenschappen",
+  "Center": "Centreren",
+  "Char": "Karakter",
+  "Collapsed borders": "Geen randen",
+  "Color": "Kleur",
+  "Description": "Omschrijving",
+  "FG Color": "Voorgrond",
+  "Float": "Zwevend",
+  "Frames": "Frames",
+  "Height": "Hoogte",
+  "How many columns would you like to merge?": "Hoeveel kolommen wilt u 
samenvoegen?",
+  "How many rows would you like to merge?": "Hoeveel rijen wilt u 
samenvoegen?",
+  "Image URL": "Afbeelding URL",
+  "Justify": "Uitvullen",
+  "Layout": "Opmaak",
+  "Left": "Links",
+  "Margin": "Marge",
+  "Middle": "Midden",
+  "No rules": "Geen regels",
+  "No sides": "Geen zijlijnen",
+  "None": "Geen",
+  "Padding": "Celmarge",
+  "Please click into some cell": "Klik in een cel a.u.b.",
+  "Right": "Rechts",
+  "Row Properties": "Rijeigenschappen",
+  "Rules will appear between all rows and columns": "Regels verschijnen tussen 
alle rijen en kolommen",
+  "Rules will appear between columns only": "Regels verschijnen enkel tussen 
de kolommen",
+  "Rules will appear between rows only": "Regels verschijnen enkel tussen de 
rijen",
+  "Rules": "Regels",
+  "Spacing and padding": "Celmarge en afstand tussen cellen",
+  "Spacing": "Marge",
+  "Summary": "Overzicht",
+  "Delete cell": "Cel verwijderen",
+  "Insert cell after": "Voeg cel toe achter",
+  "Insert cell before": "Voeg cel toe voor",
+  "Merge cells": "Cellen samenvoegen",
+  "Cell properties": "Celeigenschappen",
+  "Split cell": "Cel splitsen",
+  "Delete column": "Kolom verwijderen",
+  "Insert column after": "Kolom invoegen achter",
+  "Insert column before": "Kolom invoegen voor",
+  "Split column": "Kolom splitsen",
+  "Delete row": "Rij verwijderen",
+  "Insert row before": "Rij invoegen boven",
+  "Insert row after": "Rij invoegen onder",
+  "Row properties": "Rij eigenschappen",
+  "Split row": "Rij splitsen",
+  "Table properties": "Tabel eigenschappen",
+  "Table Properties": "Tabel eigenschappen",
+  "Text align": "Text uitlijning",
+  "The bottom side only": "Enkel aan de onderkant",
+  "The left-hand side only": "Enkel aan de linkerkant",
+  "The right and left sides only": "Enkel aan de linker en rechterkant",
+  "The right-hand side only": "Enkel aan de rechterkant",
+  "The top and bottom sides only": "Enkel aan de boven en onderkant",
+  "The top side only": "Enkel aan de bovenkant",
+  "Top": "Boven",
+  "Unset color": "Wis kleur",
+  "Vertical align": "Vertikale uitlijning",
+  "Width": "Breedte",
+  "Xinha cowardly refuses to delete the last cell in row.": "Xinha kan de 
laatste cel in deze tabel niet verwijderen.",
+  "Xinha cowardly refuses to delete the last column in table.": "Xinha kan de 
laatste kolom in deze tabel niet verwijderen.",
+  "Xinha cowardly refuses to delete the last row in table.": "Xinha kan de 
laatste rij in deze tabel niet verwijderen.",
+  "percent": "procent",
+  "pixels": "pixels"
+};

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/plugins/cmscrichtext/lang/nl.js
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/plugins/cmscrichtext/lang/nl.js
   2010-05-04 13:46:43 UTC (rev 42099)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/richtext/src/webapp/mmbase/edit/wizard/xinha/plugins/cmscrichtext/lang/nl.js
   2010-05-04 13:49:12 UTC (rev 42100)
@@ -57,7 +57,7 @@
   "Search for an element" : "Zoek naar een ander contenttype",
   "Page" : "Pagina",
   "Search for a page" : "Zoek naar een pagina",
-  "New Url" : "Nieuwe URL",
+  "New URL" : "Nieuwe URL",
   "Enter new url" : "Nieuwe URL",
 
   // Insert Image
@@ -70,6 +70,5 @@
   "For browsers that don't support images": "Voor browsers die afbeeldingen 
niet ondersteunen",
   "Positioning of this image": "Positie van deze afbeelding",
   "Image Preview:": "Voorbeeld van afbeelding:",
-  "You must enter the URL": "De URL is verplicht"
-         
+  "You must enter the URL": "De URL is verplicht"  
 };
\ No newline at end of file

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to