ONOS-6730: Topo View i18n:
- Deprecate non-localized PropertyPanel.addProp() methods.
- Add modify*LinkDetails() methods to UiTopoOverlay class.
- Augment TVMH.RequestDetails to handle link details requests.
- Refactor deviceDetails() to allow piecemeal construction of the Properties Panel.
    This allows us to include (or not) the location properties (geo/grid).
- Refactor hostDetails() for piecemeal construction of Properties Panel.
- Add edgeLinkDetails() and infraLinkDetails() methods.
- No lat/long suppression now done server-side. Check for trailing separator.
- Augment requestDetails() to format link details requests.
- Added lion.getSafe(Enum<?>) method.
- Added DeviceEnums and LinkEnums resource bundles.

Change-Id: Ibbd113a7d5ef73765cd10aed0fb7ea8efbaa16c5
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 c32cd6a..82c4634 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
@@ -15,11 +15,6 @@
 #
 #
 
-
-# ==========================================
-# |  WIP -- Not Yet Ready For Translation  |
-# ==========================================
-
 # Text that appears in the navigation panel
 nav_item_topo=Topology
 
@@ -90,6 +85,28 @@
 btn_show_view_group=Show Group View for this Device
 btn_show_view_meter=Show Meter View for this Device
 
-# Miscellaneous
+# Panel Titles
 title_select_map=Select Map
 title_panel_summary=ONOS Summary
+title_selected_items=Selected Items
+title_edge_link=Edge Link
+title_infra_link=Infrastructure Link
+
+# Custom Panel Labels / Values
+lp_label_friendly=Friendly
+
+lp_label_a_type=A type
+lp_label_a_id=A id
+lp_label_a_friendly=A friendly
+lp_label_a_port=A port
+
+lp_label_b_type=B type
+lp_label_b_id=B id
+lp_label_b_friendly=B friendly
+lp_label_b_port=B port
+
+lp_label_a2b=A to B
+lp_label_b2a=B to A
+
+lp_value_no_link=[no link]
+