blob: c2cdfaecdd100a45fe49bf7ead9ec8f2164077ec [file] [log] [blame]
Simon Hunt23f9c7b2017-07-10 20:00:30 -07001#
Brian O'Connora09fe5b2017-08-03 21:12:30 -07002# Copyright 2017-present Open Networking Foundation
Simon Hunt23f9c7b2017-07-10 20:00:30 -07003#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16#
17
Simon Hunt23f9c7b2017-07-10 20:00:30 -070018# Text that appears in the navigation panel
19nav_item_topo=Topology
20
Simon Hunt5989ddf2017-08-02 20:38:12 -070021# Message when no devices are connected
22no_devices_are_connected=No Devices Are Connected
23
24# Action Key Toolbar Tooltips ...
25tbtt_tog_instances=Toggle ONOS instances panel
26tbtt_tog_summary=Toggle ONOS summary panel
27tbtt_tog_use_detail=Disable / enable details panel
28tbtt_tog_host=Toggle host visibility
29tbtt_tog_offline=Toggle offline visibility
30tbtt_tog_porthi=Toggle port highlighting
31tbtt_bad_links=Show bad links
32tbtt_tog_map=Toggle background geo map
33tbtt_sel_map=Select background geo map
34tbtt_tog_sprite=Toggle sprite layer
35tbtt_reset_loc=Reset node locations
36tbtt_tog_oblique=Toggle oblique view (experimental)
37tbtt_cyc_layers=Cycle node layers
38tbtt_cyc_dev_labs=Cycle device labels
39tbtt_cyc_host_labs=Cycle host labels
Sean Condon71910542019-02-16 18:16:42 +000040tbtt_cyc_grid_display=Cycle grid display
Simon Hunt5989ddf2017-08-02 20:38:12 -070041tbtt_unpin_node=Unpin node (hover mouse over)
42tbtt_reset_zoom=Reset pan / zoom
43tbtt_tog_toolbar=Toggle Toolbar
44tbtt_eq_master=Equalize mastership roles
45
46# Quick Help Gestures
47qh_gest_click=Select the item and show details
48qh_gest_shift_click=Toggle selection state
49qh_gest_drag=Reposition (and pin) device / host
50qh_gest_cmd_scroll=Zoom in / out
51qh_gest_cmd_drag=Pan
Simon Hunt3f89cb42017-08-10 13:32:00 -070052
53# Flash Messages
54fl_background_map=background map
55fl_sprite_layer=sprite layer
56fl_pan_zoom_reset=Pan and zoom reset
57fl_eq_masters=Equalizing master roles
Simon Hunte2d9dc72017-08-10 15:21:04 -070058
59fl_device_labels_hide=Hide device labels
60fl_device_labels_show_friendly=Show friendly device labels
61fl_device_labels_show_id=Show device ID labels
62fl_host_labels_show_friendly=Show friendly host labels
63fl_host_labels_show_ip=Show host IP addresses
64fl_host_labels_show_mac=Show host MAC addresses
Thomas Vachuska528ea952017-10-09 18:25:35 +020065fl_host_labels_hide=Hide host labels
Simon Hunte2d9dc72017-08-10 15:21:04 -070066
Sean Condon71910542019-02-16 18:16:42 +000067fl_grid_display_hide=Hide grid
68fl_grid_display_1000=Show XY grid
69fl_grid_display_geo=Show Geo grid
70fl_grid_display_both=Show both grids
71
Simon Hunte2d9dc72017-08-10 15:21:04 -070072fl_offline_devices=Offline Devices
73fl_bad_links=Bad Links
74fl_reset_node_locations=Reset Node Locations
Sean Condon9de21352019-04-06 19:22:27 +010075fl_unpinned_floating_nodes=Unpinned floating nodes
76fl_pinned_floating_nodes=Pinned floating nodes
Simon Hunte2d9dc72017-08-10 15:21:04 -070077
78fl_layer_all=All Layers Shown
79fl_layer_pkt=Packet Layer Shown
80fl_layer_opt=Optical Layer Shown
81
82fl_panel_instances=Instances Panel
Simon Hunt879ce452017-08-10 23:32:00 -070083fl_panel_summary=Summary Panel
Simon Hunt8032d8b2017-08-11 19:46:48 -070084fl_panel_details=Details Panel
Simon Hunte2d9dc72017-08-10 15:21:04 -070085
86fl_port_highlighting=Port Highlighting
Simon Hunt1603c692017-08-10 19:53:35 -070087
88fl_oblique_view=Oblique View
89fl_normal_view=Normal View
90
Simon Huntcaed0412017-08-12 13:49:17 -070091fl_monitoring_canceled=Monitoring Canceled
92fl_selecting_intent=Selecting Intent
93
94# Core Overlays
95ov_tt_protected_intents=Protected Intents Overlay
96ov_tt_traffic=Traffic Overlay
97ov_tt_none=No Overlay
98
99# Traffic Overlay
100tr_btn_create_h2h_flow=Create Host-to-Host Flow
101tr_btn_create_msrc_flow=Create Multi-Source Flow
102tr_btn_show_device_flows=Show Device Flows
103tr_btn_show_related_traffic=Show Related Traffic
104tr_btn_cancel_monitoring=Cancel traffic monitoring
105tr_btn_monitor_all=Monitor all traffic
106tr_btn_show_dev_link_flows=Show device link flows
107tr_btn_show_all_rel_intents=Show all related intents
108tr_btn_show_prev_rel_intent=Show previous related intent
109tr_btn_show_next_rel_intent=Show next related intent
110tr_btn_monitor_sel_intent=Monitor traffic of selected intent
111tr_fl_fstats_bytes=Flow Stats (bytes)
112tr_fl_pstats_bits=Port Stats (bits / second)
113tr_fl_pstats_pkts=Port Stats (packets / second)
114tr_fl_dev_flows=Device Flows
115tr_fl_rel_paths=Related Paths
116tr_fl_prev_rel_int=Previous related intent
117tr_fl_next_rel_int=Next related intent
118tr_fl_traf_on_path=Traffic on Selected Path
119tr_fl_h2h_flow_added=Host-to-Host flow added
120tr_fl_multisrc_flow=Multi-Source Flow
121
Simon Hunt1603c692017-08-10 19:53:35 -0700122# Button tooltips
123btn_show_view_device=Show Device View
124btn_show_view_flow=Show Flow View for this Device
125btn_show_view_port=Show Port View for this Device
126btn_show_view_group=Show Group View for this Device
127btn_show_view_meter=Show Meter View for this Device
128
Simon Hunta58d8942017-08-11 12:51:14 -0700129# Panel Titles
Simon Hunt1603c692017-08-10 19:53:35 -0700130title_select_map=Select Map
Simon Hunt879ce452017-08-10 23:32:00 -0700131title_panel_summary=ONOS Summary
Simon Hunta58d8942017-08-11 12:51:14 -0700132title_selected_items=Selected Items
133title_edge_link=Edge Link
134title_infra_link=Infrastructure Link
135
136# Custom Panel Labels / Values
137lp_label_friendly=Friendly
138
139lp_label_a_type=A type
140lp_label_a_id=A id
Thomas Vachuskaae4b22f2017-09-26 15:11:03 -0700141lp_label_a_friendly=A name
Simon Hunta58d8942017-08-11 12:51:14 -0700142lp_label_a_port=A port
143
144lp_label_b_type=B type
145lp_label_b_id=B id
Thomas Vachuskaae4b22f2017-09-26 15:11:03 -0700146lp_label_b_friendly=B name
Simon Hunta58d8942017-08-11 12:51:14 -0700147lp_label_b_port=B port
148
149lp_label_a2b=A to B
150lp_label_b2a=B to A
151
152lp_value_no_link=[no link]
153