ONOS-6730: Lion: I18n for Topology View
- WIP : part 1
- toolbar (partial)
- quick help (partial)

Change-Id: I85b5f0d8c0042d82fda00f26e9760ba1320405c6
diff --git a/web/gui/src/main/resources/org/onosproject/ui/lion/core/view/Topo.properties b/web/gui/src/main/resources/org/onosproject/ui/lion/core/view/Topo.properties
index 21861cc..c06e224 100644
--- a/web/gui/src/main/resources/org/onosproject/ui/lion/core/view/Topo.properties
+++ b/web/gui/src/main/resources/org/onosproject/ui/lion/core/view/Topo.properties
@@ -23,3 +23,33 @@
 # Text that appears in the navigation panel
 nav_item_topo=Topology
 
+# Message when no devices are connected
+no_devices_are_connected=No Devices Are Connected
+
+# Action Key Toolbar Tooltips ...
+tbtt_tog_instances=Toggle ONOS instances panel
+tbtt_tog_summary=Toggle ONOS summary panel
+tbtt_tog_use_detail=Disable / enable details panel
+tbtt_tog_host=Toggle host visibility
+tbtt_tog_offline=Toggle offline visibility
+tbtt_tog_porthi=Toggle port highlighting
+tbtt_bad_links=Show bad links
+tbtt_tog_map=Toggle background geo map
+tbtt_sel_map=Select background geo map
+tbtt_tog_sprite=Toggle sprite layer
+tbtt_reset_loc=Reset node locations
+tbtt_tog_oblique=Toggle oblique view (experimental)
+tbtt_cyc_layers=Cycle node layers
+tbtt_cyc_dev_labs=Cycle device labels
+tbtt_cyc_host_labs=Cycle host labels
+tbtt_unpin_node=Unpin node (hover mouse over)
+tbtt_reset_zoom=Reset pan / zoom
+tbtt_tog_toolbar=Toggle Toolbar
+tbtt_eq_master=Equalize mastership roles
+
+# Quick Help Gestures
+qh_gest_click=Select the item and show details
+qh_gest_shift_click=Toggle selection state
+qh_gest_drag=Reposition (and pin) device / host
+qh_gest_cmd_scroll=Zoom in / out
+qh_gest_cmd_drag=Pan
diff --git a/web/gui/src/main/resources/org/onosproject/ui/lion/core/view/Topo_it.properties b/web/gui/src/main/resources/org/onosproject/ui/lion/core/view/Topo_it.properties
new file mode 100644
index 0000000..5e94627
--- /dev/null
+++ b/web/gui/src/main/resources/org/onosproject/ui/lion/core/view/Topo_it.properties
@@ -0,0 +1,55 @@
+#
+# Copyright 2017-present Open Networking Laboratory
+#
+# Licensed 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.
+#
+#
+
+
+# ==========================================
+# |  WIP -- Not Yet Ready For Translation  |
+# ==========================================
+
+# Text that appears in the navigation panel
+nav_item_topo=Topology (it)
+
+# Message when no devices are connected
+no_devices_are_connected=No Devices Are Connected (it)
+
+# Action Key Toolbar Tooltips ...
+tbtt_tog_instances=Toggle ONOS instances panel (it)
+tbtt_tog_summary=Toggle ONOS summary panel (it)
+tbtt_tog_use_detail=Disable / enable details panel (it)
+tbtt_tog_host=Toggle host visibility (it)
+tbtt_tog_offline=Toggle offline visibility (it)
+tbtt_tog_porthi=Toggle port highlighting (it)
+tbtt_bad_links=Show bad links (it)
+tbtt_tog_map=Toggle background geo map (it)
+tbtt_sel_map=Select background geo map (it)
+tbtt_tog_sprite=Toggle sprite layer (it)
+tbtt_reset_loc=Reset node locations (it)
+tbtt_tog_oblique=Toggle oblique view (experimental) (it)
+tbtt_cyc_layers=Cycle node layers (it)
+tbtt_cyc_dev_labs=Cycle device labels (it)
+tbtt_cyc_host_labs=Cycle host labels (it)
+tbtt_unpin_node=Unpin node (hover mouse over) (it)
+tbtt_reset_zoom=Reset pan / zoom (it)
+tbtt_tog_toolbar=Toggle Toolbar (it)
+tbtt_eq_master=Equalize mastership roles (it)
+
+# Quick Help Gestures
+qh_gest_click=Select the item and show details (it)
+qh_gest_shift_click=Toggle selection state (it)
+qh_gest_drag=Reposition (and pin) device / host (it)
+qh_gest_cmd_scroll=Zoom in / out (it)
+qh_gest_cmd_drag=Pan (it)