source: admin/WebConsole/idiomas/php/esp/propiedades_repositorios_esp.php

lgromero-new-oglive
Last change on this file was b3dfeb6, checked in by Ramón M. Gómez <ramongomez@…>, 6 years ago

#875: Remove port from repository properties form and alter the database.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1<?php
2//________________________________________________________________________________________________________
3//
4//      Fichero de idiomas php: propiedades_repositorios_esp.php
5//      Idioma: Español
6//________________________________________________________________________________________________________
7if (empty ($TbMsg)) $TbMsg=array();
8$TbMsg[0]="Sin Opción";
9$TbMsg[1]="Insertar";
10$TbMsg[2]="Modificar";
11$TbMsg[3]="Eliminar";
12$TbMsg[4]="Gestión Repositorios";
13$TbMsg[5]="Nombre del Repositorio";
14$TbMsg[6]="Dirección IP";
15$TbMsg[7]="Comentarios";
16
17$TbMsg[9]="Directorio Base";
18$TbMsg[10]="Directorio PXE";
19$TbMsg[11]="Espacio TOTAL";
20$TbMsg[12]="Espacio Ocupado";
21$TbMsg[13]="Espacio Libre";
22$TbMsg[14]="% Ocupado";
23$TbMsg[15]='Sin acceso a informaci&oacute;n del repositorio';
24$TbMsg[16]='Revise la conexión con el repositorio<br>Revise la clave de acceso (campo Api Token debe coincidir con su valor en fichero "ogAdmRepo.cfg")';
25$TbMsg[17]='Api Token';
26$TbMsg['MSG_CONTENT']='Contenido';
27$TbMsg['MSG_IMAGE']='Imagen';
28$TbMsg['MSG_TYPE']='Tipo';
29$TbMsg['MSG_SIZE']='Tama&ntilde;o';
30$TbMsg['MSG_MODIFIED']='Modificado';
31$TbMsg['MSG_PERMISSIONS']='Permisos';
Note: See TracBrowser for help on using the repository browser.