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
RevLine 
[8f34f3a]1<?php
[3ec149c]2//________________________________________________________________________________________________________
3//
[b3dfeb6]4//      Fichero de idiomas php: propiedades_repositorios_esp.php
[3ec149c]5//      Idioma: Español
6//________________________________________________________________________________________________________
[b3dfeb6]7if (empty ($TbMsg)) $TbMsg=array();
[3ec149c]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";
[b3dfeb6]16
[3ec149c]17$TbMsg[9]="Directorio Base";
18$TbMsg[10]="Directorio PXE";
[203e7d9]19$TbMsg[11]="Espacio TOTAL";
20$TbMsg[12]="Espacio Ocupado";
21$TbMsg[13]="Espacio Libre";
22$TbMsg[14]="% Ocupado";
[8f34f3a]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")';
[15acccd]25$TbMsg[17]='Api Token';
[72bbcf8]26$TbMsg['MSG_CONTENT']='Contenido';
27$TbMsg['MSG_IMAGE']='Imagen';
28$TbMsg['MSG_TYPE']='Tipo';
[1d76269]29$TbMsg['MSG_SIZE']='Tama&ntilde;o';
[72bbcf8]30$TbMsg['MSG_MODIFIED']='Modificado';
31$TbMsg['MSG_PERMISSIONS']='Permisos';
Note: See TracBrowser for help on using the repository browser.