blob: b362eddd9fdbb9369cabd66f69d296fda28bacee [file] [log] [blame]
Simon Hunt17b4bcb2017-06-21 18:46:34 -07001#
Brian O'Connora09fe5b2017-08-03 21:12:30 -07002# Copyright 2017-present Open Networking Foundation
Simon Hunt17b4bcb2017-06-21 18:46:34 -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 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
Thomas Vachuska08b4dec2017-08-31 15:20:17 -070029tt_ctl_download=Download selected application (.oar file)
Simon Hunt17b4bcb2017-06-21 18:46:34 -070030
31# Quick-Help panel
Simon Hunt94f36fc2017-07-12 17:47:17 -070032qh_hint_esc=Deselect application
33qh_hint_click_row=Select / deselect application
Simon Hunt17b4bcb2017-06-21 18:46:34 -070034qh_hint_scroll_down=See more applications
35
36# App details panel
37dp_features=Features
38dp_required_apps=Required Apps
39dp_permissions=Permissions
40
41# App dialog panel
42dlg_confirm_action=Confirm Action
43
44dlg_warn_deactivate=Deactivating or uninstalling this component \
45 can have serious negative consequences!
46dlg_warn_own_risk=** DO SO AT YOUR OWN RISK **