http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/color/ComplexColorPicker.css
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/color/ComplexColorPicker.css
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/color/ComplexColorPicker.css
new file mode 100644
index 0000000..4e706a2
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/color/ComplexColorPicker.css
@@ -0,0 +1,65 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ * CSS Stylesheet for blips.
+ *
+ * author: [email protected] (Vicente J. Ruiz Jurado)
+ */
+
+@external .customColorPushbutton, .customColorPushbutton-down-hovering, 
.customColorPushbutton-up-hovering;
+
+.fl {
+  float: left;
+}
+
+.fr {
+  float: right;
+}
+
+.toolbar {
+  margin: 0 10px;
+  cursor: hand;
+  cursor: pointer;
+}
+
+.buttonsMargins {
+  margin: -10px 10px 10px;
+}
+
+.margins {
+  margin: 10px;
+}
+
+button.toolbar {
+  margin-top: 10px;
+  cursor: hand;
+  cursor: pointer;
+}
+
+.customColorPushbutton {
+  cursor: hand;
+  cursor: pointer;
+  padding: 5px;
+}
+
+.customColorPushbutton-down-hovering {
+}
+
+.customColorPushbutton-up-hovering {
+  background-color: #F2F2F2;
+}

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/color/SimpleColorPicker.css
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/color/SimpleColorPicker.css
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/color/SimpleColorPicker.css
new file mode 100644
index 0000000..0015c21
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/color/SimpleColorPicker.css
@@ -0,0 +1,46 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ * CSS Stylesheet for blips.
+ *
+ * author: [email protected] (Vicente J. Ruiz Jurado)
+ */
+
+@external .simplecolorbutton, .simplecolorbutton-down-hovering, 
.simplecolorbutton-up-hovering;
+
+.grid {
+  margin: 10px;
+}
+
+tr.firstRow>td {
+  padding-bottom: 6px;
+}
+
+.simplecolorbutton {
+  cursor: hand;
+  cursor: pointer;
+  border: 1px solid transparent;
+}
+
+.simplecolorbutton-down-hovering {
+  border: 1px solid red;
+}
+
+.simplecolorbutton-up-hovering {
+  border: 1px solid black;
+}

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/color/i18n/ColorPickerMessages_de.properties
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/color/i18n/ColorPickerMessages_de.properties
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/color/i18n/ColorPickerMessages_de.properties
new file mode 100644
index 0000000..8fcff2d
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/color/i18n/ColorPickerMessages_de.properties
@@ -0,0 +1,22 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+selectSomeText = Wähle eine Textabschnitt aus, um die Farbe zu ändern

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/color/i18n/ColorPickerMessages_en.properties
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/color/i18n/ColorPickerMessages_en.properties
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/color/i18n/ColorPickerMessages_en.properties
new file mode 100644
index 0000000..db9bf09
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/color/i18n/ColorPickerMessages_en.properties
@@ -0,0 +1,26 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+custom = Custom...
+
+none = None
+
+selectSomeText = Select some text to change the color

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/color/i18n/ColorPickerMessages_es.properties
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/color/i18n/ColorPickerMessages_es.properties
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/color/i18n/ColorPickerMessages_es.properties
new file mode 100644
index 0000000..413d471
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/color/i18n/ColorPickerMessages_es.properties
@@ -0,0 +1,26 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+custom = Otro...
+
+none = Ninguno
+
+selectSomeText = Selecciona un text para cambiarle el color

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/color/i18n/ColorPickerMessages_zh_TW.properties
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/color/i18n/ColorPickerMessages_zh_TW.properties
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/color/i18n/ColorPickerMessages_zh_TW.properties
new file mode 100644
index 0000000..3ce55ef
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/color/i18n/ColorPickerMessages_zh_TW.properties
@@ -0,0 +1,24 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+custom = 自訂...
+none = 無
+selectSomeText = 選擇需要更改顏色的文字

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/GadgetInfoWidget.ui.xml
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/GadgetInfoWidget.ui.xml
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/GadgetInfoWidget.ui.xml
new file mode 100644
index 0000000..2084b3e
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/GadgetInfoWidget.ui.xml
@@ -0,0 +1,57 @@
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ -->
+<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
+  xmlns:w="urn:import:org.waveprotocol.wave.client.widget.common">
+
+  <ui:style>
+    .self {
+      overflow: hidden;
+      cursor: pointer;
+      border: 1px solid #ccc;
+      margin: 15px 0px;
+    }
+
+    .img {
+      float: left;
+    }
+
+    .img img {
+      width: 120px;
+      height: 120px;
+    }
+
+    .description {
+      overflow: hidden;
+      color: #888;
+    }
+
+    .img, .description, .self h3 {
+      margin: 15px;
+    }
+  </ui:style>
+
+  <w:ImplPanel ui:field="self" styleName="{style.self}">
+    <div class="{style.img}">
+      <img ui:field="image" />
+    </div>
+    <h3 ui:field="title"></h3>
+    <div ui:field="description" class="{style.description}"></div>
+    <div ui:field="author" class="{style.description}"></div>
+  </w:ImplPanel>
+</ui:UiBinder>

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/GadgetSelectorWidget.ui.xml
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/GadgetSelectorWidget.ui.xml
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/GadgetSelectorWidget.ui.xml
new file mode 100644
index 0000000..442a24a
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/GadgetSelectorWidget.ui.xml
@@ -0,0 +1,110 @@
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ -->
+<ui:UiBinder
+  xmlns:ui="urn:ui:com.google.gwt.uibinder"
+  xmlns:g="urn:import:com.google.gwt.user.client.ui"
+  xmlns:w="urn:import:org.waveprotocol.wave.client.widget.common" >
+
+  <ui:with field='msg'
+           
type='org.waveprotocol.wave.client.wavepanel.impl.toolbar.gadget.i18n.GadgetSelectorMessages'
 />
+
+  <ui:style>
+    .self {
+    padding: 0 15px;
+    height: 700px;
+    }
+
+    .custom, .self label {
+    margin: 15px 0;
+    }
+
+    .self label {
+    display: block;
+    font-weight: bold;
+    }
+
+    .self input {
+    width: 503px;
+    }
+
+    .dock {
+    width: 600px;
+    }
+
+    .param {
+    width: 100%;
+    }
+
+    .left {
+    overflow: hidden;
+    }
+
+    .right {
+    float: right;
+    margin-left: 5px;
+    }
+  </ui:style>
+
+  <w:ImplPanel ui:field="self" styleName="{style.self}">
+    <!-- Custom gadget -->
+    <g:DockLayoutPanel unit="PX" ui:field="dockPanel"
+                     styleName="{style.dock}">
+      <g:north size="200">
+        <g:HTMLPanel>
+          <div class="{style.custom}">
+            <label>
+              <ui:text from="{msg.enterCustomGadgetURL}"/>
+            </label>
+            <div class="{style.param}">
+              <div class="{style.right}">
+                <g:Button ui:field="useCustom">
+                  <ui:text from="{msg.use}"/>
+                </g:Button>
+              </div>
+              <div class="{style.left}">
+                <g:TextBox width="100%" ui:field="gadgetUrl" />
+              </div>
+            </div>
+          </div>
+
+          <label>
+            <ui:text from="{msg.orChooseOneOfTheseGadgets}"/>
+          </label>
+          <label>
+            <ui:text from="{msg.filter}"/>
+          </label>
+          <div class="{style.param}">
+            <div class="{style.right}">
+              <g:ListBox ui:field="categoryDropBox" />
+            </div>
+            <div class="{style.left}">
+              <g:TextBox width="100%" ui:field="gadgetFilter" />
+            </div>
+          </div>
+        </g:HTMLPanel>
+      </g:north>
+      <g:center>
+        <!-- featured/recently used gadgets go here -->
+        <g:ScrollPanel>
+          <g:FlowPanel ui:field="options" />
+        </g:ScrollPanel>
+      </g:center>
+    </g:DockLayoutPanel>
+  </w:ImplPanel>
+</ui:UiBinder>

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetCategoryMessages_de.properties
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetCategoryMessages_de.properties
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetCategoryMessages_de.properties
new file mode 100644
index 0000000..dc1470c
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetCategoryMessages_de.properties
@@ -0,0 +1,28 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+all = Alle
+game = Spiel
+image = Bild
+map = Karte
+music = Musik
+search = Suche
+time = Uhrzeit

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetCategoryMessages_en.properties
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetCategoryMessages_en.properties
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetCategoryMessages_en.properties
new file mode 100644
index 0000000..7cc776c
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetCategoryMessages_en.properties
@@ -0,0 +1,36 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+all = All
+game = Game
+image = Image
+map = Map
+music = Music
+productivity = Productivity
+search = Search
+team = Team
+time = Time
+travel = Travel
+utility = Utility
+video = Video
+voice = Voice
+voting = Voting
+other = Other

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetCategoryMessages_es.properties
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetCategoryMessages_es.properties
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetCategoryMessages_es.properties
new file mode 100644
index 0000000..af095e0
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetCategoryMessages_es.properties
@@ -0,0 +1,36 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+all = Todos
+game = Juegos
+image = Imagen
+map = Mapas
+music = Música
+productivity = Productividad
+search = Búsqueda
+team = Equipo
+time = Tiempo
+travel = Viajes
+utility = Utilidad
+video = Vídeo
+voice = Voz
+voting = Votación
+other = Otros

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetCategoryMessages_fr.properties
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetCategoryMessages_fr.properties
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetCategoryMessages_fr.properties
new file mode 100644
index 0000000..9d8d795
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetCategoryMessages_fr.properties
@@ -0,0 +1,35 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+all = Tout
+game = Jeu
+image = Image
+map = Carte
+music = Musique
+productivity = Productivit??
+search = Recherche
+team = Equipe
+time = Temps
+travel = Voyage
+utility = Utilitaire
+video = Vid??o
+voice = Voix
+voting = Vote

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetCategoryMessages_ru.properties
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetCategoryMessages_ru.properties
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetCategoryMessages_ru.properties
new file mode 100644
index 0000000..d14f784
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetCategoryMessages_ru.properties
@@ -0,0 +1,36 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+all = \u0412\u0441\u0435
+game = \u0418\u0433\u0440\u0430
+image = \u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435
+map = \u041a\u0430\u0440\u0442\u0430
+music = \u041c\u0443\u0437\u044b\u043a\u0430
+productivity = 
\u041f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c
+search = \u041f\u043e\u0438\u0441\u043a
+team = \u041a\u043e\u043c\u0430\u043d\u0434\u0430
+time = \u0412\u0440\u0435\u043c\u044f
+travel = \u041f\u0443\u0442\u0435\u0448\u0435\u0441\u0442\u0432\u0438\u0435
+utility = \u0423\u0442\u0438\u043b\u0438\u0442\u0430
+video = \u0412\u0438\u0434\u0435\u043e
+voice = \u041a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044f
+voting = \u0413\u043e\u043b\u043e\u0441\u043e\u0432\u0430\u043d\u0438\u0435
+other = \u0414\u0440\u0443\u0433\u043e\u0435

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetCategoryMessages_sl.properties
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetCategoryMessages_sl.properties
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetCategoryMessages_sl.properties
new file mode 100644
index 0000000..9bca462
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetCategoryMessages_sl.properties
@@ -0,0 +1,35 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+all = Vsi
+game = Igra
+image = Slika
+map = Zemljevid
+music = Glasba
+productivity = Produktivnost
+search = Iskanje
+team = Skupina
+time = ??as
+travel = Potovanje
+utility = Pripomo??ek
+video = Video
+voice = Glasovno
+voting = Glasovanje

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetCategoryMessages_zh_TW.properties
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetCategoryMessages_zh_TW.properties
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetCategoryMessages_zh_TW.properties
new file mode 100644
index 0000000..3700107
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetCategoryMessages_zh_TW.properties
@@ -0,0 +1,36 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+all = 全部
+game = 遊戲
+image = 圖片
+map = 地圖
+music = 音樂
+other = 其他
+productivity = 產量
+search = 搜尋
+team = 團隊
+time = 時間
+travel = 旅遊
+utility = 工具
+video = 影片
+voice = 聲音
+voting = 投票

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetSelectorMessages_de.properties
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetSelectorMessages_de.properties
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetSelectorMessages_de.properties
new file mode 100644
index 0000000..c49f402
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetSelectorMessages_de.properties
@@ -0,0 +1,22 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+filter = Filter:

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetSelectorMessages_en.properties
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetSelectorMessages_en.properties
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetSelectorMessages_en.properties
new file mode 100644
index 0000000..74dc875
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetSelectorMessages_en.properties
@@ -0,0 +1,26 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+selectGadget = Select Gadget
+enterCustomGadgetURL = Enter a custom gadget URL:
+use = Use
+orChooseOneOfTheseGadgets = Or, choose one of these gadgets:
+filter = Filter:

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetSelectorMessages_es.properties
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetSelectorMessages_es.properties
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetSelectorMessages_es.properties
new file mode 100644
index 0000000..99e7fb9
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetSelectorMessages_es.properties
@@ -0,0 +1,26 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+selectGadget = Selecciona Gadget
+enterCustomGadgetURL = Introduce una URL propia de gadget:
+use = Usar
+orChooseOneOfTheseGadgets = O elige uno de estos gadgets:
+filter = Filtrar:

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetSelectorMessages_fr.properties
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetSelectorMessages_fr.properties
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetSelectorMessages_fr.properties
new file mode 100644
index 0000000..394a1ba
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetSelectorMessages_fr.properties
@@ -0,0 +1,26 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+selectGadget = Selectionnez un Gadget
+enterCustomGadgetURL = Entrez l''URL d''un gadget :
+use = Utilisez
+orChooseOneOfTheseGadgets = Ou, choisissez l''un de ces gadgets :
+filter = Filtres :

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetSelectorMessages_ru.properties
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetSelectorMessages_ru.properties
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetSelectorMessages_ru.properties
new file mode 100644
index 0000000..ebe7058
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetSelectorMessages_ru.properties
@@ -0,0 +1,26 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+enterCustomGadgetURL = \u0412\u0432\u0435\u0434\u0438\u0442\u0435 URL 
\u0433\u0430\u0434\u0436\u0435\u0442\u0430:
+use = \u0412\u044b\u0431\u0440\u0430\u0442\u044c
+orChooseOneOfTheseGadgets = \u0418\u043b\u0438 
\u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 
\u0433\u0430\u0434\u0436\u0435\u0442 \u0438\u0437 
\u0441\u043f\u0438\u0441\u043a\u0430:
+filter = \u0424\u0438\u043b\u044c\u0442\u0440:
+selectGadget = \u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 
\u0433\u0430\u0434\u0436\u0435\u0442

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetSelectorMessages_sl.properties
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetSelectorMessages_sl.properties
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetSelectorMessages_sl.properties
new file mode 100644
index 0000000..3499182
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetSelectorMessages_sl.properties
@@ -0,0 +1,26 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+selectGadget = Izberi Pripomoček
+enterCustomGadgetURL = Vnesi URL pripomočka po meri:
+use = Uporabi
+orChooseOneOfTheseGadgets = Ali izberi enega od teh pripomočkov:
+filter = Filtriraj:

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetSelectorMessages_zh_TW.properties
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetSelectorMessages_zh_TW.properties
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetSelectorMessages_zh_TW.properties
new file mode 100644
index 0000000..ddf1ccb
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/gadget/i18n/GadgetSelectorMessages_zh_TW.properties
@@ -0,0 +1,26 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+enterCustomGadgetURL = 輸入自訂小工具網址:
+filter = 過濾
+orChooseOneOfTheseGadgets = 或者, 選擇以下其中一個小工具:
+selectGadget = 選擇小工具
+use = 使用

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/LinkerMessages_de.properties
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/LinkerMessages_de.properties
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/LinkerMessages_de.properties
new file mode 100644
index 0000000..9905f4c
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/LinkerMessages_de.properties
@@ -0,0 +1,23 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+enterLink = Gib einen Link ein: URL oder Wave ID.
+selectSomeText = Wähle einen Textabschnitt aus, um einen Link zu erzeugen.

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/LinkerMessages_en.properties
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/LinkerMessages_en.properties
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/LinkerMessages_en.properties
new file mode 100644
index 0000000..f8cea3f
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/LinkerMessages_en.properties
@@ -0,0 +1,24 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+selectSomeText = Select some text to create a link.
+
+enterLink = Enter link: URL or Wave ID.

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/LinkerMessages_es.properties
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/LinkerMessages_es.properties
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/LinkerMessages_es.properties
new file mode 100644
index 0000000..8c1e921
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/LinkerMessages_es.properties
@@ -0,0 +1,24 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+selectSomeText = Selecciona algún texto para crear un enlace.
+
+enterLink = Introduce un link: URL o ID de Wave.

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/LinkerMessages_fr.properties
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/LinkerMessages_fr.properties
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/LinkerMessages_fr.properties
new file mode 100644
index 0000000..724e0cd
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/LinkerMessages_fr.properties
@@ -0,0 +1,23 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+selectSomeText = Sélectionnez du texte pour créer un lien.
+enterLink = Entrez un lien : URL ou Wave ID.

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/LinkerMessages_ru.properties
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/LinkerMessages_ru.properties
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/LinkerMessages_ru.properties
new file mode 100644
index 0000000..a787a8b
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/LinkerMessages_ru.properties
@@ -0,0 +1,24 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+selectSomeText = \u0412\u044b\u0434\u0435\u043b\u0438\u0442\u0435 
\u0442\u0435\u043a\u0441\u0442 \u0434\u043b\u044f 
\u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f 
\u0441\u0441\u044b\u043b\u043a\u0438.
+
+enterLink = \u0412\u0432\u0435\u0434\u0438\u0442\u0435 
\u0441\u0441\u044b\u043b\u043a\u0443: URL \u0438\u043b\u0438 Wave Id.

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/LinkerMessages_sl.properties
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/LinkerMessages_sl.properties
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/LinkerMessages_sl.properties
new file mode 100644
index 0000000..b92845b
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/LinkerMessages_sl.properties
@@ -0,0 +1,23 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+selectSomeText = Izberi del besedila za ustvarjanje povezave.
+enterLink = Vnesi povezavo: URL ali Wave ID.

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/LinkerMessages_zh_TW.properties
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/LinkerMessages_zh_TW.properties
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/LinkerMessages_zh_TW.properties
new file mode 100644
index 0000000..ccb5a05
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/LinkerMessages_zh_TW.properties
@@ -0,0 +1,23 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+enterLink = 輸入連結: 網址或 Wave 編號
+selectSomeText = 選擇需要建立連結的文字

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/ToolbarMessages_de.properties
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/ToolbarMessages_de.properties
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/ToolbarMessages_de.properties
new file mode 100644
index 0000000..8508733
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/ToolbarMessages_de.properties
@@ -0,0 +1,24 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+previous = Vorherig
+toArchive = Zum Archiv
+toInbox = Zum Postfach

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/ToolbarMessages_en.properties
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/ToolbarMessages_en.properties
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/ToolbarMessages_en.properties
new file mode 100644
index 0000000..1059414
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/ToolbarMessages_en.properties
@@ -0,0 +1,27 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+recent = Recent
+nextUnread = Next Unread
+previous = Previous
+next = Next
+toArchive = To Archive
+toInbox = To Inbox

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/ToolbarMessages_es.properties
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/ToolbarMessages_es.properties
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/ToolbarMessages_es.properties
new file mode 100644
index 0000000..f8bc9b6
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/ToolbarMessages_es.properties
@@ -0,0 +1,27 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+recent = Reciente
+nextUnread = Siguiente no le??do
+previous = Anterior
+next = Siguiente
+toArchive = A Archivo
+toInbox = A Buz??n de Entrada

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/ToolbarMessages_fr.properties
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/ToolbarMessages_fr.properties
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/ToolbarMessages_fr.properties
new file mode 100644
index 0000000..1a57bbc
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/ToolbarMessages_fr.properties
@@ -0,0 +1,28 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+recent = Récent
+nextUnread = Suivant non-lu
+previous = Précédent
+next = Suivant
+toArchive = Vers Archive
+toInbox = Vers Boîte de Réception
+

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/ToolbarMessages_ru.properties
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/ToolbarMessages_ru.properties
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/ToolbarMessages_ru.properties
new file mode 100644
index 0000000..5e942d4
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/ToolbarMessages_ru.properties
@@ -0,0 +1,27 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+recent = \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439
+nextUnread = \u0421\u043b\u0435\u0434. 
\u043d\u0435\u043f\u0440\u043e\u0447\u0438\u0442\u0430\u043d\u043d\u044b\u0439
+previous = \u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0439
+next = \u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439
+toArchive = \u0412 \u0430\u0440\u0445\u0438\u0432
+toInbox = \u0412\u043e \u0432\u0445\u043e\u0434\u044f\u0449\u0438\u0435

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/ToolbarMessages_sl.properties
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/ToolbarMessages_sl.properties
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/ToolbarMessages_sl.properties
new file mode 100644
index 0000000..ec1d857
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/ToolbarMessages_sl.properties
@@ -0,0 +1,27 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+recent = Nedavno
+nextUnread = Naslednji neprebran
+previous = Prej??nji
+next = Naslednji
+toInbox = V Prejeto
+toArchive = V Arhiv

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/ToolbarMessages_zh_TW.properties
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/ToolbarMessages_zh_TW.properties
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/ToolbarMessages_zh_TW.properties
new file mode 100644
index 0000000..ad955f8
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/i18n/ToolbarMessages_zh_TW.properties
@@ -0,0 +1,27 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+next = 下一個
+nextUnread = 下一個未讀
+previous = 上一個
+recent = 最新的
+toArchive = 前往存檔
+toInbox = 前往收件夾

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/attachment.png
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/attachment.png
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/attachment.png
new file mode 100755
index 0000000..6e46556
Binary files /dev/null and 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/attachment.png
 differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/backcolor.png
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/backcolor.png
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/backcolor.png
new file mode 100644
index 0000000..62abee5
Binary files /dev/null and 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/backcolor.png
 differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/bold.png
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/bold.png
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/bold.png
new file mode 100644
index 0000000..47c4765
Binary files /dev/null and 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/bold.png
 differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/color.png
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/color.png
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/color.png
new file mode 100644
index 0000000..46b7661
Binary files /dev/null and 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/color.png
 differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/createLink.png
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/createLink.png
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/createLink.png
new file mode 100644
index 0000000..66e0b4b
Binary files /dev/null and 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/createLink.png
 differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/font_size.png
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/font_size.png
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/font_size.png
new file mode 100644
index 0000000..d0a56bb
Binary files /dev/null and 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/font_size.png
 differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/font_style.png
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/font_style.png
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/font_style.png
new file mode 100644
index 0000000..699764d
Binary files /dev/null and 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/font_style.png
 differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/gadget.png
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/gadget.png
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/gadget.png
new file mode 100644
index 0000000..e3e833d
Binary files /dev/null and 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/gadget.png
 differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_align.png
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_align.png
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_align.png
new file mode 100644
index 0000000..49a6b6d
Binary files /dev/null and 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_align.png
 differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_align_centre.png
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_align_centre.png
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_align_centre.png
new file mode 100644
index 0000000..f3cf754
Binary files /dev/null and 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_align_centre.png
 differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_align_justify.png
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_align_justify.png
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_align_justify.png
new file mode 100644
index 0000000..984efc4
Binary files /dev/null and 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_align_justify.png
 differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_align_left.png
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_align_left.png
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_align_left.png
new file mode 100644
index 0000000..462d761
Binary files /dev/null and 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_align_left.png
 differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_align_right.png
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_align_right.png
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_align_right.png
new file mode 100644
index 0000000..499e9e6
Binary files /dev/null and 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_align_right.png
 differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_font_size.png
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_font_size.png
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_font_size.png
new file mode 100644
index 0000000..8acc320
Binary files /dev/null and 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_font_size.png
 differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_heading.png
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_heading.png
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_heading.png
new file mode 100644
index 0000000..0df2998
Binary files /dev/null and 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_heading.png
 differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_subscript.png
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_subscript.png
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_subscript.png
new file mode 100644
index 0000000..bb8e135
Binary files /dev/null and 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_subscript.png
 differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_superscript.png
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_superscript.png
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_superscript.png
new file mode 100644
index 0000000..88478c0
Binary files /dev/null and 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/icon_superscript.png
 differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/indent.png
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/indent.png
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/indent.png
new file mode 100644
index 0000000..b1d0f7a
Binary files /dev/null and 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/indent.png
 differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/italic.png
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/italic.png
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/italic.png
new file mode 100644
index 0000000..bdb7e50
Binary files /dev/null and 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/italic.png
 differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/ordered_list.png
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/ordered_list.png
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/ordered_list.png
new file mode 100644
index 0000000..78d0372
Binary files /dev/null and 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/ordered_list.png
 differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/outdent.png
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/outdent.png
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/outdent.png
new file mode 100644
index 0000000..d6e167a
Binary files /dev/null and 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/outdent.png
 differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/removeLink.png
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/removeLink.png
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/removeLink.png
new file mode 100644
index 0000000..29da736
Binary files /dev/null and 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/removeLink.png
 differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/remove_formatting.png
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/remove_formatting.png
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/remove_formatting.png
new file mode 100644
index 0000000..1106661
Binary files /dev/null and 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/remove_formatting.png
 differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/strike.png
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/strike.png
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/strike.png
new file mode 100644
index 0000000..7ec0ed1
Binary files /dev/null and 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/strike.png
 differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/underline.png
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/underline.png
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/underline.png
new file mode 100644
index 0000000..a1f4798
Binary files /dev/null and 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/underline.png
 differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/unordered_list.png
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/unordered_list.png
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/unordered_list.png
new file mode 100644
index 0000000..1ac1f8a
Binary files /dev/null and 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/impl/toolbar/images/edit/unordered_list.png
 differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/render/Render.gwt.xml
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/render/Render.gwt.xml
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/render/Render.gwt.xml
new file mode 100644
index 0000000..81d35a1
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/render/Render.gwt.xml
@@ -0,0 +1,25 @@
+<?xml version='1.0'?>
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+-->
+
+<module><inherits name="com.google.gwt.user.User" /><inherits 
name="com.google.common.base.Base" /><inherits 
name="org.waveprotocol.wave.client.account.Account" /><inherits 
name="org.waveprotocol.wave.client.common.safehtml.SafeHtml" /><inherits 
name="org.waveprotocol.wave.client.editor.Editor" /><inherits 
name="org.waveprotocol.wave.client.render.Render" /><inherits 
name="org.waveprotocol.wave.client.scheduler.Scheduler" /><inherits 
name="org.waveprotocol.wave.client.uibuilder.UiBuilder" /><inherits 
name="org.waveprotocol.wave.client.wavepanel.view.View" /><inherits 
name="org.waveprotocol.wave.client.wavepanel.view.dom.Dom" /><inherits 
name="org.waveprotocol.wave.client.wave.Wave" /><inherits 
name="org.waveprotocol.wave.model.conversation.Conversation" /><inherits 
name="org.waveprotocol.wave.model.supplement.Supplement" /><inherits 
name="org.waveprotocol.wave.model.util.Util" /> <source path=""/>
+
+</module>

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/view/View.gwt.xml
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/view/View.gwt.xml
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/view/View.gwt.xml
new file mode 100644
index 0000000..d916d33
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/view/View.gwt.xml
@@ -0,0 +1,25 @@
+<?xml version='1.0'?>
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+-->
+
+<module><inherits name="com.google.gwt.user.User" /><inherits 
name="org.waveprotocol.wave.client.common.safehtml.SafeHtml" /><inherits 
name="org.waveprotocol.wave.client.common.util.Util" /><inherits 
name="org.waveprotocol.wave.client.scroll.Scroll" /><inherits 
name="org.waveprotocol.wave.model.conversation.Conversation" /> <source path="" 
excludes="**/Fake*.java" />
+
+</module>

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/603eb520/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/view/dom/Dom.gwt.xml
----------------------------------------------------------------------
diff --git 
a/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/view/dom/Dom.gwt.xml
 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/view/dom/Dom.gwt.xml
new file mode 100644
index 0000000..7df5a66
--- /dev/null
+++ 
b/wave/src/main/resources/org/waveprotocol/wave/client/wavepanel/view/dom/Dom.gwt.xml
@@ -0,0 +1,26 @@
+<?xml version='1.0'?>
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+-->
+
+<module><inherits name="com.google.gwt.user.User" /><inherits 
name="com.google.common.base.Base" /><inherits 
name="org.waveprotocol.wave.client.common.safehtml.SafeHtml" /><inherits 
name="org.waveprotocol.wave.client.editor.Editor" /><inherits 
name="org.waveprotocol.wave.client.doodad.Doodad" /><inherits 
name="org.waveprotocol.wave.client.uibuilder.UiBuilder" /><inherits 
name="org.waveprotocol.wave.client.wavepanel.view.View" /><inherits 
name="org.waveprotocol.wave.client.wavepanel.view.impl.Impl" /><inherits 
name="org.waveprotocol.wave.model.conversation.Conversation" /><inherits 
name="org.waveprotocol.wave.model.util.Util" /> <source path=""/>
+ <source path="full"/>
+
+</module>

Reply via email to