[kupu-checkins] r38007 - in kupu/trunk/kupu/mmbase: . drawers i18n

mihxil at codespeak.net mihxil at codespeak.net
Tue Feb 6 14:47:10 CET 2007


Author: mihxil
Date: Tue Feb  6 14:47:08 2007
New Revision: 38007

Modified:
   kupu/trunk/kupu/mmbase/drawers/collection.jspx
   kupu/trunk/kupu/mmbase/drawers/images.items.jspx
   kupu/trunk/kupu/mmbase/drawers/search.constraints.jspx
   kupu/trunk/kupu/mmbase/i18n/de.po
   kupu/trunk/kupu/mmbase/i18n/en.po
   kupu/trunk/kupu/mmbase/i18n/eo.po
   kupu/trunk/kupu/mmbase/i18n/fr.po
   kupu/trunk/kupu/mmbase/i18n/it.po
   kupu/trunk/kupu/mmbase/i18n/nl.po
   kupu/trunk/kupu/mmbase/kupustyle.css
   kupu/trunk/kupu/mmbase/toolboxes.kupu
Log:
translations, bugfixes

Modified: kupu/trunk/kupu/mmbase/drawers/collection.jspx
==============================================================================
--- kupu/trunk/kupu/mmbase/drawers/collection.jspx	(original)
+++ kupu/trunk/kupu/mmbase/drawers/collection.jspx	Tue Feb  6 14:47:08 2007
@@ -10,7 +10,7 @@
   <mm:import externid="max" vartype="integer">50</mm:import>
   <mm:import externid="kupubasedir" />
   <collection>
-    <uri>drawers/collection.jspx?search=${search}&amp;max=${max}</uri>
+    <uri>drawers/collection.jspx?search=${search}&amp;amp;max=${max}</uri>
     <icon>${kupubasedir}/mmbase/icons/map.gif</icon>
     <title>MMBase</title>
     <mm:cloud method="asis">
@@ -24,7 +24,7 @@
           </mm:present>
           <jsp:directive.include file="search.constraints.jspx" />
           <mm:sortorder field="number" direction="down" />
-          <mm:maxnumber value="$max" />
+          <mm:maxnumber value="${max}" />
           <mm:offset    value="${page * max}" />
           <mm:haspage page="${nodetype}.items.jspx">
             <mm:include referids="kupubasedir,max" page="${nodetype}.items.jspx" />

Modified: kupu/trunk/kupu/mmbase/drawers/images.items.jspx
==============================================================================
--- kupu/trunk/kupu/mmbase/drawers/images.items.jspx	(original)
+++ kupu/trunk/kupu/mmbase/drawers/images.items.jspx	Tue Feb  6 14:47:08 2007
@@ -16,7 +16,6 @@
     </mm:notpresent>
     <mm:import externid="max">100</mm:import>
     <mm:listnodescontainer referid="query">
-      <mm:maxnumber value="${100}" />
       <mm:sortorder field="number" direction="down" />
       <items>
         <mm:context>

Modified: kupu/trunk/kupu/mmbase/drawers/search.constraints.jspx
==============================================================================
--- kupu/trunk/kupu/mmbase/drawers/search.constraints.jspx	(original)
+++ kupu/trunk/kupu/mmbase/drawers/search.constraints.jspx	Tue Feb  6 14:47:08 2007
@@ -11,6 +11,7 @@
     xmlns:mm="http://www.mmbase.org/mmbase-taglib-2.0"
     >
   <mm:isnotempty  xmlns:mm="http://www.mmbase.org/mmbase-taglib-2.0" referid="search">
+    <mm:log>bla</mm:log>
     <mm:composite operator="OR">
       <mm:fieldlist type="search" nodetype="$nodetype">
         <mm:fieldinfo type="typedescription">
@@ -19,12 +20,12 @@
               <mm:constraint field="$_" operator="LIKE" value="%$search%" />
             </mm:fieldinfo>
           </mm:compare>
-      </mm:fieldinfo>
+        </mm:fieldinfo>
       </mm:fieldlist>
     </mm:composite>
   </mm:isnotempty>
   <!-- see remark in library.jspx -->
-  <mm:hasfield nodetype="$nodetype" name="version">
+  <mm:hasfield nodetype="${nodetype}" name="version">
     <mm:constraint field="version" value="10000" />
   </mm:hasfield>
 </jsp:root>
\ No newline at end of file

Modified: kupu/trunk/kupu/mmbase/i18n/de.po
==============================================================================
--- kupu/trunk/kupu/mmbase/i18n/de.po	(original)
+++ kupu/trunk/kupu/mmbase/i18n/de.po	Tue Feb  6 14:47:08 2007
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: mmbase 18\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-19 17:56+0200\n"
+"POT-Creation-Date: 2007-02-06 14:05+0100\n"
 "PO-Revision-Date: 2005-06-09 00:42+0200\n"
 "Last-Translator: Michiel Meeuwissen <EMAIL at ADDRESS>\n"
 "Language-Team: German <de at li.org>\n"
@@ -16,19 +16,19 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: mmbase.js:141 mmbase.js:158
+#: mmbase.js:141 mmbase.js:158 mmbase.js:159
 msgid "Saving body (kupu)"
 msgstr ""
 
-#: mmbase.js:144 mmbase.js:161
+#: mmbase.js:144 mmbase.js:161 mmbase.js:162
 msgid "Saving fields (form)"
 msgstr ""
 
-#: mmbase.js:173 mmbase.js:191
+#: mmbase.js:173 mmbase.js:191 mmbase.js:192
 msgid "saved"
 msgstr ""
 
-#: mmbase.js:202 mmbase.js:242
+#: mmbase.js:202 mmbase.js:242 mmbase.js:243
 msgid "RELOAD"
 msgstr ""
 
@@ -44,7 +44,7 @@
 msgid "Getting node body "
 msgstr ""
 
-#: mmbase.js:250 mmbase.js:300
+#: mmbase.js:250 mmbase.js:300 mmbase.js:299
 msgid "Loading node body "
 msgstr ""
 
@@ -52,55 +52,55 @@
 msgid "Div tool initialized"
 msgstr ""
 
-#: mmbasetools.js:39 mmbasetools.js:40
+#: mmbasetools.js:39 mmbasetools.js:40 mmbasetools.js:48
 msgid "Found paragraph"
 msgstr ""
 
-#: mmbasetools.js:43 mmbasetools.js:44
+#: mmbasetools.js:43 mmbasetools.js:44 mmbasetools.js:52
 msgid "Didn't find paragraph"
 msgstr ""
 
-#: mmbasetools.js:48 mmbasetools.js:50
+#: mmbasetools.js:48 mmbasetools.js:50 mmbasetools.js:57
 msgid "Div inserted"
 msgstr ""
 
-#: phony.js:1
+#: phony.js:1 phony.js:117
 msgid "No node"
 msgstr ""
 
-#: phony.js:2
+#: phony.js:2 phony.js:4 phony.js:75
 msgid "Normal"
 msgstr ""
 
-#: phony.js:3 phony.js:5 phony.js:2
+#: phony.js:3 phony.js:5 phony.js:2 phony.js:1 phony.js:116 phony.js:118
 msgid "Richtext editor"
 msgstr ""
 
-#: phony.js:4
+#: phony.js:4 phony.js:5
 msgid "Heading 1"
 msgstr ""
 
-#: phony.js:6 phony.js:3
+#: phony.js:6 phony.js:3 phony.js:2 phony.js:119
 msgid "default"
 msgstr ""
 
-#: phony.js:7 phony.js:4 phony.js:6
+#: phony.js:7 phony.js:4 phony.js:6 phony.js:110 phony.js:123
 msgid "Block"
 msgstr ""
 
-#: phony.js:8 phony.js:5 phony.js:7
+#: phony.js:8 phony.js:5 phony.js:7 phony.js:111 phony.js:124
 msgid "Block class"
 msgstr ""
 
-#: phony.js:9 phony.js:6 phony.js:8
+#: phony.js:9 phony.js:6 phony.js:8 phony.js:112 phony.js:125
 msgid "Note left"
 msgstr ""
 
-#: phony.js:10 phony.js:7 phony.js:9
+#: phony.js:10 phony.js:7 phony.js:9 phony.js:113 phony.js:126
 msgid "Note right"
 msgstr ""
 
-#: phony.js:11 phony.js:8 phony.js:10
+#: phony.js:11 phony.js:8 phony.js:10 phony.js:114 phony.js:127
 msgid "Insert block"
 msgstr ""
 
@@ -112,18 +112,470 @@
 msgid "emphasis: alt-i"
 msgstr ""
 
-#: mmbase.js:197
+#: mmbase.js:197 mmbase.js:198
 msgid "Not saved"
 msgstr ""
 
-#: mmbase.js:215
+#: mmbase.js:215 mmbase.js:216
 msgid "Reinited "
 msgstr ""
 
-#: phony.js:4
+#: phony.js:4 phony.js:88 phony.js:120
 msgid "Left (Big)"
 msgstr ""
 
-#: phony.js:5
+#: phony.js:5 phony.js:89 phony.js:121
 msgid "Right (Big)"
 msgstr ""
+
+#: phony.js:3
+msgid "Kupu SVN/unreleased"
+msgstr ""
+
+#: phony.js:3 phony.js:18 phony.js:19 phony.js:20 phony.js:21 phony.js:22
+#: phony.js:23 phony.js:26
+msgid "http://xml.zope.org/namespaces/i18n"
+msgstr ""
+
+#: phony.js:3 phony.js:18 phony.js:19 phony.js:20 phony.js:21 phony.js:22
+#: phony.js:23 phony.js:26
+msgid "button"
+msgstr ""
+
+#: phony.js:3
+msgid "kupu-logo"
+msgstr ""
+
+#: phony.js:3 phony.js:18 phony.js:19 phony.js:20 phony.js:21 phony.js:22
+#: phony.js:23 phony.js:26
+msgid "${_}"
+msgstr ""
+
+#: phony.js:3
+msgid "kupu-logo-button"
+msgstr ""
+
+#: phony.js:3 phony.js:18 phony.js:19 phony.js:20 phony.js:21 phony.js:22
+#: phony.js:23 phony.js:26
+msgid "title"
+msgstr ""
+
+#: phony.js:3
+msgid "window.open('http://kupu.oscom.org');"
+msgstr ""
+
+#: phony.js:6
+msgid "Heading 2"
+msgstr ""
+
+#: phony.js:7
+msgid "Heading 3"
+msgstr ""
+
+#: phony.js:8
+msgid "Heading 4"
+msgstr ""
+
+#: phony.js:9
+msgid "Heading 5"
+msgstr ""
+
+#: phony.js:10
+msgid "Heading 6"
+msgstr ""
+
+#: phony.js:11
+msgid "s"
+msgstr ""
+
+#: phony.js:12
+msgid "b"
+msgstr ""
+
+#: phony.js:13
+msgid "i"
+msgstr ""
+
+#: phony.js:14
+msgid "-"
+msgstr ""
+
+#: phony.js:15
+msgid "+"
+msgstr ""
+
+#: phony.js:16
+msgid "#"
+msgstr ""
+
+#: phony.js:17
+msgid "*"
+msgstr ""
+
+#: phony.js:18
+msgid "image"
+msgstr ""
+
+#: phony.js:18
+msgid "kupu-image"
+msgstr ""
+
+#: phony.js:18
+msgid "kupu-imagelibdrawer-button"
+msgstr ""
+
+#: phony.js:19
+msgid "link"
+msgstr ""
+
+#: phony.js:19
+msgid "kupu-inthyperlink"
+msgstr ""
+
+#: phony.js:19
+msgid "kupu-linklibdrawer-button"
+msgstr ""
+
+#: phony.js:20
+msgid "external link"
+msgstr ""
+
+#: phony.js:20
+msgid "kupu-exthyperlink"
+msgstr ""
+
+#: phony.js:20
+msgid "kupu-linkdrawer-button"
+msgstr ""
+
+#: phony.js:21
+msgid "Remove image"
+msgstr ""
+
+#: phony.js:21
+msgid "kupu-removeimage invisible"
+msgstr ""
+
+#: phony.js:21
+msgid "kupu-removeimage-button"
+msgstr ""
+
+#: phony.js:22
+msgid "Remove link"
+msgstr ""
+
+#: phony.js:22
+msgid "kupu-removelink invisible"
+msgstr ""
+
+#: phony.js:22
+msgid "kupu-removelink-button"
+msgstr ""
+
+#: phony.js:23
+msgid "Remove block"
+msgstr ""
+
+#: phony.js:23
+msgid "kupu-removediv invisible"
+msgstr ""
+
+#: phony.js:23
+msgid "kupu-removediv-button"
+msgstr ""
+
+#: phony.js:24
+msgid "z"
+msgstr ""
+
+#: phony.js:25
+msgid "y"
+msgstr ""
+
+#: phony.js:26
+msgid "Check spelling"
+msgstr ""
+
+#: phony.js:26
+msgid "kupu-spellchecker"
+msgstr ""
+
+#: phony.js:26
+msgid "kupu-spellchecker-button"
+msgstr ""
+
+#: phony.js:27
+msgid "list-disc"
+msgstr ""
+
+#: phony.js:28
+msgid "list-square"
+msgstr ""
+
+#: phony.js:29
+msgid "list-circle"
+msgstr ""
+
+#: phony.js:30
+msgid "list-nobullet"
+msgstr ""
+
+#: phony.js:31
+msgid "list-decimal"
+msgstr ""
+
+#: phony.js:32
+msgid "list-upperroman"
+msgstr ""
+
+#: phony.js:33
+msgid "list-lowerroman"
+msgstr ""
+
+#: phony.js:34
+msgid "list-upperalpha"
+msgstr ""
+
+#: phony.js:35
+msgid "list-loweralpha"
+msgstr ""
+
+#: phony.js:36
+msgid "External Link"
+msgstr ""
+
+#: phony.js:37 phony.js:81
+msgid "Link the highlighted text to this URL:"
+msgstr ""
+
+#: phony.js:38
+msgid "Preview"
+msgstr ""
+
+#: phony.js:39
+msgid "(none)"
+msgstr ""
+
+#: phony.js:40 phony.js:78
+msgid "Ok"
+msgstr ""
+
+#: phony.js:41 phony.js:79
+msgid "Cancel"
+msgstr ""
+
+#: phony.js:42
+msgid "tabledrawer_title"
+msgstr ""
+
+#: phony.js:43 phony.js:53
+msgid "tabledrawer_class_label"
+msgstr ""
+
+#: phony.js:44 phony.js:54
+msgid "Plain"
+msgstr ""
+
+#: phony.js:45 phony.js:55
+msgid "Listing"
+msgstr ""
+
+#: phony.js:46 phony.js:56
+msgid "Grid"
+msgstr ""
+
+#: phony.js:47 phony.js:57
+msgid "Data"
+msgstr ""
+
+#: phony.js:48
+msgid "tabledrawer_rows_label"
+msgstr ""
+
+#: phony.js:49
+msgid "tabledrawer_columns_label"
+msgstr ""
+
+#: phony.js:50
+msgid "tabledrawer_headings_label"
+msgstr ""
+
+#: phony.js:51
+msgid "tabledrawer_add_table_button"
+msgstr ""
+
+#: phony.js:52
+msgid "tabledrawer_fix_tables_button"
+msgstr ""
+
+#: phony.js:58
+msgid "tabledrawer_alignment_label"
+msgstr ""
+
+#: phony.js:59
+msgid "tabledrawer_left_option"
+msgstr ""
+
+#: phony.js:60
+msgid "tabledrawer_center_option"
+msgstr ""
+
+#: phony.js:61
+msgid "tabledrawer_right_option"
+msgstr ""
+
+#: phony.js:62
+msgid "tabledrawer_column_label"
+msgstr ""
+
+#: phony.js:63 phony.js:66
+msgid "tabledrawer_add_button"
+msgstr ""
+
+#: phony.js:64 phony.js:67
+msgid "tabledrawer_remove_button"
+msgstr ""
+
+#: phony.js:65
+msgid "tabledrawer_row_label"
+msgstr ""
+
+#: phony.js:68
+msgid "tabledrawer_fix_table_label"
+msgstr ""
+
+#: phony.js:69
+msgid "tabledrawer_fix_button"
+msgstr ""
+
+#: phony.js:70
+msgid "tabledrawer_close_button"
+msgstr ""
+
+#: phony.js:71
+msgid "anchordrawer_title"
+msgstr ""
+
+#: phony.js:72
+msgid "Link to anchor"
+msgstr ""
+
+#: phony.js:73
+msgid "Table of contents"
+msgstr ""
+
+#: phony.js:74
+msgid "Table style"
+msgstr ""
+
+#: phony.js:76
+msgid "toggle all"
+msgstr ""
+
+#: phony.js:77
+msgid "(optional 2nd style)"
+msgstr ""
+
+#: phony.js:80
+msgid "Links"
+msgstr ""
+
+#: phony.js:82
+msgid "Make Link"
+msgstr ""
+
+#: phony.js:83
+msgid "Images"
+msgstr ""
+
+#: phony.js:84
+msgid "Image class:"
+msgstr ""
+
+#: phony.js:85
+msgid "Inline"
+msgstr ""
+
+#: phony.js:86 phony.js:102
+msgid "Left"
+msgstr ""
+
+#: phony.js:87 phony.js:104
+msgid "Right"
+msgstr ""
+
+#: phony.js:90 phony.js:122
+msgid "Big"
+msgstr ""
+
+#: phony.js:91
+msgid "Insert image at the following URL:"
+msgstr ""
+
+#: phony.js:92
+msgid "Insert Image"
+msgstr ""
+
+#: phony.js:93
+msgid "Tables"
+msgstr ""
+
+#: phony.js:94
+msgid "Table Class:"
+msgstr ""
+
+#: phony.js:95
+msgid "Rows:"
+msgstr ""
+
+#: phony.js:96
+msgid "Columns:"
+msgstr ""
+
+#: phony.js:97
+msgid "Headings:"
+msgstr ""
+
+#: phony.js:98
+msgid "Create"
+msgstr ""
+
+#: phony.js:99
+msgid "Fix Table"
+msgstr ""
+
+#: phony.js:100
+msgid "Add Table"
+msgstr ""
+
+#: phony.js:101
+msgid "Col Align:"
+msgstr ""
+
+#: phony.js:103
+msgid "Center"
+msgstr ""
+
+#: phony.js:105
+msgid "Add Column"
+msgstr ""
+
+#: phony.js:106
+msgid "Remove Column"
+msgstr ""
+
+#: phony.js:107
+msgid "Add Row"
+msgstr ""
+
+#: phony.js:108
+msgid "Remove Row"
+msgstr ""
+
+#: phony.js:109
+msgid "Fix"
+msgstr ""
+
+#: phony.js:115
+msgid "Debug Log"
+msgstr ""

Modified: kupu/trunk/kupu/mmbase/i18n/en.po
==============================================================================
--- kupu/trunk/kupu/mmbase/i18n/en.po	(original)
+++ kupu/trunk/kupu/mmbase/i18n/en.po	Tue Feb  6 14:47:08 2007
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-19 17:56+0200\n"
+"POT-Creation-Date: 2007-02-06 14:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -16,19 +16,19 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: mmbase.js:141 mmbase.js:158
+#: mmbase.js:141 mmbase.js:158 mmbase.js:159
 msgid "Saving body (kupu)"
 msgstr "Saving body (kupu)"
 
-#: mmbase.js:144 mmbase.js:161
+#: mmbase.js:144 mmbase.js:161 mmbase.js:162
 msgid "Saving fields (form)"
 msgstr "Saving fields (form)"
 
-#: mmbase.js:173 mmbase.js:191
+#: mmbase.js:173 mmbase.js:191 mmbase.js:192
 msgid "saved"
 msgstr "saved"
 
-#: mmbase.js:202 mmbase.js:242
+#: mmbase.js:202 mmbase.js:242 mmbase.js:243
 msgid "RELOAD"
 msgstr "RELOAD"
 
@@ -44,7 +44,7 @@
 msgid "Getting node body "
 msgstr "Getting node body "
 
-#: mmbase.js:250 mmbase.js:300
+#: mmbase.js:250 mmbase.js:300 mmbase.js:299
 msgid "Loading node body "
 msgstr "Loading node body "
 
@@ -52,55 +52,55 @@
 msgid "Div tool initialized"
 msgstr "Div tool initialized"
 
-#: mmbasetools.js:39 mmbasetools.js:40
+#: mmbasetools.js:39 mmbasetools.js:40 mmbasetools.js:48
 msgid "Found paragraph"
 msgstr "Found paragraph"
 
-#: mmbasetools.js:43 mmbasetools.js:44
+#: mmbasetools.js:43 mmbasetools.js:44 mmbasetools.js:52
 msgid "Didn't find paragraph"
 msgstr "Didn't find paragraph"
 
-#: mmbasetools.js:48 mmbasetools.js:50
+#: mmbasetools.js:48 mmbasetools.js:50 mmbasetools.js:57
 msgid "Div inserted"
 msgstr "Div inserted"
 
-#: phony.js:1
+#: phony.js:1 phony.js:117
 msgid "No node"
 msgstr "No node"
 
-#: phony.js:2
+#: phony.js:2 phony.js:4 phony.js:75
 msgid "Normal"
 msgstr "Normal"
 
-#: phony.js:3 phony.js:5 phony.js:2
+#: phony.js:3 phony.js:5 phony.js:2 phony.js:1 phony.js:116 phony.js:118
 msgid "Richtext editor"
 msgstr "Richtext editor"
 
-#: phony.js:4
+#: phony.js:4 phony.js:5
 msgid "Heading 1"
 msgstr "Heading 1"
 
-#: phony.js:6 phony.js:3
+#: phony.js:6 phony.js:3 phony.js:2 phony.js:119
 msgid "default"
 msgstr "default"
 
-#: phony.js:7 phony.js:4 phony.js:6
+#: phony.js:7 phony.js:4 phony.js:6 phony.js:110 phony.js:123
 msgid "Block"
 msgstr "Block"
 
-#: phony.js:8 phony.js:5 phony.js:7
+#: phony.js:8 phony.js:5 phony.js:7 phony.js:111 phony.js:124
 msgid "Block class"
 msgstr "Block class"
 
-#: phony.js:9 phony.js:6 phony.js:8
+#: phony.js:9 phony.js:6 phony.js:8 phony.js:112 phony.js:125
 msgid "Note left"
 msgstr "Note left"
 
-#: phony.js:10 phony.js:7 phony.js:9
+#: phony.js:10 phony.js:7 phony.js:9 phony.js:113 phony.js:126
 msgid "Note right"
 msgstr "Note right"
 
-#: phony.js:11 phony.js:8 phony.js:10
+#: phony.js:11 phony.js:8 phony.js:10 phony.js:114 phony.js:127
 msgid "Insert block"
 msgstr "Insert block"
 
@@ -112,18 +112,470 @@
 msgid "emphasis: alt-i"
 msgstr "emphasis: alt-i"
 
-#: mmbase.js:197
+#: mmbase.js:197 mmbase.js:198
 msgid "Not saved"
 msgstr ""
 
-#: mmbase.js:215
+#: mmbase.js:215 mmbase.js:216
 msgid "Reinited "
 msgstr ""
 
-#: phony.js:4
+#: phony.js:4 phony.js:88 phony.js:120
 msgid "Left (Big)"
 msgstr ""
 
-#: phony.js:5
+#: phony.js:5 phony.js:89 phony.js:121
 msgid "Right (Big)"
 msgstr ""
+
+#: phony.js:3
+msgid "Kupu SVN/unreleased"
+msgstr ""
+
+#: phony.js:3 phony.js:18 phony.js:19 phony.js:20 phony.js:21 phony.js:22
+#: phony.js:23 phony.js:26
+msgid "http://xml.zope.org/namespaces/i18n"
+msgstr ""
+
+#: phony.js:3 phony.js:18 phony.js:19 phony.js:20 phony.js:21 phony.js:22
+#: phony.js:23 phony.js:26
+msgid "button"
+msgstr ""
+
+#: phony.js:3
+msgid "kupu-logo"
+msgstr ""
+
+#: phony.js:3 phony.js:18 phony.js:19 phony.js:20 phony.js:21 phony.js:22
+#: phony.js:23 phony.js:26
+msgid "${_}"
+msgstr ""
+
+#: phony.js:3
+msgid "kupu-logo-button"
+msgstr ""
+
+#: phony.js:3 phony.js:18 phony.js:19 phony.js:20 phony.js:21 phony.js:22
+#: phony.js:23 phony.js:26
+msgid "title"
+msgstr ""
+
+#: phony.js:3
+msgid "window.open('http://kupu.oscom.org');"
+msgstr ""
+
+#: phony.js:6
+msgid "Heading 2"
+msgstr ""
+
+#: phony.js:7
+msgid "Heading 3"
+msgstr ""
+
+#: phony.js:8
+msgid "Heading 4"
+msgstr ""
+
+#: phony.js:9
+msgid "Heading 5"
+msgstr ""
+
+#: phony.js:10
+msgid "Heading 6"
+msgstr ""
+
+#: phony.js:11
+msgid "s"
+msgstr ""
+
+#: phony.js:12
+msgid "b"
+msgstr ""
+
+#: phony.js:13
+msgid "i"
+msgstr ""
+
+#: phony.js:14
+msgid "-"
+msgstr ""
+
+#: phony.js:15
+msgid "+"
+msgstr ""
+
+#: phony.js:16
+msgid "#"
+msgstr ""
+
+#: phony.js:17
+msgid "*"
+msgstr ""
+
+#: phony.js:18
+msgid "image"
+msgstr ""
+
+#: phony.js:18
+msgid "kupu-image"
+msgstr ""
+
+#: phony.js:18
+msgid "kupu-imagelibdrawer-button"
+msgstr ""
+
+#: phony.js:19
+msgid "link"
+msgstr ""
+
+#: phony.js:19
+msgid "kupu-inthyperlink"
+msgstr ""
+
+#: phony.js:19
+msgid "kupu-linklibdrawer-button"
+msgstr ""
+
+#: phony.js:20
+msgid "external link"
+msgstr ""
+
+#: phony.js:20
+msgid "kupu-exthyperlink"
+msgstr ""
+
+#: phony.js:20
+msgid "kupu-linkdrawer-button"
+msgstr ""
+
+#: phony.js:21
+msgid "Remove image"
+msgstr ""
+
+#: phony.js:21
+msgid "kupu-removeimage invisible"
+msgstr ""
+
+#: phony.js:21
+msgid "kupu-removeimage-button"
+msgstr ""
+
+#: phony.js:22
+msgid "Remove link"
+msgstr ""
+
+#: phony.js:22
+msgid "kupu-removelink invisible"
+msgstr ""
+
+#: phony.js:22
+msgid "kupu-removelink-button"
+msgstr ""
+
+#: phony.js:23
+msgid "Remove block"
+msgstr ""
+
+#: phony.js:23
+msgid "kupu-removediv invisible"
+msgstr ""
+
+#: phony.js:23
+msgid "kupu-removediv-button"
+msgstr ""
+
+#: phony.js:24
+msgid "z"
+msgstr ""
+
+#: phony.js:25
+msgid "y"
+msgstr ""
+
+#: phony.js:26
+msgid "Check spelling"
+msgstr ""
+
+#: phony.js:26
+msgid "kupu-spellchecker"
+msgstr ""
+
+#: phony.js:26
+msgid "kupu-spellchecker-button"
+msgstr ""
+
+#: phony.js:27
+msgid "list-disc"
+msgstr ""
+
+#: phony.js:28
+msgid "list-square"
+msgstr ""
+
+#: phony.js:29
+msgid "list-circle"
+msgstr ""
+
+#: phony.js:30
+msgid "list-nobullet"
+msgstr ""
+
+#: phony.js:31
+msgid "list-decimal"
+msgstr ""
+
+#: phony.js:32
+msgid "list-upperroman"
+msgstr ""
+
+#: phony.js:33
+msgid "list-lowerroman"
+msgstr ""
+
+#: phony.js:34
+msgid "list-upperalpha"
+msgstr ""
+
+#: phony.js:35
+msgid "list-loweralpha"
+msgstr ""
+
+#: phony.js:36
+msgid "External Link"
+msgstr ""
+
+#: phony.js:37 phony.js:81
+msgid "Link the highlighted text to this URL:"
+msgstr ""
+
+#: phony.js:38
+msgid "Preview"
+msgstr ""
+
+#: phony.js:39
+msgid "(none)"
+msgstr ""
+
+#: phony.js:40 phony.js:78
+msgid "Ok"
+msgstr ""
+
+#: phony.js:41 phony.js:79
+msgid "Cancel"
+msgstr ""
+
+#: phony.js:42
+msgid "tabledrawer_title"
+msgstr ""
+
+#: phony.js:43 phony.js:53
+msgid "tabledrawer_class_label"
+msgstr ""
+
+#: phony.js:44 phony.js:54
+msgid "Plain"
+msgstr ""
+
+#: phony.js:45 phony.js:55
+msgid "Listing"
+msgstr ""
+
+#: phony.js:46 phony.js:56
+msgid "Grid"
+msgstr ""
+
+#: phony.js:47 phony.js:57
+msgid "Data"
+msgstr ""
+
+#: phony.js:48
+msgid "tabledrawer_rows_label"
+msgstr ""
+
+#: phony.js:49
+msgid "tabledrawer_columns_label"
+msgstr ""
+
+#: phony.js:50
+msgid "tabledrawer_headings_label"
+msgstr ""
+
+#: phony.js:51
+msgid "tabledrawer_add_table_button"
+msgstr ""
+
+#: phony.js:52
+msgid "tabledrawer_fix_tables_button"
+msgstr ""
+
+#: phony.js:58
+msgid "tabledrawer_alignment_label"
+msgstr ""
+
+#: phony.js:59
+msgid "tabledrawer_left_option"
+msgstr ""
+
+#: phony.js:60
+msgid "tabledrawer_center_option"
+msgstr ""
+
+#: phony.js:61
+msgid "tabledrawer_right_option"
+msgstr ""
+
+#: phony.js:62
+msgid "tabledrawer_column_label"
+msgstr ""
+
+#: phony.js:63 phony.js:66
+msgid "tabledrawer_add_button"
+msgstr ""
+
+#: phony.js:64 phony.js:67
+msgid "tabledrawer_remove_button"
+msgstr ""
+
+#: phony.js:65
+msgid "tabledrawer_row_label"
+msgstr ""
+
+#: phony.js:68
+msgid "tabledrawer_fix_table_label"
+msgstr ""
+
+#: phony.js:69
+msgid "tabledrawer_fix_button"
+msgstr ""
+
+#: phony.js:70
+msgid "tabledrawer_close_button"
+msgstr ""
+
+#: phony.js:71
+msgid "anchordrawer_title"
+msgstr ""
+
+#: phony.js:72
+msgid "Link to anchor"
+msgstr ""
+
+#: phony.js:73
+msgid "Table of contents"
+msgstr ""
+
+#: phony.js:74
+msgid "Table style"
+msgstr ""
+
+#: phony.js:76
+msgid "toggle all"
+msgstr ""
+
+#: phony.js:77
+msgid "(optional 2nd style)"
+msgstr ""
+
+#: phony.js:80
+msgid "Links"
+msgstr ""
+
+#: phony.js:82
+msgid "Make Link"
+msgstr ""
+
+#: phony.js:83
+msgid "Images"
+msgstr ""
+
+#: phony.js:84
+msgid "Image class:"
+msgstr ""
+
+#: phony.js:85
+msgid "Inline"
+msgstr ""
+
+#: phony.js:86 phony.js:102
+msgid "Left"
+msgstr ""
+
+#: phony.js:87 phony.js:104
+msgid "Right"
+msgstr ""
+
+#: phony.js:90 phony.js:122
+msgid "Big"
+msgstr ""
+
+#: phony.js:91
+msgid "Insert image at the following URL:"
+msgstr ""
+
+#: phony.js:92
+msgid "Insert Image"
+msgstr ""
+
+#: phony.js:93
+msgid "Tables"
+msgstr ""
+
+#: phony.js:94
+msgid "Table Class:"
+msgstr ""
+
+#: phony.js:95
+msgid "Rows:"
+msgstr ""
+
+#: phony.js:96
+msgid "Columns:"
+msgstr ""
+
+#: phony.js:97
+msgid "Headings:"
+msgstr ""
+
+#: phony.js:98
+msgid "Create"
+msgstr ""
+
+#: phony.js:99
+msgid "Fix Table"
+msgstr ""
+
+#: phony.js:100
+msgid "Add Table"
+msgstr ""
+
+#: phony.js:101
+msgid "Col Align:"
+msgstr ""
+
+#: phony.js:103
+msgid "Center"
+msgstr ""
+
+#: phony.js:105
+msgid "Add Column"
+msgstr ""
+
+#: phony.js:106
+msgid "Remove Column"
+msgstr ""
+
+#: phony.js:107
+msgid "Add Row"
+msgstr ""
+
+#: phony.js:108
+msgid "Remove Row"
+msgstr ""
+
+#: phony.js:109
+msgid "Fix"
+msgstr ""
+
+#: phony.js:115
+msgid "Debug Log"
+msgstr ""

Modified: kupu/trunk/kupu/mmbase/i18n/eo.po
==============================================================================
--- kupu/trunk/kupu/mmbase/i18n/eo.po	(original)
+++ kupu/trunk/kupu/mmbase/i18n/eo.po	Tue Feb  6 14:47:08 2007
@@ -7,8 +7,8 @@
 msgstr ""
 "Project-Id-Version: mmbase 18\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-19 17:56+0200\n"
-"PO-Revision-Date: 2005-11-28 18:06+0100\n"
+"POT-Creation-Date: 2007-02-06 14:05+0100\n"
+"PO-Revision-Date: 2007-02-06 14:06+0100\n"
 "Last-Translator: Michiel Meeuwissen <mihxil at xs4all.nl>\n"
 "Language-Team: Esperanto <translation-team-eo at lists.sourceforge.net>\n"
 "MIME-Version: 1.0\n"
@@ -16,19 +16,19 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: mmbase.js:141 mmbase.js:158
+#: mmbase.js:141 mmbase.js:158 mmbase.js:159
 msgid "Saving body (kupu)"
 msgstr "Savante tekston (kupan)"
 
-#: mmbase.js:144 mmbase.js:161
+#: mmbase.js:144 mmbase.js:161 mmbase.js:162
 msgid "Saving fields (form)"
 msgstr "Savante kampojn (formularajn)"
 
-#: mmbase.js:173 mmbase.js:191
+#: mmbase.js:173 mmbase.js:191 mmbase.js:192
 msgid "saved"
 msgstr "Savita"
 
-#: mmbase.js:202 mmbase.js:242
+#: mmbase.js:202 mmbase.js:242 mmbase.js:243
 msgid "RELOAD"
 msgstr "RETIRAS"
 
@@ -44,7 +44,7 @@
 msgid "Getting node body "
 msgstr "Tirante nodan korpon "
 
-#: mmbase.js:250 mmbase.js:300
+#: mmbase.js:250 mmbase.js:300 mmbase.js:299
 msgid "Loading node body "
 msgstr "Enŝutante objekton"
 
@@ -52,55 +52,55 @@
 msgid "Div tool initialized"
 msgstr ""
 
-#: mmbasetools.js:39 mmbasetools.js:40
+#: mmbasetools.js:39 mmbasetools.js:40 mmbasetools.js:48
 msgid "Found paragraph"
 msgstr ""
 
-#: mmbasetools.js:43 mmbasetools.js:44
+#: mmbasetools.js:43 mmbasetools.js:44 mmbasetools.js:52
 msgid "Didn't find paragraph"
 msgstr ""
 
-#: mmbasetools.js:48 mmbasetools.js:50
+#: mmbasetools.js:48 mmbasetools.js:50 mmbasetools.js:57
 msgid "Div inserted"
 msgstr ""
 
-#: phony.js:1
+#: phony.js:1 phony.js:117
 msgid "No node"
 msgstr "Nenio nodo"
 
-#: phony.js:2
+#: phony.js:2 phony.js:4 phony.js:75
 msgid "Normal"
 msgstr ""
 
-#: phony.js:3 phony.js:5 phony.js:2
+#: phony.js:3 phony.js:5 phony.js:2 phony.js:1 phony.js:116 phony.js:118
 msgid "Richtext editor"
 msgstr "Riĉa redaktilo"
 
-#: phony.js:4
+#: phony.js:4 phony.js:5
 msgid "Heading 1"
 msgstr ""
 
-#: phony.js:6 phony.js:3
+#: phony.js:6 phony.js:3 phony.js:2 phony.js:119
 msgid "default"
 msgstr "defaŭlto"
 
-#: phony.js:7 phony.js:4 phony.js:6
+#: phony.js:7 phony.js:4 phony.js:6 phony.js:110 phony.js:123
 msgid "Block"
 msgstr ""
 
-#: phony.js:8 phony.js:5 phony.js:7
+#: phony.js:8 phony.js:5 phony.js:7 phony.js:111 phony.js:124
 msgid "Block class"
 msgstr ""
 
-#: phony.js:9 phony.js:6 phony.js:8
+#: phony.js:9 phony.js:6 phony.js:8 phony.js:112 phony.js:125
 msgid "Note left"
 msgstr ""
 
-#: phony.js:10 phony.js:7 phony.js:9
+#: phony.js:10 phony.js:7 phony.js:9 phony.js:113 phony.js:126
 msgid "Note right"
 msgstr ""
 
-#: phony.js:11 phony.js:8 phony.js:10
+#: phony.js:11 phony.js:8 phony.js:10 phony.js:114 phony.js:127
 msgid "Insert block"
 msgstr ""
 
@@ -112,19 +112,471 @@
 msgid "emphasis: alt-i"
 msgstr "emfaze: alt-e"
 
-#: mmbase.js:197
+#: mmbase.js:197 mmbase.js:198
 #, fuzzy
 msgid "Not saved"
 msgstr "Savita"
 
-#: mmbase.js:215
+#: mmbase.js:215 mmbase.js:216
 msgid "Reinited "
 msgstr ""
 
-#: phony.js:4
+#: phony.js:4 phony.js:88 phony.js:120
 msgid "Left (Big)"
-msgstr ""
+msgstr "Maldekstra (kaj granda)"
 
-#: phony.js:5
+#: phony.js:5 phony.js:89 phony.js:121
 msgid "Right (Big)"
+msgstr "Dekstra (kaj granda)"
+
+#: phony.js:3
+msgid "Kupu SVN/unreleased"
+msgstr ""
+
+#: phony.js:3 phony.js:18 phony.js:19 phony.js:20 phony.js:21 phony.js:22
+#: phony.js:23 phony.js:26
+msgid "http://xml.zope.org/namespaces/i18n"
+msgstr ""
+
+#: phony.js:3 phony.js:18 phony.js:19 phony.js:20 phony.js:21 phony.js:22
+#: phony.js:23 phony.js:26
+msgid "button"
+msgstr ""
+
+#: phony.js:3
+msgid "kupu-logo"
+msgstr ""
+
+#: phony.js:3 phony.js:18 phony.js:19 phony.js:20 phony.js:21 phony.js:22
+#: phony.js:23 phony.js:26
+msgid "${_}"
+msgstr ""
+
+#: phony.js:3
+msgid "kupu-logo-button"
+msgstr ""
+
+#: phony.js:3 phony.js:18 phony.js:19 phony.js:20 phony.js:21 phony.js:22
+#: phony.js:23 phony.js:26
+msgid "title"
+msgstr ""
+
+#: phony.js:3
+msgid "window.open('http://kupu.oscom.org');"
+msgstr ""
+
+#: phony.js:6
+msgid "Heading 2"
+msgstr ""
+
+#: phony.js:7
+msgid "Heading 3"
+msgstr ""
+
+#: phony.js:8
+msgid "Heading 4"
+msgstr ""
+
+#: phony.js:9
+msgid "Heading 5"
+msgstr ""
+
+#: phony.js:10
+msgid "Heading 6"
+msgstr ""
+
+#: phony.js:11
+msgid "s"
+msgstr ""
+
+#: phony.js:12
+msgid "b"
+msgstr ""
+
+#: phony.js:13
+msgid "i"
+msgstr ""
+
+#: phony.js:14
+msgid "-"
+msgstr ""
+
+#: phony.js:15
+msgid "+"
+msgstr ""
+
+#: phony.js:16
+msgid "#"
+msgstr ""
+
+#: phony.js:17
+msgid "*"
+msgstr ""
+
+#: phony.js:18
+msgid "image"
+msgstr ""
+
+#: phony.js:18
+msgid "kupu-image"
+msgstr ""
+
+#: phony.js:18
+msgid "kupu-imagelibdrawer-button"
+msgstr ""
+
+#: phony.js:19
+msgid "link"
+msgstr ""
+
+#: phony.js:19
+msgid "kupu-inthyperlink"
+msgstr ""
+
+#: phony.js:19
+msgid "kupu-linklibdrawer-button"
+msgstr ""
+
+#: phony.js:20
+msgid "external link"
+msgstr ""
+
+#: phony.js:20
+msgid "kupu-exthyperlink"
+msgstr ""
+
+#: phony.js:20
+msgid "kupu-linkdrawer-button"
+msgstr ""
+
+#: phony.js:21
+msgid "Remove image"
+msgstr ""
+
+#: phony.js:21
+msgid "kupu-removeimage invisible"
+msgstr ""
+
+#: phony.js:21
+msgid "kupu-removeimage-button"
+msgstr ""
+
+#: phony.js:22
+msgid "Remove link"
+msgstr ""
+
+#: phony.js:22
+msgid "kupu-removelink invisible"
+msgstr ""
+
+#: phony.js:22
+msgid "kupu-removelink-button"
+msgstr ""
+
+#: phony.js:23
+msgid "Remove block"
+msgstr ""
+
+#: phony.js:23
+msgid "kupu-removediv invisible"
+msgstr ""
+
+#: phony.js:23
+msgid "kupu-removediv-button"
+msgstr ""
+
+#: phony.js:24
+msgid "z"
+msgstr ""
+
+#: phony.js:25
+msgid "y"
+msgstr ""
+
+#: phony.js:26
+msgid "Check spelling"
+msgstr ""
+
+#: phony.js:26
+msgid "kupu-spellchecker"
+msgstr ""
+
+#: phony.js:26
+msgid "kupu-spellchecker-button"
+msgstr ""
+
+#: phony.js:27
+msgid "list-disc"
+msgstr ""
+
+#: phony.js:28
+msgid "list-square"
+msgstr ""
+
+#: phony.js:29
+msgid "list-circle"
+msgstr ""
+
+#: phony.js:30
+msgid "list-nobullet"
+msgstr ""
+
+#: phony.js:31
+msgid "list-decimal"
+msgstr ""
+
+#: phony.js:32
+msgid "list-upperroman"
+msgstr ""
+
+#: phony.js:33
+msgid "list-lowerroman"
+msgstr ""
+
+#: phony.js:34
+msgid "list-upperalpha"
+msgstr ""
+
+#: phony.js:35
+msgid "list-loweralpha"
+msgstr ""
+
+#: phony.js:36
+msgid "External Link"
+msgstr ""
+
+#: phony.js:37 phony.js:81
+msgid "Link the highlighted text to this URL:"
+msgstr ""
+
+#: phony.js:38
+msgid "Preview"
+msgstr ""
+
+#: phony.js:39
+msgid "(none)"
+msgstr ""
+
+#: phony.js:40 phony.js:78
+msgid "Ok"
+msgstr ""
+
+#: phony.js:41 phony.js:79
+msgid "Cancel"
+msgstr ""
+
+#: phony.js:42
+msgid "tabledrawer_title"
+msgstr ""
+
+#: phony.js:43 phony.js:53
+msgid "tabledrawer_class_label"
+msgstr ""
+
+#: phony.js:44 phony.js:54
+msgid "Plain"
+msgstr ""
+
+#: phony.js:45 phony.js:55
+msgid "Listing"
+msgstr ""
+
+#: phony.js:46 phony.js:56
+msgid "Grid"
+msgstr ""
+
+#: phony.js:47 phony.js:57
+msgid "Data"
+msgstr ""
+
+#: phony.js:48
+msgid "tabledrawer_rows_label"
+msgstr ""
+
+#: phony.js:49
+msgid "tabledrawer_columns_label"
+msgstr ""
+
+#: phony.js:50
+msgid "tabledrawer_headings_label"
+msgstr ""
+
+#: phony.js:51
+msgid "tabledrawer_add_table_button"
+msgstr ""
+
+#: phony.js:52
+msgid "tabledrawer_fix_tables_button"
+msgstr ""
+
+#: phony.js:58
+msgid "tabledrawer_alignment_label"
+msgstr ""
+
+#: phony.js:59
+msgid "tabledrawer_left_option"
+msgstr ""
+
+#: phony.js:60
+msgid "tabledrawer_center_option"
+msgstr ""
+
+#: phony.js:61
+msgid "tabledrawer_right_option"
+msgstr ""
+
+#: phony.js:62
+msgid "tabledrawer_column_label"
+msgstr ""
+
+#: phony.js:63 phony.js:66
+msgid "tabledrawer_add_button"
+msgstr ""
+
+#: phony.js:64 phony.js:67
+msgid "tabledrawer_remove_button"
+msgstr ""
+
+#: phony.js:65
+msgid "tabledrawer_row_label"
+msgstr ""
+
+#: phony.js:68
+msgid "tabledrawer_fix_table_label"
+msgstr ""
+
+#: phony.js:69
+msgid "tabledrawer_fix_button"
+msgstr ""
+
+#: phony.js:70
+msgid "tabledrawer_close_button"
+msgstr ""
+
+#: phony.js:71
+msgid "anchordrawer_title"
+msgstr ""
+
+#: phony.js:72
+msgid "Link to anchor"
+msgstr ""
+
+#: phony.js:73
+msgid "Table of contents"
+msgstr ""
+
+#: phony.js:74
+msgid "Table style"
+msgstr ""
+
+#: phony.js:76
+msgid "toggle all"
+msgstr ""
+
+#: phony.js:77
+msgid "(optional 2nd style)"
+msgstr ""
+
+#: phony.js:80
+msgid "Links"
+msgstr ""
+
+#: phony.js:82
+msgid "Make Link"
+msgstr ""
+
+#: phony.js:83
+msgid "Images"
+msgstr ""
+
+#: phony.js:84
+msgid "Image class:"
+msgstr ""
+
+#: phony.js:85
+msgid "Inline"
+msgstr ""
+
+#: phony.js:86 phony.js:102
+msgid "Left"
+msgstr "Maldekstra"
+
+#: phony.js:87 phony.js:104
+msgid "Right"
+msgstr "Dekstra"
+
+#: phony.js:90 phony.js:122
+msgid "Big"
+msgstr "Granda"
+
+#: phony.js:91
+msgid "Insert image at the following URL:"
+msgstr ""
+
+#: phony.js:92
+msgid "Insert Image"
+msgstr ""
+
+#: phony.js:93
+msgid "Tables"
+msgstr ""
+
+#: phony.js:94
+msgid "Table Class:"
+msgstr ""
+
+#: phony.js:95
+msgid "Rows:"
+msgstr ""
+
+#: phony.js:96
+msgid "Columns:"
+msgstr ""
+
+#: phony.js:97
+msgid "Headings:"
+msgstr ""
+
+#: phony.js:98
+msgid "Create"
+msgstr ""
+
+#: phony.js:99
+msgid "Fix Table"
+msgstr ""
+
+#: phony.js:100
+msgid "Add Table"
+msgstr ""
+
+#: phony.js:101
+msgid "Col Align:"
+msgstr ""
+
+#: phony.js:103
+msgid "Center"
+msgstr ""
+
+#: phony.js:105
+msgid "Add Column"
+msgstr ""
+
+#: phony.js:106
+msgid "Remove Column"
+msgstr ""
+
+#: phony.js:107
+msgid "Add Row"
+msgstr ""
+
+#: phony.js:108
+msgid "Remove Row"
+msgstr ""
+
+#: phony.js:109
+msgid "Fix"
+msgstr ""
+
+#: phony.js:115
+msgid "Debug Log"
 msgstr ""

Modified: kupu/trunk/kupu/mmbase/i18n/fr.po
==============================================================================
--- kupu/trunk/kupu/mmbase/i18n/fr.po	(original)
+++ kupu/trunk/kupu/mmbase/i18n/fr.po	Tue Feb  6 14:47:08 2007
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: mmbase 18\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-19 17:56+0200\n"
+"POT-Creation-Date: 2007-02-06 14:05+0100\n"
 "PO-Revision-Date: 2006-12-13 14:37+0100\n"
 "Last-Translator: Michiel Meeuwissen <EMAIL at ADDRESS>\n"
 "Language-Team: French <traduc at traduc.org>\n"
@@ -16,19 +16,19 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
-#: mmbase.js:141 mmbase.js:158
+#: mmbase.js:141 mmbase.js:158 mmbase.js:159
 msgid "Saving body (kupu)"
 msgstr ""
 
-#: mmbase.js:144 mmbase.js:161
+#: mmbase.js:144 mmbase.js:161 mmbase.js:162
 msgid "Saving fields (form)"
 msgstr ""
 
-#: mmbase.js:173 mmbase.js:191
+#: mmbase.js:173 mmbase.js:191 mmbase.js:192
 msgid "saved"
 msgstr ""
 
-#: mmbase.js:202 mmbase.js:242
+#: mmbase.js:202 mmbase.js:242 mmbase.js:243
 msgid "RELOAD"
 msgstr ""
 
@@ -44,7 +44,7 @@
 msgid "Getting node body "
 msgstr ""
 
-#: mmbase.js:250 mmbase.js:300
+#: mmbase.js:250 mmbase.js:300 mmbase.js:299
 msgid "Loading node body "
 msgstr ""
 
@@ -52,55 +52,55 @@
 msgid "Div tool initialized"
 msgstr ""
 
-#: mmbasetools.js:39 mmbasetools.js:40
+#: mmbasetools.js:39 mmbasetools.js:40 mmbasetools.js:48
 msgid "Found paragraph"
 msgstr ""
 
-#: mmbasetools.js:43 mmbasetools.js:44
+#: mmbasetools.js:43 mmbasetools.js:44 mmbasetools.js:52
 msgid "Didn't find paragraph"
 msgstr ""
 
-#: mmbasetools.js:48 mmbasetools.js:50
+#: mmbasetools.js:48 mmbasetools.js:50 mmbasetools.js:57
 msgid "Div inserted"
 msgstr ""
 
-#: phony.js:1
+#: phony.js:1 phony.js:117
 msgid "No node"
 msgstr ""
 
-#: phony.js:2
+#: phony.js:2 phony.js:4 phony.js:75
 msgid "Normal"
 msgstr ""
 
-#: phony.js:3 phony.js:5 phony.js:2
+#: phony.js:3 phony.js:5 phony.js:2 phony.js:1 phony.js:116 phony.js:118
 msgid "Richtext editor"
 msgstr "Richtext editor"
 
-#: phony.js:4
+#: phony.js:4 phony.js:5
 msgid "Heading 1"
 msgstr ""
 
-#: phony.js:6 phony.js:3
+#: phony.js:6 phony.js:3 phony.js:2 phony.js:119
 msgid "default"
 msgstr ""
 
-#: phony.js:7 phony.js:4 phony.js:6
+#: phony.js:7 phony.js:4 phony.js:6 phony.js:110 phony.js:123
 msgid "Block"
 msgstr ""
 
-#: phony.js:8 phony.js:5 phony.js:7
+#: phony.js:8 phony.js:5 phony.js:7 phony.js:111 phony.js:124
 msgid "Block class"
 msgstr ""
 
-#: phony.js:9 phony.js:6 phony.js:8
+#: phony.js:9 phony.js:6 phony.js:8 phony.js:112 phony.js:125
 msgid "Note left"
 msgstr ""
 
-#: phony.js:10 phony.js:7 phony.js:9
+#: phony.js:10 phony.js:7 phony.js:9 phony.js:113 phony.js:126
 msgid "Note right"
 msgstr ""
 
-#: phony.js:11 phony.js:8 phony.js:10
+#: phony.js:11 phony.js:8 phony.js:10 phony.js:114 phony.js:127
 msgid "Insert block"
 msgstr ""
 
@@ -112,18 +112,471 @@
 msgid "emphasis: alt-i"
 msgstr ""
 
-#: mmbase.js:197
+#: mmbase.js:197 mmbase.js:198
 msgid "Not saved"
 msgstr ""
 
-#: mmbase.js:215
+#: mmbase.js:215 mmbase.js:216
 msgid "Reinited "
 msgstr ""
 
-#: phony.js:4
+#: phony.js:4 phony.js:88 phony.js:120
 msgid "Left (Big)"
 msgstr "Gauche (Grand)"
 
-#: phony.js:5
+#: phony.js:5 phony.js:89 phony.js:121
 msgid "Right (Big)"
 msgstr "Droite (Grand)"
+
+#: phony.js:3
+msgid "Kupu SVN/unreleased"
+msgstr ""
+
+#: phony.js:3 phony.js:18 phony.js:19 phony.js:20 phony.js:21 phony.js:22
+#: phony.js:23 phony.js:26
+msgid "http://xml.zope.org/namespaces/i18n"
+msgstr ""
+
+#: phony.js:3 phony.js:18 phony.js:19 phony.js:20 phony.js:21 phony.js:22
+#: phony.js:23 phony.js:26
+msgid "button"
+msgstr ""
+
+#: phony.js:3
+msgid "kupu-logo"
+msgstr ""
+
+#: phony.js:3 phony.js:18 phony.js:19 phony.js:20 phony.js:21 phony.js:22
+#: phony.js:23 phony.js:26
+msgid "${_}"
+msgstr ""
+
+#: phony.js:3
+msgid "kupu-logo-button"
+msgstr ""
+
+#: phony.js:3 phony.js:18 phony.js:19 phony.js:20 phony.js:21 phony.js:22
+#: phony.js:23 phony.js:26
+msgid "title"
+msgstr ""
+
+#: phony.js:3
+msgid "window.open('http://kupu.oscom.org');"
+msgstr ""
+
+#: phony.js:6
+msgid "Heading 2"
+msgstr ""
+
+#: phony.js:7
+msgid "Heading 3"
+msgstr ""
+
+#: phony.js:8
+msgid "Heading 4"
+msgstr ""
+
+#: phony.js:9
+msgid "Heading 5"
+msgstr ""
+
+#: phony.js:10
+msgid "Heading 6"
+msgstr ""
+
+#: phony.js:11
+msgid "s"
+msgstr ""
+
+#: phony.js:12
+msgid "b"
+msgstr ""
+
+#: phony.js:13
+msgid "i"
+msgstr ""
+
+#: phony.js:14
+msgid "-"
+msgstr ""
+
+#: phony.js:15
+msgid "+"
+msgstr ""
+
+#: phony.js:16
+msgid "#"
+msgstr ""
+
+#: phony.js:17
+msgid "*"
+msgstr ""
+
+#: phony.js:18
+msgid "image"
+msgstr ""
+
+#: phony.js:18
+msgid "kupu-image"
+msgstr ""
+
+#: phony.js:18
+msgid "kupu-imagelibdrawer-button"
+msgstr ""
+
+#: phony.js:19
+msgid "link"
+msgstr ""
+
+#: phony.js:19
+msgid "kupu-inthyperlink"
+msgstr ""
+
+#: phony.js:19
+msgid "kupu-linklibdrawer-button"
+msgstr ""
+
+#: phony.js:20
+msgid "external link"
+msgstr ""
+
+#: phony.js:20
+msgid "kupu-exthyperlink"
+msgstr ""
+
+#: phony.js:20
+msgid "kupu-linkdrawer-button"
+msgstr ""
+
+#: phony.js:21
+msgid "Remove image"
+msgstr ""
+
+#: phony.js:21
+msgid "kupu-removeimage invisible"
+msgstr ""
+
+#: phony.js:21
+msgid "kupu-removeimage-button"
+msgstr ""
+
+#: phony.js:22
+msgid "Remove link"
+msgstr ""
+
+#: phony.js:22
+msgid "kupu-removelink invisible"
+msgstr ""
+
+#: phony.js:22
+msgid "kupu-removelink-button"
+msgstr ""
+
+#: phony.js:23
+msgid "Remove block"
+msgstr ""
+
+#: phony.js:23
+msgid "kupu-removediv invisible"
+msgstr ""
+
+#: phony.js:23
+msgid "kupu-removediv-button"
+msgstr ""
+
+#: phony.js:24
+msgid "z"
+msgstr ""
+
+#: phony.js:25
+msgid "y"
+msgstr ""
+
+#: phony.js:26
+msgid "Check spelling"
+msgstr ""
+
+#: phony.js:26
+msgid "kupu-spellchecker"
+msgstr ""
+
+#: phony.js:26
+msgid "kupu-spellchecker-button"
+msgstr ""
+
+#: phony.js:27
+msgid "list-disc"
+msgstr ""
+
+#: phony.js:28
+msgid "list-square"
+msgstr ""
+
+#: phony.js:29
+msgid "list-circle"
+msgstr ""
+
+#: phony.js:30
+msgid "list-nobullet"
+msgstr ""
+
+#: phony.js:31
+msgid "list-decimal"
+msgstr ""
+
+#: phony.js:32
+msgid "list-upperroman"
+msgstr ""
+
+#: phony.js:33
+msgid "list-lowerroman"
+msgstr ""
+
+#: phony.js:34
+msgid "list-upperalpha"
+msgstr ""
+
+#: phony.js:35
+msgid "list-loweralpha"
+msgstr ""
+
+#: phony.js:36
+msgid "External Link"
+msgstr ""
+
+#: phony.js:37 phony.js:81
+msgid "Link the highlighted text to this URL:"
+msgstr ""
+
+#: phony.js:38
+msgid "Preview"
+msgstr ""
+
+#: phony.js:39
+msgid "(none)"
+msgstr ""
+
+#: phony.js:40 phony.js:78
+msgid "Ok"
+msgstr ""
+
+#: phony.js:41 phony.js:79
+msgid "Cancel"
+msgstr ""
+
+#: phony.js:42
+msgid "tabledrawer_title"
+msgstr ""
+
+#: phony.js:43 phony.js:53
+msgid "tabledrawer_class_label"
+msgstr ""
+
+#: phony.js:44 phony.js:54
+msgid "Plain"
+msgstr ""
+
+#: phony.js:45 phony.js:55
+msgid "Listing"
+msgstr ""
+
+#: phony.js:46 phony.js:56
+msgid "Grid"
+msgstr ""
+
+#: phony.js:47 phony.js:57
+msgid "Data"
+msgstr ""
+
+#: phony.js:48
+msgid "tabledrawer_rows_label"
+msgstr ""
+
+#: phony.js:49
+msgid "tabledrawer_columns_label"
+msgstr ""
+
+#: phony.js:50
+msgid "tabledrawer_headings_label"
+msgstr ""
+
+#: phony.js:51
+msgid "tabledrawer_add_table_button"
+msgstr ""
+
+#: phony.js:52
+msgid "tabledrawer_fix_tables_button"
+msgstr ""
+
+#: phony.js:58
+msgid "tabledrawer_alignment_label"
+msgstr ""
+
+#: phony.js:59
+msgid "tabledrawer_left_option"
+msgstr ""
+
+#: phony.js:60
+msgid "tabledrawer_center_option"
+msgstr ""
+
+#: phony.js:61
+msgid "tabledrawer_right_option"
+msgstr ""
+
+#: phony.js:62
+msgid "tabledrawer_column_label"
+msgstr ""
+
+#: phony.js:63 phony.js:66
+msgid "tabledrawer_add_button"
+msgstr ""
+
+#: phony.js:64 phony.js:67
+msgid "tabledrawer_remove_button"
+msgstr ""
+
+#: phony.js:65
+msgid "tabledrawer_row_label"
+msgstr ""
+
+#: phony.js:68
+msgid "tabledrawer_fix_table_label"
+msgstr ""
+
+#: phony.js:69
+msgid "tabledrawer_fix_button"
+msgstr ""
+
+#: phony.js:70
+msgid "tabledrawer_close_button"
+msgstr ""
+
+#: phony.js:71
+msgid "anchordrawer_title"
+msgstr ""
+
+#: phony.js:72
+msgid "Link to anchor"
+msgstr ""
+
+#: phony.js:73
+msgid "Table of contents"
+msgstr ""
+
+#: phony.js:74
+msgid "Table style"
+msgstr ""
+
+#: phony.js:76
+msgid "toggle all"
+msgstr ""
+
+#: phony.js:77
+msgid "(optional 2nd style)"
+msgstr ""
+
+#: phony.js:80
+msgid "Links"
+msgstr ""
+
+#: phony.js:82
+msgid "Make Link"
+msgstr ""
+
+#: phony.js:83
+msgid "Images"
+msgstr ""
+
+#: phony.js:84
+msgid "Image class:"
+msgstr ""
+
+#: phony.js:85
+msgid "Inline"
+msgstr ""
+
+#: phony.js:86 phony.js:102
+msgid "Left"
+msgstr ""
+
+#: phony.js:87 phony.js:104
+#, fuzzy
+msgid "Right"
+msgstr "Droite (Grand)"
+
+#: phony.js:90 phony.js:122
+msgid "Big"
+msgstr ""
+
+#: phony.js:91
+msgid "Insert image at the following URL:"
+msgstr ""
+
+#: phony.js:92
+msgid "Insert Image"
+msgstr ""
+
+#: phony.js:93
+msgid "Tables"
+msgstr ""
+
+#: phony.js:94
+msgid "Table Class:"
+msgstr ""
+
+#: phony.js:95
+msgid "Rows:"
+msgstr ""
+
+#: phony.js:96
+msgid "Columns:"
+msgstr ""
+
+#: phony.js:97
+msgid "Headings:"
+msgstr ""
+
+#: phony.js:98
+msgid "Create"
+msgstr ""
+
+#: phony.js:99
+msgid "Fix Table"
+msgstr ""
+
+#: phony.js:100
+msgid "Add Table"
+msgstr ""
+
+#: phony.js:101
+msgid "Col Align:"
+msgstr ""
+
+#: phony.js:103
+msgid "Center"
+msgstr ""
+
+#: phony.js:105
+msgid "Add Column"
+msgstr ""
+
+#: phony.js:106
+msgid "Remove Column"
+msgstr ""
+
+#: phony.js:107
+msgid "Add Row"
+msgstr ""
+
+#: phony.js:108
+msgid "Remove Row"
+msgstr ""
+
+#: phony.js:109
+msgid "Fix"
+msgstr ""
+
+#: phony.js:115
+msgid "Debug Log"
+msgstr ""

Modified: kupu/trunk/kupu/mmbase/i18n/it.po
==============================================================================
--- kupu/trunk/kupu/mmbase/i18n/it.po	(original)
+++ kupu/trunk/kupu/mmbase/i18n/it.po	Tue Feb  6 14:47:08 2007
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: mmbase 18\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-19 17:56+0200\n"
+"POT-Creation-Date: 2007-02-06 14:05+0100\n"
 "PO-Revision-Date: 2005-06-09 00:45+0200\n"
 "Last-Translator: Michiel Meeuwissen <EMAIL at ADDRESS>\n"
 "Language-Team: Italian <tp at lists.linux.it>\n"
@@ -16,19 +16,19 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: mmbase.js:141 mmbase.js:158
+#: mmbase.js:141 mmbase.js:158 mmbase.js:159
 msgid "Saving body (kupu)"
 msgstr ""
 
-#: mmbase.js:144 mmbase.js:161
+#: mmbase.js:144 mmbase.js:161 mmbase.js:162
 msgid "Saving fields (form)"
 msgstr ""
 
-#: mmbase.js:173 mmbase.js:191
+#: mmbase.js:173 mmbase.js:191 mmbase.js:192
 msgid "saved"
 msgstr ""
 
-#: mmbase.js:202 mmbase.js:242
+#: mmbase.js:202 mmbase.js:242 mmbase.js:243
 msgid "RELOAD"
 msgstr ""
 
@@ -44,7 +44,7 @@
 msgid "Getting node body "
 msgstr ""
 
-#: mmbase.js:250 mmbase.js:300
+#: mmbase.js:250 mmbase.js:300 mmbase.js:299
 msgid "Loading node body "
 msgstr ""
 
@@ -52,55 +52,55 @@
 msgid "Div tool initialized"
 msgstr ""
 
-#: mmbasetools.js:39 mmbasetools.js:40
+#: mmbasetools.js:39 mmbasetools.js:40 mmbasetools.js:48
 msgid "Found paragraph"
 msgstr ""
 
-#: mmbasetools.js:43 mmbasetools.js:44
+#: mmbasetools.js:43 mmbasetools.js:44 mmbasetools.js:52
 msgid "Didn't find paragraph"
 msgstr ""
 
-#: mmbasetools.js:48 mmbasetools.js:50
+#: mmbasetools.js:48 mmbasetools.js:50 mmbasetools.js:57
 msgid "Div inserted"
 msgstr ""
 
-#: phony.js:1
+#: phony.js:1 phony.js:117
 msgid "No node"
 msgstr ""
 
-#: phony.js:2
+#: phony.js:2 phony.js:4 phony.js:75
 msgid "Normal"
 msgstr ""
 
-#: phony.js:3 phony.js:5 phony.js:2
+#: phony.js:3 phony.js:5 phony.js:2 phony.js:1 phony.js:116 phony.js:118
 msgid "Richtext editor"
 msgstr ""
 
-#: phony.js:4
+#: phony.js:4 phony.js:5
 msgid "Heading 1"
 msgstr ""
 
-#: phony.js:6 phony.js:3
+#: phony.js:6 phony.js:3 phony.js:2 phony.js:119
 msgid "default"
 msgstr ""
 
-#: phony.js:7 phony.js:4 phony.js:6
+#: phony.js:7 phony.js:4 phony.js:6 phony.js:110 phony.js:123
 msgid "Block"
 msgstr ""
 
-#: phony.js:8 phony.js:5 phony.js:7
+#: phony.js:8 phony.js:5 phony.js:7 phony.js:111 phony.js:124
 msgid "Block class"
 msgstr ""
 
-#: phony.js:9 phony.js:6 phony.js:8
+#: phony.js:9 phony.js:6 phony.js:8 phony.js:112 phony.js:125
 msgid "Note left"
 msgstr ""
 
-#: phony.js:10 phony.js:7 phony.js:9
+#: phony.js:10 phony.js:7 phony.js:9 phony.js:113 phony.js:126
 msgid "Note right"
 msgstr ""
 
-#: phony.js:11 phony.js:8 phony.js:10
+#: phony.js:11 phony.js:8 phony.js:10 phony.js:114 phony.js:127
 msgid "Insert block"
 msgstr ""
 
@@ -112,18 +112,470 @@
 msgid "emphasis: alt-i"
 msgstr ""
 
-#: mmbase.js:197
+#: mmbase.js:197 mmbase.js:198
 msgid "Not saved"
 msgstr ""
 
-#: mmbase.js:215
+#: mmbase.js:215 mmbase.js:216
 msgid "Reinited "
 msgstr ""
 
-#: phony.js:4
+#: phony.js:4 phony.js:88 phony.js:120
 msgid "Left (Big)"
 msgstr ""
 
-#: phony.js:5
+#: phony.js:5 phony.js:89 phony.js:121
 msgid "Right (Big)"
 msgstr ""
+
+#: phony.js:3
+msgid "Kupu SVN/unreleased"
+msgstr ""
+
+#: phony.js:3 phony.js:18 phony.js:19 phony.js:20 phony.js:21 phony.js:22
+#: phony.js:23 phony.js:26
+msgid "http://xml.zope.org/namespaces/i18n"
+msgstr ""
+
+#: phony.js:3 phony.js:18 phony.js:19 phony.js:20 phony.js:21 phony.js:22
+#: phony.js:23 phony.js:26
+msgid "button"
+msgstr ""
+
+#: phony.js:3
+msgid "kupu-logo"
+msgstr ""
+
+#: phony.js:3 phony.js:18 phony.js:19 phony.js:20 phony.js:21 phony.js:22
+#: phony.js:23 phony.js:26
+msgid "${_}"
+msgstr ""
+
+#: phony.js:3
+msgid "kupu-logo-button"
+msgstr ""
+
+#: phony.js:3 phony.js:18 phony.js:19 phony.js:20 phony.js:21 phony.js:22
+#: phony.js:23 phony.js:26
+msgid "title"
+msgstr ""
+
+#: phony.js:3
+msgid "window.open('http://kupu.oscom.org');"
+msgstr ""
+
+#: phony.js:6
+msgid "Heading 2"
+msgstr ""
+
+#: phony.js:7
+msgid "Heading 3"
+msgstr ""
+
+#: phony.js:8
+msgid "Heading 4"
+msgstr ""
+
+#: phony.js:9
+msgid "Heading 5"
+msgstr ""
+
+#: phony.js:10
+msgid "Heading 6"
+msgstr ""
+
+#: phony.js:11
+msgid "s"
+msgstr ""
+
+#: phony.js:12
+msgid "b"
+msgstr ""
+
+#: phony.js:13
+msgid "i"
+msgstr ""
+
+#: phony.js:14
+msgid "-"
+msgstr ""
+
+#: phony.js:15
+msgid "+"
+msgstr ""
+
+#: phony.js:16
+msgid "#"
+msgstr ""
+
+#: phony.js:17
+msgid "*"
+msgstr ""
+
+#: phony.js:18
+msgid "image"
+msgstr ""
+
+#: phony.js:18
+msgid "kupu-image"
+msgstr ""
+
+#: phony.js:18
+msgid "kupu-imagelibdrawer-button"
+msgstr ""
+
+#: phony.js:19
+msgid "link"
+msgstr ""
+
+#: phony.js:19
+msgid "kupu-inthyperlink"
+msgstr ""
+
+#: phony.js:19
+msgid "kupu-linklibdrawer-button"
+msgstr ""
+
+#: phony.js:20
+msgid "external link"
+msgstr ""
+
+#: phony.js:20
+msgid "kupu-exthyperlink"
+msgstr ""
+
+#: phony.js:20
+msgid "kupu-linkdrawer-button"
+msgstr ""
+
+#: phony.js:21
+msgid "Remove image"
+msgstr ""
+
+#: phony.js:21
+msgid "kupu-removeimage invisible"
+msgstr ""
+
+#: phony.js:21
+msgid "kupu-removeimage-button"
+msgstr ""
+
+#: phony.js:22
+msgid "Remove link"
+msgstr ""
+
+#: phony.js:22
+msgid "kupu-removelink invisible"
+msgstr ""
+
+#: phony.js:22
+msgid "kupu-removelink-button"
+msgstr ""
+
+#: phony.js:23
+msgid "Remove block"
+msgstr ""
+
+#: phony.js:23
+msgid "kupu-removediv invisible"
+msgstr ""
+
+#: phony.js:23
+msgid "kupu-removediv-button"
+msgstr ""
+
+#: phony.js:24
+msgid "z"
+msgstr ""
+
+#: phony.js:25
+msgid "y"
+msgstr ""
+
+#: phony.js:26
+msgid "Check spelling"
+msgstr ""
+
+#: phony.js:26
+msgid "kupu-spellchecker"
+msgstr ""
+
+#: phony.js:26
+msgid "kupu-spellchecker-button"
+msgstr ""
+
+#: phony.js:27
+msgid "list-disc"
+msgstr ""
+
+#: phony.js:28
+msgid "list-square"
+msgstr ""
+
+#: phony.js:29
+msgid "list-circle"
+msgstr ""
+
+#: phony.js:30
+msgid "list-nobullet"
+msgstr ""
+
+#: phony.js:31
+msgid "list-decimal"
+msgstr ""
+
+#: phony.js:32
+msgid "list-upperroman"
+msgstr ""
+
+#: phony.js:33
+msgid "list-lowerroman"
+msgstr ""
+
+#: phony.js:34
+msgid "list-upperalpha"
+msgstr ""
+
+#: phony.js:35
+msgid "list-loweralpha"
+msgstr ""
+
+#: phony.js:36
+msgid "External Link"
+msgstr ""
+
+#: phony.js:37 phony.js:81
+msgid "Link the highlighted text to this URL:"
+msgstr ""
+
+#: phony.js:38
+msgid "Preview"
+msgstr ""
+
+#: phony.js:39
+msgid "(none)"
+msgstr ""
+
+#: phony.js:40 phony.js:78
+msgid "Ok"
+msgstr ""
+
+#: phony.js:41 phony.js:79
+msgid "Cancel"
+msgstr ""
+
+#: phony.js:42
+msgid "tabledrawer_title"
+msgstr ""
+
+#: phony.js:43 phony.js:53
+msgid "tabledrawer_class_label"
+msgstr ""
+
+#: phony.js:44 phony.js:54
+msgid "Plain"
+msgstr ""
+
+#: phony.js:45 phony.js:55
+msgid "Listing"
+msgstr ""
+
+#: phony.js:46 phony.js:56
+msgid "Grid"
+msgstr ""
+
+#: phony.js:47 phony.js:57
+msgid "Data"
+msgstr ""
+
+#: phony.js:48
+msgid "tabledrawer_rows_label"
+msgstr ""
+
+#: phony.js:49
+msgid "tabledrawer_columns_label"
+msgstr ""
+
+#: phony.js:50
+msgid "tabledrawer_headings_label"
+msgstr ""
+
+#: phony.js:51
+msgid "tabledrawer_add_table_button"
+msgstr ""
+
+#: phony.js:52
+msgid "tabledrawer_fix_tables_button"
+msgstr ""
+
+#: phony.js:58
+msgid "tabledrawer_alignment_label"
+msgstr ""
+
+#: phony.js:59
+msgid "tabledrawer_left_option"
+msgstr ""
+
+#: phony.js:60
+msgid "tabledrawer_center_option"
+msgstr ""
+
+#: phony.js:61
+msgid "tabledrawer_right_option"
+msgstr ""
+
+#: phony.js:62
+msgid "tabledrawer_column_label"
+msgstr ""
+
+#: phony.js:63 phony.js:66
+msgid "tabledrawer_add_button"
+msgstr ""
+
+#: phony.js:64 phony.js:67
+msgid "tabledrawer_remove_button"
+msgstr ""
+
+#: phony.js:65
+msgid "tabledrawer_row_label"
+msgstr ""
+
+#: phony.js:68
+msgid "tabledrawer_fix_table_label"
+msgstr ""
+
+#: phony.js:69
+msgid "tabledrawer_fix_button"
+msgstr ""
+
+#: phony.js:70
+msgid "tabledrawer_close_button"
+msgstr ""
+
+#: phony.js:71
+msgid "anchordrawer_title"
+msgstr ""
+
+#: phony.js:72
+msgid "Link to anchor"
+msgstr ""
+
+#: phony.js:73
+msgid "Table of contents"
+msgstr ""
+
+#: phony.js:74
+msgid "Table style"
+msgstr ""
+
+#: phony.js:76
+msgid "toggle all"
+msgstr ""
+
+#: phony.js:77
+msgid "(optional 2nd style)"
+msgstr ""
+
+#: phony.js:80
+msgid "Links"
+msgstr ""
+
+#: phony.js:82
+msgid "Make Link"
+msgstr ""
+
+#: phony.js:83
+msgid "Images"
+msgstr ""
+
+#: phony.js:84
+msgid "Image class:"
+msgstr ""
+
+#: phony.js:85
+msgid "Inline"
+msgstr ""
+
+#: phony.js:86 phony.js:102
+msgid "Left"
+msgstr ""
+
+#: phony.js:87 phony.js:104
+msgid "Right"
+msgstr ""
+
+#: phony.js:90 phony.js:122
+msgid "Big"
+msgstr ""
+
+#: phony.js:91
+msgid "Insert image at the following URL:"
+msgstr ""
+
+#: phony.js:92
+msgid "Insert Image"
+msgstr ""
+
+#: phony.js:93
+msgid "Tables"
+msgstr ""
+
+#: phony.js:94
+msgid "Table Class:"
+msgstr ""
+
+#: phony.js:95
+msgid "Rows:"
+msgstr ""
+
+#: phony.js:96
+msgid "Columns:"
+msgstr ""
+
+#: phony.js:97
+msgid "Headings:"
+msgstr ""
+
+#: phony.js:98
+msgid "Create"
+msgstr ""
+
+#: phony.js:99
+msgid "Fix Table"
+msgstr ""
+
+#: phony.js:100
+msgid "Add Table"
+msgstr ""
+
+#: phony.js:101
+msgid "Col Align:"
+msgstr ""
+
+#: phony.js:103
+msgid "Center"
+msgstr ""
+
+#: phony.js:105
+msgid "Add Column"
+msgstr ""
+
+#: phony.js:106
+msgid "Remove Column"
+msgstr ""
+
+#: phony.js:107
+msgid "Add Row"
+msgstr ""
+
+#: phony.js:108
+msgid "Remove Row"
+msgstr ""
+
+#: phony.js:109
+msgid "Fix"
+msgstr ""
+
+#: phony.js:115
+msgid "Debug Log"
+msgstr ""

Modified: kupu/trunk/kupu/mmbase/i18n/nl.po
==============================================================================
--- kupu/trunk/kupu/mmbase/i18n/nl.po	(original)
+++ kupu/trunk/kupu/mmbase/i18n/nl.po	Tue Feb  6 14:47:08 2007
@@ -7,8 +7,8 @@
 msgstr ""
 "Project-Id-Version: mmbase 19\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-19 17:56+0200\n"
-"PO-Revision-Date: 2006-09-19 18:00+0200\n"
+"POT-Creation-Date: 2007-02-06 14:05+0100\n"
+"PO-Revision-Date: 2007-02-06 14:06+0100\n"
 "Last-Translator: Michiel Meeuwissen <mihxil at xs4all.nl>\n"
 "Language-Team: Dutch <vertaling at vrijschrift.org>\n"
 "MIME-Version: 1.0\n"
@@ -16,19 +16,19 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: mmbase.js:141 mmbase.js:158
+#: mmbase.js:141 mmbase.js:158 mmbase.js:159
 msgid "Saving body (kupu)"
 msgstr "Schrijft tekst weg (kupu)"
 
-#: mmbase.js:144 mmbase.js:161
+#: mmbase.js:144 mmbase.js:161 mmbase.js:162
 msgid "Saving fields (form)"
 msgstr "Schrijft velden weg (formulier)"
 
-#: mmbase.js:173 mmbase.js:191
+#: mmbase.js:173 mmbase.js:191 mmbase.js:192
 msgid "saved"
 msgstr "opgeslagen"
 
-#: mmbase.js:202 mmbase.js:242
+#: mmbase.js:202 mmbase.js:242 mmbase.js:243
 msgid "RELOAD"
 msgstr "Herladen"
 
@@ -44,7 +44,7 @@
 msgid "Getting node body "
 msgstr "Haalt node text"
 
-#: mmbase.js:250 mmbase.js:300
+#: mmbase.js:250 mmbase.js:300 mmbase.js:299
 msgid "Loading node body "
 msgstr "Haalt node op"
 
@@ -52,55 +52,55 @@
 msgid "Div tool initialized"
 msgstr "Blok-tool geinitialiseerd"
 
-#: mmbasetools.js:39 mmbasetools.js:40
+#: mmbasetools.js:39 mmbasetools.js:40 mmbasetools.js:48
 msgid "Found paragraph"
 msgstr "Alinea gevonden"
 
-#: mmbasetools.js:43 mmbasetools.js:44
+#: mmbasetools.js:43 mmbasetools.js:44 mmbasetools.js:52
 msgid "Didn't find paragraph"
 msgstr "Geen alinea gevonden"
 
-#: mmbasetools.js:48 mmbasetools.js:50
+#: mmbasetools.js:48 mmbasetools.js:50 mmbasetools.js:57
 msgid "Div inserted"
 msgstr "Blok ingevoegd"
 
-#: phony.js:1
+#: phony.js:1 phony.js:117
 msgid "No node"
 msgstr "Geen node"
 
-#: phony.js:2
+#: phony.js:2 phony.js:4 phony.js:75
 msgid "Normal"
 msgstr "Normaal"
 
-#: phony.js:3 phony.js:5 phony.js:2
+#: phony.js:3 phony.js:5 phony.js:2 phony.js:1 phony.js:116 phony.js:118
 msgid "Richtext editor"
 msgstr "Richtext editor"
 
-#: phony.js:4
+#: phony.js:4 phony.js:5
 msgid "Heading 1"
 msgstr ""
 
-#: phony.js:6 phony.js:3
+#: phony.js:6 phony.js:3 phony.js:2 phony.js:119
 msgid "default"
 msgstr "default"
 
-#: phony.js:7 phony.js:4 phony.js:6
+#: phony.js:7 phony.js:4 phony.js:6 phony.js:110 phony.js:123
 msgid "Block"
 msgstr "Blok"
 
-#: phony.js:8 phony.js:5 phony.js:7
+#: phony.js:8 phony.js:5 phony.js:7 phony.js:111 phony.js:124
 msgid "Block class"
 msgstr "Blok-soort"
 
-#: phony.js:9 phony.js:6 phony.js:8
+#: phony.js:9 phony.js:6 phony.js:8 phony.js:112 phony.js:125
 msgid "Note left"
 msgstr "Noot (links)"
 
-#: phony.js:10 phony.js:7 phony.js:9
+#: phony.js:10 phony.js:7 phony.js:9 phony.js:113 phony.js:126
 msgid "Note right"
 msgstr "Noot (rechts)"
 
-#: phony.js:11 phony.js:8 phony.js:10
+#: phony.js:11 phony.js:8 phony.js:10 phony.js:114 phony.js:127
 msgid "Insert block"
 msgstr "Voeg blok in"
 
@@ -112,18 +112,471 @@
 msgid "emphasis: alt-i"
 msgstr "benadrukt: alt-i"
 
-#: mmbase.js:197
+#: mmbase.js:197 mmbase.js:198
 msgid "Not saved"
 msgstr "Niet opgeslagen"
 
-#: mmbase.js:215
+#: mmbase.js:215 mmbase.js:216
 msgid "Reinited "
 msgstr "Herladen "
 
-#: phony.js:4
+#: phony.js:4 phony.js:88 phony.js:120
 msgid "Left (Big)"
 msgstr "Links (Groot)"
 
-#: phony.js:5
+#: phony.js:5 phony.js:89 phony.js:121
 msgid "Right (Big)"
 msgstr "Rechts (Groot)"
+
+#: phony.js:3
+msgid "Kupu SVN/unreleased"
+msgstr ""
+
+#: phony.js:3 phony.js:18 phony.js:19 phony.js:20 phony.js:21 phony.js:22
+#: phony.js:23 phony.js:26
+msgid "http://xml.zope.org/namespaces/i18n"
+msgstr ""
+
+#: phony.js:3 phony.js:18 phony.js:19 phony.js:20 phony.js:21 phony.js:22
+#: phony.js:23 phony.js:26
+msgid "button"
+msgstr ""
+
+#: phony.js:3
+msgid "kupu-logo"
+msgstr ""
+
+#: phony.js:3 phony.js:18 phony.js:19 phony.js:20 phony.js:21 phony.js:22
+#: phony.js:23 phony.js:26
+msgid "${_}"
+msgstr ""
+
+#: phony.js:3
+msgid "kupu-logo-button"
+msgstr ""
+
+#: phony.js:3 phony.js:18 phony.js:19 phony.js:20 phony.js:21 phony.js:22
+#: phony.js:23 phony.js:26
+msgid "title"
+msgstr ""
+
+#: phony.js:3
+msgid "window.open('http://kupu.oscom.org');"
+msgstr ""
+
+#: phony.js:6
+msgid "Heading 2"
+msgstr ""
+
+#: phony.js:7
+msgid "Heading 3"
+msgstr ""
+
+#: phony.js:8
+msgid "Heading 4"
+msgstr ""
+
+#: phony.js:9
+msgid "Heading 5"
+msgstr ""
+
+#: phony.js:10
+msgid "Heading 6"
+msgstr ""
+
+#: phony.js:11
+msgid "s"
+msgstr ""
+
+#: phony.js:12
+msgid "b"
+msgstr ""
+
+#: phony.js:13
+msgid "i"
+msgstr ""
+
+#: phony.js:14
+msgid "-"
+msgstr ""
+
+#: phony.js:15
+msgid "+"
+msgstr ""
+
+#: phony.js:16
+msgid "#"
+msgstr ""
+
+#: phony.js:17
+msgid "*"
+msgstr ""
+
+#: phony.js:18
+msgid "image"
+msgstr ""
+
+#: phony.js:18
+msgid "kupu-image"
+msgstr ""
+
+#: phony.js:18
+msgid "kupu-imagelibdrawer-button"
+msgstr ""
+
+#: phony.js:19
+msgid "link"
+msgstr ""
+
+#: phony.js:19
+msgid "kupu-inthyperlink"
+msgstr ""
+
+#: phony.js:19
+msgid "kupu-linklibdrawer-button"
+msgstr ""
+
+#: phony.js:20
+msgid "external link"
+msgstr ""
+
+#: phony.js:20
+msgid "kupu-exthyperlink"
+msgstr ""
+
+#: phony.js:20
+msgid "kupu-linkdrawer-button"
+msgstr ""
+
+#: phony.js:21
+msgid "Remove image"
+msgstr ""
+
+#: phony.js:21
+msgid "kupu-removeimage invisible"
+msgstr ""
+
+#: phony.js:21
+msgid "kupu-removeimage-button"
+msgstr ""
+
+#: phony.js:22
+msgid "Remove link"
+msgstr ""
+
+#: phony.js:22
+msgid "kupu-removelink invisible"
+msgstr ""
+
+#: phony.js:22
+msgid "kupu-removelink-button"
+msgstr ""
+
+#: phony.js:23
+msgid "Remove block"
+msgstr ""
+
+#: phony.js:23
+msgid "kupu-removediv invisible"
+msgstr ""
+
+#: phony.js:23
+msgid "kupu-removediv-button"
+msgstr ""
+
+#: phony.js:24
+msgid "z"
+msgstr ""
+
+#: phony.js:25
+msgid "y"
+msgstr ""
+
+#: phony.js:26
+msgid "Check spelling"
+msgstr ""
+
+#: phony.js:26
+msgid "kupu-spellchecker"
+msgstr ""
+
+#: phony.js:26
+msgid "kupu-spellchecker-button"
+msgstr ""
+
+#: phony.js:27
+msgid "list-disc"
+msgstr ""
+
+#: phony.js:28
+msgid "list-square"
+msgstr ""
+
+#: phony.js:29
+msgid "list-circle"
+msgstr ""
+
+#: phony.js:30
+msgid "list-nobullet"
+msgstr ""
+
+#: phony.js:31
+msgid "list-decimal"
+msgstr ""
+
+#: phony.js:32
+msgid "list-upperroman"
+msgstr ""
+
+#: phony.js:33
+msgid "list-lowerroman"
+msgstr ""
+
+#: phony.js:34
+msgid "list-upperalpha"
+msgstr ""
+
+#: phony.js:35
+msgid "list-loweralpha"
+msgstr ""
+
+#: phony.js:36
+msgid "External Link"
+msgstr ""
+
+#: phony.js:37 phony.js:81
+msgid "Link the highlighted text to this URL:"
+msgstr ""
+
+#: phony.js:38
+msgid "Preview"
+msgstr ""
+
+#: phony.js:39
+msgid "(none)"
+msgstr ""
+
+#: phony.js:40 phony.js:78
+msgid "Ok"
+msgstr ""
+
+#: phony.js:41 phony.js:79
+msgid "Cancel"
+msgstr ""
+
+#: phony.js:42
+msgid "tabledrawer_title"
+msgstr ""
+
+#: phony.js:43 phony.js:53
+msgid "tabledrawer_class_label"
+msgstr ""
+
+#: phony.js:44 phony.js:54
+msgid "Plain"
+msgstr ""
+
+#: phony.js:45 phony.js:55
+msgid "Listing"
+msgstr ""
+
+#: phony.js:46 phony.js:56
+msgid "Grid"
+msgstr ""
+
+#: phony.js:47 phony.js:57
+msgid "Data"
+msgstr ""
+
+#: phony.js:48
+msgid "tabledrawer_rows_label"
+msgstr ""
+
+#: phony.js:49
+msgid "tabledrawer_columns_label"
+msgstr ""
+
+#: phony.js:50
+msgid "tabledrawer_headings_label"
+msgstr ""
+
+#: phony.js:51
+msgid "tabledrawer_add_table_button"
+msgstr ""
+
+#: phony.js:52
+msgid "tabledrawer_fix_tables_button"
+msgstr ""
+
+#: phony.js:58
+msgid "tabledrawer_alignment_label"
+msgstr ""
+
+#: phony.js:59
+msgid "tabledrawer_left_option"
+msgstr ""
+
+#: phony.js:60
+msgid "tabledrawer_center_option"
+msgstr ""
+
+#: phony.js:61
+msgid "tabledrawer_right_option"
+msgstr ""
+
+#: phony.js:62
+msgid "tabledrawer_column_label"
+msgstr ""
+
+#: phony.js:63 phony.js:66
+msgid "tabledrawer_add_button"
+msgstr ""
+
+#: phony.js:64 phony.js:67
+msgid "tabledrawer_remove_button"
+msgstr ""
+
+#: phony.js:65
+msgid "tabledrawer_row_label"
+msgstr ""
+
+#: phony.js:68
+msgid "tabledrawer_fix_table_label"
+msgstr ""
+
+#: phony.js:69
+msgid "tabledrawer_fix_button"
+msgstr ""
+
+#: phony.js:70
+msgid "tabledrawer_close_button"
+msgstr ""
+
+#: phony.js:71
+msgid "anchordrawer_title"
+msgstr ""
+
+#: phony.js:72
+msgid "Link to anchor"
+msgstr ""
+
+#: phony.js:73
+msgid "Table of contents"
+msgstr ""
+
+#: phony.js:74
+msgid "Table style"
+msgstr ""
+
+#: phony.js:76
+msgid "toggle all"
+msgstr ""
+
+#: phony.js:77
+msgid "(optional 2nd style)"
+msgstr ""
+
+#: phony.js:80
+msgid "Links"
+msgstr ""
+
+#: phony.js:82
+msgid "Make Link"
+msgstr ""
+
+#: phony.js:83
+msgid "Images"
+msgstr ""
+
+#: phony.js:84
+msgid "Image class:"
+msgstr ""
+
+#: phony.js:85
+msgid "Inline"
+msgstr ""
+
+#: phony.js:86 phony.js:102
+msgid "Left"
+msgstr ""
+
+#: phony.js:87 phony.js:104
+#, fuzzy
+msgid "Right"
+msgstr "Rechts (Groot)"
+
+#: phony.js:90 phony.js:122
+msgid "Big"
+msgstr "Groot"
+
+#: phony.js:91
+msgid "Insert image at the following URL:"
+msgstr ""
+
+#: phony.js:92
+msgid "Insert Image"
+msgstr ""
+
+#: phony.js:93
+msgid "Tables"
+msgstr ""
+
+#: phony.js:94
+msgid "Table Class:"
+msgstr ""
+
+#: phony.js:95
+msgid "Rows:"
+msgstr ""
+
+#: phony.js:96
+msgid "Columns:"
+msgstr ""
+
+#: phony.js:97
+msgid "Headings:"
+msgstr ""
+
+#: phony.js:98
+msgid "Create"
+msgstr ""
+
+#: phony.js:99
+msgid "Fix Table"
+msgstr ""
+
+#: phony.js:100
+msgid "Add Table"
+msgstr ""
+
+#: phony.js:101
+msgid "Col Align:"
+msgstr ""
+
+#: phony.js:103
+msgid "Center"
+msgstr ""
+
+#: phony.js:105
+msgid "Add Column"
+msgstr ""
+
+#: phony.js:106
+msgid "Remove Column"
+msgstr ""
+
+#: phony.js:107
+msgid "Add Row"
+msgstr ""
+
+#: phony.js:108
+msgid "Remove Row"
+msgstr ""
+
+#: phony.js:109
+msgid "Fix"
+msgstr ""
+
+#: phony.js:115
+msgid "Debug Log"
+msgstr ""

Modified: kupu/trunk/kupu/mmbase/kupustyle.css
==============================================================================
--- kupu/trunk/kupu/mmbase/kupustyle.css	(original)
+++ kupu/trunk/kupu/mmbase/kupustyle.css	Tue Feb  6 14:47:08 2007
@@ -84,6 +84,7 @@
   margin-left: 0px;
   margin-right: 1ex;
 }
+
 img.section-inline { 
 }
 

Modified: kupu/trunk/kupu/mmbase/toolboxes.kupu
==============================================================================
--- kupu/trunk/kupu/mmbase/toolboxes.kupu	(original)
+++ kupu/trunk/kupu/mmbase/toolboxes.kupu	Tue Feb  6 14:47:08 2007
@@ -26,6 +26,7 @@
           <fmt:bundle basename="org.mmbase.kupu.Messages">             
             <option value="image-left big" ><fmt:message key="Left (Big)" /></option>
             <option value="image-right big"><fmt:message key="Right (Big)" /></option>
+            <option value="image-center big"><fmt:message key="Big" /></option>
           </fmt:bundle>
           <!--
           <option value="paragraph" i18n:translate="">Paragraph</option>


More information about the kupu-checkins mailing list