blob: 13d2617adcdc52c412bdf63540becdee30568e12 [file] [log] [blame]
Simon Hunt17b4bcb2017-06-21 18:46:34 -07001#
2# Copyright 2017-present Open Networking Laboratory
3#
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 Hunt17b4bcb2017-06-21 18:46:34 -070018# Text that appears in the navigation panel
19nav_item_app=Applications
20
21# View title
22title_apps=Applications
23
24# Control button tooltips
25tt_ctl_upload=Upload an application (.oar file)
26tt_ctl_activate=Activate selected application
27tt_ctl_deactivate=Deactivate selected application
28tt_ctl_uninstall=Uninstall selected application
29
30# Quick-Help panel
Simon Hunt94f36fc2017-07-12 17:47:17 -070031qh_hint_esc=Deselect application
32qh_hint_click_row=Select / deselect application
Simon Hunt17b4bcb2017-06-21 18:46:34 -070033qh_hint_scroll_down=See more applications
34
35# App details panel
36dp_features=Features
37dp_required_apps=Required Apps
38dp_permissions=Permissions
39
40# App dialog panel
41dlg_confirm_action=Confirm Action
42
43dlg_warn_deactivate=Deactivating or uninstalling this component \
44 can have serious negative consequences!
45dlg_warn_own_risk=** DO SO AT YOUR OWN RISK **