blob: 74ae11bf896bdf0fb9249c990cc17b60fe500716 [file] [log] [blame]
Elisa Rojasd22fe512017-08-30 01:51:03 +02001#
2# Copyright 2017-present Open Networking Foundation
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# Text that appears in the navigation panel
19nav_item_app=Aplicaciones
20
21# View title
22title_apps=Aplicaciones
23
24# Control button tooltips
25tt_ctl_upload=Cargar una aplicación (fichero .oar)
26tt_ctl_activate=Activar aplicación seleccionada
27tt_ctl_deactivate=Desactivar aplicación seleccionada
28tt_ctl_uninstall=Desinstalar aplicación seleccionada
Simon Hunt2a305cb2017-09-06 10:42:01 -070029tt_ctl_download=Download selected application (.oar file) (es)
Elisa Rojasd22fe512017-08-30 01:51:03 +020030
31# Quick-Help panel
32qh_hint_esc=Deseleccionar aplicación
33qh_hint_click_row=Seleccionar / deseleccionar aplicación
34qh_hint_scroll_down=Ver más aplicaciones
35
36# App details panel
37dp_features=Características
38dp_required_apps=Aplicaciones requeridas
39dp_permissions=Permisos
40
41# App dialog panel
42dlg_confirm_action=Confirmar Acción
43
44dlg_warn_deactivateDesactivar o desinstalar este componente \
45 puede tener graves consecuencias!
46dlg_warn_own_risk=** HÁGALO BAJO SU PROPIA RESPONSABILIDAD **