blob: 8fab3d3c0687c6241649ed48477e6fb298e2605a [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
18# =======================================================================
19# | Plea to Translators: |
20# | -------------------- |
21# | I know you are all keen to add your own language localization |
22# | bundles for these files as soon as they appear in Gerrit reviews, |
23# | but please refrain from doing so immediately, until given the |
24# | "green light"... |
25# | |
26# | The reason is, sometimes localization keys need to be renamed, or |
27# | strings moved to other bundles, while we work out how to localize |
28# | each UI component. If there are multiple files while a bundle is |
29# | "in flux", it means modifications need to be done in 4-or-more |
30# | places instead of just 1. |
31# | |
32# | I promise I will mark a bundle as "ready for translation" as |
33# | soon as the localization work has been completed for the default |
34# | bundle, and the "dust has settled". |
35# | |
36# | Thank you in advance for your patience and restraint :) |
37# =======================================================================
38
39
40# ==========================================
41# | WIP -- Not Yet Ready For Translation |
42# ==========================================
43
44# Text that appears in the navigation panel
45nav_item_app=Applications
46
47# View title
48title_apps=Applications
49
50# Control button tooltips
51tt_ctl_upload=Upload an application (.oar file)
52tt_ctl_activate=Activate selected application
53tt_ctl_deactivate=Deactivate selected application
54tt_ctl_uninstall=Uninstall selected application
55
56# Quick-Help panel
57qh_hint_click=Select a row to show application details
58qh_hint_scroll_down=See more applications
59
60# App details panel
61dp_features=Features
62dp_required_apps=Required Apps
63dp_permissions=Permissions
64
65# App dialog panel
66dlg_confirm_action=Confirm Action
67
68dlg_warn_deactivate=Deactivating or uninstalling this component \
69 can have serious negative consequences!
70dlg_warn_own_risk=** DO SO AT YOUR OWN RISK **