blob: cadedf4ad8d6e3c1023bf522f4fec0c9a12ae172 [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
29
30# Quick-Help panel
31qh_hint_esc=Deseleccionar aplicación
32qh_hint_click_row=Seleccionar / deseleccionar aplicación
33qh_hint_scroll_down=Ver más aplicaciones
34
35# App details panel
36dp_features=Características
37dp_required_apps=Aplicaciones requeridas
38dp_permissions=Permisos
39
40# App dialog panel
41dlg_confirm_action=Confirmar Acción
42
43dlg_warn_deactivateDesactivar o desinstalar este componente \
44 puede tener graves consecuencias!
45dlg_warn_own_risk=** HÁGALO BAJO SU PROPIA RESPONSABILIDAD **